446 |
this.txtStartAddr.MaxLength = 16; |
this.txtStartAddr.MaxLength = 16; |
447 |
this.txtStartAddr.Name = "txtStartAddr"; |
this.txtStartAddr.Name = "txtStartAddr"; |
448 |
this.txtStartAddr.ReadOnly = true; |
this.txtStartAddr.ReadOnly = true; |
449 |
this.txtStartAddr.Size = new System.Drawing.Size(250, 26); |
this.txtStartAddr.Size = new System.Drawing.Size(267, 26); |
450 |
this.txtStartAddr.TabIndex = 5; |
this.txtStartAddr.TabIndex = 5; |
451 |
this.txtStartAddr.TextLength = 16; |
this.txtStartAddr.TextLength = 16; |
452 |
this.txtStartAddr.Value = ((ulong)(0ul)); |
this.txtStartAddr.Value = ((ulong)(0ul)); |
472 |
this.txtEndAddr.MaxLength = 16; |
this.txtEndAddr.MaxLength = 16; |
473 |
this.txtEndAddr.Name = "txtEndAddr"; |
this.txtEndAddr.Name = "txtEndAddr"; |
474 |
this.txtEndAddr.ReadOnly = true; |
this.txtEndAddr.ReadOnly = true; |
475 |
this.txtEndAddr.Size = new System.Drawing.Size(253, 26); |
this.txtEndAddr.Size = new System.Drawing.Size(275, 26); |
476 |
this.txtEndAddr.TabIndex = 6; |
this.txtEndAddr.TabIndex = 6; |
477 |
this.txtEndAddr.TextLength = 16; |
this.txtEndAddr.TextLength = 16; |
478 |
this.txtEndAddr.Value = ((ulong)(0ul)); |
this.txtEndAddr.Value = ((ulong)(0ul)); |