1 |
namespace RomCheater.Docking |
2 |
{ |
3 |
partial class FloatingRVACalculator |
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 Windows Form 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.grpMemorySearchRange = new System.Windows.Forms.GroupBox(); |
32 |
this.grpMemorySearchRange_flow = new System.Windows.Forms.FlowLayoutPanel(); |
33 |
this.lblFileBase = new System.Windows.Forms.Label(); |
34 |
this.txtFileBase = new System.Windows.Forms.MaskedHexBox(); |
35 |
this.lblImageBase = new System.Windows.Forms.Label(); |
36 |
this.txtImageBase = new System.Windows.Forms.MaskedHexBox(); |
37 |
this.grpMemoryToFile = new System.Windows.Forms.GroupBox(); |
38 |
this.grpMemoryToFile_flow = new System.Windows.Forms.FlowLayoutPanel(); |
39 |
this.lblMemToFile_ImageAddress = new System.Windows.Forms.Label(); |
40 |
this.txtMemToFile_ImageAddress = new System.Windows.Forms.MaskedHexBox(); |
41 |
this.lblMemToFile_FileAddress = new System.Windows.Forms.Label(); |
42 |
this.txtMemToFile_FileAddress = new System.Windows.Forms.MaskedHexBox(); |
43 |
this.btnConvertMemoryToFile = new System.Windows.Forms.Button(); |
44 |
this.grpFileToMemory = new System.Windows.Forms.GroupBox(); |
45 |
this.grpFileToMemory_flow = new System.Windows.Forms.FlowLayoutPanel(); |
46 |
this.lblFileToMem_FileAddress = new System.Windows.Forms.Label(); |
47 |
this.txtFileToMem_FileAddress = new System.Windows.Forms.MaskedHexBox(); |
48 |
this.lblFileToMem_ImageAddress = new System.Windows.Forms.Label(); |
49 |
this.txtFileToMem_ImageAddress = new System.Windows.Forms.MaskedHexBox(); |
50 |
this.btnConvertFileToMemory = new System.Windows.Forms.Button(); |
51 |
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); |
52 |
this.grpMemorySearchRange.SuspendLayout(); |
53 |
this.grpMemorySearchRange_flow.SuspendLayout(); |
54 |
this.grpMemoryToFile.SuspendLayout(); |
55 |
this.grpMemoryToFile_flow.SuspendLayout(); |
56 |
this.grpFileToMemory.SuspendLayout(); |
57 |
this.grpFileToMemory_flow.SuspendLayout(); |
58 |
this.flowLayoutPanel1.SuspendLayout(); |
59 |
this.SuspendLayout(); |
60 |
// |
61 |
// grpMemorySearchRange |
62 |
// |
63 |
this.grpMemorySearchRange.AutoSize = true; |
64 |
this.grpMemorySearchRange.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
65 |
this.grpMemorySearchRange.Controls.Add(this.grpMemorySearchRange_flow); |
66 |
this.flowLayoutPanel1.SetFlowBreak(this.grpMemorySearchRange, true); |
67 |
this.grpMemorySearchRange.Location = new System.Drawing.Point(3, 3); |
68 |
this.grpMemorySearchRange.Name = "grpMemorySearchRange"; |
69 |
this.grpMemorySearchRange.Size = new System.Drawing.Size(272, 75); |
70 |
this.grpMemorySearchRange.TabIndex = 6; |
71 |
this.grpMemorySearchRange.TabStop = false; |
72 |
this.grpMemorySearchRange.Text = "File and Image Base Addresses"; |
73 |
// |
74 |
// grpMemorySearchRange_flow |
75 |
// |
76 |
this.grpMemorySearchRange_flow.AutoScroll = true; |
77 |
this.grpMemorySearchRange_flow.AutoSize = true; |
78 |
this.grpMemorySearchRange_flow.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
79 |
this.grpMemorySearchRange_flow.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
80 |
this.grpMemorySearchRange_flow.Controls.Add(this.lblFileBase); |
81 |
this.grpMemorySearchRange_flow.Controls.Add(this.txtFileBase); |
82 |
this.grpMemorySearchRange_flow.Controls.Add(this.lblImageBase); |
83 |
this.grpMemorySearchRange_flow.Controls.Add(this.txtImageBase); |
84 |
this.grpMemorySearchRange_flow.Dock = System.Windows.Forms.DockStyle.Fill; |
85 |
this.grpMemorySearchRange_flow.Location = new System.Drawing.Point(3, 16); |
86 |
this.grpMemorySearchRange_flow.Name = "grpMemorySearchRange_flow"; |
87 |
this.grpMemorySearchRange_flow.Size = new System.Drawing.Size(266, 56); |
88 |
this.grpMemorySearchRange_flow.TabIndex = 6; |
89 |
// |
90 |
// lblFileBase |
91 |
// |
92 |
this.lblFileBase.AutoSize = true; |
93 |
this.lblFileBase.Location = new System.Drawing.Point(3, 0); |
94 |
this.lblFileBase.Name = "lblFileBase"; |
95 |
this.lblFileBase.Size = new System.Drawing.Size(53, 13); |
96 |
this.lblFileBase.TabIndex = 9; |
97 |
this.lblFileBase.Text = "File Base:"; |
98 |
// |
99 |
// txtFileBase |
100 |
// |
101 |
this.txtFileBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
102 |
this.txtFileBase.BackColor = System.Drawing.SystemColors.Control; |
103 |
this.grpMemorySearchRange_flow.SetFlowBreak(this.txtFileBase, true); |
104 |
this.txtFileBase.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
105 |
this.txtFileBase.isAddressMask = true; |
106 |
this.txtFileBase.Location = new System.Drawing.Point(59, 0); |
107 |
this.txtFileBase.Margin = new System.Windows.Forms.Padding(0); |
108 |
this.txtFileBase.MaxLength = 16; |
109 |
this.txtFileBase.Name = "txtFileBase"; |
110 |
this.txtFileBase.ReadOnly = true; |
111 |
this.txtFileBase.Size = new System.Drawing.Size(193, 26); |
112 |
this.txtFileBase.TabIndex = 7; |
113 |
this.txtFileBase.TextLength = 8; |
114 |
this.txtFileBase.Value = ((ulong)(0ul)); |
115 |
// |
116 |
// lblImageBase |
117 |
// |
118 |
this.lblImageBase.AutoSize = true; |
119 |
this.lblImageBase.Location = new System.Drawing.Point(3, 26); |
120 |
this.lblImageBase.Name = "lblImageBase"; |
121 |
this.lblImageBase.Size = new System.Drawing.Size(63, 13); |
122 |
this.lblImageBase.TabIndex = 10; |
123 |
this.lblImageBase.Text = "Image Base"; |
124 |
// |
125 |
// txtImageBase |
126 |
// |
127 |
this.txtImageBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
128 |
this.txtImageBase.BackColor = System.Drawing.SystemColors.Control; |
129 |
this.grpMemorySearchRange_flow.SetFlowBreak(this.txtImageBase, true); |
130 |
this.txtImageBase.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
131 |
this.txtImageBase.isAddressMask = true; |
132 |
this.txtImageBase.Location = new System.Drawing.Point(69, 26); |
133 |
this.txtImageBase.Margin = new System.Windows.Forms.Padding(0); |
134 |
this.txtImageBase.MaxLength = 16; |
135 |
this.txtImageBase.Name = "txtImageBase"; |
136 |
this.txtImageBase.ReadOnly = true; |
137 |
this.txtImageBase.Size = new System.Drawing.Size(193, 26); |
138 |
this.txtImageBase.TabIndex = 8; |
139 |
this.txtImageBase.TextLength = 8; |
140 |
this.txtImageBase.Value = ((ulong)(0ul)); |
141 |
// |
142 |
// grpMemoryToFile |
143 |
// |
144 |
this.grpMemoryToFile.AutoSize = true; |
145 |
this.grpMemoryToFile.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
146 |
this.grpMemoryToFile.Controls.Add(this.grpMemoryToFile_flow); |
147 |
this.flowLayoutPanel1.SetFlowBreak(this.grpMemoryToFile, true); |
148 |
this.grpMemoryToFile.Location = new System.Drawing.Point(3, 84); |
149 |
this.grpMemoryToFile.Name = "grpMemoryToFile"; |
150 |
this.grpMemoryToFile.Size = new System.Drawing.Size(289, 104); |
151 |
this.grpMemoryToFile.TabIndex = 7; |
152 |
this.grpMemoryToFile.TabStop = false; |
153 |
this.grpMemoryToFile.Text = "Memory To File"; |
154 |
// |
155 |
// grpMemoryToFile_flow |
156 |
// |
157 |
this.grpMemoryToFile_flow.AutoScroll = true; |
158 |
this.grpMemoryToFile_flow.AutoSize = true; |
159 |
this.grpMemoryToFile_flow.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
160 |
this.grpMemoryToFile_flow.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
161 |
this.grpMemoryToFile_flow.Controls.Add(this.lblMemToFile_ImageAddress); |
162 |
this.grpMemoryToFile_flow.Controls.Add(this.txtMemToFile_ImageAddress); |
163 |
this.grpMemoryToFile_flow.Controls.Add(this.lblMemToFile_FileAddress); |
164 |
this.grpMemoryToFile_flow.Controls.Add(this.txtMemToFile_FileAddress); |
165 |
this.grpMemoryToFile_flow.Controls.Add(this.btnConvertMemoryToFile); |
166 |
this.grpMemoryToFile_flow.Dock = System.Windows.Forms.DockStyle.Fill; |
167 |
this.grpMemoryToFile_flow.Location = new System.Drawing.Point(3, 16); |
168 |
this.grpMemoryToFile_flow.Name = "grpMemoryToFile_flow"; |
169 |
this.grpMemoryToFile_flow.Size = new System.Drawing.Size(283, 85); |
170 |
this.grpMemoryToFile_flow.TabIndex = 9; |
171 |
// |
172 |
// lblMemToFile_ImageAddress |
173 |
// |
174 |
this.lblMemToFile_ImageAddress.AutoSize = true; |
175 |
this.lblMemToFile_ImageAddress.Location = new System.Drawing.Point(3, 0); |
176 |
this.lblMemToFile_ImageAddress.Name = "lblMemToFile_ImageAddress"; |
177 |
this.lblMemToFile_ImageAddress.Size = new System.Drawing.Size(80, 13); |
178 |
this.lblMemToFile_ImageAddress.TabIndex = 13; |
179 |
this.lblMemToFile_ImageAddress.Text = "Image Address:"; |
180 |
// |
181 |
// txtMemToFile_ImageAddress |
182 |
// |
183 |
this.txtMemToFile_ImageAddress.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
184 |
this.txtMemToFile_ImageAddress.BackColor = System.Drawing.SystemColors.Control; |
185 |
this.grpMemoryToFile_flow.SetFlowBreak(this.txtMemToFile_ImageAddress, true); |
186 |
this.txtMemToFile_ImageAddress.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
187 |
this.txtMemToFile_ImageAddress.isAddressMask = true; |
188 |
this.txtMemToFile_ImageAddress.Location = new System.Drawing.Point(86, 0); |
189 |
this.txtMemToFile_ImageAddress.Margin = new System.Windows.Forms.Padding(0); |
190 |
this.txtMemToFile_ImageAddress.MaxLength = 16; |
191 |
this.txtMemToFile_ImageAddress.Name = "txtMemToFile_ImageAddress"; |
192 |
this.txtMemToFile_ImageAddress.ReadOnly = false; |
193 |
this.txtMemToFile_ImageAddress.Size = new System.Drawing.Size(193, 26); |
194 |
this.txtMemToFile_ImageAddress.TabIndex = 11; |
195 |
this.txtMemToFile_ImageAddress.TextLength = 8; |
196 |
this.txtMemToFile_ImageAddress.Value = ((ulong)(0ul)); |
197 |
// |
198 |
// lblMemToFile_FileAddress |
199 |
// |
200 |
this.lblMemToFile_FileAddress.AutoSize = true; |
201 |
this.lblMemToFile_FileAddress.Location = new System.Drawing.Point(3, 26); |
202 |
this.lblMemToFile_FileAddress.Name = "lblMemToFile_FileAddress"; |
203 |
this.lblMemToFile_FileAddress.Size = new System.Drawing.Size(67, 13); |
204 |
this.lblMemToFile_FileAddress.TabIndex = 14; |
205 |
this.lblMemToFile_FileAddress.Text = "File Address:"; |
206 |
// |
207 |
// txtMemToFile_FileAddress |
208 |
// |
209 |
this.txtMemToFile_FileAddress.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
210 |
this.txtMemToFile_FileAddress.BackColor = System.Drawing.SystemColors.Control; |
211 |
this.grpMemoryToFile_flow.SetFlowBreak(this.txtMemToFile_FileAddress, true); |
212 |
this.txtMemToFile_FileAddress.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
213 |
this.txtMemToFile_FileAddress.isAddressMask = true; |
214 |
this.txtMemToFile_FileAddress.Location = new System.Drawing.Point(73, 26); |
215 |
this.txtMemToFile_FileAddress.Margin = new System.Windows.Forms.Padding(0); |
216 |
this.txtMemToFile_FileAddress.MaxLength = 16; |
217 |
this.txtMemToFile_FileAddress.Name = "txtMemToFile_FileAddress"; |
218 |
this.txtMemToFile_FileAddress.ReadOnly = true; |
219 |
this.txtMemToFile_FileAddress.Size = new System.Drawing.Size(193, 26); |
220 |
this.txtMemToFile_FileAddress.TabIndex = 12; |
221 |
this.txtMemToFile_FileAddress.TextLength = 8; |
222 |
this.txtMemToFile_FileAddress.Value = ((ulong)(0ul)); |
223 |
// |
224 |
// btnConvertMemoryToFile |
225 |
// |
226 |
this.btnConvertMemoryToFile.AutoSize = true; |
227 |
this.btnConvertMemoryToFile.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
228 |
this.btnConvertMemoryToFile.Location = new System.Drawing.Point(3, 55); |
229 |
this.btnConvertMemoryToFile.Name = "btnConvertMemoryToFile"; |
230 |
this.btnConvertMemoryToFile.Size = new System.Drawing.Size(54, 23); |
231 |
this.btnConvertMemoryToFile.TabIndex = 9; |
232 |
this.btnConvertMemoryToFile.Text = "Convert"; |
233 |
this.btnConvertMemoryToFile.UseVisualStyleBackColor = true; |
234 |
this.btnConvertMemoryToFile.Click += new System.EventHandler(this.btnConvertMemoryToFile_Click); |
235 |
// |
236 |
// grpFileToMemory |
237 |
// |
238 |
this.grpFileToMemory.AutoSize = true; |
239 |
this.grpFileToMemory.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
240 |
this.grpFileToMemory.Controls.Add(this.grpFileToMemory_flow); |
241 |
this.grpFileToMemory.Location = new System.Drawing.Point(3, 194); |
242 |
this.grpFileToMemory.Name = "grpFileToMemory"; |
243 |
this.grpFileToMemory.Size = new System.Drawing.Size(289, 104); |
244 |
this.grpFileToMemory.TabIndex = 8; |
245 |
this.grpFileToMemory.TabStop = false; |
246 |
this.grpFileToMemory.Text = "File To Memory"; |
247 |
// |
248 |
// grpFileToMemory_flow |
249 |
// |
250 |
this.grpFileToMemory_flow.AutoScroll = true; |
251 |
this.grpFileToMemory_flow.AutoSize = true; |
252 |
this.grpFileToMemory_flow.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
253 |
this.grpFileToMemory_flow.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
254 |
this.grpFileToMemory_flow.Controls.Add(this.lblFileToMem_FileAddress); |
255 |
this.grpFileToMemory_flow.Controls.Add(this.txtFileToMem_FileAddress); |
256 |
this.grpFileToMemory_flow.Controls.Add(this.lblFileToMem_ImageAddress); |
257 |
this.grpFileToMemory_flow.Controls.Add(this.txtFileToMem_ImageAddress); |
258 |
this.grpFileToMemory_flow.Controls.Add(this.btnConvertFileToMemory); |
259 |
this.grpFileToMemory_flow.Dock = System.Windows.Forms.DockStyle.Fill; |
260 |
this.grpFileToMemory_flow.Location = new System.Drawing.Point(3, 16); |
261 |
this.grpFileToMemory_flow.Name = "grpFileToMemory_flow"; |
262 |
this.grpFileToMemory_flow.Size = new System.Drawing.Size(283, 85); |
263 |
this.grpFileToMemory_flow.TabIndex = 10; |
264 |
// |
265 |
// lblFileToMem_FileAddress |
266 |
// |
267 |
this.lblFileToMem_FileAddress.AutoSize = true; |
268 |
this.lblFileToMem_FileAddress.Location = new System.Drawing.Point(3, 0); |
269 |
this.lblFileToMem_FileAddress.Name = "lblFileToMem_FileAddress"; |
270 |
this.lblFileToMem_FileAddress.Size = new System.Drawing.Size(64, 13); |
271 |
this.lblFileToMem_FileAddress.TabIndex = 13; |
272 |
this.lblFileToMem_FileAddress.Text = "File Address"; |
273 |
// |
274 |
// txtFileToMem_FileAddress |
275 |
// |
276 |
this.txtFileToMem_FileAddress.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
277 |
this.txtFileToMem_FileAddress.BackColor = System.Drawing.SystemColors.Control; |
278 |
this.grpFileToMemory_flow.SetFlowBreak(this.txtFileToMem_FileAddress, true); |
279 |
this.txtFileToMem_FileAddress.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
280 |
this.txtFileToMem_FileAddress.isAddressMask = true; |
281 |
this.txtFileToMem_FileAddress.Location = new System.Drawing.Point(70, 0); |
282 |
this.txtFileToMem_FileAddress.Margin = new System.Windows.Forms.Padding(0); |
283 |
this.txtFileToMem_FileAddress.MaxLength = 16; |
284 |
this.txtFileToMem_FileAddress.Name = "txtFileToMem_FileAddress"; |
285 |
this.txtFileToMem_FileAddress.ReadOnly = false; |
286 |
this.txtFileToMem_FileAddress.Size = new System.Drawing.Size(193, 26); |
287 |
this.txtFileToMem_FileAddress.TabIndex = 11; |
288 |
this.txtFileToMem_FileAddress.TextLength = 8; |
289 |
this.txtFileToMem_FileAddress.Value = ((ulong)(0ul)); |
290 |
// |
291 |
// lblFileToMem_ImageAddress |
292 |
// |
293 |
this.lblFileToMem_ImageAddress.AutoSize = true; |
294 |
this.lblFileToMem_ImageAddress.Location = new System.Drawing.Point(3, 26); |
295 |
this.lblFileToMem_ImageAddress.Name = "lblFileToMem_ImageAddress"; |
296 |
this.lblFileToMem_ImageAddress.Size = new System.Drawing.Size(80, 13); |
297 |
this.lblFileToMem_ImageAddress.TabIndex = 14; |
298 |
this.lblFileToMem_ImageAddress.Text = "Image Address:"; |
299 |
// |
300 |
// txtFileToMem_ImageAddress |
301 |
// |
302 |
this.txtFileToMem_ImageAddress.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
303 |
this.txtFileToMem_ImageAddress.BackColor = System.Drawing.SystemColors.Control; |
304 |
this.grpFileToMemory_flow.SetFlowBreak(this.txtFileToMem_ImageAddress, true); |
305 |
this.txtFileToMem_ImageAddress.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
306 |
this.txtFileToMem_ImageAddress.isAddressMask = true; |
307 |
this.txtFileToMem_ImageAddress.Location = new System.Drawing.Point(86, 26); |
308 |
this.txtFileToMem_ImageAddress.Margin = new System.Windows.Forms.Padding(0); |
309 |
this.txtFileToMem_ImageAddress.MaxLength = 16; |
310 |
this.txtFileToMem_ImageAddress.Name = "txtFileToMem_ImageAddress"; |
311 |
this.txtFileToMem_ImageAddress.ReadOnly = true; |
312 |
this.txtFileToMem_ImageAddress.Size = new System.Drawing.Size(193, 26); |
313 |
this.txtFileToMem_ImageAddress.TabIndex = 12; |
314 |
this.txtFileToMem_ImageAddress.TextLength = 8; |
315 |
this.txtFileToMem_ImageAddress.Value = ((ulong)(0ul)); |
316 |
// |
317 |
// btnConvertFileToMemory |
318 |
// |
319 |
this.btnConvertFileToMemory.AutoSize = true; |
320 |
this.btnConvertFileToMemory.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
321 |
this.btnConvertFileToMemory.Location = new System.Drawing.Point(3, 55); |
322 |
this.btnConvertFileToMemory.Name = "btnConvertFileToMemory"; |
323 |
this.btnConvertFileToMemory.Size = new System.Drawing.Size(54, 23); |
324 |
this.btnConvertFileToMemory.TabIndex = 15; |
325 |
this.btnConvertFileToMemory.Text = "Convert"; |
326 |
this.btnConvertFileToMemory.UseVisualStyleBackColor = true; |
327 |
this.btnConvertFileToMemory.Click += new System.EventHandler(this.btnConvertFileToMemory_Click); |
328 |
// |
329 |
// flowLayoutPanel1 |
330 |
// |
331 |
this.flowLayoutPanel1.AutoScroll = true; |
332 |
this.flowLayoutPanel1.Controls.Add(this.grpMemorySearchRange); |
333 |
this.flowLayoutPanel1.Controls.Add(this.grpMemoryToFile); |
334 |
this.flowLayoutPanel1.Controls.Add(this.grpFileToMemory); |
335 |
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; |
336 |
this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0); |
337 |
this.flowLayoutPanel1.Name = "flowLayoutPanel1"; |
338 |
this.flowLayoutPanel1.Size = new System.Drawing.Size(310, 322); |
339 |
this.flowLayoutPanel1.TabIndex = 9; |
340 |
// |
341 |
// FloatingRVACalculator |
342 |
// |
343 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
344 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
345 |
this.ClientSize = new System.Drawing.Size(310, 322); |
346 |
this.Controls.Add(this.flowLayoutPanel1); |
347 |
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
348 |
this.Name = "FloatingRVACalculator"; |
349 |
this.Text = "RVA Calculator"; |
350 |
this.grpMemorySearchRange.ResumeLayout(false); |
351 |
this.grpMemorySearchRange.PerformLayout(); |
352 |
this.grpMemorySearchRange_flow.ResumeLayout(false); |
353 |
this.grpMemorySearchRange_flow.PerformLayout(); |
354 |
this.grpMemoryToFile.ResumeLayout(false); |
355 |
this.grpMemoryToFile.PerformLayout(); |
356 |
this.grpMemoryToFile_flow.ResumeLayout(false); |
357 |
this.grpMemoryToFile_flow.PerformLayout(); |
358 |
this.grpFileToMemory.ResumeLayout(false); |
359 |
this.grpFileToMemory.PerformLayout(); |
360 |
this.grpFileToMemory_flow.ResumeLayout(false); |
361 |
this.grpFileToMemory_flow.PerformLayout(); |
362 |
this.flowLayoutPanel1.ResumeLayout(false); |
363 |
this.flowLayoutPanel1.PerformLayout(); |
364 |
this.ResumeLayout(false); |
365 |
|
366 |
} |
367 |
|
368 |
#endregion |
369 |
|
370 |
private System.Windows.Forms.GroupBox grpMemorySearchRange; |
371 |
private System.Windows.Forms.FlowLayoutPanel grpMemorySearchRange_flow; |
372 |
private System.Windows.Forms.Label lblFileBase; |
373 |
private System.Windows.Forms.MaskedHexBox txtFileBase; |
374 |
private System.Windows.Forms.Label lblImageBase; |
375 |
private System.Windows.Forms.MaskedHexBox txtImageBase; |
376 |
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; |
377 |
private System.Windows.Forms.GroupBox grpMemoryToFile; |
378 |
private System.Windows.Forms.FlowLayoutPanel grpMemoryToFile_flow; |
379 |
private System.Windows.Forms.Label lblMemToFile_ImageAddress; |
380 |
private System.Windows.Forms.MaskedHexBox txtMemToFile_ImageAddress; |
381 |
private System.Windows.Forms.Label lblMemToFile_FileAddress; |
382 |
private System.Windows.Forms.MaskedHexBox txtMemToFile_FileAddress; |
383 |
private System.Windows.Forms.Button btnConvertMemoryToFile; |
384 |
private System.Windows.Forms.GroupBox grpFileToMemory; |
385 |
private System.Windows.Forms.FlowLayoutPanel grpFileToMemory_flow; |
386 |
private System.Windows.Forms.Label lblFileToMem_FileAddress; |
387 |
private System.Windows.Forms.MaskedHexBox txtFileToMem_FileAddress; |
388 |
private System.Windows.Forms.Label lblFileToMem_ImageAddress; |
389 |
private System.Windows.Forms.MaskedHexBox txtFileToMem_ImageAddress; |
390 |
private System.Windows.Forms.Button btnConvertFileToMemory; |
391 |
} |
392 |
} |