42 |
this.update_timer = new System.Windows.Forms.Timer(this.components); |
this.update_timer = new System.Windows.Forms.Timer(this.components); |
43 |
this.ResultsUpdateWorkerThread = new System.ComponentModel.BackgroundWorker(); |
this.ResultsUpdateWorkerThread = new System.ComponentModel.BackgroundWorker(); |
44 |
this.toolStrip1 = new System.Windows.Forms.ToolStrip(); |
this.toolStrip1 = new System.Windows.Forms.ToolStrip(); |
|
this.txthexGoto = new System.Windows.Forms.MaskedHexBox(); |
|
45 |
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); |
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); |
46 |
this.btnGotoImageBase = new System.Windows.Forms.Button(); |
this.btnGotoImageBase = new System.Windows.Forms.Button(); |
47 |
|
this.txthexGoto = new System.Windows.Forms.MaskedHexBox(); |
48 |
this.txtAscii = new Utilities.TransparentControls.FlickerFreeRichTextBox(); |
this.txtAscii = new Utilities.TransparentControls.FlickerFreeRichTextBox(); |
49 |
this.spacer.SuspendLayout(); |
this.spacer.SuspendLayout(); |
50 |
this.toolStrip2.SuspendLayout(); |
this.toolStrip2.SuspendLayout(); |
58 |
this.txtData.Dock = System.Windows.Forms.DockStyle.Fill; |
this.txtData.Dock = System.Windows.Forms.DockStyle.Fill; |
59 |
this.txtData.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
this.txtData.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
60 |
this.txtData.LineInfoForeColor = System.Drawing.Color.Empty; |
this.txtData.LineInfoForeColor = System.Drawing.Color.Empty; |
61 |
this.txtData.Location = new System.Drawing.Point(130, 25); |
this.txtData.Location = new System.Drawing.Point(101, 25); |
62 |
this.txtData.Margin = new System.Windows.Forms.Padding(5, 89, 5, 4); |
this.txtData.Margin = new System.Windows.Forms.Padding(5, 89, 5, 4); |
63 |
this.txtData.Name = "txtData"; |
this.txtData.Name = "txtData"; |
64 |
this.txtData.ShadowSelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(60)))), ((int)(((byte)(188)))), ((int)(((byte)(255))))); |
this.txtData.ShadowSelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(60)))), ((int)(((byte)(188)))), ((int)(((byte)(255))))); |
65 |
this.txtData.Size = new System.Drawing.Size(691, 561); |
this.txtData.Size = new System.Drawing.Size(472, 561); |
66 |
this.txtData.TabIndex = 11; |
this.txtData.TabIndex = 11; |
67 |
this.txtData.UseFixedBytesPerLine = true; |
this.txtData.UseFixedBytesPerLine = true; |
68 |
this.txtData.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtData_KeyDown); |
this.txtData.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtData_KeyDown); |
74 |
this.spacer.Location = new System.Drawing.Point(0, 0); |
this.spacer.Location = new System.Drawing.Point(0, 0); |
75 |
this.spacer.Margin = new System.Windows.Forms.Padding(2); |
this.spacer.Margin = new System.Windows.Forms.Padding(2); |
76 |
this.spacer.Name = "spacer"; |
this.spacer.Name = "spacer"; |
77 |
this.spacer.Size = new System.Drawing.Size(126, 24); |
this.spacer.Size = new System.Drawing.Size(97, 24); |
78 |
this.spacer.TabIndex = 7; |
this.spacer.TabIndex = 7; |
79 |
// |
// |
80 |
// toolStrip2 |
// toolStrip2 |
85 |
this.toolStripLabel1}); |
this.toolStripLabel1}); |
86 |
this.toolStrip2.Location = new System.Drawing.Point(0, 0); |
this.toolStrip2.Location = new System.Drawing.Point(0, 0); |
87 |
this.toolStrip2.Name = "toolStrip2"; |
this.toolStrip2.Name = "toolStrip2"; |
88 |
this.toolStrip2.Size = new System.Drawing.Size(126, 25); |
this.toolStrip2.Size = new System.Drawing.Size(97, 25); |
89 |
this.toolStrip2.TabIndex = 1; |
this.toolStrip2.TabIndex = 1; |
90 |
this.toolStrip2.Text = "toolStrip2"; |
this.toolStrip2.Text = "toolStrip2"; |
91 |
// |
// |
101 |
this.btnGotoAddress.AutoSize = true; |
this.btnGotoAddress.AutoSize = true; |
102 |
this.btnGotoAddress.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
this.btnGotoAddress.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
103 |
this.btnGotoAddress.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
this.btnGotoAddress.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
104 |
this.btnGotoAddress.Location = new System.Drawing.Point(466, 0); |
this.btnGotoAddress.Location = new System.Drawing.Point(247, 0); |
105 |
this.btnGotoAddress.Margin = new System.Windows.Forms.Padding(0); |
this.btnGotoAddress.Margin = new System.Windows.Forms.Padding(0); |
106 |
this.btnGotoAddress.Name = "btnGotoAddress"; |
this.btnGotoAddress.Name = "btnGotoAddress"; |
107 |
this.btnGotoAddress.Size = new System.Drawing.Size(138, 26); |
this.btnGotoAddress.Size = new System.Drawing.Size(138, 26); |
116 |
this.btnEditBytes.AutoSize = true; |
this.btnEditBytes.AutoSize = true; |
117 |
this.btnEditBytes.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
this.btnEditBytes.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
118 |
this.btnEditBytes.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
this.btnEditBytes.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
119 |
this.btnEditBytes.Location = new System.Drawing.Point(604, 0); |
this.btnEditBytes.Location = new System.Drawing.Point(385, 0); |
120 |
this.btnEditBytes.Margin = new System.Windows.Forms.Padding(0); |
this.btnEditBytes.Margin = new System.Windows.Forms.Padding(0); |
121 |
this.btnEditBytes.Name = "btnEditBytes"; |
this.btnEditBytes.Name = "btnEditBytes"; |
122 |
this.btnEditBytes.Size = new System.Drawing.Size(118, 26); |
this.btnEditBytes.Size = new System.Drawing.Size(118, 26); |
134 |
this.left_pnl.Location = new System.Drawing.Point(0, 0); |
this.left_pnl.Location = new System.Drawing.Point(0, 0); |
135 |
this.left_pnl.Margin = new System.Windows.Forms.Padding(2); |
this.left_pnl.Margin = new System.Windows.Forms.Padding(2); |
136 |
this.left_pnl.Name = "left_pnl"; |
this.left_pnl.Name = "left_pnl"; |
137 |
this.left_pnl.Size = new System.Drawing.Size(130, 616); |
this.left_pnl.Size = new System.Drawing.Size(101, 616); |
138 |
this.left_pnl.TabIndex = 14; |
this.left_pnl.TabIndex = 14; |
139 |
// |
// |
140 |
// txtAddresses |
// txtAddresses |
141 |
// |
// |
142 |
this.txtAddresses.BackColor = System.Drawing.Color.White; |
this.txtAddresses.BackColor = System.Drawing.Color.White; |
143 |
|
this.txtAddresses.BorderStyle = System.Windows.Forms.BorderStyle.None; |
144 |
this.txtAddresses.Dock = System.Windows.Forms.DockStyle.Fill; |
this.txtAddresses.Dock = System.Windows.Forms.DockStyle.Fill; |
145 |
this.txtAddresses.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
this.txtAddresses.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
146 |
this.txtAddresses.Location = new System.Drawing.Point(0, 24); |
this.txtAddresses.Location = new System.Drawing.Point(0, 24); |
148 |
this.txtAddresses.Name = "txtAddresses"; |
this.txtAddresses.Name = "txtAddresses"; |
149 |
this.txtAddresses.ReadOnly = true; |
this.txtAddresses.ReadOnly = true; |
150 |
this.txtAddresses.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None; |
this.txtAddresses.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None; |
151 |
this.txtAddresses.Size = new System.Drawing.Size(126, 588); |
this.txtAddresses.Size = new System.Drawing.Size(97, 588); |
152 |
this.txtAddresses.TabIndex = 1; |
this.txtAddresses.TabIndex = 1; |
153 |
this.txtAddresses.Text = ""; |
this.txtAddresses.Text = ""; |
154 |
this.txtAddresses.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtAddresses_KeyDown); |
this.txtAddresses.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtAddresses_KeyDown); |
157 |
// |
// |
158 |
this.lblAddressMarker.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
this.lblAddressMarker.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
159 |
this.lblAddressMarker.Name = "lblAddressMarker"; |
this.lblAddressMarker.Name = "lblAddressMarker"; |
160 |
this.lblAddressMarker.Size = new System.Drawing.Size(138, 22); |
this.lblAddressMarker.Size = new System.Drawing.Size(478, 22); |
161 |
this.lblAddressMarker.Text = "AddressMarker"; |
this.lblAddressMarker.Text = "00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F"; |
162 |
// |
// |
163 |
// ramScroll |
// ramScroll |
164 |
// |
// |
165 |
this.ramScroll.Dock = System.Windows.Forms.DockStyle.Right; |
this.ramScroll.Dock = System.Windows.Forms.DockStyle.Right; |
166 |
this.ramScroll.Location = new System.Drawing.Point(1024, 0); |
this.ramScroll.Location = new System.Drawing.Point(776, 0); |
167 |
this.ramScroll.Name = "ramScroll"; |
this.ramScroll.Name = "ramScroll"; |
168 |
this.ramScroll.Size = new System.Drawing.Size(17, 616); |
this.ramScroll.Size = new System.Drawing.Size(17, 616); |
169 |
this.ramScroll.TabIndex = 12; |
this.ramScroll.TabIndex = 12; |
186 |
this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; |
this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; |
187 |
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
188 |
this.lblAddressMarker}); |
this.lblAddressMarker}); |
189 |
this.toolStrip1.Location = new System.Drawing.Point(130, 0); |
this.toolStrip1.Location = new System.Drawing.Point(101, 0); |
190 |
this.toolStrip1.Name = "toolStrip1"; |
this.toolStrip1.Name = "toolStrip1"; |
191 |
this.toolStrip1.Padding = new System.Windows.Forms.Padding(0); |
this.toolStrip1.Padding = new System.Windows.Forms.Padding(0); |
192 |
this.toolStrip1.Size = new System.Drawing.Size(894, 25); |
this.toolStrip1.Size = new System.Drawing.Size(675, 25); |
193 |
this.toolStrip1.TabIndex = 13; |
this.toolStrip1.TabIndex = 13; |
194 |
this.toolStrip1.Text = "toolStrip1"; |
this.toolStrip1.Text = "toolStrip1"; |
195 |
// |
// |
|
// txthexGoto |
|
|
// |
|
|
this.txthexGoto.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
|
|
this.txthexGoto.AutoSize = true; |
|
|
this.txthexGoto.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
|
|
this.txthexGoto.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
|
|
this.txthexGoto.isAddressMask = true; |
|
|
this.txthexGoto.Location = new System.Drawing.Point(278, 0); |
|
|
this.txthexGoto.Margin = new System.Windows.Forms.Padding(0); |
|
|
this.txthexGoto.MaxLength = 8; |
|
|
this.txthexGoto.Name = "txthexGoto"; |
|
|
this.txthexGoto.Padding = new System.Windows.Forms.Padding(0, 2, 0, 0); |
|
|
this.txthexGoto.ReadOnly = false; |
|
|
this.txthexGoto.Size = new System.Drawing.Size(188, 26); |
|
|
this.txthexGoto.TabIndex = 17; |
|
|
this.txthexGoto.TextLength = 8; |
|
|
this.txthexGoto.Value = ((long)(0)); |
|
|
// |
|
196 |
// flowLayoutPanel1 |
// flowLayoutPanel1 |
197 |
// |
// |
198 |
this.flowLayoutPanel1.AutoSize = true; |
this.flowLayoutPanel1.AutoSize = true; |
204 |
this.flowLayoutPanel1.Controls.Add(this.txthexGoto); |
this.flowLayoutPanel1.Controls.Add(this.txthexGoto); |
205 |
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Bottom; |
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Bottom; |
206 |
this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft; |
this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft; |
207 |
this.flowLayoutPanel1.Location = new System.Drawing.Point(130, 586); |
this.flowLayoutPanel1.Location = new System.Drawing.Point(101, 586); |
208 |
this.flowLayoutPanel1.Name = "flowLayoutPanel1"; |
this.flowLayoutPanel1.Name = "flowLayoutPanel1"; |
209 |
this.flowLayoutPanel1.Size = new System.Drawing.Size(894, 30); |
this.flowLayoutPanel1.Size = new System.Drawing.Size(675, 30); |
210 |
this.flowLayoutPanel1.TabIndex = 18; |
this.flowLayoutPanel1.TabIndex = 18; |
211 |
// |
// |
212 |
// btnGotoImageBase |
// btnGotoImageBase |
215 |
this.btnGotoImageBase.AutoSize = true; |
this.btnGotoImageBase.AutoSize = true; |
216 |
this.btnGotoImageBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
this.btnGotoImageBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
217 |
this.btnGotoImageBase.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
this.btnGotoImageBase.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
218 |
this.btnGotoImageBase.Location = new System.Drawing.Point(722, 0); |
this.btnGotoImageBase.Location = new System.Drawing.Point(503, 0); |
219 |
this.btnGotoImageBase.Margin = new System.Windows.Forms.Padding(0); |
this.btnGotoImageBase.Margin = new System.Windows.Forms.Padding(0); |
220 |
this.btnGotoImageBase.Name = "btnGotoImageBase"; |
this.btnGotoImageBase.Name = "btnGotoImageBase"; |
221 |
this.btnGotoImageBase.Size = new System.Drawing.Size(168, 26); |
this.btnGotoImageBase.Size = new System.Drawing.Size(168, 26); |
224 |
this.btnGotoImageBase.UseVisualStyleBackColor = true; |
this.btnGotoImageBase.UseVisualStyleBackColor = true; |
225 |
this.btnGotoImageBase.Click += new System.EventHandler(this.btnGotoImageBase_Click); |
this.btnGotoImageBase.Click += new System.EventHandler(this.btnGotoImageBase_Click); |
226 |
// |
// |
227 |
|
// txthexGoto |
228 |
|
// |
229 |
|
this.txthexGoto.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
230 |
|
this.txthexGoto.AutoSize = true; |
231 |
|
this.txthexGoto.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
232 |
|
this.txthexGoto.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
233 |
|
this.txthexGoto.isAddressMask = true; |
234 |
|
this.txthexGoto.Location = new System.Drawing.Point(59, 0); |
235 |
|
this.txthexGoto.Margin = new System.Windows.Forms.Padding(0); |
236 |
|
this.txthexGoto.MaxLength = 8; |
237 |
|
this.txthexGoto.Name = "txthexGoto"; |
238 |
|
this.txthexGoto.Padding = new System.Windows.Forms.Padding(0, 2, 0, 0); |
239 |
|
this.txthexGoto.ReadOnly = false; |
240 |
|
this.txthexGoto.Size = new System.Drawing.Size(188, 26); |
241 |
|
this.txthexGoto.TabIndex = 17; |
242 |
|
this.txthexGoto.TextLength = 8; |
243 |
|
this.txthexGoto.Value = ((long)(0)); |
244 |
|
// |
245 |
// txtAscii |
// txtAscii |
246 |
// |
// |
247 |
this.txtAscii.BackColor = System.Drawing.Color.White; |
this.txtAscii.BackColor = System.Drawing.Color.White; |
248 |
|
this.txtAscii.BorderStyle = System.Windows.Forms.BorderStyle.None; |
249 |
this.txtAscii.Dock = System.Windows.Forms.DockStyle.Right; |
this.txtAscii.Dock = System.Windows.Forms.DockStyle.Right; |
250 |
this.txtAscii.Font = new System.Drawing.Font("Lucida Console", 12F); |
this.txtAscii.Font = new System.Drawing.Font("Lucida Console", 12F); |
251 |
this.txtAscii.Location = new System.Drawing.Point(821, 25); |
this.txtAscii.Location = new System.Drawing.Point(573, 25); |
252 |
this.txtAscii.Name = "txtAscii"; |
this.txtAscii.Name = "txtAscii"; |
253 |
this.txtAscii.ReadOnly = true; |
this.txtAscii.ReadOnly = true; |
254 |
this.txtAscii.Size = new System.Drawing.Size(203, 561); |
this.txtAscii.Size = new System.Drawing.Size(203, 561); |
267 |
this.Controls.Add(this.left_pnl); |
this.Controls.Add(this.left_pnl); |
268 |
this.Controls.Add(this.ramScroll); |
this.Controls.Add(this.ramScroll); |
269 |
this.Name = "UIMemoryViewer"; |
this.Name = "UIMemoryViewer"; |
270 |
this.Size = new System.Drawing.Size(1041, 616); |
this.Size = new System.Drawing.Size(793, 616); |
271 |
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.UIMemoryViewer_KeyDown); |
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.UIMemoryViewer_KeyDown); |
272 |
this.spacer.ResumeLayout(false); |
this.spacer.ResumeLayout(false); |
273 |
this.spacer.PerformLayout(); |
this.spacer.PerformLayout(); |