1 |
namespace RomCheater.RVACheatList |
2 |
{ |
3 |
partial class RVACheatListDockControl |
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.lblRVA = new System.Windows.Forms.Label(); |
37 |
this.txtRVA = new System.Windows.Forms.MaskedHexBox(); |
38 |
this.btnAdd = new System.Windows.Forms.Button(); |
39 |
this.btnRemove = new System.Windows.Forms.Button(); |
40 |
this.btnUpdate = new System.Windows.Forms.Button(); |
41 |
this.btnCopy = new System.Windows.Forms.Button(); |
42 |
this.btnSave = new System.Windows.Forms.Button(); |
43 |
this.btnLoad = new System.Windows.Forms.Button(); |
44 |
this.btnRefresh = new System.Windows.Forms.Button(); |
45 |
this.btnCopyAll = new System.Windows.Forms.Button(); |
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", 12F, 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(5, 4, 5, 4); |
68 |
this.lstCheats.MultiSelect = false; |
69 |
this.lstCheats.Name = "lstCheats"; |
70 |
this.lstCheats.Size = new System.Drawing.Size(435, 292); |
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.lblRVA); |
95 |
this.pnl_bottom_flow.Controls.Add(this.txtRVA); |
96 |
this.pnl_bottom_flow.Controls.Add(this.btnAdd); |
97 |
this.pnl_bottom_flow.Controls.Add(this.btnRemove); |
98 |
this.pnl_bottom_flow.Controls.Add(this.btnUpdate); |
99 |
this.pnl_bottom_flow.Controls.Add(this.btnCopy); |
100 |
this.pnl_bottom_flow.Controls.Add(this.btnSave); |
101 |
this.pnl_bottom_flow.Controls.Add(this.btnLoad); |
102 |
this.pnl_bottom_flow.Controls.Add(this.btnRefresh); |
103 |
this.pnl_bottom_flow.Controls.Add(this.btnCopyAll); |
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(5, 4, 5, 4); |
107 |
this.pnl_bottom_flow.Name = "pnl_bottom_flow"; |
108 |
this.pnl_bottom_flow.Size = new System.Drawing.Size(435, 105); |
109 |
this.pnl_bottom_flow.TabIndex = 0; |
110 |
// |
111 |
// lblRVA |
112 |
// |
113 |
this.lblRVA.AutoSize = true; |
114 |
this.lblRVA.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
115 |
this.lblRVA.Location = new System.Drawing.Point(2, 0); |
116 |
this.lblRVA.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); |
117 |
this.lblRVA.Name = "lblRVA"; |
118 |
this.lblRVA.Size = new System.Drawing.Size(48, 18); |
119 |
this.lblRVA.TabIndex = 11; |
120 |
this.lblRVA.Text = "RVA:"; |
121 |
// |
122 |
// txtRVA |
123 |
// |
124 |
this.txtRVA.AutoSize = true; |
125 |
this.txtRVA.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
126 |
this.txtRVA.AutoValidate = System.Windows.Forms.AutoValidate.EnableAllowFocusChange; |
127 |
this.pnl_bottom_flow.SetFlowBreak(this.txtRVA, true); |
128 |
this.txtRVA.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
129 |
this.txtRVA.isAddressMask = true; |
130 |
this.txtRVA.Location = new System.Drawing.Point(52, 0); |
131 |
this.txtRVA.Margin = new System.Windows.Forms.Padding(0); |
132 |
this.txtRVA.MaxLength = 8; |
133 |
this.txtRVA.Name = "txtRVA"; |
134 |
this.txtRVA.ReadOnly = false; |
135 |
this.txtRVA.Size = new System.Drawing.Size(193, 28); |
136 |
this.txtRVA.TabIndex = 12; |
137 |
this.txtRVA.TextLength = 8; |
138 |
this.txtRVA.Value = ((ulong)(0ul)); |
139 |
this.txtRVA.ValueChanged += new System.EventHandler<System.Windows.Forms.ValueChangedEventArgs>(this.txtRVA_ValueChanged); |
140 |
// |
141 |
// btnAdd |
142 |
// |
143 |
this.btnAdd.AutoSize = true; |
144 |
this.btnAdd.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
145 |
this.btnAdd.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
146 |
this.btnAdd.Location = new System.Drawing.Point(0, 28); |
147 |
this.btnAdd.Margin = new System.Windows.Forms.Padding(0); |
148 |
this.btnAdd.Name = "btnAdd"; |
149 |
this.btnAdd.Size = new System.Drawing.Size(48, 28); |
150 |
this.btnAdd.TabIndex = 3; |
151 |
this.btnAdd.Text = "Add"; |
152 |
this.btnAdd.UseVisualStyleBackColor = true; |
153 |
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click); |
154 |
// |
155 |
// btnRemove |
156 |
// |
157 |
this.btnRemove.AutoSize = true; |
158 |
this.btnRemove.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
159 |
this.btnRemove.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
160 |
this.btnRemove.Location = new System.Drawing.Point(48, 28); |
161 |
this.btnRemove.Margin = new System.Windows.Forms.Padding(0); |
162 |
this.btnRemove.Name = "btnRemove"; |
163 |
this.btnRemove.Size = new System.Drawing.Size(78, 28); |
164 |
this.btnRemove.TabIndex = 4; |
165 |
this.btnRemove.Text = "Remove"; |
166 |
this.btnRemove.UseVisualStyleBackColor = true; |
167 |
this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click); |
168 |
// |
169 |
// btnUpdate |
170 |
// |
171 |
this.btnUpdate.AutoSize = true; |
172 |
this.btnUpdate.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
173 |
this.btnUpdate.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
174 |
this.btnUpdate.Location = new System.Drawing.Point(126, 28); |
175 |
this.btnUpdate.Margin = new System.Windows.Forms.Padding(0); |
176 |
this.btnUpdate.Name = "btnUpdate"; |
177 |
this.btnUpdate.Size = new System.Drawing.Size(78, 28); |
178 |
this.btnUpdate.TabIndex = 5; |
179 |
this.btnUpdate.Text = "Update"; |
180 |
this.btnUpdate.UseVisualStyleBackColor = true; |
181 |
this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click); |
182 |
// |
183 |
// btnCopy |
184 |
// |
185 |
this.btnCopy.AutoSize = true; |
186 |
this.btnCopy.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
187 |
this.btnCopy.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
188 |
this.btnCopy.Location = new System.Drawing.Point(204, 28); |
189 |
this.btnCopy.Margin = new System.Windows.Forms.Padding(0); |
190 |
this.btnCopy.Name = "btnCopy"; |
191 |
this.btnCopy.Size = new System.Drawing.Size(58, 28); |
192 |
this.btnCopy.TabIndex = 6; |
193 |
this.btnCopy.Text = "Copy"; |
194 |
this.btnCopy.UseVisualStyleBackColor = true; |
195 |
this.btnCopy.Click += new System.EventHandler(this.btnCopy_Click); |
196 |
// |
197 |
// btnSave |
198 |
// |
199 |
this.btnSave.AutoSize = true; |
200 |
this.btnSave.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
201 |
this.pnl_bottom_flow.SetFlowBreak(this.btnSave, true); |
202 |
this.btnSave.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
203 |
this.btnSave.Location = new System.Drawing.Point(262, 28); |
204 |
this.btnSave.Margin = new System.Windows.Forms.Padding(0); |
205 |
this.btnSave.Name = "btnSave"; |
206 |
this.btnSave.Size = new System.Drawing.Size(58, 28); |
207 |
this.btnSave.TabIndex = 7; |
208 |
this.btnSave.Text = "Save"; |
209 |
this.btnSave.UseVisualStyleBackColor = true; |
210 |
this.btnSave.Click += new System.EventHandler(this.btnSave_Click); |
211 |
// |
212 |
// btnLoad |
213 |
// |
214 |
this.btnLoad.AutoSize = true; |
215 |
this.btnLoad.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
216 |
this.btnLoad.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
217 |
this.btnLoad.Location = new System.Drawing.Point(0, 56); |
218 |
this.btnLoad.Margin = new System.Windows.Forms.Padding(0); |
219 |
this.btnLoad.Name = "btnLoad"; |
220 |
this.btnLoad.Size = new System.Drawing.Size(58, 28); |
221 |
this.btnLoad.TabIndex = 8; |
222 |
this.btnLoad.Text = "Load"; |
223 |
this.btnLoad.UseVisualStyleBackColor = true; |
224 |
this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click); |
225 |
// |
226 |
// btnRefresh |
227 |
// |
228 |
this.btnRefresh.AutoSize = true; |
229 |
this.btnRefresh.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
230 |
this.btnRefresh.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
231 |
this.btnRefresh.Location = new System.Drawing.Point(58, 56); |
232 |
this.btnRefresh.Margin = new System.Windows.Forms.Padding(0); |
233 |
this.btnRefresh.Name = "btnRefresh"; |
234 |
this.btnRefresh.Size = new System.Drawing.Size(88, 28); |
235 |
this.btnRefresh.TabIndex = 9; |
236 |
this.btnRefresh.Text = "Refresh"; |
237 |
this.btnRefresh.UseVisualStyleBackColor = true; |
238 |
this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click); |
239 |
// |
240 |
// btnCopyAll |
241 |
// |
242 |
this.btnCopyAll.AutoSize = true; |
243 |
this.btnCopyAll.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
244 |
this.btnCopyAll.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
245 |
this.btnCopyAll.Location = new System.Drawing.Point(146, 56); |
246 |
this.btnCopyAll.Margin = new System.Windows.Forms.Padding(0); |
247 |
this.btnCopyAll.Name = "btnCopyAll"; |
248 |
this.btnCopyAll.Size = new System.Drawing.Size(98, 28); |
249 |
this.btnCopyAll.TabIndex = 13; |
250 |
this.btnCopyAll.Text = "Copy All"; |
251 |
this.btnCopyAll.UseVisualStyleBackColor = true; |
252 |
this.btnCopyAll.Click += new System.EventHandler(this.btnCopyAll_Click); |
253 |
// |
254 |
// splitContainer1 |
255 |
// |
256 |
this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
257 |
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; |
258 |
this.splitContainer1.Location = new System.Drawing.Point(0, 0); |
259 |
this.splitContainer1.Margin = new System.Windows.Forms.Padding(2); |
260 |
this.splitContainer1.Name = "splitContainer1"; |
261 |
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; |
262 |
// |
263 |
// splitContainer1.Panel1 |
264 |
// |
265 |
this.splitContainer1.Panel1.Controls.Add(this.lstCheats); |
266 |
// |
267 |
// splitContainer1.Panel2 |
268 |
// |
269 |
this.splitContainer1.Panel2.Controls.Add(this.pnl_bottom_flow); |
270 |
this.splitContainer1.Size = new System.Drawing.Size(439, 407); |
271 |
this.splitContainer1.SplitterDistance = 296; |
272 |
this.splitContainer1.SplitterWidth = 2; |
273 |
this.splitContainer1.TabIndex = 1; |
274 |
// |
275 |
// CheatLoader |
276 |
// |
277 |
this.CheatLoader.DefaultExt = "cheat"; |
278 |
this.CheatLoader.Filter = "Cheat Files|*.cheat|All Files|*.*"; |
279 |
this.CheatLoader.Title = "Please choose the cheat file to load"; |
280 |
// |
281 |
// CheatSaver |
282 |
// |
283 |
this.CheatSaver.DefaultExt = "cheat"; |
284 |
this.CheatSaver.Filter = "Cheat Files|*.cheat|All Files|*.*"; |
285 |
this.CheatSaver.Title = "Please choose the cheat file to save"; |
286 |
// |
287 |
// RVACheatListDockControl |
288 |
// |
289 |
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 18F); |
290 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
291 |
this.ClientSize = new System.Drawing.Size(439, 407); |
292 |
this.Controls.Add(this.splitContainer1); |
293 |
this.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
294 |
this.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); |
295 |
this.Name = "RVACheatListDockControl"; |
296 |
this.Text = "RVA Cheat List"; |
297 |
this.Shown += new System.EventHandler(this.RVACalculatorDockControl_Shown); |
298 |
this.pnl_bottom_flow.ResumeLayout(false); |
299 |
this.pnl_bottom_flow.PerformLayout(); |
300 |
this.splitContainer1.Panel1.ResumeLayout(false); |
301 |
this.splitContainer1.Panel2.ResumeLayout(false); |
302 |
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); |
303 |
this.splitContainer1.ResumeLayout(false); |
304 |
this.ResumeLayout(false); |
305 |
|
306 |
} |
307 |
|
308 |
#endregion |
309 |
|
310 |
private System.Windows.Forms.ListView lstCheats; |
311 |
private System.Windows.Forms.ColumnHeader colCheatName; |
312 |
private System.Windows.Forms.ColumnHeader colCheatAddress; |
313 |
private System.Windows.Forms.ColumnHeader colPhysicalAddress; |
314 |
private System.Windows.Forms.FlowLayoutPanel pnl_bottom_flow; |
315 |
private System.Windows.Forms.Button btnAdd; |
316 |
private System.Windows.Forms.Button btnRemove; |
317 |
private System.Windows.Forms.Button btnUpdate; |
318 |
private System.Windows.Forms.Button btnCopy; |
319 |
private System.Windows.Forms.Button btnSave; |
320 |
private System.Windows.Forms.Button btnLoad; |
321 |
private System.Windows.Forms.Button btnRefresh; |
322 |
private System.Windows.Forms.Label lblRVA; |
323 |
private System.Windows.Forms.SplitContainer splitContainer1; |
324 |
private System.Windows.Forms.MaskedHexBox txtRVA; |
325 |
private System.Windows.Forms.OpenFileDialog CheatLoader; |
326 |
private System.Windows.Forms.SaveFileDialog CheatSaver; |
327 |
private System.Windows.Forms.Button btnCopyAll; |
328 |
} |
329 |
} |