Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater/Docking/MemorySearch/PatchAdder.Designer.cs 2012/06/02 18:31:40 229 +++ trunk/RomCheater/Docking/MemorySearch/PatchAdder.Designer.cs 2013/06/06 08:44:41 582 @@ -49,14 +49,19 @@ // // txtAddress // + this.txtAddress.AutoSize = true; + this.txtAddress.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.txtAddress.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtAddress.isAddressMask = true; this.txtAddress.Location = new System.Drawing.Point(100, 12); + this.txtAddress.Margin = new System.Windows.Forms.Padding(0); this.txtAddress.MaxLength = 8; this.txtAddress.Name = "txtAddress"; this.txtAddress.ReadOnly = true; - this.txtAddress.Size = new System.Drawing.Size(374, 26); + this.txtAddress.Size = new System.Drawing.Size(374, 24); this.txtAddress.TabIndex = 2; - this.txtAddress.TextLength = 8; + this.txtAddress.TextLength = 16; + this.txtAddress.Value = ((ulong)(0ul)); // // btnOK //
ViewVC Help | |
Powered by ViewVC 1.1.22 |