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

Comparing:
trunk/Win32/libWin32/Win32/UI/NumericBox.Designer.cs (file contents), Revision 88 by william, Wed May 9 20:52:20 2012 UTC vs.
trunk/Win32/libWin32/Win32/UI/NumericBoxBase.Designer.cs (file contents), Revision 220 by william, Sat Jun 2 11:55:57 2012 UTC

--- trunk/Win32/libWin32/Win32/UI/NumericBox.Designer.cs	2012/05/09 20:52:20	88
+++ trunk/Win32/libWin32/Win32/UI/NumericBoxBase.Designer.cs	2012/06/02 11:55:57	220
@@ -1,6 +1,6 @@
 namespace System.Windows.Forms
 {
-    partial class NumericBox
+    partial class NumericBoxBase
     {
         /// <summary> 
         /// Required designer variable.
@@ -35,12 +35,12 @@
             // 
             // txtValueBox
             // 
-            this.txtValueBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
-                        | System.Windows.Forms.AnchorStyles.Right)));
+            this.txtValueBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
+            | System.Windows.Forms.AnchorStyles.Right)));
             this.txtValueBox.Location = new System.Drawing.Point(4, 2);
             this.txtValueBox.Margin = new System.Windows.Forms.Padding(0);
             this.txtValueBox.Name = "txtValueBox";
-            this.txtValueBox.Size = new System.Drawing.Size(168, 26);
+            this.txtValueBox.Size = new System.Drawing.Size(78, 26);
             this.txtValueBox.TabIndex = 3;
             this.txtValueBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
             // 
@@ -50,7 +50,7 @@
             this.btnCopy.AutoSize = true;
             this.btnCopy.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
             this.btnCopy.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-            this.btnCopy.Location = new System.Drawing.Point(176, 0);
+            this.btnCopy.Location = new System.Drawing.Point(86, 0);
             this.btnCopy.Margin = new System.Windows.Forms.Padding(0);
             this.btnCopy.Name = "btnCopy";
             this.btnCopy.Size = new System.Drawing.Size(28, 28);
@@ -65,7 +65,7 @@
             this.btnPaste.AutoSize = true;
             this.btnPaste.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
             this.btnPaste.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-            this.btnPaste.Location = new System.Drawing.Point(206, 0);
+            this.btnPaste.Location = new System.Drawing.Point(116, 0);
             this.btnPaste.Margin = new System.Windows.Forms.Padding(0);
             this.btnPaste.Name = "btnPaste";
             this.btnPaste.Size = new System.Drawing.Size(28, 28);
@@ -74,7 +74,7 @@
             this.btnPaste.UseVisualStyleBackColor = true;
             this.btnPaste.Click += new System.EventHandler(this.btnPaste_Click);
             // 
-            // NumericBox
+            // NumericBoxBase
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 18F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
@@ -85,8 +85,8 @@
             this.Controls.Add(this.btnPaste);
             this.Font = new System.Drawing.Font("Courier New", 12F);
             this.Margin = new System.Windows.Forms.Padding(0);
-            this.Name = "NumericBox";
-            this.Size = new System.Drawing.Size(240, 28);
+            this.Name = "NumericBoxBase";
+            this.Size = new System.Drawing.Size(150, 28);
             this.ResumeLayout(false);
             this.PerformLayout();