1 |
namespace RomCheater.Docking.UI |
2 |
{ |
3 |
partial class UIMemoryViewer |
4 |
{ |
5 |
/// <summary> |
6 |
/// Required designer variable. |
7 |
/// </summary> |
8 |
private System.ComponentModel.IContainer components = null; |
9 |
|
10 |
/// <summary> |
11 |
/// Clean up any resources being used. |
12 |
/// </summary> |
13 |
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> |
14 |
protected override void Dispose(bool disposing) |
15 |
{ |
16 |
if (disposing && (components != null)) |
17 |
{ |
18 |
components.Dispose(); |
19 |
} |
20 |
base.Dispose(disposing); |
21 |
} |
22 |
|
23 |
#region Component Designer generated code |
24 |
|
25 |
/// <summary> |
26 |
/// Required method for Designer support - do not modify |
27 |
/// the contents of this method with the code editor. |
28 |
/// </summary> |
29 |
private void InitializeComponent() |
30 |
{ |
31 |
this.components = new System.ComponentModel.Container(); |
32 |
this.txtData = new Be.Windows.Forms.HexBox(); |
33 |
this.spacer = new System.Windows.Forms.Panel(); |
34 |
this.toolStrip2 = new System.Windows.Forms.ToolStrip(); |
35 |
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); |
36 |
this.btnGotoAddress = new System.Windows.Forms.Button(); |
37 |
this.btnEditBytes = new System.Windows.Forms.Button(); |
38 |
this.left_pnl = new System.Windows.Forms.Panel(); |
39 |
this.txtAddresses = new Utilities.TransparentControls.FlickerFreeRichTextBox(); |
40 |
this.lblAddressMarker = new System.Windows.Forms.ToolStripLabel(); |
41 |
this.ramScroll = new System.Windows.Forms.VScrollBar(); |
42 |
this.update_timer = new System.Windows.Forms.Timer(this.components); |
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.btnGotoImageBase = new System.Windows.Forms.Button(); |
48 |
this.txtAscii = new System.Windows.Forms.RichTextBox(); |
49 |
this.spacer.SuspendLayout(); |
50 |
this.toolStrip2.SuspendLayout(); |
51 |
this.left_pnl.SuspendLayout(); |
52 |
this.toolStrip1.SuspendLayout(); |
53 |
this.flowLayoutPanel1.SuspendLayout(); |
54 |
this.SuspendLayout(); |
55 |
// |
56 |
// txtData |
57 |
// |
58 |
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))); |
60 |
this.txtData.LineInfoForeColor = System.Drawing.Color.Empty; |
61 |
this.txtData.Location = new System.Drawing.Point(130, 25); |
62 |
this.txtData.Margin = new System.Windows.Forms.Padding(5, 89, 5, 4); |
63 |
this.txtData.Name = "txtData"; |
64 |
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); |
66 |
this.txtData.TabIndex = 11; |
67 |
this.txtData.UseFixedBytesPerLine = true; |
68 |
this.txtData.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtData_KeyDown); |
69 |
// |
70 |
// spacer |
71 |
// |
72 |
this.spacer.Controls.Add(this.toolStrip2); |
73 |
this.spacer.Dock = System.Windows.Forms.DockStyle.Top; |
74 |
this.spacer.Location = new System.Drawing.Point(0, 0); |
75 |
this.spacer.Margin = new System.Windows.Forms.Padding(2); |
76 |
this.spacer.Name = "spacer"; |
77 |
this.spacer.Size = new System.Drawing.Size(126, 24); |
78 |
this.spacer.TabIndex = 7; |
79 |
// |
80 |
// toolStrip2 |
81 |
// |
82 |
this.toolStrip2.Font = new System.Drawing.Font("Lucida Console", 12F); |
83 |
this.toolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; |
84 |
this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
85 |
this.toolStripLabel1}); |
86 |
this.toolStrip2.Location = new System.Drawing.Point(0, 0); |
87 |
this.toolStrip2.Name = "toolStrip2"; |
88 |
this.toolStrip2.Size = new System.Drawing.Size(126, 25); |
89 |
this.toolStrip2.TabIndex = 1; |
90 |
this.toolStrip2.Text = "toolStrip2"; |
91 |
// |
92 |
// toolStripLabel1 |
93 |
// |
94 |
this.toolStripLabel1.Name = "toolStripLabel1"; |
95 |
this.toolStripLabel1.Size = new System.Drawing.Size(88, 22); |
96 |
this.toolStripLabel1.Text = "Address:"; |
97 |
// |
98 |
// btnGotoAddress |
99 |
// |
100 |
this.btnGotoAddress.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
101 |
this.btnGotoAddress.AutoSize = true; |
102 |
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))); |
104 |
this.btnGotoAddress.Location = new System.Drawing.Point(466, 0); |
105 |
this.btnGotoAddress.Margin = new System.Windows.Forms.Padding(0); |
106 |
this.btnGotoAddress.Name = "btnGotoAddress"; |
107 |
this.btnGotoAddress.Size = new System.Drawing.Size(138, 26); |
108 |
this.btnGotoAddress.TabIndex = 16; |
109 |
this.btnGotoAddress.Text = "Goto Address"; |
110 |
this.btnGotoAddress.UseVisualStyleBackColor = true; |
111 |
this.btnGotoAddress.Click += new System.EventHandler(this.btnGotoAddress_Click); |
112 |
// |
113 |
// btnEditBytes |
114 |
// |
115 |
this.btnEditBytes.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
116 |
this.btnEditBytes.AutoSize = true; |
117 |
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))); |
119 |
this.btnEditBytes.Location = new System.Drawing.Point(604, 0); |
120 |
this.btnEditBytes.Margin = new System.Windows.Forms.Padding(0); |
121 |
this.btnEditBytes.Name = "btnEditBytes"; |
122 |
this.btnEditBytes.Size = new System.Drawing.Size(118, 26); |
123 |
this.btnEditBytes.TabIndex = 15; |
124 |
this.btnEditBytes.Text = "Edit Bytes"; |
125 |
this.btnEditBytes.UseVisualStyleBackColor = true; |
126 |
this.btnEditBytes.Click += new System.EventHandler(this.btnEditBytes_Click); |
127 |
// |
128 |
// left_pnl |
129 |
// |
130 |
this.left_pnl.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
131 |
this.left_pnl.Controls.Add(this.txtAddresses); |
132 |
this.left_pnl.Controls.Add(this.spacer); |
133 |
this.left_pnl.Dock = System.Windows.Forms.DockStyle.Left; |
134 |
this.left_pnl.Location = new System.Drawing.Point(0, 0); |
135 |
this.left_pnl.Margin = new System.Windows.Forms.Padding(2); |
136 |
this.left_pnl.Name = "left_pnl"; |
137 |
this.left_pnl.Size = new System.Drawing.Size(130, 616); |
138 |
this.left_pnl.TabIndex = 14; |
139 |
// |
140 |
// txtAddresses |
141 |
// |
142 |
this.txtAddresses.BackColor = System.Drawing.Color.White; |
143 |
this.txtAddresses.Dock = System.Windows.Forms.DockStyle.Fill; |
144 |
this.txtAddresses.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
145 |
this.txtAddresses.Location = new System.Drawing.Point(0, 24); |
146 |
this.txtAddresses.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); |
147 |
this.txtAddresses.Name = "txtAddresses"; |
148 |
this.txtAddresses.ReadOnly = true; |
149 |
this.txtAddresses.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None; |
150 |
this.txtAddresses.Size = new System.Drawing.Size(126, 588); |
151 |
this.txtAddresses.TabIndex = 1; |
152 |
this.txtAddresses.Text = ""; |
153 |
this.txtAddresses.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtAddresses_KeyDown); |
154 |
// |
155 |
// lblAddressMarker |
156 |
// |
157 |
this.lblAddressMarker.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
158 |
this.lblAddressMarker.Name = "lblAddressMarker"; |
159 |
this.lblAddressMarker.Size = new System.Drawing.Size(138, 22); |
160 |
this.lblAddressMarker.Text = "AddressMarker"; |
161 |
// |
162 |
// ramScroll |
163 |
// |
164 |
this.ramScroll.Dock = System.Windows.Forms.DockStyle.Right; |
165 |
this.ramScroll.Location = new System.Drawing.Point(1024, 0); |
166 |
this.ramScroll.Name = "ramScroll"; |
167 |
this.ramScroll.Size = new System.Drawing.Size(17, 616); |
168 |
this.ramScroll.TabIndex = 12; |
169 |
this.ramScroll.Scroll += new System.Windows.Forms.ScrollEventHandler(this.ramScroll_Scroll); |
170 |
// |
171 |
// update_timer |
172 |
// |
173 |
this.update_timer.Interval = 10; |
174 |
this.update_timer.Tick += new System.EventHandler(this.update_timer_Tick); |
175 |
// |
176 |
// ResultsUpdateWorkerThread |
177 |
// |
178 |
this.ResultsUpdateWorkerThread.WorkerSupportsCancellation = true; |
179 |
this.ResultsUpdateWorkerThread.DoWork += new System.ComponentModel.DoWorkEventHandler(this.ResultsUpdateWorkerThread_DoWork); |
180 |
this.ResultsUpdateWorkerThread.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.ResultsUpdateWorkerThread_RunWorkerCompleted); |
181 |
// |
182 |
// toolStrip1 |
183 |
// |
184 |
this.toolStrip1.Font = new System.Drawing.Font("Lucida Console", 12F); |
185 |
this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; |
186 |
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
187 |
this.lblAddressMarker}); |
188 |
this.toolStrip1.Location = new System.Drawing.Point(130, 0); |
189 |
this.toolStrip1.Name = "toolStrip1"; |
190 |
this.toolStrip1.Padding = new System.Windows.Forms.Padding(0); |
191 |
this.toolStrip1.Size = new System.Drawing.Size(894, 25); |
192 |
this.toolStrip1.TabIndex = 13; |
193 |
this.toolStrip1.Text = "toolStrip1"; |
194 |
// |
195 |
// txthexGoto |
196 |
// |
197 |
this.txthexGoto.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
198 |
this.txthexGoto.AutoSize = true; |
199 |
this.txthexGoto.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
200 |
this.txthexGoto.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
201 |
this.txthexGoto.isAddressMask = true; |
202 |
this.txthexGoto.Location = new System.Drawing.Point(278, 0); |
203 |
this.txthexGoto.Margin = new System.Windows.Forms.Padding(0); |
204 |
this.txthexGoto.MaxLength = 8; |
205 |
this.txthexGoto.Name = "txthexGoto"; |
206 |
this.txthexGoto.Padding = new System.Windows.Forms.Padding(0, 2, 0, 0); |
207 |
this.txthexGoto.ReadOnly = false; |
208 |
this.txthexGoto.Size = new System.Drawing.Size(188, 26); |
209 |
this.txthexGoto.TabIndex = 17; |
210 |
this.txthexGoto.TextLength = 8; |
211 |
this.txthexGoto.Value = ((long)(0)); |
212 |
// |
213 |
// flowLayoutPanel1 |
214 |
// |
215 |
this.flowLayoutPanel1.AutoSize = true; |
216 |
this.flowLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
217 |
this.flowLayoutPanel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
218 |
this.flowLayoutPanel1.Controls.Add(this.btnGotoImageBase); |
219 |
this.flowLayoutPanel1.Controls.Add(this.btnEditBytes); |
220 |
this.flowLayoutPanel1.Controls.Add(this.btnGotoAddress); |
221 |
this.flowLayoutPanel1.Controls.Add(this.txthexGoto); |
222 |
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Bottom; |
223 |
this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft; |
224 |
this.flowLayoutPanel1.Location = new System.Drawing.Point(130, 586); |
225 |
this.flowLayoutPanel1.Name = "flowLayoutPanel1"; |
226 |
this.flowLayoutPanel1.Size = new System.Drawing.Size(894, 30); |
227 |
this.flowLayoutPanel1.TabIndex = 18; |
228 |
// |
229 |
// btnGotoImageBase |
230 |
// |
231 |
this.btnGotoImageBase.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
232 |
this.btnGotoImageBase.AutoSize = true; |
233 |
this.btnGotoImageBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
234 |
this.btnGotoImageBase.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
235 |
this.btnGotoImageBase.Location = new System.Drawing.Point(722, 0); |
236 |
this.btnGotoImageBase.Margin = new System.Windows.Forms.Padding(0); |
237 |
this.btnGotoImageBase.Name = "btnGotoImageBase"; |
238 |
this.btnGotoImageBase.Size = new System.Drawing.Size(168, 26); |
239 |
this.btnGotoImageBase.TabIndex = 18; |
240 |
this.btnGotoImageBase.Text = "Goto Image Base"; |
241 |
this.btnGotoImageBase.UseVisualStyleBackColor = true; |
242 |
this.btnGotoImageBase.Click += new System.EventHandler(this.btnGotoImageBase_Click); |
243 |
// |
244 |
// txtAscii |
245 |
// |
246 |
this.txtAscii.BackColor = System.Drawing.Color.White; |
247 |
this.txtAscii.Dock = System.Windows.Forms.DockStyle.Right; |
248 |
this.txtAscii.Font = new System.Drawing.Font("Lucida Console", 12F); |
249 |
this.txtAscii.Location = new System.Drawing.Point(821, 25); |
250 |
this.txtAscii.Name = "txtAscii"; |
251 |
this.txtAscii.Size = new System.Drawing.Size(203, 561); |
252 |
this.txtAscii.TabIndex = 19; |
253 |
this.txtAscii.Text = ""; |
254 |
// |
255 |
// UIMemoryViewer |
256 |
// |
257 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
258 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
259 |
this.Controls.Add(this.txtData); |
260 |
this.Controls.Add(this.txtAscii); |
261 |
this.Controls.Add(this.flowLayoutPanel1); |
262 |
this.Controls.Add(this.toolStrip1); |
263 |
this.Controls.Add(this.left_pnl); |
264 |
this.Controls.Add(this.ramScroll); |
265 |
this.Name = "UIMemoryViewer"; |
266 |
this.Size = new System.Drawing.Size(1041, 616); |
267 |
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.UIMemoryViewer_KeyDown); |
268 |
this.spacer.ResumeLayout(false); |
269 |
this.spacer.PerformLayout(); |
270 |
this.toolStrip2.ResumeLayout(false); |
271 |
this.toolStrip2.PerformLayout(); |
272 |
this.left_pnl.ResumeLayout(false); |
273 |
this.toolStrip1.ResumeLayout(false); |
274 |
this.toolStrip1.PerformLayout(); |
275 |
this.flowLayoutPanel1.ResumeLayout(false); |
276 |
this.flowLayoutPanel1.PerformLayout(); |
277 |
this.ResumeLayout(false); |
278 |
this.PerformLayout(); |
279 |
|
280 |
} |
281 |
|
282 |
#endregion |
283 |
|
284 |
private Be.Windows.Forms.HexBox txtData; |
285 |
private System.Windows.Forms.Panel spacer; |
286 |
private System.Windows.Forms.ToolStrip toolStrip2; |
287 |
private System.Windows.Forms.ToolStripLabel toolStripLabel1; |
288 |
private System.Windows.Forms.Button btnGotoAddress; |
289 |
private System.Windows.Forms.Button btnEditBytes; |
290 |
private System.Windows.Forms.Panel left_pnl; |
291 |
private Utilities.TransparentControls.FlickerFreeRichTextBox txtAddresses; |
292 |
private System.Windows.Forms.ToolStripLabel lblAddressMarker; |
293 |
private System.Windows.Forms.VScrollBar ramScroll; |
294 |
private System.Windows.Forms.Timer update_timer; |
295 |
private System.ComponentModel.BackgroundWorker ResultsUpdateWorkerThread; |
296 |
private System.Windows.Forms.MaskedHexBox txthexGoto; |
297 |
private System.Windows.Forms.ToolStrip toolStrip1; |
298 |
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; |
299 |
private System.Windows.Forms.Button btnGotoImageBase; |
300 |
private System.Windows.Forms.RichTextBox txtAscii; |
301 |
|
302 |
} |
303 |
} |