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