107 |
this.txtStartAddress.Size = new System.Drawing.Size(208, 24); |
this.txtStartAddress.Size = new System.Drawing.Size(208, 24); |
108 |
this.txtStartAddress.TabIndex = 10; |
this.txtStartAddress.TabIndex = 10; |
109 |
this.txtStartAddress.TextLength = 8; |
this.txtStartAddress.TextLength = 8; |
110 |
this.txtStartAddress.Value = ((ulong)(0ul)); |
this.txtStartAddress.Value = ((long)(0)); |
111 |
// |
// |
112 |
// lblAddress |
// lblAddress |
113 |
// |
// |
133 |
this.txtEndAddress.Size = new System.Drawing.Size(215, 24); |
this.txtEndAddress.Size = new System.Drawing.Size(215, 24); |
134 |
this.txtEndAddress.TabIndex = 17; |
this.txtEndAddress.TabIndex = 17; |
135 |
this.txtEndAddress.TextLength = 8; |
this.txtEndAddress.TextLength = 8; |
136 |
this.txtEndAddress.Value = ((ulong)(0ul)); |
this.txtEndAddress.Value = ((long)(0)); |
137 |
// |
// |
138 |
// label1 |
// label1 |
139 |
// |
// |