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