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.spacer.SuspendLayout(); |
49 |
this.toolStrip2.SuspendLayout(); |
50 |
this.left_pnl.SuspendLayout(); |
51 |
this.toolStrip1.SuspendLayout(); |
52 |
this.flowLayoutPanel1.SuspendLayout(); |
53 |
this.SuspendLayout(); |
54 |
// |
55 |
// txtData |
56 |
// |
57 |
this.txtData.Dock = System.Windows.Forms.DockStyle.Fill; |
58 |
this.txtData.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
59 |
this.txtData.LineInfoForeColor = System.Drawing.Color.Empty; |
60 |
this.txtData.Location = new System.Drawing.Point(130, 25); |
61 |
this.txtData.Margin = new System.Windows.Forms.Padding(5, 89, 5, 4); |
62 |
this.txtData.Name = "txtData"; |
63 |
this.txtData.ShadowSelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(60)))), ((int)(((byte)(188)))), ((int)(((byte)(255))))); |
64 |
this.txtData.Size = new System.Drawing.Size(894, 547); |
65 |
this.txtData.TabIndex = 11; |
66 |
this.txtData.UseFixedBytesPerLine = true; |
67 |
this.txtData.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtData_KeyDown); |
68 |
// |
69 |
// spacer |
70 |
// |
71 |
this.spacer.Controls.Add(this.toolStrip2); |
72 |
this.spacer.Dock = System.Windows.Forms.DockStyle.Top; |
73 |
this.spacer.Location = new System.Drawing.Point(0, 0); |
74 |
this.spacer.Margin = new System.Windows.Forms.Padding(2); |
75 |
this.spacer.Name = "spacer"; |
76 |
this.spacer.Size = new System.Drawing.Size(126, 24); |
77 |
this.spacer.TabIndex = 7; |
78 |
// |
79 |
// toolStrip2 |
80 |
// |
81 |
this.toolStrip2.Font = new System.Drawing.Font("Lucida Console", 12F); |
82 |
this.toolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; |
83 |
this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
84 |
this.toolStripLabel1}); |
85 |
this.toolStrip2.Location = new System.Drawing.Point(0, 0); |
86 |
this.toolStrip2.Name = "toolStrip2"; |
87 |
this.toolStrip2.Size = new System.Drawing.Size(126, 25); |
88 |
this.toolStrip2.TabIndex = 1; |
89 |
this.toolStrip2.Text = "toolStrip2"; |
90 |
// |
91 |
// toolStripLabel1 |
92 |
// |
93 |
this.toolStripLabel1.Name = "toolStripLabel1"; |
94 |
this.toolStripLabel1.Size = new System.Drawing.Size(88, 22); |
95 |
this.toolStripLabel1.Text = "Address:"; |
96 |
// |
97 |
// btnGotoAddress |
98 |
// |
99 |
this.btnGotoAddress.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
100 |
this.btnGotoAddress.AutoSize = true; |
101 |
this.btnGotoAddress.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
102 |
this.btnGotoAddress.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
103 |
this.btnGotoAddress.Location = new System.Drawing.Point(466, 0); |
104 |
this.btnGotoAddress.Margin = new System.Windows.Forms.Padding(0); |
105 |
this.btnGotoAddress.Name = "btnGotoAddress"; |
106 |
this.btnGotoAddress.Size = new System.Drawing.Size(138, 26); |
107 |
this.btnGotoAddress.TabIndex = 16; |
108 |
this.btnGotoAddress.Text = "Goto Address"; |
109 |
this.btnGotoAddress.UseVisualStyleBackColor = true; |
110 |
this.btnGotoAddress.Click += new System.EventHandler(this.btnGotoAddress_Click); |
111 |
// |
112 |
// btnEditBytes |
113 |
// |
114 |
this.btnEditBytes.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
115 |
this.btnEditBytes.AutoSize = true; |
116 |
this.btnEditBytes.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
117 |
this.btnEditBytes.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
118 |
this.btnEditBytes.Location = new System.Drawing.Point(604, 0); |
119 |
this.btnEditBytes.Margin = new System.Windows.Forms.Padding(0); |
120 |
this.btnEditBytes.Name = "btnEditBytes"; |
121 |
this.btnEditBytes.Size = new System.Drawing.Size(118, 26); |
122 |
this.btnEditBytes.TabIndex = 15; |
123 |
this.btnEditBytes.Text = "Edit Bytes"; |
124 |
this.btnEditBytes.UseVisualStyleBackColor = true; |
125 |
this.btnEditBytes.Click += new System.EventHandler(this.btnEditBytes_Click); |
126 |
// |
127 |
// left_pnl |
128 |
// |
129 |
this.left_pnl.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
130 |
this.left_pnl.Controls.Add(this.txtAddresses); |
131 |
this.left_pnl.Controls.Add(this.spacer); |
132 |
this.left_pnl.Dock = System.Windows.Forms.DockStyle.Left; |
133 |
this.left_pnl.Location = new System.Drawing.Point(0, 0); |
134 |
this.left_pnl.Margin = new System.Windows.Forms.Padding(2); |
135 |
this.left_pnl.Name = "left_pnl"; |
136 |
this.left_pnl.Size = new System.Drawing.Size(130, 602); |
137 |
this.left_pnl.TabIndex = 14; |
138 |
// |
139 |
// txtAddresses |
140 |
// |
141 |
this.txtAddresses.BackColor = System.Drawing.Color.White; |
142 |
this.txtAddresses.Dock = System.Windows.Forms.DockStyle.Fill; |
143 |
this.txtAddresses.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
144 |
this.txtAddresses.Location = new System.Drawing.Point(0, 24); |
145 |
this.txtAddresses.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); |
146 |
this.txtAddresses.Name = "txtAddresses"; |
147 |
this.txtAddresses.ReadOnly = true; |
148 |
this.txtAddresses.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None; |
149 |
this.txtAddresses.Size = new System.Drawing.Size(126, 574); |
150 |
this.txtAddresses.TabIndex = 1; |
151 |
this.txtAddresses.Text = ""; |
152 |
this.txtAddresses.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtAddresses_KeyDown); |
153 |
// |
154 |
// lblAddressMarker |
155 |
// |
156 |
this.lblAddressMarker.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
157 |
this.lblAddressMarker.Name = "lblAddressMarker"; |
158 |
this.lblAddressMarker.Size = new System.Drawing.Size(138, 22); |
159 |
this.lblAddressMarker.Text = "AddressMarker"; |
160 |
// |
161 |
// ramScroll |
162 |
// |
163 |
this.ramScroll.Dock = System.Windows.Forms.DockStyle.Right; |
164 |
this.ramScroll.Location = new System.Drawing.Point(1024, 0); |
165 |
this.ramScroll.Name = "ramScroll"; |
166 |
this.ramScroll.Size = new System.Drawing.Size(17, 602); |
167 |
this.ramScroll.TabIndex = 12; |
168 |
this.ramScroll.Scroll += new System.Windows.Forms.ScrollEventHandler(this.ramScroll_Scroll); |
169 |
// |
170 |
// update_timer |
171 |
// |
172 |
this.update_timer.Interval = 10; |
173 |
this.update_timer.Tick += new System.EventHandler(this.update_timer_Tick); |
174 |
// |
175 |
// ResultsUpdateWorkerThread |
176 |
// |
177 |
this.ResultsUpdateWorkerThread.WorkerSupportsCancellation = true; |
178 |
this.ResultsUpdateWorkerThread.DoWork += new System.ComponentModel.DoWorkEventHandler(this.ResultsUpdateWorkerThread_DoWork); |
179 |
this.ResultsUpdateWorkerThread.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.ResultsUpdateWorkerThread_RunWorkerCompleted); |
180 |
// |
181 |
// toolStrip1 |
182 |
// |
183 |
this.toolStrip1.Font = new System.Drawing.Font("Lucida Console", 12F); |
184 |
this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; |
185 |
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
186 |
this.lblAddressMarker}); |
187 |
this.toolStrip1.Location = new System.Drawing.Point(130, 0); |
188 |
this.toolStrip1.Name = "toolStrip1"; |
189 |
this.toolStrip1.Padding = new System.Windows.Forms.Padding(0); |
190 |
this.toolStrip1.Size = new System.Drawing.Size(894, 25); |
191 |
this.toolStrip1.TabIndex = 13; |
192 |
this.toolStrip1.Text = "toolStrip1"; |
193 |
// |
194 |
// txthexGoto |
195 |
// |
196 |
this.txthexGoto.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
197 |
this.txthexGoto.AutoSize = true; |
198 |
this.txthexGoto.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
199 |
this.txthexGoto.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
200 |
this.txthexGoto.isAddressMask = true; |
201 |
this.txthexGoto.Location = new System.Drawing.Point(278, 0); |
202 |
this.txthexGoto.Margin = new System.Windows.Forms.Padding(0); |
203 |
this.txthexGoto.MaxLength = 8; |
204 |
this.txthexGoto.Name = "txthexGoto"; |
205 |
this.txthexGoto.Padding = new System.Windows.Forms.Padding(0, 2, 0, 0); |
206 |
this.txthexGoto.ReadOnly = false; |
207 |
this.txthexGoto.Size = new System.Drawing.Size(188, 26); |
208 |
this.txthexGoto.TabIndex = 17; |
209 |
this.txthexGoto.TextLength = 8; |
210 |
this.txthexGoto.Value = ((long)(0)); |
211 |
// |
212 |
// flowLayoutPanel1 |
213 |
// |
214 |
this.flowLayoutPanel1.AutoSize = true; |
215 |
this.flowLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
216 |
this.flowLayoutPanel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
217 |
this.flowLayoutPanel1.Controls.Add(this.btnGotoImageBase); |
218 |
this.flowLayoutPanel1.Controls.Add(this.btnEditBytes); |
219 |
this.flowLayoutPanel1.Controls.Add(this.btnGotoAddress); |
220 |
this.flowLayoutPanel1.Controls.Add(this.txthexGoto); |
221 |
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Bottom; |
222 |
this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft; |
223 |
this.flowLayoutPanel1.Location = new System.Drawing.Point(130, 572); |
224 |
this.flowLayoutPanel1.Name = "flowLayoutPanel1"; |
225 |
this.flowLayoutPanel1.Size = new System.Drawing.Size(894, 30); |
226 |
this.flowLayoutPanel1.TabIndex = 18; |
227 |
// |
228 |
// btnGotoImageBase |
229 |
// |
230 |
this.btnGotoImageBase.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
231 |
this.btnGotoImageBase.AutoSize = true; |
232 |
this.btnGotoImageBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
233 |
this.btnGotoImageBase.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
234 |
this.btnGotoImageBase.Location = new System.Drawing.Point(722, 0); |
235 |
this.btnGotoImageBase.Margin = new System.Windows.Forms.Padding(0); |
236 |
this.btnGotoImageBase.Name = "btnGotoImageBase"; |
237 |
this.btnGotoImageBase.Size = new System.Drawing.Size(168, 26); |
238 |
this.btnGotoImageBase.TabIndex = 18; |
239 |
this.btnGotoImageBase.Text = "Goto Image Base"; |
240 |
this.btnGotoImageBase.UseVisualStyleBackColor = true; |
241 |
this.btnGotoImageBase.Click += new System.EventHandler(this.btnGotoImageBase_Click); |
242 |
// |
243 |
// UIMemoryViewer |
244 |
// |
245 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
246 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
247 |
this.Controls.Add(this.txtData); |
248 |
this.Controls.Add(this.flowLayoutPanel1); |
249 |
this.Controls.Add(this.toolStrip1); |
250 |
this.Controls.Add(this.left_pnl); |
251 |
this.Controls.Add(this.ramScroll); |
252 |
this.Name = "UIMemoryViewer"; |
253 |
this.Size = new System.Drawing.Size(1041, 602); |
254 |
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.UIMemoryViewer_KeyDown); |
255 |
this.spacer.ResumeLayout(false); |
256 |
this.spacer.PerformLayout(); |
257 |
this.toolStrip2.ResumeLayout(false); |
258 |
this.toolStrip2.PerformLayout(); |
259 |
this.left_pnl.ResumeLayout(false); |
260 |
this.toolStrip1.ResumeLayout(false); |
261 |
this.toolStrip1.PerformLayout(); |
262 |
this.flowLayoutPanel1.ResumeLayout(false); |
263 |
this.flowLayoutPanel1.PerformLayout(); |
264 |
this.ResumeLayout(false); |
265 |
this.PerformLayout(); |
266 |
|
267 |
} |
268 |
|
269 |
#endregion |
270 |
|
271 |
private Be.Windows.Forms.HexBox txtData; |
272 |
private System.Windows.Forms.Panel spacer; |
273 |
private System.Windows.Forms.ToolStrip toolStrip2; |
274 |
private System.Windows.Forms.ToolStripLabel toolStripLabel1; |
275 |
private System.Windows.Forms.Button btnGotoAddress; |
276 |
private System.Windows.Forms.Button btnEditBytes; |
277 |
private System.Windows.Forms.Panel left_pnl; |
278 |
private Utilities.TransparentControls.FlickerFreeRichTextBox txtAddresses; |
279 |
private System.Windows.Forms.ToolStripLabel lblAddressMarker; |
280 |
private System.Windows.Forms.VScrollBar ramScroll; |
281 |
private System.Windows.Forms.Timer update_timer; |
282 |
private System.ComponentModel.BackgroundWorker ResultsUpdateWorkerThread; |
283 |
private System.Windows.Forms.MaskedHexBox txthexGoto; |
284 |
private System.Windows.Forms.ToolStrip toolStrip1; |
285 |
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; |
286 |
private System.Windows.Forms.Button btnGotoImageBase; |
287 |
|
288 |
} |
289 |
} |