ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/Docking/FloatingRVACalculator.Designer.cs
(Generate patch)

Comparing trunk/RomCheater/Docking/FloatingRVACalculator.Designer.cs (file contents):
Revision 855 by william, Sun Jun 10 03:39:00 2012 UTC vs.
Revision 856 by william, Tue Sep 16 21:23:53 2014 UTC

--- trunk/RomCheater/Docking/FloatingRVACalculator.Designer.cs	2014/09/16 21:09:17	855
+++ trunk/RomCheater/Docking/FloatingRVACalculator.Designer.cs	2014/09/16 21:23:53	856
@@ -66,7 +66,7 @@
             this.flowLayoutPanel1.SetFlowBreak(this.grpMemorySearchRange, true);
             this.grpMemorySearchRange.Location = new System.Drawing.Point(3, 3);
             this.grpMemorySearchRange.Name = "grpMemorySearchRange";
-            this.grpMemorySearchRange.Size = new System.Drawing.Size(259, 75);
+            this.grpMemorySearchRange.Size = new System.Drawing.Size(272, 75);
             this.grpMemorySearchRange.TabIndex = 6;
             this.grpMemorySearchRange.TabStop = false;
             this.grpMemorySearchRange.Text = "File and Image Base Addresses";
@@ -84,7 +84,7 @@
             this.grpMemorySearchRange_flow.Dock = System.Windows.Forms.DockStyle.Fill;
             this.grpMemorySearchRange_flow.Location = new System.Drawing.Point(3, 16);
             this.grpMemorySearchRange_flow.Name = "grpMemorySearchRange_flow";
-            this.grpMemorySearchRange_flow.Size = new System.Drawing.Size(253, 56);
+            this.grpMemorySearchRange_flow.Size = new System.Drawing.Size(266, 56);
             this.grpMemorySearchRange_flow.TabIndex = 6;
             // 
             // lblFileBase
@@ -98,7 +98,6 @@
             // 
             // txtFileBase
             // 
-            this.txtFileBase.AutoSize = true;
             this.txtFileBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
             this.txtFileBase.BackColor = System.Drawing.SystemColors.Control;
             this.grpMemorySearchRange_flow.SetFlowBreak(this.txtFileBase, true);
@@ -109,10 +108,10 @@
             this.txtFileBase.MaxLength = 16;
             this.txtFileBase.Name = "txtFileBase";
             this.txtFileBase.ReadOnly = true;
-            this.txtFileBase.Size = new System.Drawing.Size(181, 26);
+            this.txtFileBase.Size = new System.Drawing.Size(193, 26);
             this.txtFileBase.TabIndex = 7;
             this.txtFileBase.TextLength = 8;
-            this.txtFileBase.Value = ((long)(0));
+            this.txtFileBase.Value = ((ulong)(0ul));
             // 
             // lblImageBase
             // 
@@ -125,7 +124,6 @@
             // 
             // txtImageBase
             // 
-            this.txtImageBase.AutoSize = true;
             this.txtImageBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
             this.txtImageBase.BackColor = System.Drawing.SystemColors.Control;
             this.grpMemorySearchRange_flow.SetFlowBreak(this.txtImageBase, true);
@@ -136,10 +134,10 @@
             this.txtImageBase.MaxLength = 16;
             this.txtImageBase.Name = "txtImageBase";
             this.txtImageBase.ReadOnly = true;
-            this.txtImageBase.Size = new System.Drawing.Size(180, 26);
+            this.txtImageBase.Size = new System.Drawing.Size(193, 26);
             this.txtImageBase.TabIndex = 8;
             this.txtImageBase.TextLength = 8;
-            this.txtImageBase.Value = ((long)(0));
+            this.txtImageBase.Value = ((ulong)(0ul));
             // 
             // grpMemoryToFile
             // 
@@ -149,7 +147,7 @@
             this.flowLayoutPanel1.SetFlowBreak(this.grpMemoryToFile, true);
             this.grpMemoryToFile.Location = new System.Drawing.Point(3, 84);
             this.grpMemoryToFile.Name = "grpMemoryToFile";
-            this.grpMemoryToFile.Size = new System.Drawing.Size(277, 104);
+            this.grpMemoryToFile.Size = new System.Drawing.Size(289, 104);
             this.grpMemoryToFile.TabIndex = 7;
             this.grpMemoryToFile.TabStop = false;
             this.grpMemoryToFile.Text = "Memory To File";
@@ -168,7 +166,7 @@
             this.grpMemoryToFile_flow.Dock = System.Windows.Forms.DockStyle.Fill;
             this.grpMemoryToFile_flow.Location = new System.Drawing.Point(3, 16);
             this.grpMemoryToFile_flow.Name = "grpMemoryToFile_flow";
-            this.grpMemoryToFile_flow.Size = new System.Drawing.Size(271, 85);
+            this.grpMemoryToFile_flow.Size = new System.Drawing.Size(283, 85);
             this.grpMemoryToFile_flow.TabIndex = 9;
             // 
             // lblMemToFile_ImageAddress
@@ -182,7 +180,6 @@
             // 
             // txtMemToFile_ImageAddress
             // 
-            this.txtMemToFile_ImageAddress.AutoSize = true;
             this.txtMemToFile_ImageAddress.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
             this.txtMemToFile_ImageAddress.BackColor = System.Drawing.SystemColors.Control;
             this.grpMemoryToFile_flow.SetFlowBreak(this.txtMemToFile_ImageAddress, true);
@@ -193,10 +190,10 @@
             this.txtMemToFile_ImageAddress.MaxLength = 16;
             this.txtMemToFile_ImageAddress.Name = "txtMemToFile_ImageAddress";
             this.txtMemToFile_ImageAddress.ReadOnly = false;
-            this.txtMemToFile_ImageAddress.Size = new System.Drawing.Size(181, 26);
+            this.txtMemToFile_ImageAddress.Size = new System.Drawing.Size(193, 26);
             this.txtMemToFile_ImageAddress.TabIndex = 11;
             this.txtMemToFile_ImageAddress.TextLength = 8;
-            this.txtMemToFile_ImageAddress.Value = ((long)(0));
+            this.txtMemToFile_ImageAddress.Value = ((ulong)(0ul));
             // 
             // lblMemToFile_FileAddress
             // 
@@ -209,7 +206,6 @@
             // 
             // txtMemToFile_FileAddress
             // 
-            this.txtMemToFile_FileAddress.AutoSize = true;
             this.txtMemToFile_FileAddress.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
             this.txtMemToFile_FileAddress.BackColor = System.Drawing.SystemColors.Control;
             this.grpMemoryToFile_flow.SetFlowBreak(this.txtMemToFile_FileAddress, true);
@@ -220,10 +216,10 @@
             this.txtMemToFile_FileAddress.MaxLength = 16;
             this.txtMemToFile_FileAddress.Name = "txtMemToFile_FileAddress";
             this.txtMemToFile_FileAddress.ReadOnly = true;
-            this.txtMemToFile_FileAddress.Size = new System.Drawing.Size(180, 26);
+            this.txtMemToFile_FileAddress.Size = new System.Drawing.Size(193, 26);
             this.txtMemToFile_FileAddress.TabIndex = 12;
             this.txtMemToFile_FileAddress.TextLength = 8;
-            this.txtMemToFile_FileAddress.Value = ((long)(0));
+            this.txtMemToFile_FileAddress.Value = ((ulong)(0ul));
             // 
             // btnConvertMemoryToFile
             // 
@@ -244,7 +240,7 @@
             this.grpFileToMemory.Controls.Add(this.grpFileToMemory_flow);
             this.grpFileToMemory.Location = new System.Drawing.Point(3, 194);
             this.grpFileToMemory.Name = "grpFileToMemory";
-            this.grpFileToMemory.Size = new System.Drawing.Size(276, 104);
+            this.grpFileToMemory.Size = new System.Drawing.Size(289, 104);
             this.grpFileToMemory.TabIndex = 8;
             this.grpFileToMemory.TabStop = false;
             this.grpFileToMemory.Text = "File To Memory";
@@ -263,7 +259,7 @@
             this.grpFileToMemory_flow.Dock = System.Windows.Forms.DockStyle.Fill;
             this.grpFileToMemory_flow.Location = new System.Drawing.Point(3, 16);
             this.grpFileToMemory_flow.Name = "grpFileToMemory_flow";
-            this.grpFileToMemory_flow.Size = new System.Drawing.Size(270, 85);
+            this.grpFileToMemory_flow.Size = new System.Drawing.Size(283, 85);
             this.grpFileToMemory_flow.TabIndex = 10;
             // 
             // lblFileToMem_FileAddress
@@ -277,7 +273,6 @@
             // 
             // txtFileToMem_FileAddress
             // 
-            this.txtFileToMem_FileAddress.AutoSize = true;
             this.txtFileToMem_FileAddress.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
             this.txtFileToMem_FileAddress.BackColor = System.Drawing.SystemColors.Control;
             this.grpFileToMemory_flow.SetFlowBreak(this.txtFileToMem_FileAddress, true);
@@ -288,10 +283,10 @@
             this.txtFileToMem_FileAddress.MaxLength = 16;
             this.txtFileToMem_FileAddress.Name = "txtFileToMem_FileAddress";
             this.txtFileToMem_FileAddress.ReadOnly = false;
-            this.txtFileToMem_FileAddress.Size = new System.Drawing.Size(181, 26);
+            this.txtFileToMem_FileAddress.Size = new System.Drawing.Size(193, 26);
             this.txtFileToMem_FileAddress.TabIndex = 11;
             this.txtFileToMem_FileAddress.TextLength = 8;
-            this.txtFileToMem_FileAddress.Value = ((long)(0));
+            this.txtFileToMem_FileAddress.Value = ((ulong)(0ul));
             // 
             // lblFileToMem_ImageAddress
             // 
@@ -304,7 +299,6 @@
             // 
             // txtFileToMem_ImageAddress
             // 
-            this.txtFileToMem_ImageAddress.AutoSize = true;
             this.txtFileToMem_ImageAddress.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
             this.txtFileToMem_ImageAddress.BackColor = System.Drawing.SystemColors.Control;
             this.grpFileToMemory_flow.SetFlowBreak(this.txtFileToMem_ImageAddress, true);
@@ -315,10 +309,10 @@
             this.txtFileToMem_ImageAddress.MaxLength = 16;
             this.txtFileToMem_ImageAddress.Name = "txtFileToMem_ImageAddress";
             this.txtFileToMem_ImageAddress.ReadOnly = true;
-            this.txtFileToMem_ImageAddress.Size = new System.Drawing.Size(180, 26);
+            this.txtFileToMem_ImageAddress.Size = new System.Drawing.Size(193, 26);
             this.txtFileToMem_ImageAddress.TabIndex = 12;
             this.txtFileToMem_ImageAddress.TextLength = 8;
-            this.txtFileToMem_ImageAddress.Value = ((long)(0));
+            this.txtFileToMem_ImageAddress.Value = ((ulong)(0ul));
             // 
             // btnConvertFileToMemory
             // 
@@ -341,14 +335,14 @@
             this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
             this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
             this.flowLayoutPanel1.Name = "flowLayoutPanel1";
-            this.flowLayoutPanel1.Size = new System.Drawing.Size(401, 402);
+            this.flowLayoutPanel1.Size = new System.Drawing.Size(310, 322);
             this.flowLayoutPanel1.TabIndex = 9;
             // 
             // FloatingRVACalculator
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
-            this.ClientSize = new System.Drawing.Size(401, 402);
+            this.ClientSize = new System.Drawing.Size(310, 322);
             this.Controls.Add(this.flowLayoutPanel1);
             this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.Name = "FloatingRVACalculator";