1 |
namespace RomCheater.RVACalculator |
2 |
{ |
3 |
partial class RVACalculatorDockControl |
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.lstCheats = new System.Windows.Forms.ListView(); |
32 |
this.colCheatName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); |
33 |
this.colCheatAddress = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); |
34 |
this.colPhysicalAddress = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); |
35 |
this.pnl_bottom_flow = new System.Windows.Forms.FlowLayoutPanel(); |
36 |
this.btnAdd = new System.Windows.Forms.Button(); |
37 |
this.btnRemove = new System.Windows.Forms.Button(); |
38 |
this.btnUpdate = new System.Windows.Forms.Button(); |
39 |
this.btnCopy = new System.Windows.Forms.Button(); |
40 |
this.btnSave = new System.Windows.Forms.Button(); |
41 |
this.btnLoad = new System.Windows.Forms.Button(); |
42 |
this.btnRefresh = new System.Windows.Forms.Button(); |
43 |
this.btnCopyAll = new System.Windows.Forms.Button(); |
44 |
this.lblRVA = new System.Windows.Forms.Label(); |
45 |
this.txtRVA = new System.Windows.Forms.MaskedHexBox(); |
46 |
this.splitContainer1 = new System.Windows.Forms.SplitContainer(); |
47 |
this.CheatLoader = new System.Windows.Forms.OpenFileDialog(); |
48 |
this.CheatSaver = new System.Windows.Forms.SaveFileDialog(); |
49 |
this.pnl_bottom_flow.SuspendLayout(); |
50 |
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); |
51 |
this.splitContainer1.Panel1.SuspendLayout(); |
52 |
this.splitContainer1.Panel2.SuspendLayout(); |
53 |
this.splitContainer1.SuspendLayout(); |
54 |
this.SuspendLayout(); |
55 |
// |
56 |
// lstCheats |
57 |
// |
58 |
this.lstCheats.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { |
59 |
this.colCheatName, |
60 |
this.colCheatAddress, |
61 |
this.colPhysicalAddress}); |
62 |
this.lstCheats.Dock = System.Windows.Forms.DockStyle.Fill; |
63 |
this.lstCheats.Font = new System.Drawing.Font("Courier New", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
64 |
this.lstCheats.FullRowSelect = true; |
65 |
this.lstCheats.GridLines = true; |
66 |
this.lstCheats.Location = new System.Drawing.Point(0, 0); |
67 |
this.lstCheats.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7); |
68 |
this.lstCheats.MultiSelect = false; |
69 |
this.lstCheats.Name = "lstCheats"; |
70 |
this.lstCheats.Size = new System.Drawing.Size(1173, 511); |
71 |
this.lstCheats.TabIndex = 0; |
72 |
this.lstCheats.UseCompatibleStateImageBehavior = false; |
73 |
this.lstCheats.View = System.Windows.Forms.View.Details; |
74 |
// |
75 |
// colCheatName |
76 |
// |
77 |
this.colCheatName.Text = "Cheat Name"; |
78 |
this.colCheatName.Width = 172; |
79 |
// |
80 |
// colCheatAddress |
81 |
// |
82 |
this.colCheatAddress.Text = "CheatAddress"; |
83 |
this.colCheatAddress.Width = 159; |
84 |
// |
85 |
// colPhysicalAddress |
86 |
// |
87 |
this.colPhysicalAddress.Text = "Physical Address"; |
88 |
this.colPhysicalAddress.Width = 254; |
89 |
// |
90 |
// pnl_bottom_flow |
91 |
// |
92 |
this.pnl_bottom_flow.AutoScroll = true; |
93 |
this.pnl_bottom_flow.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
94 |
this.pnl_bottom_flow.Controls.Add(this.btnAdd); |
95 |
this.pnl_bottom_flow.Controls.Add(this.btnRemove); |
96 |
this.pnl_bottom_flow.Controls.Add(this.btnUpdate); |
97 |
this.pnl_bottom_flow.Controls.Add(this.btnCopy); |
98 |
this.pnl_bottom_flow.Controls.Add(this.btnSave); |
99 |
this.pnl_bottom_flow.Controls.Add(this.btnLoad); |
100 |
this.pnl_bottom_flow.Controls.Add(this.btnRefresh); |
101 |
this.pnl_bottom_flow.Controls.Add(this.btnCopyAll); |
102 |
this.pnl_bottom_flow.Controls.Add(this.lblRVA); |
103 |
this.pnl_bottom_flow.Controls.Add(this.txtRVA); |
104 |
this.pnl_bottom_flow.Dock = System.Windows.Forms.DockStyle.Fill; |
105 |
this.pnl_bottom_flow.Location = new System.Drawing.Point(0, 0); |
106 |
this.pnl_bottom_flow.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7); |
107 |
this.pnl_bottom_flow.Name = "pnl_bottom_flow"; |
108 |
this.pnl_bottom_flow.Size = new System.Drawing.Size(1173, 50); |
109 |
this.pnl_bottom_flow.TabIndex = 0; |
110 |
// |
111 |
// btnAdd |
112 |
// |
113 |
this.btnAdd.AutoSize = true; |
114 |
this.btnAdd.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
115 |
this.btnAdd.Font = new System.Drawing.Font("Courier New", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
116 |
this.btnAdd.Location = new System.Drawing.Point(0, 0); |
117 |
this.btnAdd.Margin = new System.Windows.Forms.Padding(0); |
118 |
this.btnAdd.Name = "btnAdd"; |
119 |
this.btnAdd.Size = new System.Drawing.Size(71, 40); |
120 |
this.btnAdd.TabIndex = 3; |
121 |
this.btnAdd.Text = "Add"; |
122 |
this.btnAdd.UseVisualStyleBackColor = true; |
123 |
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click); |
124 |
// |
125 |
// btnRemove |
126 |
// |
127 |
this.btnRemove.AutoSize = true; |
128 |
this.btnRemove.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
129 |
this.btnRemove.Font = new System.Drawing.Font("Courier New", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
130 |
this.btnRemove.Location = new System.Drawing.Point(71, 0); |
131 |
this.btnRemove.Margin = new System.Windows.Forms.Padding(0); |
132 |
this.btnRemove.Name = "btnRemove"; |
133 |
this.btnRemove.Size = new System.Drawing.Size(119, 40); |
134 |
this.btnRemove.TabIndex = 4; |
135 |
this.btnRemove.Text = "Remove"; |
136 |
this.btnRemove.UseVisualStyleBackColor = true; |
137 |
this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click); |
138 |
// |
139 |
// btnUpdate |
140 |
// |
141 |
this.btnUpdate.AutoSize = true; |
142 |
this.btnUpdate.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
143 |
this.btnUpdate.Font = new System.Drawing.Font("Courier New", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
144 |
this.btnUpdate.Location = new System.Drawing.Point(190, 0); |
145 |
this.btnUpdate.Margin = new System.Windows.Forms.Padding(0); |
146 |
this.btnUpdate.Name = "btnUpdate"; |
147 |
this.btnUpdate.Size = new System.Drawing.Size(119, 40); |
148 |
this.btnUpdate.TabIndex = 5; |
149 |
this.btnUpdate.Text = "Update"; |
150 |
this.btnUpdate.UseVisualStyleBackColor = true; |
151 |
this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click); |
152 |
// |
153 |
// btnCopy |
154 |
// |
155 |
this.btnCopy.AutoSize = true; |
156 |
this.btnCopy.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
157 |
this.btnCopy.Font = new System.Drawing.Font("Courier New", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
158 |
this.btnCopy.Location = new System.Drawing.Point(309, 0); |
159 |
this.btnCopy.Margin = new System.Windows.Forms.Padding(0); |
160 |
this.btnCopy.Name = "btnCopy"; |
161 |
this.btnCopy.Size = new System.Drawing.Size(87, 40); |
162 |
this.btnCopy.TabIndex = 6; |
163 |
this.btnCopy.Text = "Copy"; |
164 |
this.btnCopy.UseVisualStyleBackColor = true; |
165 |
this.btnCopy.Click += new System.EventHandler(this.btnCopy_Click); |
166 |
// |
167 |
// btnSave |
168 |
// |
169 |
this.btnSave.AutoSize = true; |
170 |
this.btnSave.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
171 |
this.btnSave.Font = new System.Drawing.Font("Courier New", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
172 |
this.btnSave.Location = new System.Drawing.Point(396, 0); |
173 |
this.btnSave.Margin = new System.Windows.Forms.Padding(0); |
174 |
this.btnSave.Name = "btnSave"; |
175 |
this.btnSave.Size = new System.Drawing.Size(87, 40); |
176 |
this.btnSave.TabIndex = 7; |
177 |
this.btnSave.Text = "Save"; |
178 |
this.btnSave.UseVisualStyleBackColor = true; |
179 |
this.btnSave.Click += new System.EventHandler(this.btnSave_Click); |
180 |
// |
181 |
// btnLoad |
182 |
// |
183 |
this.btnLoad.AutoSize = true; |
184 |
this.btnLoad.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
185 |
this.btnLoad.Font = new System.Drawing.Font("Courier New", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
186 |
this.btnLoad.Location = new System.Drawing.Point(483, 0); |
187 |
this.btnLoad.Margin = new System.Windows.Forms.Padding(0); |
188 |
this.btnLoad.Name = "btnLoad"; |
189 |
this.btnLoad.Size = new System.Drawing.Size(87, 40); |
190 |
this.btnLoad.TabIndex = 8; |
191 |
this.btnLoad.Text = "Load"; |
192 |
this.btnLoad.UseVisualStyleBackColor = true; |
193 |
this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click); |
194 |
// |
195 |
// btnRefresh |
196 |
// |
197 |
this.btnRefresh.AutoSize = true; |
198 |
this.btnRefresh.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
199 |
this.btnRefresh.Font = new System.Drawing.Font("Courier New", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
200 |
this.btnRefresh.Location = new System.Drawing.Point(570, 0); |
201 |
this.btnRefresh.Margin = new System.Windows.Forms.Padding(0); |
202 |
this.btnRefresh.Name = "btnRefresh"; |
203 |
this.btnRefresh.Size = new System.Drawing.Size(135, 40); |
204 |
this.btnRefresh.TabIndex = 9; |
205 |
this.btnRefresh.Text = "Refresh"; |
206 |
this.btnRefresh.UseVisualStyleBackColor = true; |
207 |
this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click); |
208 |
// |
209 |
// btnCopyAll |
210 |
// |
211 |
this.btnCopyAll.AutoSize = true; |
212 |
this.btnCopyAll.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
213 |
this.btnCopyAll.Font = new System.Drawing.Font("Courier New", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
214 |
this.btnCopyAll.Location = new System.Drawing.Point(705, 0); |
215 |
this.btnCopyAll.Margin = new System.Windows.Forms.Padding(0); |
216 |
this.btnCopyAll.Name = "btnCopyAll"; |
217 |
this.btnCopyAll.Size = new System.Drawing.Size(151, 40); |
218 |
this.btnCopyAll.TabIndex = 13; |
219 |
this.btnCopyAll.Text = "Copy All"; |
220 |
this.btnCopyAll.UseVisualStyleBackColor = true; |
221 |
this.btnCopyAll.Click += new System.EventHandler(this.btnCopyAll_Click); |
222 |
// |
223 |
// lblRVA |
224 |
// |
225 |
this.lblRVA.AutoSize = true; |
226 |
this.lblRVA.Font = new System.Drawing.Font("Courier New", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
227 |
this.lblRVA.Location = new System.Drawing.Point(859, 0); |
228 |
this.lblRVA.Name = "lblRVA"; |
229 |
this.lblRVA.Size = new System.Drawing.Size(77, 30); |
230 |
this.lblRVA.TabIndex = 11; |
231 |
this.lblRVA.Text = "RVA:"; |
232 |
// |
233 |
// txtRVA |
234 |
// |
235 |
this.txtRVA.AutoSize = true; |
236 |
this.txtRVA.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
237 |
this.txtRVA.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
238 |
this.txtRVA.isAddressMask = true; |
239 |
this.txtRVA.Location = new System.Drawing.Point(939, 0); |
240 |
this.txtRVA.Margin = new System.Windows.Forms.Padding(0); |
241 |
this.txtRVA.MaxLength = 8; |
242 |
this.txtRVA.Name = "txtRVA"; |
243 |
this.txtRVA.ReadOnly = false; |
244 |
this.txtRVA.Size = new System.Drawing.Size(193, 29); |
245 |
this.txtRVA.TabIndex = 12; |
246 |
this.txtRVA.TextLength = 8; |
247 |
this.txtRVA.Value = ((ulong)(0ul)); |
248 |
this.txtRVA.ValueChanged += new System.EventHandler<System.Windows.Forms.ValueChangedEventArgs>(this.txtRVA_ValueChanged); |
249 |
// |
250 |
// splitContainer1 |
251 |
// |
252 |
this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
253 |
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; |
254 |
this.splitContainer1.Location = new System.Drawing.Point(0, 0); |
255 |
this.splitContainer1.Name = "splitContainer1"; |
256 |
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; |
257 |
// |
258 |
// splitContainer1.Panel1 |
259 |
// |
260 |
this.splitContainer1.Panel1.Controls.Add(this.lstCheats); |
261 |
// |
262 |
// splitContainer1.Panel2 |
263 |
// |
264 |
this.splitContainer1.Panel2.Controls.Add(this.pnl_bottom_flow); |
265 |
this.splitContainer1.Size = new System.Drawing.Size(1177, 573); |
266 |
this.splitContainer1.SplitterDistance = 515; |
267 |
this.splitContainer1.TabIndex = 1; |
268 |
// |
269 |
// CheatLoader |
270 |
// |
271 |
this.CheatLoader.DefaultExt = "cheat"; |
272 |
this.CheatLoader.Filter = "Cheat Files|*.cheat|All Files|*.*"; |
273 |
this.CheatLoader.Title = "Please choose the cheat file to load"; |
274 |
// |
275 |
// CheatSaver |
276 |
// |
277 |
this.CheatSaver.DefaultExt = "cheat"; |
278 |
this.CheatSaver.Filter = "Cheat Files|*.cheat|All Files|*.*"; |
279 |
this.CheatSaver.Title = "Please choose the cheat file to save"; |
280 |
// |
281 |
// RVACalculatorDockControl |
282 |
// |
283 |
this.AutoScaleDimensions = new System.Drawing.SizeF(16F, 30F); |
284 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
285 |
this.ClientSize = new System.Drawing.Size(1177, 573); |
286 |
this.Controls.Add(this.splitContainer1); |
287 |
this.Font = new System.Drawing.Font("Courier New", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
288 |
this.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7); |
289 |
this.Name = "RVACalculatorDockControl"; |
290 |
this.Text = "RVA Calculator"; |
291 |
this.Shown += new System.EventHandler(this.RVACalculatorDockControl_Shown); |
292 |
this.pnl_bottom_flow.ResumeLayout(false); |
293 |
this.pnl_bottom_flow.PerformLayout(); |
294 |
this.splitContainer1.Panel1.ResumeLayout(false); |
295 |
this.splitContainer1.Panel2.ResumeLayout(false); |
296 |
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); |
297 |
this.splitContainer1.ResumeLayout(false); |
298 |
this.ResumeLayout(false); |
299 |
|
300 |
} |
301 |
|
302 |
#endregion |
303 |
|
304 |
private System.Windows.Forms.ListView lstCheats; |
305 |
private System.Windows.Forms.ColumnHeader colCheatName; |
306 |
private System.Windows.Forms.ColumnHeader colCheatAddress; |
307 |
private System.Windows.Forms.ColumnHeader colPhysicalAddress; |
308 |
private System.Windows.Forms.FlowLayoutPanel pnl_bottom_flow; |
309 |
private System.Windows.Forms.Button btnAdd; |
310 |
private System.Windows.Forms.Button btnRemove; |
311 |
private System.Windows.Forms.Button btnUpdate; |
312 |
private System.Windows.Forms.Button btnCopy; |
313 |
private System.Windows.Forms.Button btnSave; |
314 |
private System.Windows.Forms.Button btnLoad; |
315 |
private System.Windows.Forms.Button btnRefresh; |
316 |
private System.Windows.Forms.Label lblRVA; |
317 |
private System.Windows.Forms.SplitContainer splitContainer1; |
318 |
private System.Windows.Forms.MaskedHexBox txtRVA; |
319 |
private System.Windows.Forms.OpenFileDialog CheatLoader; |
320 |
private System.Windows.Forms.SaveFileDialog CheatSaver; |
321 |
private System.Windows.Forms.Button btnCopyAll; |
322 |
} |
323 |
} |