agrobot_base/AgroBase/AgroBase/Forms/frmEthernet.Designer.cs

601 lines
29 KiB
C#

namespace AgroBase.Forms
{
partial class frmEthernet
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.lblGateway = new System.Windows.Forms.Label();
this.lblIpAtual = new System.Windows.Forms.Label();
this.txtGateway = new System.Windows.Forms.TextBox();
this.txtIpAtual = new System.Windows.Forms.TextBox();
this.btnDefinirIp = new System.Windows.Forms.Button();
this.chbIpFixo = new System.Windows.Forms.CheckBox();
this.cmbInterface = new System.Windows.Forms.ComboBox();
this.lblInterface = new System.Windows.Forms.Label();
this.txtSubmask = new System.Windows.Forms.TextBox();
this.lblSubmask = new System.Windows.Forms.Label();
this.gpbPC = new System.Windows.Forms.GroupBox();
this.gpbMov = new System.Windows.Forms.GroupBox();
this.btnDefinirIP_Mov = new System.Windows.Forms.Button();
this.txtSubmask_Mov = new System.Windows.Forms.TextBox();
this.lblIP_Mov = new System.Windows.Forms.Label();
this.lblGateway_Mov = new System.Windows.Forms.Label();
this.lblIPAtual_Mov = new System.Windows.Forms.Label();
this.lblSubmask_Mov = new System.Windows.Forms.Label();
this.txtIP_Mov = new System.Windows.Forms.TextBox();
this.txtGateway_Mov = new System.Windows.Forms.TextBox();
this.cmbIP_Mov = new System.Windows.Forms.ComboBox();
this.gpbDir = new System.Windows.Forms.GroupBox();
this.btnDefinirIP_Dir = new System.Windows.Forms.Button();
this.txtSubmask_Dir = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.lblGateway_Dir = new System.Windows.Forms.Label();
this.lblIPAtual_Dir = new System.Windows.Forms.Label();
this.lblSubmask_Dir = new System.Windows.Forms.Label();
this.txtIP_Dir = new System.Windows.Forms.TextBox();
this.txtGateway_Dir = new System.Windows.Forms.TextBox();
this.cmbIP_Dir = new System.Windows.Forms.ComboBox();
this.gpbVarredura = new System.Windows.Forms.GroupBox();
this.lblAlterados = new System.Windows.Forms.Label();
this.tvwAlterados = new System.Windows.Forms.TreeView();
this.btnVerificarAlteracoes = new System.Windows.Forms.Button();
this.lblEncontrados = new System.Windows.Forms.Label();
this.lblEscaneados = new System.Windows.Forms.Label();
this.tvwEncontrados = new System.Windows.Forms.TreeView();
this.tvwEscaneados = new System.Windows.Forms.TreeView();
this.btnIniciarVarredura = new System.Windows.Forms.Button();
this.txtFaixaIP = new System.Windows.Forms.TextBox();
this.lblFaixaIP = new System.Windows.Forms.Label();
this.chbConectado_Mov = new System.Windows.Forms.CheckBox();
this.chbConectado_Dir = new System.Windows.Forms.CheckBox();
this.gpbPC.SuspendLayout();
this.gpbMov.SuspendLayout();
this.gpbDir.SuspendLayout();
this.gpbVarredura.SuspendLayout();
this.SuspendLayout();
//
// lblGateway
//
this.lblGateway.AutoSize = true;
this.lblGateway.Location = new System.Drawing.Point(6, 61);
this.lblGateway.Name = "lblGateway";
this.lblGateway.Size = new System.Drawing.Size(49, 13);
this.lblGateway.TabIndex = 0;
this.lblGateway.Text = "Gateway";
//
// lblIpAtual
//
this.lblIpAtual.AutoSize = true;
this.lblIpAtual.Location = new System.Drawing.Point(6, 139);
this.lblIpAtual.Name = "lblIpAtual";
this.lblIpAtual.Size = new System.Drawing.Size(44, 13);
this.lblIpAtual.TabIndex = 1;
this.lblIpAtual.Text = "IP Atual";
//
// txtGateway
//
this.txtGateway.Enabled = false;
this.txtGateway.Location = new System.Drawing.Point(9, 77);
this.txtGateway.Name = "txtGateway";
this.txtGateway.Size = new System.Drawing.Size(141, 20);
this.txtGateway.TabIndex = 2;
this.txtGateway.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// txtIpAtual
//
this.txtIpAtual.Enabled = false;
this.txtIpAtual.Location = new System.Drawing.Point(9, 155);
this.txtIpAtual.Name = "txtIpAtual";
this.txtIpAtual.Size = new System.Drawing.Size(141, 20);
this.txtIpAtual.TabIndex = 4;
this.txtIpAtual.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// btnDefinirIp
//
this.btnDefinirIp.Location = new System.Drawing.Point(9, 209);
this.btnDefinirIp.Name = "btnDefinirIp";
this.btnDefinirIp.Size = new System.Drawing.Size(141, 23);
this.btnDefinirIp.TabIndex = 6;
this.btnDefinirIp.Text = "Definir IP";
this.btnDefinirIp.UseVisualStyleBackColor = true;
this.btnDefinirIp.Click += new System.EventHandler(this.btnDefinirIp_Click);
//
// chbIpFixo
//
this.chbIpFixo.AutoSize = true;
this.chbIpFixo.Location = new System.Drawing.Point(9, 182);
this.chbIpFixo.Name = "chbIpFixo";
this.chbIpFixo.Size = new System.Drawing.Size(58, 17);
this.chbIpFixo.TabIndex = 5;
this.chbIpFixo.Text = "IP Fixo";
this.chbIpFixo.UseVisualStyleBackColor = true;
this.chbIpFixo.CheckedChanged += new System.EventHandler(this.chbIpFixo_CheckedChanged);
//
// cmbInterface
//
this.cmbInterface.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbInterface.FormattingEnabled = true;
this.cmbInterface.Location = new System.Drawing.Point(9, 37);
this.cmbInterface.Name = "cmbInterface";
this.cmbInterface.Size = new System.Drawing.Size(141, 21);
this.cmbInterface.TabIndex = 1;
this.cmbInterface.SelectedIndexChanged += new System.EventHandler(this.cmbInterface_SelectedIndexChanged);
//
// lblInterface
//
this.lblInterface.AutoSize = true;
this.lblInterface.Location = new System.Drawing.Point(6, 21);
this.lblInterface.Name = "lblInterface";
this.lblInterface.Size = new System.Drawing.Size(49, 13);
this.lblInterface.TabIndex = 7;
this.lblInterface.Text = "Interface";
//
// txtSubmask
//
this.txtSubmask.Enabled = false;
this.txtSubmask.Location = new System.Drawing.Point(9, 116);
this.txtSubmask.Name = "txtSubmask";
this.txtSubmask.Size = new System.Drawing.Size(141, 20);
this.txtSubmask.TabIndex = 3;
this.txtSubmask.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// lblSubmask
//
this.lblSubmask.AutoSize = true;
this.lblSubmask.Location = new System.Drawing.Point(6, 100);
this.lblSubmask.Name = "lblSubmask";
this.lblSubmask.Size = new System.Drawing.Size(70, 13);
this.lblSubmask.TabIndex = 8;
this.lblSubmask.Text = "Subnet Mask";
//
// gpbPC
//
this.gpbPC.Controls.Add(this.lblInterface);
this.gpbPC.Controls.Add(this.txtSubmask);
this.gpbPC.Controls.Add(this.lblGateway);
this.gpbPC.Controls.Add(this.lblSubmask);
this.gpbPC.Controls.Add(this.lblIpAtual);
this.gpbPC.Controls.Add(this.txtGateway);
this.gpbPC.Controls.Add(this.cmbInterface);
this.gpbPC.Controls.Add(this.txtIpAtual);
this.gpbPC.Controls.Add(this.chbIpFixo);
this.gpbPC.Controls.Add(this.btnDefinirIp);
this.gpbPC.Location = new System.Drawing.Point(12, 12);
this.gpbPC.Name = "gpbPC";
this.gpbPC.Size = new System.Drawing.Size(162, 245);
this.gpbPC.TabIndex = 9;
this.gpbPC.TabStop = false;
this.gpbPC.Text = "Eqipamento";
//
// gpbMov
//
this.gpbMov.Controls.Add(this.chbConectado_Mov);
this.gpbMov.Controls.Add(this.btnDefinirIP_Mov);
this.gpbMov.Controls.Add(this.txtSubmask_Mov);
this.gpbMov.Controls.Add(this.lblIP_Mov);
this.gpbMov.Controls.Add(this.lblGateway_Mov);
this.gpbMov.Controls.Add(this.lblIPAtual_Mov);
this.gpbMov.Controls.Add(this.lblSubmask_Mov);
this.gpbMov.Controls.Add(this.txtIP_Mov);
this.gpbMov.Controls.Add(this.txtGateway_Mov);
this.gpbMov.Controls.Add(this.cmbIP_Mov);
this.gpbMov.Enabled = false;
this.gpbMov.Location = new System.Drawing.Point(180, 12);
this.gpbMov.Name = "gpbMov";
this.gpbMov.Size = new System.Drawing.Size(162, 245);
this.gpbMov.TabIndex = 10;
this.gpbMov.TabStop = false;
this.gpbMov.Text = "Movimentação";
//
// btnDefinirIP_Mov
//
this.btnDefinirIP_Mov.Enabled = false;
this.btnDefinirIP_Mov.Location = new System.Drawing.Point(8, 209);
this.btnDefinirIP_Mov.Name = "btnDefinirIP_Mov";
this.btnDefinirIP_Mov.Size = new System.Drawing.Size(141, 23);
this.btnDefinirIP_Mov.TabIndex = 9;
this.btnDefinirIP_Mov.Text = "Definir IP";
this.btnDefinirIP_Mov.UseVisualStyleBackColor = true;
this.btnDefinirIP_Mov.Click += new System.EventHandler(this.btnDefinirIP_Mov_Click);
//
// txtSubmask_Mov
//
this.txtSubmask_Mov.Enabled = false;
this.txtSubmask_Mov.Location = new System.Drawing.Point(8, 116);
this.txtSubmask_Mov.Name = "txtSubmask_Mov";
this.txtSubmask_Mov.Size = new System.Drawing.Size(141, 20);
this.txtSubmask_Mov.TabIndex = 11;
this.txtSubmask_Mov.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// lblIP_Mov
//
this.lblIP_Mov.AutoSize = true;
this.lblIP_Mov.Location = new System.Drawing.Point(5, 139);
this.lblIP_Mov.Name = "lblIP_Mov";
this.lblIP_Mov.Size = new System.Drawing.Size(46, 13);
this.lblIP_Mov.TabIndex = 9;
this.lblIP_Mov.Text = "Novo IP";
//
// lblGateway_Mov
//
this.lblGateway_Mov.AutoSize = true;
this.lblGateway_Mov.Location = new System.Drawing.Point(5, 61);
this.lblGateway_Mov.Name = "lblGateway_Mov";
this.lblGateway_Mov.Size = new System.Drawing.Size(49, 13);
this.lblGateway_Mov.TabIndex = 9;
this.lblGateway_Mov.Text = "Gateway";
//
// lblIPAtual_Mov
//
this.lblIPAtual_Mov.AutoSize = true;
this.lblIPAtual_Mov.Location = new System.Drawing.Point(5, 21);
this.lblIPAtual_Mov.Name = "lblIPAtual_Mov";
this.lblIPAtual_Mov.Size = new System.Drawing.Size(44, 13);
this.lblIPAtual_Mov.TabIndex = 10;
this.lblIPAtual_Mov.Text = "IP Atual";
//
// lblSubmask_Mov
//
this.lblSubmask_Mov.AutoSize = true;
this.lblSubmask_Mov.Location = new System.Drawing.Point(5, 100);
this.lblSubmask_Mov.Name = "lblSubmask_Mov";
this.lblSubmask_Mov.Size = new System.Drawing.Size(70, 13);
this.lblSubmask_Mov.TabIndex = 12;
this.lblSubmask_Mov.Text = "Subnet Mask";
//
// txtIP_Mov
//
this.txtIP_Mov.Enabled = false;
this.txtIP_Mov.Location = new System.Drawing.Point(8, 155);
this.txtIP_Mov.Name = "txtIP_Mov";
this.txtIP_Mov.Size = new System.Drawing.Size(141, 20);
this.txtIP_Mov.TabIndex = 10;
this.txtIP_Mov.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// txtGateway_Mov
//
this.txtGateway_Mov.Enabled = false;
this.txtGateway_Mov.Location = new System.Drawing.Point(8, 77);
this.txtGateway_Mov.Name = "txtGateway_Mov";
this.txtGateway_Mov.Size = new System.Drawing.Size(141, 20);
this.txtGateway_Mov.TabIndex = 10;
this.txtGateway_Mov.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// cmbIP_Mov
//
this.cmbIP_Mov.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbIP_Mov.FormattingEnabled = true;
this.cmbIP_Mov.Location = new System.Drawing.Point(8, 37);
this.cmbIP_Mov.Name = "cmbIP_Mov";
this.cmbIP_Mov.Size = new System.Drawing.Size(141, 21);
this.cmbIP_Mov.TabIndex = 9;
this.cmbIP_Mov.SelectedIndexChanged += new System.EventHandler(this.cmbIP_Disp_SelectedIndexChanged);
//
// gpbDir
//
this.gpbDir.Controls.Add(this.chbConectado_Dir);
this.gpbDir.Controls.Add(this.btnDefinirIP_Dir);
this.gpbDir.Controls.Add(this.txtSubmask_Dir);
this.gpbDir.Controls.Add(this.label1);
this.gpbDir.Controls.Add(this.lblGateway_Dir);
this.gpbDir.Controls.Add(this.lblIPAtual_Dir);
this.gpbDir.Controls.Add(this.lblSubmask_Dir);
this.gpbDir.Controls.Add(this.txtIP_Dir);
this.gpbDir.Controls.Add(this.txtGateway_Dir);
this.gpbDir.Controls.Add(this.cmbIP_Dir);
this.gpbDir.Enabled = false;
this.gpbDir.Location = new System.Drawing.Point(348, 12);
this.gpbDir.Name = "gpbDir";
this.gpbDir.Size = new System.Drawing.Size(162, 245);
this.gpbDir.TabIndex = 11;
this.gpbDir.TabStop = false;
this.gpbDir.Text = "Direcional";
//
// btnDefinirIP_Dir
//
this.btnDefinirIP_Dir.Enabled = false;
this.btnDefinirIP_Dir.Location = new System.Drawing.Point(8, 209);
this.btnDefinirIP_Dir.Name = "btnDefinirIP_Dir";
this.btnDefinirIP_Dir.Size = new System.Drawing.Size(141, 23);
this.btnDefinirIP_Dir.TabIndex = 13;
this.btnDefinirIP_Dir.Text = "Definir IP";
this.btnDefinirIP_Dir.UseVisualStyleBackColor = true;
this.btnDefinirIP_Dir.Click += new System.EventHandler(this.btnDefinirIP_Dir_Click);
//
// txtSubmask_Dir
//
this.txtSubmask_Dir.Enabled = false;
this.txtSubmask_Dir.Location = new System.Drawing.Point(8, 116);
this.txtSubmask_Dir.Name = "txtSubmask_Dir";
this.txtSubmask_Dir.Size = new System.Drawing.Size(141, 20);
this.txtSubmask_Dir.TabIndex = 20;
this.txtSubmask_Dir.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(5, 139);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(46, 13);
this.label1.TabIndex = 14;
this.label1.Text = "Novo IP";
//
// lblGateway_Dir
//
this.lblGateway_Dir.AutoSize = true;
this.lblGateway_Dir.Location = new System.Drawing.Point(5, 61);
this.lblGateway_Dir.Name = "lblGateway_Dir";
this.lblGateway_Dir.Size = new System.Drawing.Size(49, 13);
this.lblGateway_Dir.TabIndex = 15;
this.lblGateway_Dir.Text = "Gateway";
//
// lblIPAtual_Dir
//
this.lblIPAtual_Dir.AutoSize = true;
this.lblIPAtual_Dir.Location = new System.Drawing.Point(5, 21);
this.lblIPAtual_Dir.Name = "lblIPAtual_Dir";
this.lblIPAtual_Dir.Size = new System.Drawing.Size(44, 13);
this.lblIPAtual_Dir.TabIndex = 17;
this.lblIPAtual_Dir.Text = "IP Atual";
//
// lblSubmask_Dir
//
this.lblSubmask_Dir.AutoSize = true;
this.lblSubmask_Dir.Location = new System.Drawing.Point(5, 100);
this.lblSubmask_Dir.Name = "lblSubmask_Dir";
this.lblSubmask_Dir.Size = new System.Drawing.Size(70, 13);
this.lblSubmask_Dir.TabIndex = 21;
this.lblSubmask_Dir.Text = "Subnet Mask";
//
// txtIP_Dir
//
this.txtIP_Dir.Enabled = false;
this.txtIP_Dir.Location = new System.Drawing.Point(8, 155);
this.txtIP_Dir.Name = "txtIP_Dir";
this.txtIP_Dir.Size = new System.Drawing.Size(141, 20);
this.txtIP_Dir.TabIndex = 18;
this.txtIP_Dir.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// txtGateway_Dir
//
this.txtGateway_Dir.Enabled = false;
this.txtGateway_Dir.Location = new System.Drawing.Point(8, 77);
this.txtGateway_Dir.Name = "txtGateway_Dir";
this.txtGateway_Dir.Size = new System.Drawing.Size(141, 20);
this.txtGateway_Dir.TabIndex = 19;
this.txtGateway_Dir.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// cmbIP_Dir
//
this.cmbIP_Dir.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbIP_Dir.FormattingEnabled = true;
this.cmbIP_Dir.Location = new System.Drawing.Point(8, 37);
this.cmbIP_Dir.Name = "cmbIP_Dir";
this.cmbIP_Dir.Size = new System.Drawing.Size(141, 21);
this.cmbIP_Dir.TabIndex = 16;
this.cmbIP_Dir.SelectedIndexChanged += new System.EventHandler(this.cmbIP_Disp_SelectedIndexChanged);
//
// gpbVarredura
//
this.gpbVarredura.Controls.Add(this.lblAlterados);
this.gpbVarredura.Controls.Add(this.tvwAlterados);
this.gpbVarredura.Controls.Add(this.btnVerificarAlteracoes);
this.gpbVarredura.Controls.Add(this.lblEncontrados);
this.gpbVarredura.Controls.Add(this.lblEscaneados);
this.gpbVarredura.Controls.Add(this.tvwEncontrados);
this.gpbVarredura.Controls.Add(this.tvwEscaneados);
this.gpbVarredura.Controls.Add(this.btnIniciarVarredura);
this.gpbVarredura.Controls.Add(this.txtFaixaIP);
this.gpbVarredura.Controls.Add(this.lblFaixaIP);
this.gpbVarredura.Location = new System.Drawing.Point(12, 263);
this.gpbVarredura.Name = "gpbVarredura";
this.gpbVarredura.Size = new System.Drawing.Size(498, 282);
this.gpbVarredura.TabIndex = 12;
this.gpbVarredura.TabStop = false;
this.gpbVarredura.Text = "Varredura automática";
//
// lblAlterados
//
this.lblAlterados.AutoSize = true;
this.lblAlterados.Location = new System.Drawing.Point(341, 80);
this.lblAlterados.Name = "lblAlterados";
this.lblAlterados.Size = new System.Drawing.Size(104, 13);
this.lblAlterados.TabIndex = 17;
this.lblAlterados.Text = "Endereços alterados";
//
// tvwAlterados
//
this.tvwAlterados.Location = new System.Drawing.Point(344, 96);
this.tvwAlterados.Name = "tvwAlterados";
this.tvwAlterados.Size = new System.Drawing.Size(141, 180);
this.tvwAlterados.TabIndex = 16;
//
// btnVerificarAlteracoes
//
this.btnVerificarAlteracoes.Location = new System.Drawing.Point(344, 39);
this.btnVerificarAlteracoes.Name = "btnVerificarAlteracoes";
this.btnVerificarAlteracoes.Size = new System.Drawing.Size(141, 23);
this.btnVerificarAlteracoes.TabIndex = 15;
this.btnVerificarAlteracoes.Text = "Verificar Alterações";
this.btnVerificarAlteracoes.UseVisualStyleBackColor = true;
this.btnVerificarAlteracoes.Click += new System.EventHandler(this.btnVerificarAlteracoes_Click);
//
// lblEncontrados
//
this.lblEncontrados.AutoSize = true;
this.lblEncontrados.Location = new System.Drawing.Point(173, 80);
this.lblEncontrados.Name = "lblEncontrados";
this.lblEncontrados.Size = new System.Drawing.Size(120, 13);
this.lblEncontrados.TabIndex = 14;
this.lblEncontrados.Text = "Endereços encontrados";
//
// lblEscaneados
//
this.lblEscaneados.AutoSize = true;
this.lblEscaneados.Location = new System.Drawing.Point(6, 80);
this.lblEscaneados.Name = "lblEscaneados";
this.lblEscaneados.Size = new System.Drawing.Size(119, 13);
this.lblEscaneados.TabIndex = 13;
this.lblEscaneados.Text = "Endereços escaneados";
//
// tvwEncontrados
//
this.tvwEncontrados.Location = new System.Drawing.Point(176, 96);
this.tvwEncontrados.Name = "tvwEncontrados";
this.tvwEncontrados.Size = new System.Drawing.Size(141, 180);
this.tvwEncontrados.TabIndex = 12;
//
// tvwEscaneados
//
this.tvwEscaneados.Location = new System.Drawing.Point(9, 96);
this.tvwEscaneados.Name = "tvwEscaneados";
this.tvwEscaneados.Size = new System.Drawing.Size(141, 180);
this.tvwEscaneados.TabIndex = 11;
//
// btnIniciarVarredura
//
this.btnIniciarVarredura.Location = new System.Drawing.Point(176, 39);
this.btnIniciarVarredura.Name = "btnIniciarVarredura";
this.btnIniciarVarredura.Size = new System.Drawing.Size(141, 23);
this.btnIniciarVarredura.TabIndex = 9;
this.btnIniciarVarredura.Text = "Iniciar Varredura";
this.btnIniciarVarredura.UseVisualStyleBackColor = true;
this.btnIniciarVarredura.Click += new System.EventHandler(this.btnIniciarVarredura_Click);
//
// txtFaixaIP
//
this.txtFaixaIP.Location = new System.Drawing.Point(9, 41);
this.txtFaixaIP.Name = "txtFaixaIP";
this.txtFaixaIP.Size = new System.Drawing.Size(141, 20);
this.txtFaixaIP.TabIndex = 9;
this.txtFaixaIP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// lblFaixaIP
//
this.lblFaixaIP.AutoSize = true;
this.lblFaixaIP.Location = new System.Drawing.Point(6, 25);
this.lblFaixaIP.Name = "lblFaixaIP";
this.lblFaixaIP.Size = new System.Drawing.Size(60, 13);
this.lblFaixaIP.TabIndex = 10;
this.lblFaixaIP.Text = "Faixa de IP";
//
// chbConectado_Mov
//
this.chbConectado_Mov.AutoSize = true;
this.chbConectado_Mov.Enabled = false;
this.chbConectado_Mov.Location = new System.Drawing.Point(8, 182);
this.chbConectado_Mov.Name = "chbConectado_Mov";
this.chbConectado_Mov.Size = new System.Drawing.Size(78, 17);
this.chbConectado_Mov.TabIndex = 13;
this.chbConectado_Mov.Text = "Conectado";
this.chbConectado_Mov.UseVisualStyleBackColor = true;
//
// chbConectado_Dir
//
this.chbConectado_Dir.AutoSize = true;
this.chbConectado_Dir.Enabled = false;
this.chbConectado_Dir.Location = new System.Drawing.Point(8, 182);
this.chbConectado_Dir.Name = "chbConectado_Dir";
this.chbConectado_Dir.Size = new System.Drawing.Size(78, 17);
this.chbConectado_Dir.TabIndex = 14;
this.chbConectado_Dir.Text = "Conectado";
this.chbConectado_Dir.UseVisualStyleBackColor = true;
//
// frmEthernet
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(519, 557);
this.Controls.Add(this.gpbVarredura);
this.Controls.Add(this.gpbDir);
this.Controls.Add(this.gpbMov);
this.Controls.Add(this.gpbPC);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.Name = "frmEthernet";
this.Text = "Configurações de Rede";
this.Load += new System.EventHandler(this.frmEthernet_Load);
this.gpbPC.ResumeLayout(false);
this.gpbPC.PerformLayout();
this.gpbMov.ResumeLayout(false);
this.gpbMov.PerformLayout();
this.gpbDir.ResumeLayout(false);
this.gpbDir.PerformLayout();
this.gpbVarredura.ResumeLayout(false);
this.gpbVarredura.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label lblGateway;
private System.Windows.Forms.Label lblIpAtual;
private System.Windows.Forms.TextBox txtGateway;
private System.Windows.Forms.TextBox txtIpAtual;
private System.Windows.Forms.Button btnDefinirIp;
private System.Windows.Forms.CheckBox chbIpFixo;
private System.Windows.Forms.ComboBox cmbInterface;
private System.Windows.Forms.Label lblInterface;
private System.Windows.Forms.TextBox txtSubmask;
private System.Windows.Forms.Label lblSubmask;
private System.Windows.Forms.GroupBox gpbPC;
private System.Windows.Forms.GroupBox gpbMov;
private System.Windows.Forms.GroupBox gpbDir;
private System.Windows.Forms.GroupBox gpbVarredura;
private System.Windows.Forms.TextBox txtFaixaIP;
private System.Windows.Forms.Label lblFaixaIP;
private System.Windows.Forms.Label lblEncontrados;
private System.Windows.Forms.Label lblEscaneados;
private System.Windows.Forms.TreeView tvwEncontrados;
private System.Windows.Forms.TreeView tvwEscaneados;
private System.Windows.Forms.Button btnIniciarVarredura;
private System.Windows.Forms.Label lblAlterados;
private System.Windows.Forms.TreeView tvwAlterados;
private System.Windows.Forms.Button btnVerificarAlteracoes;
private System.Windows.Forms.Label lblIPAtual_Mov;
private System.Windows.Forms.ComboBox cmbIP_Mov;
private System.Windows.Forms.Label lblIP_Mov;
private System.Windows.Forms.TextBox txtIP_Mov;
private System.Windows.Forms.Button btnDefinirIP_Mov;
private System.Windows.Forms.Button btnDefinirIP_Dir;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label lblIPAtual_Dir;
private System.Windows.Forms.TextBox txtIP_Dir;
private System.Windows.Forms.ComboBox cmbIP_Dir;
private System.Windows.Forms.TextBox txtSubmask_Mov;
private System.Windows.Forms.Label lblGateway_Mov;
private System.Windows.Forms.Label lblSubmask_Mov;
private System.Windows.Forms.TextBox txtGateway_Mov;
private System.Windows.Forms.TextBox txtSubmask_Dir;
private System.Windows.Forms.Label lblGateway_Dir;
private System.Windows.Forms.Label lblSubmask_Dir;
private System.Windows.Forms.TextBox txtGateway_Dir;
private System.Windows.Forms.CheckBox chbConectado_Mov;
private System.Windows.Forms.CheckBox chbConectado_Dir;
}
}