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 |
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 |