341 |
this.txtStartAddr.Size = new System.Drawing.Size(250, 26); |
this.txtStartAddr.Size = new System.Drawing.Size(250, 26); |
342 |
this.txtStartAddr.TabIndex = 5; |
this.txtStartAddr.TabIndex = 5; |
343 |
this.txtStartAddr.TextLength = 8; |
this.txtStartAddr.TextLength = 8; |
344 |
this.txtStartAddr.Value = ((ulong)(0ul)); |
this.txtStartAddr.Value = ((long)(0)); |
345 |
// |
// |
346 |
// lblEnd |
// lblEnd |
347 |
// |
// |
367 |
this.txtEndAddr.Size = new System.Drawing.Size(253, 26); |
this.txtEndAddr.Size = new System.Drawing.Size(253, 26); |
368 |
this.txtEndAddr.TabIndex = 6; |
this.txtEndAddr.TabIndex = 6; |
369 |
this.txtEndAddr.TextLength = 8; |
this.txtEndAddr.TextLength = 8; |
370 |
this.txtEndAddr.Value = ((ulong)(0ul)); |
this.txtEndAddr.Value = ((long)(0)); |
371 |
// |
// |
372 |
// grpCompareType |
// grpCompareType |
373 |
// |
// |