Horizon – Diff between revs 1 and 8

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 1 Rev 8
1  1 
2 namespace Horizon.Snapshots 2 namespace Horizon.Snapshots
3 { 3 {
4 partial class HexViewForm 4 partial class HexViewForm
5 { 5 {
6 /// <summary> 6 /// <summary>
7 /// Required designer variable. 7 /// Required designer variable.
8 /// </summary> 8 /// </summary>
9 private System.ComponentModel.IContainer components = null; 9 private System.ComponentModel.IContainer components = null;
10   10  
11 #region Windows Form Designer generated code 11 #region Windows Form Designer generated code
12   12  
13 /// <summary> 13 /// <summary>
14 /// Required method for Designer support - do not modify 14 /// Required method for Designer support - do not modify
15 /// the contents of this method with the code editor. 15 /// the contents of this method with the code editor.
16 /// </summary> 16 /// </summary>
17 private void InitializeComponent() 17 private void InitializeComponent()
18 { 18 {
19 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HexViewForm)); 19 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HexViewForm));
20 this.hexBox1 = new Be.Windows.Forms.HexBox(); 20 this.hexBox1 = new Be.Windows.Forms.HexBox();
21 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); 21 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
22 this.menuStrip1 = new System.Windows.Forms.MenuStrip(); 22 this.menuStrip1 = new System.Windows.Forms.MenuStrip();
23 this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 23 this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
24 this.reloadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 24 this.reloadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
25 this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 25 this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
26 this.statusStrip1 = new System.Windows.Forms.StatusStrip(); 26 this.statusStrip1 = new System.Windows.Forms.StatusStrip();
27 this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar(); 27 this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
28 this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel(); 28 this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
29 this.tableLayoutPanel1.SuspendLayout(); 29 this.tableLayoutPanel1.SuspendLayout();
30 this.menuStrip1.SuspendLayout(); 30 this.menuStrip1.SuspendLayout();
31 this.statusStrip1.SuspendLayout(); 31 this.statusStrip1.SuspendLayout();
32 this.SuspendLayout(); 32 this.SuspendLayout();
33 // 33 //
34 // hexBox1 34 // hexBox1
35 // 35 //
36 this.hexBox1.ColumnInfoVisible = true; 36 this.hexBox1.ColumnInfoVisible = true;
37 this.hexBox1.Dock = System.Windows.Forms.DockStyle.Fill; 37 this.hexBox1.Dock = System.Windows.Forms.DockStyle.Fill;
38 this.hexBox1.Font = new System.Drawing.Font("Segoe UI", 9F); 38 this.hexBox1.Font = new System.Drawing.Font("Segoe UI", 9F);
39 this.hexBox1.LineInfoVisible = true; 39 this.hexBox1.LineInfoVisible = true;
40 this.hexBox1.Location = new System.Drawing.Point(3, 27); 40 this.hexBox1.Location = new System.Drawing.Point(3, 27);
41 this.hexBox1.Name = "hexBox1"; 41 this.hexBox1.Name = "hexBox1";
42 this.hexBox1.ShadowSelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(60)))), ((int)(((byte)(188)))), ((int)(((byte)(255))))); 42 this.hexBox1.ShadowSelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(60)))), ((int)(((byte)(188)))), ((int)(((byte)(255)))));
43 this.hexBox1.Size = new System.Drawing.Size(794, 396); 43 this.hexBox1.Size = new System.Drawing.Size(794, 396);
44 this.hexBox1.StringViewVisible = true; 44 this.hexBox1.StringViewVisible = true;
45 this.hexBox1.TabIndex = 1; 45 this.hexBox1.TabIndex = 1;
46 this.hexBox1.VScrollBarVisible = true; 46 this.hexBox1.VScrollBarVisible = true;
47 // 47 //
48 // tableLayoutPanel1 48 // tableLayoutPanel1
49 // 49 //
50 this.tableLayoutPanel1.ColumnCount = 1; 50 this.tableLayoutPanel1.ColumnCount = 1;
51 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); 51 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
52 this.tableLayoutPanel1.Controls.Add(this.menuStrip1, 0, 0); 52 this.tableLayoutPanel1.Controls.Add(this.menuStrip1, 0, 0);
53 this.tableLayoutPanel1.Controls.Add(this.hexBox1, 0, 1); 53 this.tableLayoutPanel1.Controls.Add(this.hexBox1, 0, 1);
54 this.tableLayoutPanel1.Controls.Add(this.statusStrip1, 0, 2); 54 this.tableLayoutPanel1.Controls.Add(this.statusStrip1, 0, 2);
55 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; 55 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
56 this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); 56 this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
57 this.tableLayoutPanel1.Name = "tableLayoutPanel1"; 57 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
58 this.tableLayoutPanel1.RowCount = 3; 58 this.tableLayoutPanel1.RowCount = 3;
59 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F)); 59 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F));
60 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); 60 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
61 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F)); 61 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F));
62 this.tableLayoutPanel1.Size = new System.Drawing.Size(800, 450); 62 this.tableLayoutPanel1.Size = new System.Drawing.Size(800, 450);
63 this.tableLayoutPanel1.TabIndex = 2; 63 this.tableLayoutPanel1.TabIndex = 2;
64 // 64 //
65 // menuStrip1 65 // menuStrip1
66 // 66 //
67 this.menuStrip1.Dock = System.Windows.Forms.DockStyle.Fill; 67 this.menuStrip1.Dock = System.Windows.Forms.DockStyle.Fill;
68 this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 68 this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
69 this.fileToolStripMenuItem}); 69 this.fileToolStripMenuItem});
70 this.menuStrip1.Location = new System.Drawing.Point(0, 0); 70 this.menuStrip1.Location = new System.Drawing.Point(0, 0);
71 this.menuStrip1.Name = "menuStrip1"; 71 this.menuStrip1.Name = "menuStrip1";
72 this.menuStrip1.Size = new System.Drawing.Size(800, 24); 72 this.menuStrip1.Size = new System.Drawing.Size(800, 24);
73 this.menuStrip1.TabIndex = 0; 73 this.menuStrip1.TabIndex = 0;
74 this.menuStrip1.Text = "menuStrip1"; 74 this.menuStrip1.Text = "menuStrip1";
75 // 75 //
76 // fileToolStripMenuItem 76 // fileToolStripMenuItem
77 // 77 //
78 this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { 78 this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
79 this.reloadToolStripMenuItem, 79 this.reloadToolStripMenuItem,
80 this.saveToolStripMenuItem}); 80 this.saveToolStripMenuItem});
81 this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; 81 this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
82 this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); 82 this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
83 this.fileToolStripMenuItem.Text = "File"; 83 this.fileToolStripMenuItem.Text = "File";
84 // 84 //
85 // reloadToolStripMenuItem 85 // reloadToolStripMenuItem
86 // 86 //
87 this.reloadToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("reloadToolStripMenuItem.Image"))); 87 this.reloadToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("reloadToolStripMenuItem.Image")));
88 this.reloadToolStripMenuItem.Name = "reloadToolStripMenuItem"; 88 this.reloadToolStripMenuItem.Name = "reloadToolStripMenuItem";
89 this.reloadToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.L))); 89 this.reloadToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.L)));
90 this.reloadToolStripMenuItem.Size = new System.Drawing.Size(180, 22); 90 this.reloadToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
91 this.reloadToolStripMenuItem.Text = "Reload"; 91 this.reloadToolStripMenuItem.Text = "Reload";
92 this.reloadToolStripMenuItem.Click += new System.EventHandler(this.ReloadToolStripMenuItem_Click); 92 this.reloadToolStripMenuItem.Click += new System.EventHandler(this.ReloadToolStripMenuItem_Click);
93 // 93 //
94 // saveToolStripMenuItem 94 // saveToolStripMenuItem
95 // 95 //
96 this.saveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripMenuItem.Image"))); 96 this.saveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripMenuItem.Image")));
97 this.saveToolStripMenuItem.Name = "saveToolStripMenuItem"; 97 this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
98 this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); 98 this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
99 this.saveToolStripMenuItem.Size = new System.Drawing.Size(180, 22); 99 this.saveToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
100 this.saveToolStripMenuItem.Text = "Save"; 100 this.saveToolStripMenuItem.Text = "Save";
101 this.saveToolStripMenuItem.Click += new System.EventHandler(this.SaveToolStripMenuItem_Click); 101 this.saveToolStripMenuItem.Click += new System.EventHandler(this.SaveToolStripMenuItem_Click);
102 // 102 //
103 // statusStrip1 103 // statusStrip1
104 // 104 //
105 this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 105 this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
106 this.toolStripProgressBar1, 106 this.toolStripProgressBar1,
107 this.toolStripStatusLabel1}); 107 this.toolStripStatusLabel1});
108 this.statusStrip1.Location = new System.Drawing.Point(0, 428); 108 this.statusStrip1.Location = new System.Drawing.Point(0, 428);
109 this.statusStrip1.Name = "statusStrip1"; 109 this.statusStrip1.Name = "statusStrip1";
110 this.statusStrip1.Size = new System.Drawing.Size(800, 22); 110 this.statusStrip1.Size = new System.Drawing.Size(800, 22);
111 this.statusStrip1.TabIndex = 2; 111 this.statusStrip1.TabIndex = 2;
112 this.statusStrip1.Text = "statusStrip1"; 112 this.statusStrip1.Text = "statusStrip1";
113 // 113 //
114 // toolStripProgressBar1 114 // toolStripProgressBar1
115 // 115 //
116 this.toolStripProgressBar1.Name = "toolStripProgressBar1"; 116 this.toolStripProgressBar1.Name = "toolStripProgressBar1";
117 this.toolStripProgressBar1.Size = new System.Drawing.Size(100, 16); 117 this.toolStripProgressBar1.Size = new System.Drawing.Size(100, 16);
118 // 118 //
119 // toolStripStatusLabel1 119 // toolStripStatusLabel1
120 // 120 //
121 this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; 121 this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
122 this.toolStripStatusLabel1.Size = new System.Drawing.Size(0, 17); 122 this.toolStripStatusLabel1.Size = new System.Drawing.Size(0, 17);
123 // 123 //
124 // HexViewForm 124 // HexViewForm
125 // 125 //
126 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 126 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
127 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 127 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
128 this.ClientSize = new System.Drawing.Size(800, 450); 128 this.ClientSize = new System.Drawing.Size(800, 450);
129 this.Controls.Add(this.tableLayoutPanel1); 129 this.Controls.Add(this.tableLayoutPanel1);
130 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 130 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
131 this.MainMenuStrip = this.menuStrip1; 131 this.MainMenuStrip = this.menuStrip1;
132 this.Name = "HexViewForm"; 132 this.Name = "HexViewForm";
133 this.Text = "Horizon: Snapshot Hex View"; 133 this.Text = "Horizon: Snapshot Hex View";
-   134 this.Load += new System.EventHandler(this.HexViewForm_Load);
134 this.tableLayoutPanel1.ResumeLayout(false); 135 this.tableLayoutPanel1.ResumeLayout(false);
135 this.tableLayoutPanel1.PerformLayout(); 136 this.tableLayoutPanel1.PerformLayout();
136 this.menuStrip1.ResumeLayout(false); 137 this.menuStrip1.ResumeLayout(false);
137 this.menuStrip1.PerformLayout(); 138 this.menuStrip1.PerformLayout();
138 this.statusStrip1.ResumeLayout(false); 139 this.statusStrip1.ResumeLayout(false);
139 this.statusStrip1.PerformLayout(); 140 this.statusStrip1.PerformLayout();
140 this.ResumeLayout(false); 141 this.ResumeLayout(false);
141   142  
142 } 143 }
143   144  
144 #endregion 145 #endregion
145   146  
146 private Be.Windows.Forms.HexBox hexBox1; 147 private Be.Windows.Forms.HexBox hexBox1;
147 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; 148 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
148 private System.Windows.Forms.MenuStrip menuStrip1; 149 private System.Windows.Forms.MenuStrip menuStrip1;
149 private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; 150 private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
150 private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem; 151 private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
151 private System.Windows.Forms.ToolStripMenuItem reloadToolStripMenuItem; 152 private System.Windows.Forms.ToolStripMenuItem reloadToolStripMenuItem;
152 private System.Windows.Forms.StatusStrip statusStrip1; 153 private System.Windows.Forms.StatusStrip statusStrip1;
153 private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar1; 154 private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar1;
154 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1; 155 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
155 } 156 }
156 } 157 }
157   158  
158
Generated by GNU Enscript 1.6.5.90.
159
Generated by GNU Enscript 1.6.5.90.
159   160  
160   161  
161   162