72 |
this.txtStart.Size = new System.Drawing.Size(263, 24); |
this.txtStart.Size = new System.Drawing.Size(263, 24); |
73 |
this.txtStart.TabIndex = 2; |
this.txtStart.TabIndex = 2; |
74 |
this.txtStart.TextLength = 8; |
this.txtStart.TextLength = 8; |
75 |
this.txtStart.Value = ((ulong)(0ul)); |
this.txtStart.Value = ((long)(0)); |
76 |
// |
// |
77 |
// lblEnd |
// lblEnd |
78 |
// |
// |
97 |
this.txtEnd.Size = new System.Drawing.Size(266, 24); |
this.txtEnd.Size = new System.Drawing.Size(266, 24); |
98 |
this.txtEnd.TabIndex = 3; |
this.txtEnd.TabIndex = 3; |
99 |
this.txtEnd.TextLength = 8; |
this.txtEnd.TextLength = 8; |
100 |
this.txtEnd.Value = ((ulong)(0ul)); |
this.txtEnd.Value = ((long)(0)); |
101 |
// |
// |
102 |
// grpBoxDumpSize |
// grpBoxDumpSize |
103 |
// |
// |