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

Comparing trunk/RomCheater/Docking/FloatingRamDumperDialog.Designer.cs (file contents):
Revision 165 by william, Mon May 28 08:13:31 2012 UTC vs.
Revision 168 by william, Mon May 28 08:32:18 2012 UTC

# Line 66 | Line 66
66              this.txtStart.isAddressMask = true;
67              this.txtStart.Location = new System.Drawing.Point(88, 9);
68              this.txtStart.Margin = new System.Windows.Forms.Padding(0);
69 <            this.txtStart.MaxLength = 16;
69 >            this.txtStart.MaxLength = 8;
70              this.txtStart.Name = "txtStart";
71              this.txtStart.ReadOnly = false;
72              this.txtStart.Size = new System.Drawing.Size(263, 24);
73              this.txtStart.TabIndex = 2;
74 <            this.txtStart.TextLength = 16;
74 >            this.txtStart.TextLength = 8;
75              this.txtStart.Value = ((ulong)(0ul));
76              //
77              // lblEnd
# Line 91 | Line 91
91              this.txtEnd.isAddressMask = true;
92              this.txtEnd.Location = new System.Drawing.Point(85, 33);
93              this.txtEnd.Margin = new System.Windows.Forms.Padding(0);
94 <            this.txtEnd.MaxLength = 16;
94 >            this.txtEnd.MaxLength = 8;
95              this.txtEnd.Name = "txtEnd";
96              this.txtEnd.ReadOnly = false;
97              this.txtEnd.Size = new System.Drawing.Size(266, 24);
98              this.txtEnd.TabIndex = 3;
99 <            this.txtEnd.TextLength = 16;
99 >            this.txtEnd.TextLength = 8;
100              this.txtEnd.Value = ((ulong)(0ul));
101              //
102              // grpBoxDumpSize

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines