124
| System.Windows.Forms.AnchorStyles.Right)));
this.textBoxIp.Location = new System.Drawing.Point(12, 51);
this.textBoxIp.Multiline = true;
this.textBoxIp.Name = "textBoxIp";
this.textBoxIp.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.textBoxIp.Size = new System.Drawing.Size(351, 146);
this.textBoxIp.TabIndex = 1;
//
// buttonOk
//
this.buttonOk.Anchor =
((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bott
om | System.Windows.Forms.AnchorStyles.Right)));
this.buttonOk.DialogResult =
System.Windows.Forms.DialogResult.OK;
this.buttonOk.Location = new System.Drawing.Point(201, 203);
this.buttonOk.Name = "buttonOk";
this.buttonOk.Size = new System.Drawing.Size(78, 23);
this.buttonOk.TabIndex = 2;
this.buttonOk.Text = "OK";
this.buttonOk.UseVisualStyleBackColor = true;
//
// buttonCancel
//
this.buttonCancel.Anchor =
((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bott
om | System.Windows.Forms.AnchorStyles.Right)));
this.buttonCancel.DialogResult =
System.Windows.Forms.DialogResult.Cancel;
this.buttonCancel.Location = new System.Drawing.Point(285, 203);
this.buttonCancel.Name = "buttonCancel";