43 |
|
this.ResultsUpdateWorkerThread = new System.ComponentModel.BackgroundWorker(); |
44 |
|
this.toolStrip1 = new System.Windows.Forms.ToolStrip(); |
45 |
|
this.txthexGoto = new System.Windows.Forms.MaskedHexBox(); |
46 |
+ |
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); |
47 |
|
this.spacer.SuspendLayout(); |
48 |
|
this.toolStrip2.SuspendLayout(); |
49 |
|
this.left_pnl.SuspendLayout(); |
50 |
|
this.toolStrip1.SuspendLayout(); |
51 |
+ |
this.flowLayoutPanel1.SuspendLayout(); |
52 |
|
this.SuspendLayout(); |
53 |
|
// |
54 |
|
// txtData |
56 |
|
this.txtData.Dock = System.Windows.Forms.DockStyle.Fill; |
57 |
|
this.txtData.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
58 |
|
this.txtData.LineInfoForeColor = System.Drawing.Color.Empty; |
59 |
< |
this.txtData.Location = new System.Drawing.Point(130, 0); |
59 |
> |
this.txtData.Location = new System.Drawing.Point(130, 25); |
60 |
|
this.txtData.Margin = new System.Windows.Forms.Padding(5, 89, 5, 4); |
61 |
|
this.txtData.Name = "txtData"; |
62 |
|
this.txtData.ShadowSelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(60)))), ((int)(((byte)(188)))), ((int)(((byte)(255))))); |
63 |
< |
this.txtData.Size = new System.Drawing.Size(894, 602); |
63 |
> |
this.txtData.Size = new System.Drawing.Size(894, 549); |
64 |
|
this.txtData.TabIndex = 11; |
65 |
|
this.txtData.UseFixedBytesPerLine = true; |
66 |
|
this.txtData.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtData_KeyDown); |
72 |
|
this.spacer.Location = new System.Drawing.Point(0, 0); |
73 |
|
this.spacer.Margin = new System.Windows.Forms.Padding(2); |
74 |
|
this.spacer.Name = "spacer"; |
75 |
< |
this.spacer.Size = new System.Drawing.Size(130, 24); |
75 |
> |
this.spacer.Size = new System.Drawing.Size(126, 24); |
76 |
|
this.spacer.TabIndex = 7; |
77 |
|
// |
78 |
|
// toolStrip2 |
83 |
|
this.toolStripLabel1}); |
84 |
|
this.toolStrip2.Location = new System.Drawing.Point(0, 0); |
85 |
|
this.toolStrip2.Name = "toolStrip2"; |
86 |
< |
this.toolStrip2.Size = new System.Drawing.Size(130, 25); |
86 |
> |
this.toolStrip2.Size = new System.Drawing.Size(126, 25); |
87 |
|
this.toolStrip2.TabIndex = 1; |
88 |
|
this.toolStrip2.Text = "toolStrip2"; |
89 |
|
// |
98 |
|
this.btnGotoAddress.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
99 |
|
this.btnGotoAddress.AutoSize = true; |
100 |
|
this.btnGotoAddress.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
101 |
< |
this.btnGotoAddress.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
102 |
< |
this.btnGotoAddress.Location = new System.Drawing.Point(843, -1); |
101 |
> |
this.btnGotoAddress.Font = new System.Drawing.Font("Lucida Console", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
102 |
> |
this.btnGotoAddress.Location = new System.Drawing.Point(744, 0); |
103 |
|
this.btnGotoAddress.Margin = new System.Windows.Forms.Padding(0); |
104 |
|
this.btnGotoAddress.Name = "btnGotoAddress"; |
105 |
< |
this.btnGotoAddress.Size = new System.Drawing.Size(58, 26); |
105 |
> |
this.btnGotoAddress.Size = new System.Drawing.Size(49, 23); |
106 |
|
this.btnGotoAddress.TabIndex = 16; |
107 |
|
this.btnGotoAddress.Text = "Goto"; |
108 |
|
this.btnGotoAddress.UseVisualStyleBackColor = true; |
113 |
|
this.btnEditBytes.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
114 |
|
this.btnEditBytes.AutoSize = true; |
115 |
|
this.btnEditBytes.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
116 |
< |
this.btnEditBytes.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
117 |
< |
this.btnEditBytes.Location = new System.Drawing.Point(906, -1); |
116 |
> |
this.btnEditBytes.Font = new System.Drawing.Font("Lucida Console", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
117 |
> |
this.btnEditBytes.Location = new System.Drawing.Point(793, 0); |
118 |
|
this.btnEditBytes.Margin = new System.Windows.Forms.Padding(0); |
119 |
|
this.btnEditBytes.Name = "btnEditBytes"; |
120 |
< |
this.btnEditBytes.Size = new System.Drawing.Size(118, 26); |
120 |
> |
this.btnEditBytes.Size = new System.Drawing.Size(97, 23); |
121 |
|
this.btnEditBytes.TabIndex = 15; |
122 |
|
this.btnEditBytes.Text = "Edit Bytes"; |
123 |
|
this.btnEditBytes.UseVisualStyleBackColor = true; |
125 |
|
// |
126 |
|
// left_pnl |
127 |
|
// |
128 |
+ |
this.left_pnl.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
129 |
|
this.left_pnl.Controls.Add(this.txtAddresses); |
130 |
|
this.left_pnl.Controls.Add(this.spacer); |
131 |
|
this.left_pnl.Dock = System.Windows.Forms.DockStyle.Left; |
145 |
|
this.txtAddresses.Name = "txtAddresses"; |
146 |
|
this.txtAddresses.ReadOnly = true; |
147 |
|
this.txtAddresses.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None; |
148 |
< |
this.txtAddresses.Size = new System.Drawing.Size(130, 578); |
148 |
> |
this.txtAddresses.Size = new System.Drawing.Size(126, 574); |
149 |
|
this.txtAddresses.TabIndex = 1; |
150 |
|
this.txtAddresses.Text = ""; |
151 |
|
this.txtAddresses.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtAddresses_KeyDown); |
197 |
|
this.txthexGoto.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
198 |
|
this.txthexGoto.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
199 |
|
this.txthexGoto.isAddressMask = true; |
200 |
< |
this.txthexGoto.Location = new System.Drawing.Point(605, 0); |
200 |
> |
this.txthexGoto.Location = new System.Drawing.Point(556, 0); |
201 |
|
this.txthexGoto.Margin = new System.Windows.Forms.Padding(0); |
202 |
|
this.txthexGoto.MaxLength = 8; |
203 |
|
this.txthexGoto.Name = "txthexGoto"; |
204 |
|
this.txthexGoto.ReadOnly = false; |
205 |
< |
this.txthexGoto.Size = new System.Drawing.Size(238, 24); |
205 |
> |
this.txthexGoto.Size = new System.Drawing.Size(188, 24); |
206 |
|
this.txthexGoto.TabIndex = 17; |
207 |
|
this.txthexGoto.TextLength = 8; |
208 |
|
this.txthexGoto.Value = ((ulong)(0ul)); |
209 |
|
// |
210 |
+ |
// flowLayoutPanel1 |
211 |
+ |
// |
212 |
+ |
this.flowLayoutPanel1.AutoSize = true; |
213 |
+ |
this.flowLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
214 |
+ |
this.flowLayoutPanel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
215 |
+ |
this.flowLayoutPanel1.Controls.Add(this.btnEditBytes); |
216 |
+ |
this.flowLayoutPanel1.Controls.Add(this.btnGotoAddress); |
217 |
+ |
this.flowLayoutPanel1.Controls.Add(this.txthexGoto); |
218 |
+ |
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Bottom; |
219 |
+ |
this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft; |
220 |
+ |
this.flowLayoutPanel1.Location = new System.Drawing.Point(130, 574); |
221 |
+ |
this.flowLayoutPanel1.Name = "flowLayoutPanel1"; |
222 |
+ |
this.flowLayoutPanel1.Size = new System.Drawing.Size(894, 28); |
223 |
+ |
this.flowLayoutPanel1.TabIndex = 18; |
224 |
+ |
// |
225 |
|
// UIMemoryViewer |
226 |
|
// |
227 |
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
228 |
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
211 |
– |
this.Controls.Add(this.txthexGoto); |
212 |
– |
this.Controls.Add(this.btnGotoAddress); |
213 |
– |
this.Controls.Add(this.btnEditBytes); |
214 |
– |
this.Controls.Add(this.toolStrip1); |
229 |
|
this.Controls.Add(this.txtData); |
230 |
+ |
this.Controls.Add(this.flowLayoutPanel1); |
231 |
+ |
this.Controls.Add(this.toolStrip1); |
232 |
|
this.Controls.Add(this.left_pnl); |
233 |
|
this.Controls.Add(this.ramScroll); |
234 |
|
this.Name = "UIMemoryViewer"; |
241 |
|
this.left_pnl.ResumeLayout(false); |
242 |
|
this.toolStrip1.ResumeLayout(false); |
243 |
|
this.toolStrip1.PerformLayout(); |
244 |
+ |
this.flowLayoutPanel1.ResumeLayout(false); |
245 |
+ |
this.flowLayoutPanel1.PerformLayout(); |
246 |
|
this.ResumeLayout(false); |
247 |
|
this.PerformLayout(); |
248 |
|
|
264 |
|
private System.ComponentModel.BackgroundWorker ResultsUpdateWorkerThread; |
265 |
|
private System.Windows.Forms.MaskedHexBox txthexGoto; |
266 |
|
private System.Windows.Forms.ToolStrip toolStrip1; |
267 |
+ |
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; |
268 |
|
|
269 |
|
} |
270 |
|
} |