agrobot_base/AgroBase/AgroBase/Forms/frmOID.Designer.cs

483 lines
21 KiB
C#

namespace AgroBase.Forms
{
partial class frmOID
{
/// <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.components = new System.ComponentModel.Container();
this.btnERPM = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.nudEndereco = new System.Windows.Forms.NumericUpDown();
this.label1 = new System.Windows.Forms.Label();
this.txtERPM = new System.Windows.Forms.TextBox();
this.txtCorrente = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtTensao = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txtPotencia = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.txtCicloTrabalho = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.txtTemperatura = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.button3 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.button6 = new System.Windows.Forms.Button();
this.button7 = new System.Windows.Forms.Button();
this.label7 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.txtCodErro = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.txtConsole = new System.Windows.Forms.RichTextBox();
this.button8 = new System.Windows.Forms.Button();
this.button9 = new System.Windows.Forms.Button();
this.button10 = new System.Windows.Forms.Button();
this.nudVelocidade = new System.Windows.Forms.NumericUpDown();
this.button11 = new System.Windows.Forms.Button();
this.cmbModo = new System.Windows.Forms.ComboBox();
this.chbLeitura = new System.Windows.Forms.CheckBox();
this.timer2 = new System.Windows.Forms.Timer(this.components);
this.chbControle = new System.Windows.Forms.CheckBox();
((System.ComponentModel.ISupportInitialize)(this.nudEndereco)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudVelocidade)).BeginInit();
this.SuspendLayout();
//
// btnERPM
//
this.btnERPM.Location = new System.Drawing.Point(215, 130);
this.btnERPM.Name = "btnERPM";
this.btnERPM.Size = new System.Drawing.Size(75, 20);
this.btnERPM.TabIndex = 0;
this.btnERPM.Text = "Ler";
this.btnERPM.UseVisualStyleBackColor = true;
this.btnERPM.Click += new System.EventHandler(this.btnERPM_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(439, 259);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 1;
this.button2.Text = "Ler tudo";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// nudEndereco
//
this.nudEndereco.Location = new System.Drawing.Point(18, 31);
this.nudEndereco.Name = "nudEndereco";
this.nudEndereco.Size = new System.Drawing.Size(50, 20);
this.nudEndereco.TabIndex = 2;
this.nudEndereco.Value = new decimal(new int[] {
1,
0,
0,
0});
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(15, 133);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(38, 13);
this.label1.TabIndex = 3;
this.label1.Text = "ERPM";
//
// txtERPM
//
this.txtERPM.Location = new System.Drawing.Point(109, 130);
this.txtERPM.Name = "txtERPM";
this.txtERPM.Size = new System.Drawing.Size(100, 20);
this.txtERPM.TabIndex = 4;
//
// txtCorrente
//
this.txtCorrente.Location = new System.Drawing.Point(109, 156);
this.txtCorrente.Name = "txtCorrente";
this.txtCorrente.Size = new System.Drawing.Size(100, 20);
this.txtCorrente.TabIndex = 6;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(15, 159);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(47, 13);
this.label2.TabIndex = 5;
this.label2.Text = "Corrente";
//
// txtTensao
//
this.txtTensao.Location = new System.Drawing.Point(109, 182);
this.txtTensao.Name = "txtTensao";
this.txtTensao.Size = new System.Drawing.Size(100, 20);
this.txtTensao.TabIndex = 8;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(15, 185);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(43, 13);
this.label3.TabIndex = 7;
this.label3.Text = "Tensao";
//
// txtPotencia
//
this.txtPotencia.Location = new System.Drawing.Point(109, 208);
this.txtPotencia.Name = "txtPotencia";
this.txtPotencia.Size = new System.Drawing.Size(100, 20);
this.txtPotencia.TabIndex = 10;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(15, 211);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(49, 13);
this.label4.TabIndex = 9;
this.label4.Text = "Potencia";
//
// txtCicloTrabalho
//
this.txtCicloTrabalho.Location = new System.Drawing.Point(109, 234);
this.txtCicloTrabalho.Name = "txtCicloTrabalho";
this.txtCicloTrabalho.Size = new System.Drawing.Size(100, 20);
this.txtCicloTrabalho.TabIndex = 12;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(15, 237);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(86, 13);
this.label5.TabIndex = 11;
this.label5.Text = "Ciclo Trabalho %";
//
// txtTemperatura
//
this.txtTemperatura.Location = new System.Drawing.Point(109, 260);
this.txtTemperatura.Name = "txtTemperatura";
this.txtTemperatura.Size = new System.Drawing.Size(100, 20);
this.txtTemperatura.TabIndex = 14;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(15, 263);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(67, 13);
this.label6.TabIndex = 13;
this.label6.Text = "Temperatura";
//
// button3
//
this.button3.Location = new System.Drawing.Point(215, 155);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 20);
this.button3.TabIndex = 15;
this.button3.Text = "Ler";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(215, 182);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(75, 20);
this.button4.TabIndex = 16;
this.button4.Text = "Ler";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button5
//
this.button5.Location = new System.Drawing.Point(215, 208);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(75, 20);
this.button5.TabIndex = 17;
this.button5.Text = "Ler";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// button6
//
this.button6.Location = new System.Drawing.Point(215, 234);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(75, 20);
this.button6.TabIndex = 18;
this.button6.Text = "Ler";
this.button6.UseVisualStyleBackColor = true;
this.button6.Click += new System.EventHandler(this.button6_Click);
//
// button7
//
this.button7.Location = new System.Drawing.Point(215, 260);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(75, 20);
this.button7.TabIndex = 19;
this.button7.Text = "Ler";
this.button7.UseVisualStyleBackColor = true;
this.button7.Click += new System.EventHandler(this.button7_Click);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(15, 15);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(53, 13);
this.label7.TabIndex = 20;
this.label7.Text = "Endereco";
//
// button1
//
this.button1.Location = new System.Drawing.Point(215, 104);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 20);
this.button1.TabIndex = 23;
this.button1.Text = "Ler";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// txtCodErro
//
this.txtCodErro.Location = new System.Drawing.Point(109, 104);
this.txtCodErro.Name = "txtCodErro";
this.txtCodErro.Size = new System.Drawing.Size(100, 20);
this.txtCodErro.TabIndex = 22;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(15, 107);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(48, 13);
this.label8.TabIndex = 21;
this.label8.Text = "Cod Erro";
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(441, 15);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(73, 17);
this.checkBox1.TabIndex = 24;
this.checkBox1.Text = "Heartbeat";
this.checkBox1.UseVisualStyleBackColor = true;
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
//
// timer1
//
this.timer1.Interval = 300;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// txtConsole
//
this.txtConsole.Location = new System.Drawing.Point(12, 288);
this.txtConsole.Name = "txtConsole";
this.txtConsole.Size = new System.Drawing.Size(502, 150);
this.txtConsole.TabIndex = 25;
this.txtConsole.Text = "";
//
// button8
//
this.button8.Location = new System.Drawing.Point(439, 143);
this.button8.Name = "button8";
this.button8.Size = new System.Drawing.Size(75, 23);
this.button8.TabIndex = 26;
this.button8.Text = "Para Frente";
this.button8.UseVisualStyleBackColor = true;
this.button8.Click += new System.EventHandler(this.button8_Click);
//
// button9
//
this.button9.Location = new System.Drawing.Point(439, 172);
this.button9.Name = "button9";
this.button9.Size = new System.Drawing.Size(75, 23);
this.button9.TabIndex = 27;
this.button9.Text = "Para Tras";
this.button9.UseVisualStyleBackColor = true;
this.button9.Click += new System.EventHandler(this.button9_Click);
//
// button10
//
this.button10.Location = new System.Drawing.Point(439, 201);
this.button10.Name = "button10";
this.button10.Size = new System.Drawing.Size(75, 23);
this.button10.TabIndex = 28;
this.button10.Text = "Parar";
this.button10.UseVisualStyleBackColor = true;
this.button10.Click += new System.EventHandler(this.button10_Click);
//
// nudVelocidade
//
this.nudVelocidade.Location = new System.Drawing.Point(439, 117);
this.nudVelocidade.Maximum = new decimal(new int[] {
9999,
0,
0,
0});
this.nudVelocidade.Name = "nudVelocidade";
this.nudVelocidade.Size = new System.Drawing.Size(75, 20);
this.nudVelocidade.TabIndex = 29;
//
// button11
//
this.button11.Location = new System.Drawing.Point(439, 230);
this.button11.Name = "button11";
this.button11.Size = new System.Drawing.Size(75, 23);
this.button11.TabIndex = 30;
this.button11.Text = "Freio";
this.button11.UseVisualStyleBackColor = true;
this.button11.Click += new System.EventHandler(this.button11_Click);
//
// cmbModo
//
this.cmbModo.FormattingEnabled = true;
this.cmbModo.Location = new System.Drawing.Point(439, 90);
this.cmbModo.Name = "cmbModo";
this.cmbModo.Size = new System.Drawing.Size(75, 21);
this.cmbModo.TabIndex = 31;
this.cmbModo.SelectedIndexChanged += new System.EventHandler(this.cmbModo_SelectedIndexChanged);
//
// chbLeitura
//
this.chbLeitura.AutoSize = true;
this.chbLeitura.Location = new System.Drawing.Point(18, 81);
this.chbLeitura.Name = "chbLeitura";
this.chbLeitura.Size = new System.Drawing.Size(137, 17);
this.chbLeitura.TabIndex = 32;
this.chbLeitura.Text = "Atualizacao Automatica";
this.chbLeitura.UseVisualStyleBackColor = true;
this.chbLeitura.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
//
// timer2
//
this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
//
// chbControle
//
this.chbControle.AutoSize = true;
this.chbControle.Location = new System.Drawing.Point(215, 15);
this.chbControle.Name = "chbControle";
this.chbControle.Size = new System.Drawing.Size(105, 17);
this.chbControle.TabIndex = 33;
this.chbControle.Text = "Controle Sistema";
this.chbControle.UseVisualStyleBackColor = true;
//
// frmOID
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(524, 450);
this.Controls.Add(this.chbControle);
this.Controls.Add(this.chbLeitura);
this.Controls.Add(this.cmbModo);
this.Controls.Add(this.button11);
this.Controls.Add(this.nudVelocidade);
this.Controls.Add(this.button10);
this.Controls.Add(this.button9);
this.Controls.Add(this.button8);
this.Controls.Add(this.txtConsole);
this.Controls.Add(this.checkBox1);
this.Controls.Add(this.button1);
this.Controls.Add(this.txtCodErro);
this.Controls.Add(this.label8);
this.Controls.Add(this.label7);
this.Controls.Add(this.button7);
this.Controls.Add(this.button6);
this.Controls.Add(this.button5);
this.Controls.Add(this.button4);
this.Controls.Add(this.button3);
this.Controls.Add(this.txtTemperatura);
this.Controls.Add(this.label6);
this.Controls.Add(this.txtCicloTrabalho);
this.Controls.Add(this.label5);
this.Controls.Add(this.txtPotencia);
this.Controls.Add(this.label4);
this.Controls.Add(this.txtTensao);
this.Controls.Add(this.label3);
this.Controls.Add(this.txtCorrente);
this.Controls.Add(this.label2);
this.Controls.Add(this.txtERPM);
this.Controls.Add(this.label1);
this.Controls.Add(this.nudEndereco);
this.Controls.Add(this.button2);
this.Controls.Add(this.btnERPM);
this.Name = "frmOID";
this.Text = "frmOID";
this.Load += new System.EventHandler(this.frmOID_Load);
((System.ComponentModel.ISupportInitialize)(this.nudEndereco)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudVelocidade)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnERPM;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.NumericUpDown nudEndereco;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtERPM;
private System.Windows.Forms.TextBox txtCorrente;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtTensao;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtPotencia;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtCicloTrabalho;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtTemperatura;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox txtCodErro;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.RichTextBox txtConsole;
private System.Windows.Forms.Button button8;
private System.Windows.Forms.Button button9;
private System.Windows.Forms.Button button10;
private System.Windows.Forms.NumericUpDown nudVelocidade;
private System.Windows.Forms.Button button11;
private System.Windows.Forms.ComboBox cmbModo;
private System.Windows.Forms.CheckBox chbLeitura;
private System.Windows.Forms.Timer timer2;
private System.Windows.Forms.CheckBox chbControle;
}
}