40 |
this.btnSave = new System.Windows.Forms.Button(); |
this.btnSave = new System.Windows.Forms.Button(); |
41 |
this.btnLoad = new System.Windows.Forms.Button(); |
this.btnLoad = new System.Windows.Forms.Button(); |
42 |
this.btnRefresh = new System.Windows.Forms.Button(); |
this.btnRefresh = new System.Windows.Forms.Button(); |
43 |
|
this.btnCopyAll = new System.Windows.Forms.Button(); |
44 |
this.lblRVA = new System.Windows.Forms.Label(); |
this.lblRVA = new System.Windows.Forms.Label(); |
45 |
|
this.txtRVA = new System.Windows.Forms.MaskedHexBox(); |
46 |
this.splitContainer1 = new System.Windows.Forms.SplitContainer(); |
this.splitContainer1 = new System.Windows.Forms.SplitContainer(); |
47 |
this.CheatLoader = new System.Windows.Forms.OpenFileDialog(); |
this.CheatLoader = new System.Windows.Forms.OpenFileDialog(); |
48 |
this.CheatSaver = new System.Windows.Forms.SaveFileDialog(); |
this.CheatSaver = new System.Windows.Forms.SaveFileDialog(); |
|
this.txtRVA = new System.Windows.Forms.MaskedHexBox(); |
|
|
this.btnCopyAll = new System.Windows.Forms.Button(); |
|
49 |
this.pnl_bottom_flow.SuspendLayout(); |
this.pnl_bottom_flow.SuspendLayout(); |
50 |
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); |
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); |
51 |
this.splitContainer1.Panel1.SuspendLayout(); |
this.splitContainer1.Panel1.SuspendLayout(); |
206 |
this.btnRefresh.UseVisualStyleBackColor = true; |
this.btnRefresh.UseVisualStyleBackColor = true; |
207 |
this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click); |
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(0, 40); |
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 |
// lblRVA |
224 |
// |
// |
225 |
this.lblRVA.AutoSize = true; |
this.lblRVA.AutoSize = true; |
230 |
this.lblRVA.TabIndex = 11; |
this.lblRVA.TabIndex = 11; |
231 |
this.lblRVA.Text = "RVA:"; |
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(234, 40); |
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 |
// splitContainer1 |
251 |
// |
// |
252 |
this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
278 |
this.CheatSaver.Filter = "Cheat Files|*.cheat|All Files|*.*"; |
this.CheatSaver.Filter = "Cheat Files|*.cheat|All Files|*.*"; |
279 |
this.CheatSaver.Title = "Please choose the cheat file to save"; |
this.CheatSaver.Title = "Please choose the cheat file to save"; |
280 |
// |
// |
|
// txtRVA |
|
|
// |
|
|
this.txtRVA.AutoSize = true; |
|
|
this.txtRVA.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
|
|
this.txtRVA.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
|
|
this.txtRVA.isAddressMask = true; |
|
|
this.txtRVA.Location = new System.Drawing.Point(234, 40); |
|
|
this.txtRVA.Margin = new System.Windows.Forms.Padding(0); |
|
|
this.txtRVA.MaxLength = 8; |
|
|
this.txtRVA.Name = "txtRVA"; |
|
|
this.txtRVA.ReadOnly = false; |
|
|
this.txtRVA.Size = new System.Drawing.Size(193, 29); |
|
|
this.txtRVA.TabIndex = 12; |
|
|
this.txtRVA.TextLength = 8; |
|
|
this.txtRVA.Value = ((ulong)(0ul)); |
|
|
this.txtRVA.ValueChanged += new System.EventHandler<System.Windows.Forms.ValueChangedEventArgs>(this.txtRVA_ValueChanged); |
|
|
// |
|
|
// btnCopyAll |
|
|
// |
|
|
this.btnCopyAll.AutoSize = true; |
|
|
this.btnCopyAll.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
|
|
this.btnCopyAll.Font = new System.Drawing.Font("Courier New", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
|
|
this.btnCopyAll.Location = new System.Drawing.Point(0, 40); |
|
|
this.btnCopyAll.Margin = new System.Windows.Forms.Padding(0); |
|
|
this.btnCopyAll.Name = "btnCopyAll"; |
|
|
this.btnCopyAll.Size = new System.Drawing.Size(151, 40); |
|
|
this.btnCopyAll.TabIndex = 13; |
|
|
this.btnCopyAll.Text = "Copy All"; |
|
|
this.btnCopyAll.UseVisualStyleBackColor = true; |
|
|
this.btnCopyAll.Click += new System.EventHandler(this.btnCopyAll_Click); |
|
|
// |
|
281 |
// RVACalculatorDockControl |
// RVACalculatorDockControl |
282 |
// |
// |
283 |
this.AutoScaleDimensions = new System.Drawing.SizeF(16F, 30F); |
this.AutoScaleDimensions = new System.Drawing.SizeF(16F, 30F); |