--- trunk/RomCheater/Docking/FloatingRamDumperDialog.Designer.cs 2012/05/28 08:13:31 165 +++ trunk/RomCheater/Docking/FloatingRamDumperDialog.Designer.cs 2012/05/28 08:32:18 168 @@ -66,12 +66,12 @@ this.txtStart.isAddressMask = true; this.txtStart.Location = new System.Drawing.Point(88, 9); this.txtStart.Margin = new System.Windows.Forms.Padding(0); - this.txtStart.MaxLength = 16; + this.txtStart.MaxLength = 8; this.txtStart.Name = "txtStart"; this.txtStart.ReadOnly = false; this.txtStart.Size = new System.Drawing.Size(263, 24); this.txtStart.TabIndex = 2; - this.txtStart.TextLength = 16; + this.txtStart.TextLength = 8; this.txtStart.Value = ((ulong)(0ul)); // // lblEnd @@ -91,12 +91,12 @@ this.txtEnd.isAddressMask = true; this.txtEnd.Location = new System.Drawing.Point(85, 33); this.txtEnd.Margin = new System.Windows.Forms.Padding(0); - this.txtEnd.MaxLength = 16; + this.txtEnd.MaxLength = 8; this.txtEnd.Name = "txtEnd"; this.txtEnd.ReadOnly = false; this.txtEnd.Size = new System.Drawing.Size(266, 24); this.txtEnd.TabIndex = 3; - this.txtEnd.TextLength = 16; + this.txtEnd.TextLength = 8; this.txtEnd.Value = ((ulong)(0ul)); // // grpBoxDumpSize |