namespace ScaBox30 { partial class Configuracion { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.panelBody = new System.Windows.Forms.Panel(); this.groupBox7 = new System.Windows.Forms.GroupBox(); this.label5 = new System.Windows.Forms.Label(); this.textBoxHostIp = new System.Windows.Forms.TextBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.radioButtonEthernet = new System.Windows.Forms.RadioButton(); this.radioButtonUsb = new System.Windows.Forms.RadioButton(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.TextBoxImpresoraIp = new System.Windows.Forms.TextBox(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.comboPrinters = new System.Windows.Forms.ComboBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox6 = new System.Windows.Forms.GroupBox(); this.TextBoxScannerIp = new System.Windows.Forms.TextBox(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.radioButton3 = new System.Windows.Forms.RadioButton(); this.radioButton2 = new System.Windows.Forms.RadioButton(); this.radioButton1 = new System.Windows.Forms.RadioButton(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.numericLimpieza = new System.Windows.Forms.NumericUpDown(); this.numericRespuesta = new System.Windows.Forms.NumericUpDown(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.panelButtons = new System.Windows.Forms.Panel(); this.button2 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.panelTitleBar = new System.Windows.Forms.Panel(); this.labelCaption = new System.Windows.Forms.Label(); this.btnClose = new System.Windows.Forms.Button(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.panelBody.SuspendLayout(); this.groupBox7.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox4.SuspendLayout(); this.groupBox3.SuspendLayout(); this.groupBox1.SuspendLayout(); this.groupBox6.SuspendLayout(); this.groupBox5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericLimpieza)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericRespuesta)).BeginInit(); this.panelButtons.SuspendLayout(); this.panelTitleBar.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // panelBody // this.panelBody.BackColor = System.Drawing.Color.WhiteSmoke; this.panelBody.Controls.Add(this.groupBox7); this.panelBody.Controls.Add(this.groupBox2); this.panelBody.Controls.Add(this.groupBox1); this.panelBody.Cursor = System.Windows.Forms.Cursors.Default; this.panelBody.Dock = System.Windows.Forms.DockStyle.Fill; this.panelBody.Location = new System.Drawing.Point(0, 35); this.panelBody.Name = "panelBody"; this.panelBody.Padding = new System.Windows.Forms.Padding(10, 10, 0, 0); this.panelBody.Size = new System.Drawing.Size(422, 479); this.panelBody.TabIndex = 11; // // groupBox7 // this.groupBox7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox7.Controls.Add(this.label5); this.groupBox7.Controls.Add(this.textBoxHostIp); this.groupBox7.Location = new System.Drawing.Point(12, 388); this.groupBox7.Name = "groupBox7"; this.groupBox7.Size = new System.Drawing.Size(398, 87); this.groupBox7.TabIndex = 5; this.groupBox7.TabStop = false; this.groupBox7.Text = "IP Host"; // // label5 // this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label5.Location = new System.Drawing.Point(6, 48); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(324, 37); this.label5.TabIndex = 1; this.label5.Text = "La configuración no se aplica a este equipo, La configuración solo le indica a Sc" + "anBox que este equipo tiene configurada esta ip.\r\n"; // // textBoxHostIp // this.textBoxHostIp.Location = new System.Drawing.Point(6, 21); this.textBoxHostIp.Name = "textBoxHostIp"; this.textBoxHostIp.Size = new System.Drawing.Size(188, 20); this.textBoxHostIp.TabIndex = 0; // // groupBox2 // this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox2.Controls.Add(this.radioButtonEthernet); this.groupBox2.Controls.Add(this.radioButtonUsb); this.groupBox2.Controls.Add(this.groupBox4); this.groupBox2.Controls.Add(this.groupBox3); this.groupBox2.Location = new System.Drawing.Point(12, 204); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(398, 182); this.groupBox2.TabIndex = 2; this.groupBox2.TabStop = false; this.groupBox2.Text = "Impresión"; // // radioButtonEthernet // this.radioButtonEthernet.AutoSize = true; this.radioButtonEthernet.Location = new System.Drawing.Point(228, 30); this.radioButtonEthernet.Name = "radioButtonEthernet"; this.radioButtonEthernet.Size = new System.Drawing.Size(153, 17); this.radioButtonEthernet.TabIndex = 6; this.radioButtonEthernet.TabStop = true; this.radioButtonEthernet.Text = "Habilitar impresión Ethernet"; this.radioButtonEthernet.UseVisualStyleBackColor = true; this.radioButtonEthernet.CheckedChanged += new System.EventHandler(this.radioButtonEthernet_CheckedChanged); // // radioButtonUsb // this.radioButtonUsb.AutoSize = true; this.radioButtonUsb.Location = new System.Drawing.Point(25, 30); this.radioButtonUsb.Name = "radioButtonUsb"; this.radioButtonUsb.Size = new System.Drawing.Size(135, 17); this.radioButtonUsb.TabIndex = 5; this.radioButtonUsb.TabStop = true; this.radioButtonUsb.Text = "Habilitar impresión USB"; this.radioButtonUsb.UseVisualStyleBackColor = true; this.radioButtonUsb.CheckedChanged += new System.EventHandler(this.radioButtonUsb_CheckedChanged); // // groupBox4 // this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox4.Controls.Add(this.TextBoxImpresoraIp); this.groupBox4.Location = new System.Drawing.Point(6, 119); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(386, 55); this.groupBox4.TabIndex = 4; this.groupBox4.TabStop = false; this.groupBox4.Text = "IP de la impresora"; // // TextBoxImpresoraIp // this.TextBoxImpresoraIp.Location = new System.Drawing.Point(6, 21); this.TextBoxImpresoraIp.Name = "TextBoxImpresoraIp"; this.TextBoxImpresoraIp.Size = new System.Drawing.Size(188, 20); this.TextBoxImpresoraIp.TabIndex = 0; // // groupBox3 // this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox3.Controls.Add(this.comboPrinters); this.groupBox3.Location = new System.Drawing.Point(6, 61); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(386, 55); this.groupBox3.TabIndex = 3; this.groupBox3.TabStop = false; this.groupBox3.Text = "Seleccion de impresora"; // // comboPrinters // this.comboPrinters.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.comboPrinters.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboPrinters.FormattingEnabled = true; this.comboPrinters.Location = new System.Drawing.Point(6, 20); this.comboPrinters.Name = "comboPrinters"; this.comboPrinters.Size = new System.Drawing.Size(374, 21); this.comboPrinters.TabIndex = 1; // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox1.Controls.Add(this.pictureBox1); this.groupBox1.Controls.Add(this.groupBox6); this.groupBox1.Controls.Add(this.groupBox5); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.numericLimpieza); this.groupBox1.Controls.Add(this.numericRespuesta); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Location = new System.Drawing.Point(12, 8); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(398, 194); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; this.groupBox1.Text = "SR-2000W"; // // groupBox6 // this.groupBox6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox6.Controls.Add(this.TextBoxScannerIp); this.groupBox6.Location = new System.Drawing.Point(6, 133); this.groupBox6.Name = "groupBox6"; this.groupBox6.Size = new System.Drawing.Size(386, 55); this.groupBox6.TabIndex = 7; this.groupBox6.TabStop = false; this.groupBox6.Text = "IP del scanner"; // // TextBoxScannerIp // this.TextBoxScannerIp.Location = new System.Drawing.Point(6, 21); this.TextBoxScannerIp.Name = "TextBoxScannerIp"; this.TextBoxScannerIp.Size = new System.Drawing.Size(188, 20); this.TextBoxScannerIp.TabIndex = 0; // // groupBox5 // this.groupBox5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox5.Controls.Add(this.radioButton3); this.groupBox5.Controls.Add(this.radioButton2); this.groupBox5.Controls.Add(this.radioButton1); this.groupBox5.Location = new System.Drawing.Point(6, 76); this.groupBox5.Name = "groupBox5"; this.groupBox5.Size = new System.Drawing.Size(386, 55); this.groupBox5.TabIndex = 6; this.groupBox5.TabStop = false; this.groupBox5.Text = "Resultado visual"; // // radioButton3 // this.radioButton3.AutoSize = true; this.radioButton3.Location = new System.Drawing.Point(284, 23); this.radioButton3.Name = "radioButton3"; this.radioButton3.Size = new System.Drawing.Size(96, 17); this.radioButton3.TabIndex = 2; this.radioButton3.TabStop = true; this.radioButton3.Text = "Región + X,OK"; this.radioButton3.UseVisualStyleBackColor = true; this.radioButton3.CheckedChanged += new System.EventHandler(this.radioButton3_CheckedChanged); // // radioButton2 // this.radioButton2.AutoSize = true; this.radioButton2.Location = new System.Drawing.Point(142, 23); this.radioButton2.Name = "radioButton2"; this.radioButton2.Size = new System.Drawing.Size(59, 17); this.radioButton2.TabIndex = 1; this.radioButton2.TabStop = true; this.radioButton2.Text = "Ragión"; this.radioButton2.UseVisualStyleBackColor = true; this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged); // // radioButton1 // this.radioButton1.AutoSize = true; this.radioButton1.Location = new System.Drawing.Point(9, 23); this.radioButton1.Name = "radioButton1"; this.radioButton1.Size = new System.Drawing.Size(50, 17); this.radioButton1.TabIndex = 0; this.radioButton1.TabStop = true; this.radioButton1.Text = "X,OK"; this.radioButton1.UseVisualStyleBackColor = true; this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(365, 43); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(27, 13); this.label4.TabIndex = 5; this.label4.Text = "seg."; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(139, 41); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(23, 13); this.label3.TabIndex = 4; this.label3.Text = "ms."; // // numericLimpieza // this.numericLimpieza.Location = new System.Drawing.Point(239, 39); this.numericLimpieza.Maximum = new decimal(new int[] { 10000, 0, 0, 0}); this.numericLimpieza.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.numericLimpieza.Name = "numericLimpieza"; this.numericLimpieza.Size = new System.Drawing.Size(120, 20); this.numericLimpieza.TabIndex = 3; this.numericLimpieza.Value = new decimal(new int[] { 1, 0, 0, 0}); // // numericRespuesta // this.numericRespuesta.Location = new System.Drawing.Point(13, 39); this.numericRespuesta.Maximum = new decimal(new int[] { 1000, 0, 0, 0}); this.numericRespuesta.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.numericRespuesta.Name = "numericRespuesta"; this.numericRespuesta.Size = new System.Drawing.Size(120, 20); this.numericRespuesta.TabIndex = 2; this.numericRespuesta.Value = new decimal(new int[] { 1, 0, 0, 0}); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(236, 23); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(131, 13); this.label2.TabIndex = 1; this.label2.Text = "Limpieza de última lectura."; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(10, 23); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(142, 13); this.label1.TabIndex = 0; this.label1.Text = "Tiempo de espera en lectura"; // // panelButtons // this.panelButtons.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.panelButtons.Controls.Add(this.button2); this.panelButtons.Controls.Add(this.button1); this.panelButtons.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelButtons.Location = new System.Drawing.Point(0, 514); this.panelButtons.Name = "panelButtons"; this.panelButtons.Size = new System.Drawing.Size(422, 55); this.panelButtons.TabIndex = 10; // // button2 // this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button2.BackColor = System.Drawing.Color.SeaGreen; this.button2.FlatAppearance.BorderSize = 0; this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button2.ForeColor = System.Drawing.Color.WhiteSmoke; this.button2.Location = new System.Drawing.Point(310, 10); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(100, 35); this.button2.TabIndex = 2; this.button2.Text = "button2"; this.button2.UseVisualStyleBackColor = false; this.button2.Click += new System.EventHandler(this.button2_Click); // // button1 // this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button1.BackColor = System.Drawing.Color.SeaGreen; this.button1.FlatAppearance.BorderSize = 0; this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button1.ForeColor = System.Drawing.Color.WhiteSmoke; this.button1.Location = new System.Drawing.Point(204, 9); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(100, 35); this.button1.TabIndex = 0; this.button1.Text = "button1"; this.button1.UseVisualStyleBackColor = false; this.button1.Click += new System.EventHandler(this.button1_Click); // // panelTitleBar // this.panelTitleBar.BackColor = System.Drawing.Color.CornflowerBlue; this.panelTitleBar.Controls.Add(this.labelCaption); this.panelTitleBar.Controls.Add(this.btnClose); this.panelTitleBar.Cursor = System.Windows.Forms.Cursors.Default; this.panelTitleBar.Dock = System.Windows.Forms.DockStyle.Top; this.panelTitleBar.Location = new System.Drawing.Point(0, 0); this.panelTitleBar.Name = "panelTitleBar"; this.panelTitleBar.Size = new System.Drawing.Size(422, 35); this.panelTitleBar.TabIndex = 9; this.panelTitleBar.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panelTitleBar_MouseDown); // // labelCaption // this.labelCaption.AutoSize = true; this.labelCaption.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelCaption.ForeColor = System.Drawing.Color.White; this.labelCaption.Location = new System.Drawing.Point(9, 8); this.labelCaption.Name = "labelCaption"; this.labelCaption.Size = new System.Drawing.Size(86, 17); this.labelCaption.TabIndex = 4; this.labelCaption.Text = "labelCaption"; // // btnClose // this.btnClose.Dock = System.Windows.Forms.DockStyle.Right; this.btnClose.FlatAppearance.BorderSize = 0; this.btnClose.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(79)))), ((int)(((byte)(95))))); this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnClose.Font = new System.Drawing.Font("Microsoft Sans Serif", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnClose.ForeColor = System.Drawing.Color.White; this.btnClose.Location = new System.Drawing.Point(382, 0); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(40, 35); this.btnClose.TabIndex = 3; this.btnClose.Text = "X"; this.btnClose.UseVisualStyleBackColor = false; // // pictureBox1 // this.pictureBox1.Cursor = System.Windows.Forms.Cursors.Hand; this.pictureBox1.Image = global::ScaBox30.Properties.Resources.SR_2000W; this.pictureBox1.Location = new System.Drawing.Point(178, 19); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(41, 50); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 8; this.pictureBox1.TabStop = false; this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click); // // Configuracion // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(422, 569); this.Controls.Add(this.panelBody); this.Controls.Add(this.panelButtons); this.Controls.Add(this.panelTitleBar); this.Cursor = System.Windows.Forms.Cursors.Hand; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Name = "Configuracion"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Configuración"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Configuracion_FormClosing); this.Load += new System.EventHandler(this.Configuracion_Load); this.panelBody.ResumeLayout(false); this.groupBox7.ResumeLayout(false); this.groupBox7.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox4.ResumeLayout(false); this.groupBox4.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox6.ResumeLayout(false); this.groupBox6.PerformLayout(); this.groupBox5.ResumeLayout(false); this.groupBox5.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericLimpieza)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericRespuesta)).EndInit(); this.panelButtons.ResumeLayout(false); this.panelTitleBar.ResumeLayout(false); this.panelTitleBar.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panelBody; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.RadioButton radioButtonEthernet; private System.Windows.Forms.RadioButton radioButtonUsb; private System.Windows.Forms.GroupBox groupBox4; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.ComboBox comboPrinters; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.GroupBox groupBox5; private System.Windows.Forms.RadioButton radioButton2; private System.Windows.Forms.RadioButton radioButton1; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.NumericUpDown numericLimpieza; private System.Windows.Forms.NumericUpDown numericRespuesta; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Panel panelButtons; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button1; private System.Windows.Forms.Panel panelTitleBar; private System.Windows.Forms.Label labelCaption; private System.Windows.Forms.Button btnClose; private System.Windows.Forms.TextBox TextBoxImpresoraIp; private System.Windows.Forms.GroupBox groupBox6; private System.Windows.Forms.TextBox TextBoxScannerIp; private System.Windows.Forms.GroupBox groupBox7; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox textBoxHostIp; private System.Windows.Forms.RadioButton radioButton3; private System.Windows.Forms.PictureBox pictureBox1; } }