49 |
// |
// |
50 |
// txtAddress |
// txtAddress |
51 |
// |
// |
52 |
|
this.txtAddress.AutoSize = true; |
53 |
|
this.txtAddress.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
54 |
|
this.txtAddress.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
55 |
this.txtAddress.isAddressMask = true; |
this.txtAddress.isAddressMask = true; |
56 |
this.txtAddress.Location = new System.Drawing.Point(100, 12); |
this.txtAddress.Location = new System.Drawing.Point(100, 12); |
57 |
|
this.txtAddress.Margin = new System.Windows.Forms.Padding(0); |
58 |
this.txtAddress.MaxLength = 8; |
this.txtAddress.MaxLength = 8; |
59 |
this.txtAddress.Name = "txtAddress"; |
this.txtAddress.Name = "txtAddress"; |
60 |
this.txtAddress.ReadOnly = true; |
this.txtAddress.ReadOnly = true; |
61 |
this.txtAddress.Size = new System.Drawing.Size(374, 26); |
this.txtAddress.Size = new System.Drawing.Size(374, 24); |
62 |
this.txtAddress.TabIndex = 2; |
this.txtAddress.TabIndex = 2; |
63 |
this.txtAddress.TextLength = 8; |
this.txtAddress.TextLength = 16; |
64 |
|
this.txtAddress.Value = ((ulong)(0ul)); |
65 |
// |
// |
66 |
// btnOK |
// btnOK |
67 |
// |
// |