42 |
this.btnRefresh = new System.Windows.Forms.Button(); |
this.btnRefresh = new System.Windows.Forms.Button(); |
43 |
this.btnCopyAll = new System.Windows.Forms.Button(); |
this.btnCopyAll = new System.Windows.Forms.Button(); |
44 |
this.lblRVA = new System.Windows.Forms.Label(); |
this.lblRVA = new System.Windows.Forms.Label(); |
|
this.txtRVA = new System.Windows.Forms.MaskedHexBox(); |
|
45 |
this.splitContainer1 = new System.Windows.Forms.SplitContainer(); |
this.splitContainer1 = new System.Windows.Forms.SplitContainer(); |
46 |
this.CheatLoader = new System.Windows.Forms.OpenFileDialog(); |
this.CheatLoader = new System.Windows.Forms.OpenFileDialog(); |
47 |
this.CheatSaver = new System.Windows.Forms.SaveFileDialog(); |
this.CheatSaver = new System.Windows.Forms.SaveFileDialog(); |
48 |
|
this.txtRVA = new System.Windows.Forms.MaskedHexBox(); |
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(); |
67 |
this.lstCheats.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7); |
this.lstCheats.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7); |
68 |
this.lstCheats.MultiSelect = false; |
this.lstCheats.MultiSelect = false; |
69 |
this.lstCheats.Name = "lstCheats"; |
this.lstCheats.Name = "lstCheats"; |
70 |
this.lstCheats.Size = new System.Drawing.Size(828, 425); |
this.lstCheats.Size = new System.Drawing.Size(1173, 511); |
71 |
this.lstCheats.TabIndex = 0; |
this.lstCheats.TabIndex = 0; |
72 |
this.lstCheats.UseCompatibleStateImageBehavior = false; |
this.lstCheats.UseCompatibleStateImageBehavior = false; |
73 |
this.lstCheats.View = System.Windows.Forms.View.Details; |
this.lstCheats.View = System.Windows.Forms.View.Details; |
89 |
// |
// |
90 |
// pnl_bottom_flow |
// pnl_bottom_flow |
91 |
// |
// |
92 |
|
this.pnl_bottom_flow.AutoScroll = true; |
93 |
this.pnl_bottom_flow.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
this.pnl_bottom_flow.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
94 |
this.pnl_bottom_flow.Controls.Add(this.btnAdd); |
this.pnl_bottom_flow.Controls.Add(this.btnAdd); |
95 |
this.pnl_bottom_flow.Controls.Add(this.btnRemove); |
this.pnl_bottom_flow.Controls.Add(this.btnRemove); |
105 |
this.pnl_bottom_flow.Location = new System.Drawing.Point(0, 0); |
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); |
this.pnl_bottom_flow.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7); |
107 |
this.pnl_bottom_flow.Name = "pnl_bottom_flow"; |
this.pnl_bottom_flow.Name = "pnl_bottom_flow"; |
108 |
this.pnl_bottom_flow.Size = new System.Drawing.Size(828, 143); |
this.pnl_bottom_flow.Size = new System.Drawing.Size(1173, 50); |
109 |
this.pnl_bottom_flow.TabIndex = 0; |
this.pnl_bottom_flow.TabIndex = 0; |
110 |
// |
// |
111 |
// btnAdd |
// btnAdd |
196 |
// |
// |
197 |
this.btnRefresh.AutoSize = true; |
this.btnRefresh.AutoSize = true; |
198 |
this.btnRefresh.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
this.btnRefresh.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
|
this.pnl_bottom_flow.SetFlowBreak(this.btnRefresh, true); |
|
199 |
this.btnRefresh.Font = new System.Drawing.Font("Courier New", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
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); |
this.btnRefresh.Location = new System.Drawing.Point(570, 0); |
201 |
this.btnRefresh.Margin = new System.Windows.Forms.Padding(0); |
this.btnRefresh.Margin = new System.Windows.Forms.Padding(0); |
211 |
this.btnCopyAll.AutoSize = true; |
this.btnCopyAll.AutoSize = true; |
212 |
this.btnCopyAll.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
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))); |
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); |
this.btnCopyAll.Location = new System.Drawing.Point(705, 0); |
215 |
this.btnCopyAll.Margin = new System.Windows.Forms.Padding(0); |
this.btnCopyAll.Margin = new System.Windows.Forms.Padding(0); |
216 |
this.btnCopyAll.Name = "btnCopyAll"; |
this.btnCopyAll.Name = "btnCopyAll"; |
217 |
this.btnCopyAll.Size = new System.Drawing.Size(151, 40); |
this.btnCopyAll.Size = new System.Drawing.Size(151, 40); |
224 |
// |
// |
225 |
this.lblRVA.AutoSize = true; |
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))); |
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(154, 40); |
this.lblRVA.Location = new System.Drawing.Point(859, 0); |
228 |
this.lblRVA.Name = "lblRVA"; |
this.lblRVA.Name = "lblRVA"; |
229 |
this.lblRVA.Size = new System.Drawing.Size(77, 30); |
this.lblRVA.Size = new System.Drawing.Size(77, 30); |
230 |
this.lblRVA.TabIndex = 11; |
this.lblRVA.TabIndex = 11; |
231 |
this.lblRVA.Text = "RVA:"; |
this.lblRVA.Text = "RVA:"; |
232 |
// |
// |
|
// 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); |
|
|
// |
|
233 |
// splitContainer1 |
// splitContainer1 |
234 |
// |
// |
235 |
this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
245 |
// splitContainer1.Panel2 |
// splitContainer1.Panel2 |
246 |
// |
// |
247 |
this.splitContainer1.Panel2.Controls.Add(this.pnl_bottom_flow); |
this.splitContainer1.Panel2.Controls.Add(this.pnl_bottom_flow); |
248 |
this.splitContainer1.Size = new System.Drawing.Size(832, 580); |
this.splitContainer1.Size = new System.Drawing.Size(1177, 573); |
249 |
this.splitContainer1.SplitterDistance = 429; |
this.splitContainer1.SplitterDistance = 515; |
250 |
this.splitContainer1.TabIndex = 1; |
this.splitContainer1.TabIndex = 1; |
251 |
// |
// |
252 |
// CheatLoader |
// CheatLoader |
261 |
this.CheatSaver.Filter = "Cheat Files|*.cheat|All Files|*.*"; |
this.CheatSaver.Filter = "Cheat Files|*.cheat|All Files|*.*"; |
262 |
this.CheatSaver.Title = "Please choose the cheat file to save"; |
this.CheatSaver.Title = "Please choose the cheat file to save"; |
263 |
// |
// |
264 |
|
// txtRVA |
265 |
|
// |
266 |
|
this.txtRVA.AutoSize = true; |
267 |
|
this.txtRVA.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
268 |
|
this.txtRVA.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
269 |
|
this.txtRVA.isAddressMask = true; |
270 |
|
this.txtRVA.Location = new System.Drawing.Point(939, 0); |
271 |
|
this.txtRVA.Margin = new System.Windows.Forms.Padding(0); |
272 |
|
this.txtRVA.MaxLength = 8; |
273 |
|
this.txtRVA.Name = "txtRVA"; |
274 |
|
this.txtRVA.ReadOnly = false; |
275 |
|
this.txtRVA.Size = new System.Drawing.Size(193, 29); |
276 |
|
this.txtRVA.TabIndex = 12; |
277 |
|
this.txtRVA.TextLength = 8; |
278 |
|
this.txtRVA.Value = ((ulong)(0ul)); |
279 |
|
this.txtRVA.ValueChanged += new System.EventHandler<System.Windows.Forms.ValueChangedEventArgs>(this.txtRVA_ValueChanged); |
280 |
|
// |
281 |
// RVACalculatorDockControl |
// RVACalculatorDockControl |
282 |
// |
// |
283 |
this.AutoScaleDimensions = new System.Drawing.SizeF(16F, 30F); |
this.AutoScaleDimensions = new System.Drawing.SizeF(16F, 30F); |
284 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
285 |
this.ClientSize = new System.Drawing.Size(832, 580); |
this.ClientSize = new System.Drawing.Size(1177, 573); |
286 |
this.Controls.Add(this.splitContainer1); |
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))); |
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); |
this.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7); |