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

# Line 1 | Line 1
1   namespace System.Windows.Forms
2   {
3 <    partial class NumericBox
3 >    partial class NumericBoxBase
4      {
5          /// <summary>
6          /// Required designer variable.
# Line 35 | Line 35
35              //
36              // txtValueBox
37              //
38 <            this.txtValueBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
39 <                        | System.Windows.Forms.AnchorStyles.Right)));
38 >            this.txtValueBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
39 >            | System.Windows.Forms.AnchorStyles.Right)));
40              this.txtValueBox.Location = new System.Drawing.Point(4, 2);
41              this.txtValueBox.Margin = new System.Windows.Forms.Padding(0);
42              this.txtValueBox.Name = "txtValueBox";
43 <            this.txtValueBox.Size = new System.Drawing.Size(168, 26);
43 >            this.txtValueBox.Size = new System.Drawing.Size(78, 26);
44              this.txtValueBox.TabIndex = 3;
45              this.txtValueBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
46              //
# Line 50 | Line 50
50              this.btnCopy.AutoSize = true;
51              this.btnCopy.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
52              this.btnCopy.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
53 <            this.btnCopy.Location = new System.Drawing.Point(176, 0);
53 >            this.btnCopy.Location = new System.Drawing.Point(86, 0);
54              this.btnCopy.Margin = new System.Windows.Forms.Padding(0);
55              this.btnCopy.Name = "btnCopy";
56              this.btnCopy.Size = new System.Drawing.Size(28, 28);
# Line 65 | Line 65
65              this.btnPaste.AutoSize = true;
66              this.btnPaste.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
67              this.btnPaste.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
68 <            this.btnPaste.Location = new System.Drawing.Point(206, 0);
68 >            this.btnPaste.Location = new System.Drawing.Point(116, 0);
69              this.btnPaste.Margin = new System.Windows.Forms.Padding(0);
70              this.btnPaste.Name = "btnPaste";
71              this.btnPaste.Size = new System.Drawing.Size(28, 28);
# Line 74 | Line 74
74              this.btnPaste.UseVisualStyleBackColor = true;
75              this.btnPaste.Click += new System.EventHandler(this.btnPaste_Click);
76              //
77 <            // NumericBox
77 >            // NumericBoxBase
78              //
79              this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 18F);
80              this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
# Line 85 | Line 85
85              this.Controls.Add(this.btnPaste);
86              this.Font = new System.Drawing.Font("Courier New", 12F);
87              this.Margin = new System.Windows.Forms.Padding(0);
88 <            this.Name = "NumericBox";
89 <            this.Size = new System.Drawing.Size(240, 28);
88 >            this.Name = "NumericBoxBase";
89 >            this.Size = new System.Drawing.Size(150, 28);
90              this.ResumeLayout(false);
91              this.PerformLayout();
92  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines