agrobot_base/AgroBase/AgroBase/Forms/Movimentacao/frmMovConfig.Designer.cs

815 lines
39 KiB
C#

namespace AgroBase.Forms.Movimentacao
{
partial class frmMovConfig
{
/// <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.gpbSentido = new System.Windows.Forms.GroupBox();
this.gpbDF = new System.Windows.Forms.GroupBox();
this.lblDFEndereco = new System.Windows.Forms.Label();
this.txtDFEndereco = new System.Windows.Forms.TextBox();
this.cmbDFFrente = new System.Windows.Forms.ComboBox();
this.cmbDFTras = new System.Windows.Forms.ComboBox();
this.cmbDFDireita = new System.Windows.Forms.ComboBox();
this.cmbDFEsquerda = new System.Windows.Forms.ComboBox();
this.lblDFEsquerda = new System.Windows.Forms.Label();
this.lblDFDireita = new System.Windows.Forms.Label();
this.lblDFTras = new System.Windows.Forms.Label();
this.lblDFFrente = new System.Windows.Forms.Label();
this.gpbEF = new System.Windows.Forms.GroupBox();
this.label1 = new System.Windows.Forms.Label();
this.txtEFEndereco = new System.Windows.Forms.TextBox();
this.cmbEFFrente = new System.Windows.Forms.ComboBox();
this.cmbEFTras = new System.Windows.Forms.ComboBox();
this.cmbEFDireita = new System.Windows.Forms.ComboBox();
this.cmbEFEsquerda = new System.Windows.Forms.ComboBox();
this.lblEFEsquerda = new System.Windows.Forms.Label();
this.lblEFDireita = new System.Windows.Forms.Label();
this.lblEFTras = new System.Windows.Forms.Label();
this.lblEFFrente = new System.Windows.Forms.Label();
this.gpbDT = new System.Windows.Forms.GroupBox();
this.label3 = new System.Windows.Forms.Label();
this.txtDTEndereco = new System.Windows.Forms.TextBox();
this.cmbDTFrente = new System.Windows.Forms.ComboBox();
this.cmbDTTras = new System.Windows.Forms.ComboBox();
this.cmbDTDireita = new System.Windows.Forms.ComboBox();
this.cmbDTEsquerda = new System.Windows.Forms.ComboBox();
this.lblDTEsquerda = new System.Windows.Forms.Label();
this.lblDTDireita = new System.Windows.Forms.Label();
this.lblDTTras = new System.Windows.Forms.Label();
this.lblDTFrente = new System.Windows.Forms.Label();
this.gpbET = new System.Windows.Forms.GroupBox();
this.label2 = new System.Windows.Forms.Label();
this.txtETEndereco = new System.Windows.Forms.TextBox();
this.cmbETFrente = new System.Windows.Forms.ComboBox();
this.cmbETTras = new System.Windows.Forms.ComboBox();
this.cmbETDireita = new System.Windows.Forms.ComboBox();
this.cmbETEsquerda = new System.Windows.Forms.ComboBox();
this.lblETEsquerda = new System.Windows.Forms.Label();
this.lblETDireita = new System.Windows.Forms.Label();
this.lblETTras = new System.Windows.Forms.Label();
this.lblETFrente = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.lblDiametroRoda = new System.Windows.Forms.Label();
this.nudDiametroRoda = new System.Windows.Forms.NumericUpDown();
this.lblRPMMax = new System.Windows.Forms.Label();
this.nudRPMMax = new System.Windows.Forms.NumericUpDown();
this.lblNumPolos = new System.Windows.Forms.Label();
this.nudNumPolos = new System.Windows.Forms.NumericUpDown();
this.lblRampa = new System.Windows.Forms.Label();
this.nudRampa = new System.Windows.Forms.NumericUpDown();
this.btnSalvar = new System.Windows.Forms.Button();
this.gpbSentido.SuspendLayout();
this.gpbDF.SuspendLayout();
this.gpbEF.SuspendLayout();
this.gpbDT.SuspendLayout();
this.gpbET.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nudDiametroRoda)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudRPMMax)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudNumPolos)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudRampa)).BeginInit();
this.SuspendLayout();
//
// gpbSentido
//
this.gpbSentido.Controls.Add(this.gpbDF);
this.gpbSentido.Controls.Add(this.gpbEF);
this.gpbSentido.Controls.Add(this.gpbDT);
this.gpbSentido.Controls.Add(this.gpbET);
this.gpbSentido.Location = new System.Drawing.Point(11, 11);
this.gpbSentido.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.gpbSentido.Name = "gpbSentido";
this.gpbSentido.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.gpbSentido.Size = new System.Drawing.Size(376, 349);
this.gpbSentido.TabIndex = 40;
this.gpbSentido.TabStop = false;
this.gpbSentido.Text = "Sentido de giro";
//
// gpbDF
//
this.gpbDF.Controls.Add(this.lblDFEndereco);
this.gpbDF.Controls.Add(this.txtDFEndereco);
this.gpbDF.Controls.Add(this.cmbDFFrente);
this.gpbDF.Controls.Add(this.cmbDFTras);
this.gpbDF.Controls.Add(this.cmbDFDireita);
this.gpbDF.Controls.Add(this.cmbDFEsquerda);
this.gpbDF.Controls.Add(this.lblDFEsquerda);
this.gpbDF.Controls.Add(this.lblDFDireita);
this.gpbDF.Controls.Add(this.lblDFTras);
this.gpbDF.Controls.Add(this.lblDFFrente);
this.gpbDF.Location = new System.Drawing.Point(195, 21);
this.gpbDF.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.gpbDF.Name = "gpbDF";
this.gpbDF.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.gpbDF.Size = new System.Drawing.Size(168, 157);
this.gpbDF.TabIndex = 9;
this.gpbDF.TabStop = false;
this.gpbDF.Text = "M4 - Direito Frente (DF)";
//
// lblDFEndereco
//
this.lblDFEndereco.AutoSize = true;
this.lblDFEndereco.Location = new System.Drawing.Point(10, 127);
this.lblDFEndereco.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblDFEndereco.Name = "lblDFEndereco";
this.lblDFEndereco.Size = new System.Drawing.Size(53, 13);
this.lblDFEndereco.TabIndex = 9;
this.lblDFEndereco.Text = "Endereço";
//
// txtDFEndereco
//
this.txtDFEndereco.Location = new System.Drawing.Point(66, 124);
this.txtDFEndereco.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txtDFEndereco.Name = "txtDFEndereco";
this.txtDFEndereco.Size = new System.Drawing.Size(92, 20);
this.txtDFEndereco.TabIndex = 8;
this.txtDFEndereco.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// cmbDFFrente
//
this.cmbDFFrente.FormattingEnabled = true;
this.cmbDFFrente.Location = new System.Drawing.Point(66, 25);
this.cmbDFFrente.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.cmbDFFrente.Name = "cmbDFFrente";
this.cmbDFFrente.Size = new System.Drawing.Size(92, 21);
this.cmbDFFrente.TabIndex = 7;
//
// cmbDFTras
//
this.cmbDFTras.FormattingEnabled = true;
this.cmbDFTras.Location = new System.Drawing.Point(66, 50);
this.cmbDFTras.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.cmbDFTras.Name = "cmbDFTras";
this.cmbDFTras.Size = new System.Drawing.Size(92, 21);
this.cmbDFTras.TabIndex = 6;
//
// cmbDFDireita
//
this.cmbDFDireita.FormattingEnabled = true;
this.cmbDFDireita.Location = new System.Drawing.Point(66, 74);
this.cmbDFDireita.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.cmbDFDireita.Name = "cmbDFDireita";
this.cmbDFDireita.Size = new System.Drawing.Size(92, 21);
this.cmbDFDireita.TabIndex = 5;
//
// cmbDFEsquerda
//
this.cmbDFEsquerda.FormattingEnabled = true;
this.cmbDFEsquerda.Location = new System.Drawing.Point(66, 101);
this.cmbDFEsquerda.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.cmbDFEsquerda.Name = "cmbDFEsquerda";
this.cmbDFEsquerda.Size = new System.Drawing.Size(92, 21);
this.cmbDFEsquerda.TabIndex = 4;
//
// lblDFEsquerda
//
this.lblDFEsquerda.AutoSize = true;
this.lblDFEsquerda.Location = new System.Drawing.Point(10, 103);
this.lblDFEsquerda.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblDFEsquerda.Name = "lblDFEsquerda";
this.lblDFEsquerda.Size = new System.Drawing.Size(52, 13);
this.lblDFEsquerda.TabIndex = 3;
this.lblDFEsquerda.Text = "Esquerda";
//
// lblDFDireita
//
this.lblDFDireita.AutoSize = true;
this.lblDFDireita.Location = new System.Drawing.Point(10, 76);
this.lblDFDireita.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblDFDireita.Name = "lblDFDireita";
this.lblDFDireita.Size = new System.Drawing.Size(37, 13);
this.lblDFDireita.TabIndex = 2;
this.lblDFDireita.Text = "Direita";
//
// lblDFTras
//
this.lblDFTras.AutoSize = true;
this.lblDFTras.Location = new System.Drawing.Point(10, 52);
this.lblDFTras.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblDFTras.Name = "lblDFTras";
this.lblDFTras.Size = new System.Drawing.Size(28, 13);
this.lblDFTras.TabIndex = 1;
this.lblDFTras.Text = "Trás";
//
// lblDFFrente
//
this.lblDFFrente.AutoSize = true;
this.lblDFFrente.Location = new System.Drawing.Point(10, 28);
this.lblDFFrente.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblDFFrente.Name = "lblDFFrente";
this.lblDFFrente.Size = new System.Drawing.Size(37, 13);
this.lblDFFrente.TabIndex = 0;
this.lblDFFrente.Text = "Frente";
//
// gpbEF
//
this.gpbEF.Controls.Add(this.label1);
this.gpbEF.Controls.Add(this.txtEFEndereco);
this.gpbEF.Controls.Add(this.cmbEFFrente);
this.gpbEF.Controls.Add(this.cmbEFTras);
this.gpbEF.Controls.Add(this.cmbEFDireita);
this.gpbEF.Controls.Add(this.cmbEFEsquerda);
this.gpbEF.Controls.Add(this.lblEFEsquerda);
this.gpbEF.Controls.Add(this.lblEFDireita);
this.gpbEF.Controls.Add(this.lblEFTras);
this.gpbEF.Controls.Add(this.lblEFFrente);
this.gpbEF.Location = new System.Drawing.Point(13, 21);
this.gpbEF.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.gpbEF.Name = "gpbEF";
this.gpbEF.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.gpbEF.Size = new System.Drawing.Size(168, 157);
this.gpbEF.TabIndex = 9;
this.gpbEF.TabStop = false;
this.gpbEF.Text = "M2 - Esquerdo Frente (EF)";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(10, 127);
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 13);
this.label1.TabIndex = 11;
this.label1.Text = "Endereço";
//
// txtEFEndereco
//
this.txtEFEndereco.Location = new System.Drawing.Point(66, 124);
this.txtEFEndereco.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txtEFEndereco.Name = "txtEFEndereco";
this.txtEFEndereco.Size = new System.Drawing.Size(92, 20);
this.txtEFEndereco.TabIndex = 10;
this.txtEFEndereco.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// cmbEFFrente
//
this.cmbEFFrente.FormattingEnabled = true;
this.cmbEFFrente.Location = new System.Drawing.Point(66, 25);
this.cmbEFFrente.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.cmbEFFrente.Name = "cmbEFFrente";
this.cmbEFFrente.Size = new System.Drawing.Size(92, 21);
this.cmbEFFrente.TabIndex = 7;
//
// cmbEFTras
//
this.cmbEFTras.FormattingEnabled = true;
this.cmbEFTras.Location = new System.Drawing.Point(66, 50);
this.cmbEFTras.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.cmbEFTras.Name = "cmbEFTras";
this.cmbEFTras.Size = new System.Drawing.Size(92, 21);
this.cmbEFTras.TabIndex = 6;
//
// cmbEFDireita
//
this.cmbEFDireita.FormattingEnabled = true;
this.cmbEFDireita.Location = new System.Drawing.Point(66, 74);
this.cmbEFDireita.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.cmbEFDireita.Name = "cmbEFDireita";
this.cmbEFDireita.Size = new System.Drawing.Size(92, 21);
this.cmbEFDireita.TabIndex = 5;
//
// cmbEFEsquerda
//
this.cmbEFEsquerda.FormattingEnabled = true;
this.cmbEFEsquerda.Location = new System.Drawing.Point(66, 101);
this.cmbEFEsquerda.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.cmbEFEsquerda.Name = "cmbEFEsquerda";
this.cmbEFEsquerda.Size = new System.Drawing.Size(92, 21);
this.cmbEFEsquerda.TabIndex = 4;
//
// lblEFEsquerda
//
this.lblEFEsquerda.AutoSize = true;
this.lblEFEsquerda.Location = new System.Drawing.Point(10, 103);
this.lblEFEsquerda.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblEFEsquerda.Name = "lblEFEsquerda";
this.lblEFEsquerda.Size = new System.Drawing.Size(52, 13);
this.lblEFEsquerda.TabIndex = 3;
this.lblEFEsquerda.Text = "Esquerda";
//
// lblEFDireita
//
this.lblEFDireita.AutoSize = true;
this.lblEFDireita.Location = new System.Drawing.Point(10, 76);
this.lblEFDireita.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblEFDireita.Name = "lblEFDireita";
this.lblEFDireita.Size = new System.Drawing.Size(37, 13);
this.lblEFDireita.TabIndex = 2;
this.lblEFDireita.Text = "Direita";
//
// lblEFTras
//
this.lblEFTras.AutoSize = true;
this.lblEFTras.Location = new System.Drawing.Point(10, 52);
this.lblEFTras.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblEFTras.Name = "lblEFTras";
this.lblEFTras.Size = new System.Drawing.Size(28, 13);
this.lblEFTras.TabIndex = 1;
this.lblEFTras.Text = "Trás";
//
// lblEFFrente
//
this.lblEFFrente.AutoSize = true;
this.lblEFFrente.Location = new System.Drawing.Point(10, 28);
this.lblEFFrente.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblEFFrente.Name = "lblEFFrente";
this.lblEFFrente.Size = new System.Drawing.Size(37, 13);
this.lblEFFrente.TabIndex = 0;
this.lblEFFrente.Text = "Frente";
//
// gpbDT
//
this.gpbDT.Controls.Add(this.label3);
this.gpbDT.Controls.Add(this.txtDTEndereco);
this.gpbDT.Controls.Add(this.cmbDTFrente);
this.gpbDT.Controls.Add(this.cmbDTTras);
this.gpbDT.Controls.Add(this.cmbDTDireita);
this.gpbDT.Controls.Add(this.cmbDTEsquerda);
this.gpbDT.Controls.Add(this.lblDTEsquerda);
this.gpbDT.Controls.Add(this.lblDTDireita);
this.gpbDT.Controls.Add(this.lblDTTras);
this.gpbDT.Controls.Add(this.lblDTFrente);
this.gpbDT.Location = new System.Drawing.Point(195, 181);
this.gpbDT.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.gpbDT.Name = "gpbDT";
this.gpbDT.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.gpbDT.Size = new System.Drawing.Size(168, 157);
this.gpbDT.TabIndex = 9;
this.gpbDT.TabStop = false;
this.gpbDT.Text = "M3 - Direito Trás (DT)";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(10, 127);
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 13);
this.label3.TabIndex = 11;
this.label3.Text = "Endereço";
//
// txtDTEndereco
//
this.txtDTEndereco.Location = new System.Drawing.Point(66, 124);
this.txtDTEndereco.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txtDTEndereco.Name = "txtDTEndereco";
this.txtDTEndereco.Size = new System.Drawing.Size(92, 20);
this.txtDTEndereco.TabIndex = 10;
this.txtDTEndereco.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// cmbDTFrente
//
this.cmbDTFrente.FormattingEnabled = true;
this.cmbDTFrente.Location = new System.Drawing.Point(66, 25);
this.cmbDTFrente.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.cmbDTFrente.Name = "cmbDTFrente";
this.cmbDTFrente.Size = new System.Drawing.Size(92, 21);
this.cmbDTFrente.TabIndex = 7;
//
// cmbDTTras
//
this.cmbDTTras.FormattingEnabled = true;
this.cmbDTTras.Location = new System.Drawing.Point(66, 50);
this.cmbDTTras.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.cmbDTTras.Name = "cmbDTTras";
this.cmbDTTras.Size = new System.Drawing.Size(92, 21);
this.cmbDTTras.TabIndex = 6;
//
// cmbDTDireita
//
this.cmbDTDireita.FormattingEnabled = true;
this.cmbDTDireita.Location = new System.Drawing.Point(66, 74);
this.cmbDTDireita.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.cmbDTDireita.Name = "cmbDTDireita";
this.cmbDTDireita.Size = new System.Drawing.Size(92, 21);
this.cmbDTDireita.TabIndex = 5;
//
// cmbDTEsquerda
//
this.cmbDTEsquerda.FormattingEnabled = true;
this.cmbDTEsquerda.Location = new System.Drawing.Point(66, 101);
this.cmbDTEsquerda.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.cmbDTEsquerda.Name = "cmbDTEsquerda";
this.cmbDTEsquerda.Size = new System.Drawing.Size(92, 21);
this.cmbDTEsquerda.TabIndex = 4;
//
// lblDTEsquerda
//
this.lblDTEsquerda.AutoSize = true;
this.lblDTEsquerda.Location = new System.Drawing.Point(10, 103);
this.lblDTEsquerda.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblDTEsquerda.Name = "lblDTEsquerda";
this.lblDTEsquerda.Size = new System.Drawing.Size(52, 13);
this.lblDTEsquerda.TabIndex = 3;
this.lblDTEsquerda.Text = "Esquerda";
//
// lblDTDireita
//
this.lblDTDireita.AutoSize = true;
this.lblDTDireita.Location = new System.Drawing.Point(10, 76);
this.lblDTDireita.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblDTDireita.Name = "lblDTDireita";
this.lblDTDireita.Size = new System.Drawing.Size(37, 13);
this.lblDTDireita.TabIndex = 2;
this.lblDTDireita.Text = "Direita";
//
// lblDTTras
//
this.lblDTTras.AutoSize = true;
this.lblDTTras.Location = new System.Drawing.Point(10, 52);
this.lblDTTras.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblDTTras.Name = "lblDTTras";
this.lblDTTras.Size = new System.Drawing.Size(28, 13);
this.lblDTTras.TabIndex = 1;
this.lblDTTras.Text = "Trás";
//
// lblDTFrente
//
this.lblDTFrente.AutoSize = true;
this.lblDTFrente.Location = new System.Drawing.Point(10, 28);
this.lblDTFrente.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblDTFrente.Name = "lblDTFrente";
this.lblDTFrente.Size = new System.Drawing.Size(37, 13);
this.lblDTFrente.TabIndex = 0;
this.lblDTFrente.Text = "Frente";
//
// gpbET
//
this.gpbET.Controls.Add(this.label2);
this.gpbET.Controls.Add(this.txtETEndereco);
this.gpbET.Controls.Add(this.cmbETFrente);
this.gpbET.Controls.Add(this.cmbETTras);
this.gpbET.Controls.Add(this.cmbETDireita);
this.gpbET.Controls.Add(this.cmbETEsquerda);
this.gpbET.Controls.Add(this.lblETEsquerda);
this.gpbET.Controls.Add(this.lblETDireita);
this.gpbET.Controls.Add(this.lblETTras);
this.gpbET.Controls.Add(this.lblETFrente);
this.gpbET.Location = new System.Drawing.Point(13, 181);
this.gpbET.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.gpbET.Name = "gpbET";
this.gpbET.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.gpbET.Size = new System.Drawing.Size(168, 157);
this.gpbET.TabIndex = 0;
this.gpbET.TabStop = false;
this.gpbET.Text = "M1 - Esquerdo Trás (ET)";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(10, 127);
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 13);
this.label2.TabIndex = 11;
this.label2.Text = "Endereço";
//
// txtETEndereco
//
this.txtETEndereco.Location = new System.Drawing.Point(66, 124);
this.txtETEndereco.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txtETEndereco.Name = "txtETEndereco";
this.txtETEndereco.Size = new System.Drawing.Size(92, 20);
this.txtETEndereco.TabIndex = 10;
this.txtETEndereco.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// cmbETFrente
//
this.cmbETFrente.FormattingEnabled = true;
this.cmbETFrente.Location = new System.Drawing.Point(66, 25);
this.cmbETFrente.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.cmbETFrente.Name = "cmbETFrente";
this.cmbETFrente.Size = new System.Drawing.Size(92, 21);
this.cmbETFrente.TabIndex = 7;
//
// cmbETTras
//
this.cmbETTras.FormattingEnabled = true;
this.cmbETTras.Location = new System.Drawing.Point(66, 50);
this.cmbETTras.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.cmbETTras.Name = "cmbETTras";
this.cmbETTras.Size = new System.Drawing.Size(92, 21);
this.cmbETTras.TabIndex = 6;
//
// cmbETDireita
//
this.cmbETDireita.FormattingEnabled = true;
this.cmbETDireita.Location = new System.Drawing.Point(66, 74);
this.cmbETDireita.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.cmbETDireita.Name = "cmbETDireita";
this.cmbETDireita.Size = new System.Drawing.Size(92, 21);
this.cmbETDireita.TabIndex = 5;
//
// cmbETEsquerda
//
this.cmbETEsquerda.FormattingEnabled = true;
this.cmbETEsquerda.Location = new System.Drawing.Point(66, 101);
this.cmbETEsquerda.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.cmbETEsquerda.Name = "cmbETEsquerda";
this.cmbETEsquerda.Size = new System.Drawing.Size(92, 21);
this.cmbETEsquerda.TabIndex = 4;
//
// lblETEsquerda
//
this.lblETEsquerda.AutoSize = true;
this.lblETEsquerda.Location = new System.Drawing.Point(10, 103);
this.lblETEsquerda.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblETEsquerda.Name = "lblETEsquerda";
this.lblETEsquerda.Size = new System.Drawing.Size(52, 13);
this.lblETEsquerda.TabIndex = 3;
this.lblETEsquerda.Text = "Esquerda";
//
// lblETDireita
//
this.lblETDireita.AutoSize = true;
this.lblETDireita.Location = new System.Drawing.Point(10, 76);
this.lblETDireita.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblETDireita.Name = "lblETDireita";
this.lblETDireita.Size = new System.Drawing.Size(37, 13);
this.lblETDireita.TabIndex = 2;
this.lblETDireita.Text = "Direita";
//
// lblETTras
//
this.lblETTras.AutoSize = true;
this.lblETTras.Location = new System.Drawing.Point(10, 52);
this.lblETTras.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblETTras.Name = "lblETTras";
this.lblETTras.Size = new System.Drawing.Size(28, 13);
this.lblETTras.TabIndex = 1;
this.lblETTras.Text = "Trás";
//
// lblETFrente
//
this.lblETFrente.AutoSize = true;
this.lblETFrente.Location = new System.Drawing.Point(10, 28);
this.lblETFrente.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblETFrente.Name = "lblETFrente";
this.lblETFrente.Size = new System.Drawing.Size(37, 13);
this.lblETFrente.TabIndex = 0;
this.lblETFrente.Text = "Frente";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.lblDiametroRoda);
this.groupBox1.Controls.Add(this.nudDiametroRoda);
this.groupBox1.Controls.Add(this.lblRPMMax);
this.groupBox1.Controls.Add(this.nudRPMMax);
this.groupBox1.Controls.Add(this.lblNumPolos);
this.groupBox1.Controls.Add(this.nudNumPolos);
this.groupBox1.Controls.Add(this.lblRampa);
this.groupBox1.Controls.Add(this.nudRampa);
this.groupBox1.Location = new System.Drawing.Point(11, 363);
this.groupBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.groupBox1.Size = new System.Drawing.Size(376, 66);
this.groupBox1.TabIndex = 135;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Ajustes";
//
// lblDiametroRoda
//
this.lblDiametroRoda.AutoSize = true;
this.lblDiametroRoda.Location = new System.Drawing.Point(280, 20);
this.lblDiametroRoda.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblDiametroRoda.Name = "lblDiametroRoda";
this.lblDiametroRoda.Size = new System.Drawing.Size(78, 13);
this.lblDiametroRoda.TabIndex = 43;
this.lblDiametroRoda.Text = "Diâmetro Roda";
//
// nudDiametroRoda
//
this.nudDiametroRoda.Location = new System.Drawing.Point(283, 37);
this.nudDiametroRoda.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.nudDiametroRoda.Maximum = new decimal(new int[] {
20000,
0,
0,
0});
this.nudDiametroRoda.Name = "nudDiametroRoda";
this.nudDiametroRoda.Size = new System.Drawing.Size(85, 20);
this.nudDiametroRoda.TabIndex = 42;
this.nudDiametroRoda.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudDiametroRoda.Value = new decimal(new int[] {
355,
0,
0,
0});
this.nudDiametroRoda.ValueChanged += new System.EventHandler(this.nudDiametroRoda_ValueChanged);
//
// lblRPMMax
//
this.lblRPMMax.AutoSize = true;
this.lblRPMMax.Location = new System.Drawing.Point(189, 20);
this.lblRPMMax.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblRPMMax.Name = "lblRPMMax";
this.lblRPMMax.Size = new System.Drawing.Size(70, 13);
this.lblRPMMax.TabIndex = 41;
this.lblRPMMax.Text = "RPM Máximo";
//
// nudRPMMax
//
this.nudRPMMax.Location = new System.Drawing.Point(191, 37);
this.nudRPMMax.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.nudRPMMax.Maximum = new decimal(new int[] {
20000,
0,
0,
0});
this.nudRPMMax.Name = "nudRPMMax";
this.nudRPMMax.Size = new System.Drawing.Size(85, 20);
this.nudRPMMax.TabIndex = 40;
this.nudRPMMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudRPMMax.Value = new decimal(new int[] {
5,
0,
0,
0});
this.nudRPMMax.ValueChanged += new System.EventHandler(this.nudRPMMax_ValueChanged);
//
// lblNumPolos
//
this.lblNumPolos.AutoSize = true;
this.lblNumPolos.Location = new System.Drawing.Point(98, 20);
this.lblNumPolos.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblNumPolos.Name = "lblNumPolos";
this.lblNumPolos.Size = new System.Drawing.Size(88, 13);
this.lblNumPolos.TabIndex = 36;
this.lblNumPolos.Text = "Número de Polos";
//
// nudNumPolos
//
this.nudNumPolos.Location = new System.Drawing.Point(100, 37);
this.nudNumPolos.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.nudNumPolos.Maximum = new decimal(new int[] {
999,
0,
0,
0});
this.nudNumPolos.Name = "nudNumPolos";
this.nudNumPolos.Size = new System.Drawing.Size(85, 20);
this.nudNumPolos.TabIndex = 35;
this.nudNumPolos.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudNumPolos.Value = new decimal(new int[] {
2,
0,
0,
0});
this.nudNumPolos.ValueChanged += new System.EventHandler(this.nudNumPolos_ValueChanged);
//
// lblRampa
//
this.lblRampa.AutoSize = true;
this.lblRampa.Location = new System.Drawing.Point(5, 20);
this.lblRampa.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblRampa.Name = "lblRampa";
this.lblRampa.Size = new System.Drawing.Size(95, 13);
this.lblRampa.TabIndex = 33;
this.lblRampa.Text = "Rampa ( x 100ms )";
//
// nudRampa
//
this.nudRampa.Location = new System.Drawing.Point(8, 37);
this.nudRampa.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.nudRampa.Maximum = new decimal(new int[] {
15,
0,
0,
0});
this.nudRampa.Name = "nudRampa";
this.nudRampa.Size = new System.Drawing.Size(85, 20);
this.nudRampa.TabIndex = 31;
this.nudRampa.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudRampa.ValueChanged += new System.EventHandler(this.nudRampa_ValueChanged);
//
// btnSalvar
//
this.btnSalvar.Location = new System.Drawing.Point(272, 432);
this.btnSalvar.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.btnSalvar.Name = "btnSalvar";
this.btnSalvar.Size = new System.Drawing.Size(115, 24);
this.btnSalvar.TabIndex = 136;
this.btnSalvar.Text = "Salvar";
this.btnSalvar.UseVisualStyleBackColor = true;
this.btnSalvar.Click += new System.EventHandler(this.btnSalvar_Click);
//
// frmMovConfig
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(398, 469);
this.Controls.Add(this.btnSalvar);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.gpbSentido);
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.MaximizeBox = false;
this.Name = "frmMovConfig";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Movimentação - Parametrização";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMovConfig_FormClosing);
this.Load += new System.EventHandler(this.frmMovConfig_Load);
this.gpbSentido.ResumeLayout(false);
this.gpbDF.ResumeLayout(false);
this.gpbDF.PerformLayout();
this.gpbEF.ResumeLayout(false);
this.gpbEF.PerformLayout();
this.gpbDT.ResumeLayout(false);
this.gpbDT.PerformLayout();
this.gpbET.ResumeLayout(false);
this.gpbET.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nudDiametroRoda)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudRPMMax)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudNumPolos)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudRampa)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox gpbSentido;
private System.Windows.Forms.GroupBox gpbDF;
private System.Windows.Forms.ComboBox cmbDFFrente;
private System.Windows.Forms.ComboBox cmbDFTras;
private System.Windows.Forms.ComboBox cmbDFDireita;
private System.Windows.Forms.ComboBox cmbDFEsquerda;
private System.Windows.Forms.Label lblDFEsquerda;
private System.Windows.Forms.Label lblDFDireita;
private System.Windows.Forms.Label lblDFTras;
private System.Windows.Forms.Label lblDFFrente;
private System.Windows.Forms.GroupBox gpbEF;
private System.Windows.Forms.ComboBox cmbEFFrente;
private System.Windows.Forms.ComboBox cmbEFTras;
private System.Windows.Forms.ComboBox cmbEFDireita;
private System.Windows.Forms.ComboBox cmbEFEsquerda;
private System.Windows.Forms.Label lblEFEsquerda;
private System.Windows.Forms.Label lblEFDireita;
private System.Windows.Forms.Label lblEFTras;
private System.Windows.Forms.Label lblEFFrente;
private System.Windows.Forms.GroupBox gpbDT;
private System.Windows.Forms.ComboBox cmbDTFrente;
private System.Windows.Forms.ComboBox cmbDTTras;
private System.Windows.Forms.ComboBox cmbDTDireita;
private System.Windows.Forms.ComboBox cmbDTEsquerda;
private System.Windows.Forms.Label lblDTEsquerda;
private System.Windows.Forms.Label lblDTDireita;
private System.Windows.Forms.Label lblDTTras;
private System.Windows.Forms.Label lblDTFrente;
private System.Windows.Forms.GroupBox gpbET;
private System.Windows.Forms.ComboBox cmbETFrente;
private System.Windows.Forms.ComboBox cmbETTras;
private System.Windows.Forms.ComboBox cmbETDireita;
private System.Windows.Forms.ComboBox cmbETEsquerda;
private System.Windows.Forms.Label lblETEsquerda;
private System.Windows.Forms.Label lblETDireita;
private System.Windows.Forms.Label lblETTras;
private System.Windows.Forms.Label lblETFrente;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label lblNumPolos;
private System.Windows.Forms.NumericUpDown nudNumPolos;
private System.Windows.Forms.Label lblRampa;
private System.Windows.Forms.NumericUpDown nudRampa;
private System.Windows.Forms.Label lblRPMMax;
private System.Windows.Forms.NumericUpDown nudRPMMax;
private System.Windows.Forms.Button btnSalvar;
private System.Windows.Forms.Label lblDiametroRoda;
private System.Windows.Forms.NumericUpDown nudDiametroRoda;
private System.Windows.Forms.Label lblDFEndereco;
private System.Windows.Forms.TextBox txtDFEndereco;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtEFEndereco;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtDTEndereco;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtETEndereco;
}
}