771 lines
41 KiB
C#
771 lines
41 KiB
C#
namespace AgroBase.Forms.Operacoes
|
|
{
|
|
partial class frmParametrizacaoOperacao
|
|
{
|
|
/// <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.cmbOperacao = new System.Windows.Forms.ComboBox();
|
|
this.lblOperacao = new System.Windows.Forms.Label();
|
|
this.gpbModulos = new System.Windows.Forms.GroupBox();
|
|
this.gpbP_Gps = new System.Windows.Forms.GroupBox();
|
|
this.gpbP_Sen = new System.Windows.Forms.GroupBox();
|
|
this.lblTemposalvarlogU = new System.Windows.Forms.Label();
|
|
this.nudTemposalvarlog = new System.Windows.Forms.NumericUpDown();
|
|
this.lblTemposalvarlog = new System.Windows.Forms.Label();
|
|
this.gpbP_Atu = new System.Windows.Forms.GroupBox();
|
|
this.cmbScriptErvas = new System.Windows.Forms.ComboBox();
|
|
this.nudAtuarem = new System.Windows.Forms.NumericUpDown();
|
|
this.lblAtuarem = new System.Windows.Forms.Label();
|
|
this.nudQtdCameras = new System.Windows.Forms.NumericUpDown();
|
|
this.lblQtdCameras = new System.Windows.Forms.Label();
|
|
this.nudQtdBicos = new System.Windows.Forms.NumericUpDown();
|
|
this.lblQtdBicos = new System.Windows.Forms.Label();
|
|
this.gpbP_Dir = new System.Windows.Forms.GroupBox();
|
|
this.nudAnguloMinimo = new System.Windows.Forms.NumericUpDown();
|
|
this.nudVelocidadeMP = new System.Windows.Forms.NumericUpDown();
|
|
this.lblVelocidadePercentual = new System.Windows.Forms.Label();
|
|
this.lblVelocidadeMP = new System.Windows.Forms.Label();
|
|
this.nudAnguloMaximo = new System.Windows.Forms.NumericUpDown();
|
|
this.lblAngulo = new System.Windows.Forms.Label();
|
|
this.gpbP_Mov = new System.Windows.Forms.GroupBox();
|
|
this.nudVelocidadeComErvas = new System.Windows.Forms.NumericUpDown();
|
|
this.lblKmhCErvas = new System.Windows.Forms.Label();
|
|
this.lblVelocidadeComErvas = new System.Windows.Forms.Label();
|
|
this.nudVelocidadeSemErvas = new System.Windows.Forms.NumericUpDown();
|
|
this.lblKmhSErvas = new System.Windows.Forms.Label();
|
|
this.lblVelocidadeSemErvas = new System.Windows.Forms.Label();
|
|
this.chbO_Gps = new System.Windows.Forms.CheckBox();
|
|
this.chbO_Sen = new System.Windows.Forms.CheckBox();
|
|
this.chbO_Atu = new System.Windows.Forms.CheckBox();
|
|
this.chbO_Dir = new System.Windows.Forms.CheckBox();
|
|
this.chbO_Mov = new System.Windows.Forms.CheckBox();
|
|
this.chbD_Gps = new System.Windows.Forms.CheckBox();
|
|
this.chbD_Sen = new System.Windows.Forms.CheckBox();
|
|
this.chbD_Mov = new System.Windows.Forms.CheckBox();
|
|
this.chbD_Atu = new System.Windows.Forms.CheckBox();
|
|
this.chbD_Dir = new System.Windows.Forms.CheckBox();
|
|
this.btnCarregar = new System.Windows.Forms.Button();
|
|
this.btnSalvar = new System.Windows.Forms.Button();
|
|
this.chbSalvar = new System.Windows.Forms.CheckBox();
|
|
this.gpbConfiguracoesgerais = new System.Windows.Forms.GroupBox();
|
|
this.txtDensidadeherbicida = new System.Windows.Forms.TextBox();
|
|
this.lblUnDensidadeherbicida = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.nudCapacidadereservatorio = new System.Windows.Forms.NumericUpDown();
|
|
this.lblUnCapcaidadereservatorio = new System.Windows.Forms.Label();
|
|
this.lblCapacidadereservatorio = new System.Windows.Forms.Label();
|
|
this.gpbModulos.SuspendLayout();
|
|
this.gpbP_Sen.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudTemposalvarlog)).BeginInit();
|
|
this.gpbP_Atu.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudAtuarem)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudQtdCameras)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudQtdBicos)).BeginInit();
|
|
this.gpbP_Dir.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudAnguloMinimo)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudVelocidadeMP)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudAnguloMaximo)).BeginInit();
|
|
this.gpbP_Mov.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudVelocidadeComErvas)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudVelocidadeSemErvas)).BeginInit();
|
|
this.gpbConfiguracoesgerais.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudCapacidadereservatorio)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// cmbOperacao
|
|
//
|
|
this.cmbOperacao.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmbOperacao.Enabled = false;
|
|
this.cmbOperacao.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.cmbOperacao.FormattingEnabled = true;
|
|
this.cmbOperacao.Location = new System.Drawing.Point(15, 39);
|
|
this.cmbOperacao.Margin = new System.Windows.Forms.Padding(6);
|
|
this.cmbOperacao.Name = "cmbOperacao";
|
|
this.cmbOperacao.Size = new System.Drawing.Size(417, 32);
|
|
this.cmbOperacao.TabIndex = 0;
|
|
//
|
|
// lblOperacao
|
|
//
|
|
this.lblOperacao.AutoSize = true;
|
|
this.lblOperacao.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblOperacao.Location = new System.Drawing.Point(15, 9);
|
|
this.lblOperacao.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.lblOperacao.Name = "lblOperacao";
|
|
this.lblOperacao.Size = new System.Drawing.Size(175, 24);
|
|
this.lblOperacao.TabIndex = 1;
|
|
this.lblOperacao.Text = "Modo de Operação";
|
|
//
|
|
// gpbModulos
|
|
//
|
|
this.gpbModulos.Controls.Add(this.gpbP_Gps);
|
|
this.gpbModulos.Controls.Add(this.gpbP_Sen);
|
|
this.gpbModulos.Controls.Add(this.gpbP_Atu);
|
|
this.gpbModulos.Controls.Add(this.gpbP_Dir);
|
|
this.gpbModulos.Controls.Add(this.gpbP_Mov);
|
|
this.gpbModulos.Controls.Add(this.chbO_Gps);
|
|
this.gpbModulos.Controls.Add(this.chbO_Sen);
|
|
this.gpbModulos.Controls.Add(this.chbO_Atu);
|
|
this.gpbModulos.Controls.Add(this.chbO_Dir);
|
|
this.gpbModulos.Controls.Add(this.chbO_Mov);
|
|
this.gpbModulos.Controls.Add(this.chbD_Gps);
|
|
this.gpbModulos.Controls.Add(this.chbD_Sen);
|
|
this.gpbModulos.Controls.Add(this.chbD_Mov);
|
|
this.gpbModulos.Controls.Add(this.chbD_Atu);
|
|
this.gpbModulos.Controls.Add(this.chbD_Dir);
|
|
this.gpbModulos.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.gpbModulos.Location = new System.Drawing.Point(15, 83);
|
|
this.gpbModulos.Margin = new System.Windows.Forms.Padding(6);
|
|
this.gpbModulos.Name = "gpbModulos";
|
|
this.gpbModulos.Padding = new System.Windows.Forms.Padding(6);
|
|
this.gpbModulos.Size = new System.Drawing.Size(990, 289);
|
|
this.gpbModulos.TabIndex = 3;
|
|
this.gpbModulos.TabStop = false;
|
|
this.gpbModulos.Text = "Módulos necessários para executar a operação";
|
|
//
|
|
// gpbP_Gps
|
|
//
|
|
this.gpbP_Gps.Location = new System.Drawing.Point(792, 105);
|
|
this.gpbP_Gps.Name = "gpbP_Gps";
|
|
this.gpbP_Gps.Size = new System.Drawing.Size(190, 168);
|
|
this.gpbP_Gps.TabIndex = 12;
|
|
this.gpbP_Gps.TabStop = false;
|
|
this.gpbP_Gps.Text = "Ajustes";
|
|
//
|
|
// gpbP_Sen
|
|
//
|
|
this.gpbP_Sen.Controls.Add(this.lblTemposalvarlogU);
|
|
this.gpbP_Sen.Controls.Add(this.nudTemposalvarlog);
|
|
this.gpbP_Sen.Controls.Add(this.lblTemposalvarlog);
|
|
this.gpbP_Sen.Location = new System.Drawing.Point(596, 105);
|
|
this.gpbP_Sen.Name = "gpbP_Sen";
|
|
this.gpbP_Sen.Size = new System.Drawing.Size(190, 168);
|
|
this.gpbP_Sen.TabIndex = 12;
|
|
this.gpbP_Sen.TabStop = false;
|
|
this.gpbP_Sen.Text = "Ajustes";
|
|
//
|
|
// lblTemposalvarlogU
|
|
//
|
|
this.lblTemposalvarlogU.AutoSize = true;
|
|
this.lblTemposalvarlogU.Location = new System.Drawing.Point(136, 69);
|
|
this.lblTemposalvarlogU.Name = "lblTemposalvarlogU";
|
|
this.lblTemposalvarlogU.Size = new System.Drawing.Size(41, 24);
|
|
this.lblTemposalvarlogU.TabIndex = 13;
|
|
this.lblTemposalvarlogU.Text = "seg";
|
|
//
|
|
// nudTemposalvarlog
|
|
//
|
|
this.nudTemposalvarlog.Location = new System.Drawing.Point(10, 67);
|
|
this.nudTemposalvarlog.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nudTemposalvarlog.Name = "nudTemposalvarlog";
|
|
this.nudTemposalvarlog.Size = new System.Drawing.Size(120, 29);
|
|
this.nudTemposalvarlog.TabIndex = 10;
|
|
this.nudTemposalvarlog.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.nudTemposalvarlog.Value = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// lblTemposalvarlog
|
|
//
|
|
this.lblTemposalvarlog.AutoSize = true;
|
|
this.lblTemposalvarlog.Font = new System.Drawing.Font("Microsoft Sans Serif", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblTemposalvarlog.Location = new System.Drawing.Point(6, 40);
|
|
this.lblTemposalvarlog.Name = "lblTemposalvarlog";
|
|
this.lblTemposalvarlog.Size = new System.Drawing.Size(145, 20);
|
|
this.lblTemposalvarlog.TabIndex = 9;
|
|
this.lblTemposalvarlog.Text = "Tempo Salvar Log";
|
|
//
|
|
// gpbP_Atu
|
|
//
|
|
this.gpbP_Atu.Controls.Add(this.cmbScriptErvas);
|
|
this.gpbP_Atu.Controls.Add(this.nudAtuarem);
|
|
this.gpbP_Atu.Controls.Add(this.lblAtuarem);
|
|
this.gpbP_Atu.Controls.Add(this.nudQtdCameras);
|
|
this.gpbP_Atu.Controls.Add(this.lblQtdCameras);
|
|
this.gpbP_Atu.Controls.Add(this.nudQtdBicos);
|
|
this.gpbP_Atu.Controls.Add(this.lblQtdBicos);
|
|
this.gpbP_Atu.Location = new System.Drawing.Point(400, 105);
|
|
this.gpbP_Atu.Name = "gpbP_Atu";
|
|
this.gpbP_Atu.Size = new System.Drawing.Size(190, 168);
|
|
this.gpbP_Atu.TabIndex = 12;
|
|
this.gpbP_Atu.TabStop = false;
|
|
this.gpbP_Atu.Text = "Ajustes";
|
|
//
|
|
// cmbScriptErvas
|
|
//
|
|
this.cmbScriptErvas.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmbScriptErvas.FormattingEnabled = true;
|
|
this.cmbScriptErvas.Location = new System.Drawing.Point(10, 129);
|
|
this.cmbScriptErvas.Name = "cmbScriptErvas";
|
|
this.cmbScriptErvas.Size = new System.Drawing.Size(174, 32);
|
|
this.cmbScriptErvas.TabIndex = 15;
|
|
//
|
|
// nudAtuarem
|
|
//
|
|
this.nudAtuarem.Location = new System.Drawing.Point(130, 94);
|
|
this.nudAtuarem.Name = "nudAtuarem";
|
|
this.nudAtuarem.Size = new System.Drawing.Size(54, 29);
|
|
this.nudAtuarem.TabIndex = 13;
|
|
this.nudAtuarem.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// lblAtuarem
|
|
//
|
|
this.lblAtuarem.AutoSize = true;
|
|
this.lblAtuarem.Font = new System.Drawing.Font("Microsoft Sans Serif", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblAtuarem.Location = new System.Drawing.Point(6, 99);
|
|
this.lblAtuarem.Name = "lblAtuarem";
|
|
this.lblAtuarem.Size = new System.Drawing.Size(109, 20);
|
|
this.lblAtuarem.TabIndex = 12;
|
|
this.lblAtuarem.Text = "Atuar em (%)";
|
|
//
|
|
// nudQtdCameras
|
|
//
|
|
this.nudQtdCameras.Location = new System.Drawing.Point(130, 59);
|
|
this.nudQtdCameras.Name = "nudQtdCameras";
|
|
this.nudQtdCameras.Size = new System.Drawing.Size(54, 29);
|
|
this.nudQtdCameras.TabIndex = 11;
|
|
this.nudQtdCameras.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// lblQtdCameras
|
|
//
|
|
this.lblQtdCameras.AutoSize = true;
|
|
this.lblQtdCameras.Font = new System.Drawing.Font("Microsoft Sans Serif", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblQtdCameras.Location = new System.Drawing.Point(6, 64);
|
|
this.lblQtdCameras.Name = "lblQtdCameras";
|
|
this.lblQtdCameras.Size = new System.Drawing.Size(77, 20);
|
|
this.lblQtdCameras.TabIndex = 9;
|
|
this.lblQtdCameras.Text = "Câmeras";
|
|
//
|
|
// nudQtdBicos
|
|
//
|
|
this.nudQtdBicos.Location = new System.Drawing.Point(130, 24);
|
|
this.nudQtdBicos.Name = "nudQtdBicos";
|
|
this.nudQtdBicos.Size = new System.Drawing.Size(54, 29);
|
|
this.nudQtdBicos.TabIndex = 8;
|
|
this.nudQtdBicos.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// lblQtdBicos
|
|
//
|
|
this.lblQtdBicos.AutoSize = true;
|
|
this.lblQtdBicos.Font = new System.Drawing.Font("Microsoft Sans Serif", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblQtdBicos.Location = new System.Drawing.Point(6, 29);
|
|
this.lblQtdBicos.Name = "lblQtdBicos";
|
|
this.lblQtdBicos.Size = new System.Drawing.Size(52, 20);
|
|
this.lblQtdBicos.TabIndex = 6;
|
|
this.lblQtdBicos.Text = "Bicos";
|
|
//
|
|
// gpbP_Dir
|
|
//
|
|
this.gpbP_Dir.Controls.Add(this.nudAnguloMinimo);
|
|
this.gpbP_Dir.Controls.Add(this.nudVelocidadeMP);
|
|
this.gpbP_Dir.Controls.Add(this.lblVelocidadePercentual);
|
|
this.gpbP_Dir.Controls.Add(this.lblVelocidadeMP);
|
|
this.gpbP_Dir.Controls.Add(this.nudAnguloMaximo);
|
|
this.gpbP_Dir.Controls.Add(this.lblAngulo);
|
|
this.gpbP_Dir.Location = new System.Drawing.Point(204, 105);
|
|
this.gpbP_Dir.Name = "gpbP_Dir";
|
|
this.gpbP_Dir.Size = new System.Drawing.Size(190, 168);
|
|
this.gpbP_Dir.TabIndex = 12;
|
|
this.gpbP_Dir.TabStop = false;
|
|
this.gpbP_Dir.Text = "Ajustes";
|
|
//
|
|
// nudAnguloMinimo
|
|
//
|
|
this.nudAnguloMinimo.Location = new System.Drawing.Point(102, 67);
|
|
this.nudAnguloMinimo.Maximum = new decimal(new int[] {
|
|
90,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nudAnguloMinimo.Minimum = new decimal(new int[] {
|
|
90,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.nudAnguloMinimo.Name = "nudAnguloMinimo";
|
|
this.nudAnguloMinimo.Size = new System.Drawing.Size(72, 29);
|
|
this.nudAnguloMinimo.TabIndex = 12;
|
|
this.nudAnguloMinimo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// nudVelocidadeMP
|
|
//
|
|
this.nudVelocidadeMP.Location = new System.Drawing.Point(10, 126);
|
|
this.nudVelocidadeMP.Name = "nudVelocidadeMP";
|
|
this.nudVelocidadeMP.Size = new System.Drawing.Size(120, 29);
|
|
this.nudVelocidadeMP.TabIndex = 11;
|
|
this.nudVelocidadeMP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// lblVelocidadePercentual
|
|
//
|
|
this.lblVelocidadePercentual.AutoSize = true;
|
|
this.lblVelocidadePercentual.Location = new System.Drawing.Point(136, 128);
|
|
this.lblVelocidadePercentual.Name = "lblVelocidadePercentual";
|
|
this.lblVelocidadePercentual.Size = new System.Drawing.Size(25, 24);
|
|
this.lblVelocidadePercentual.TabIndex = 10;
|
|
this.lblVelocidadePercentual.Text = "%";
|
|
//
|
|
// lblVelocidadeMP
|
|
//
|
|
this.lblVelocidadeMP.AutoSize = true;
|
|
this.lblVelocidadeMP.Font = new System.Drawing.Font("Microsoft Sans Serif", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblVelocidadeMP.Location = new System.Drawing.Point(6, 99);
|
|
this.lblVelocidadeMP.Name = "lblVelocidadeMP";
|
|
this.lblVelocidadeMP.Size = new System.Drawing.Size(91, 20);
|
|
this.lblVelocidadeMP.TabIndex = 9;
|
|
this.lblVelocidadeMP.Text = "Velocidade";
|
|
//
|
|
// nudAnguloMaximo
|
|
//
|
|
this.nudAnguloMaximo.Location = new System.Drawing.Point(10, 67);
|
|
this.nudAnguloMaximo.Maximum = new decimal(new int[] {
|
|
90,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nudAnguloMaximo.Minimum = new decimal(new int[] {
|
|
90,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.nudAnguloMaximo.Name = "nudAnguloMaximo";
|
|
this.nudAnguloMaximo.Size = new System.Drawing.Size(72, 29);
|
|
this.nudAnguloMaximo.TabIndex = 8;
|
|
this.nudAnguloMaximo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// lblAngulo
|
|
//
|
|
this.lblAngulo.AutoSize = true;
|
|
this.lblAngulo.Font = new System.Drawing.Font("Microsoft Sans Serif", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblAngulo.Location = new System.Drawing.Point(6, 40);
|
|
this.lblAngulo.Name = "lblAngulo";
|
|
this.lblAngulo.Size = new System.Drawing.Size(142, 20);
|
|
this.lblAngulo.TabIndex = 6;
|
|
this.lblAngulo.Text = "Angulo Máx e Mín";
|
|
//
|
|
// gpbP_Mov
|
|
//
|
|
this.gpbP_Mov.Controls.Add(this.nudVelocidadeComErvas);
|
|
this.gpbP_Mov.Controls.Add(this.lblKmhCErvas);
|
|
this.gpbP_Mov.Controls.Add(this.lblVelocidadeComErvas);
|
|
this.gpbP_Mov.Controls.Add(this.nudVelocidadeSemErvas);
|
|
this.gpbP_Mov.Controls.Add(this.lblKmhSErvas);
|
|
this.gpbP_Mov.Controls.Add(this.lblVelocidadeSemErvas);
|
|
this.gpbP_Mov.Location = new System.Drawing.Point(8, 105);
|
|
this.gpbP_Mov.Name = "gpbP_Mov";
|
|
this.gpbP_Mov.Size = new System.Drawing.Size(190, 168);
|
|
this.gpbP_Mov.TabIndex = 10;
|
|
this.gpbP_Mov.TabStop = false;
|
|
this.gpbP_Mov.Text = "Ajustes";
|
|
//
|
|
// nudVelocidadeComErvas
|
|
//
|
|
this.nudVelocidadeComErvas.Location = new System.Drawing.Point(10, 126);
|
|
this.nudVelocidadeComErvas.Name = "nudVelocidadeComErvas";
|
|
this.nudVelocidadeComErvas.Size = new System.Drawing.Size(73, 29);
|
|
this.nudVelocidadeComErvas.TabIndex = 11;
|
|
this.nudVelocidadeComErvas.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.nudVelocidadeComErvas.ValueChanged += new System.EventHandler(this.nudVelocidadeComErvas_ValueChanged);
|
|
//
|
|
// lblKmhCErvas
|
|
//
|
|
this.lblKmhCErvas.AutoSize = true;
|
|
this.lblKmhCErvas.Location = new System.Drawing.Point(89, 128);
|
|
this.lblKmhCErvas.Name = "lblKmhCErvas";
|
|
this.lblKmhCErvas.Size = new System.Drawing.Size(94, 24);
|
|
this.lblKmhCErvas.TabIndex = 10;
|
|
this.lblKmhCErvas.Text = "0,00 Km/h";
|
|
//
|
|
// lblVelocidadeComErvas
|
|
//
|
|
this.lblVelocidadeComErvas.AutoSize = true;
|
|
this.lblVelocidadeComErvas.Font = new System.Drawing.Font("Microsoft Sans Serif", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblVelocidadeComErvas.Location = new System.Drawing.Point(6, 99);
|
|
this.lblVelocidadeComErvas.Name = "lblVelocidadeComErvas";
|
|
this.lblVelocidadeComErvas.Size = new System.Drawing.Size(174, 20);
|
|
this.lblVelocidadeComErvas.TabIndex = 9;
|
|
this.lblVelocidadeComErvas.Text = "Velocidade com ervas";
|
|
//
|
|
// nudVelocidadeSemErvas
|
|
//
|
|
this.nudVelocidadeSemErvas.Location = new System.Drawing.Point(10, 67);
|
|
this.nudVelocidadeSemErvas.Name = "nudVelocidadeSemErvas";
|
|
this.nudVelocidadeSemErvas.Size = new System.Drawing.Size(73, 29);
|
|
this.nudVelocidadeSemErvas.TabIndex = 8;
|
|
this.nudVelocidadeSemErvas.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.nudVelocidadeSemErvas.ValueChanged += new System.EventHandler(this.nudVelocidadeSemErvas_ValueChanged);
|
|
//
|
|
// lblKmhSErvas
|
|
//
|
|
this.lblKmhSErvas.AutoSize = true;
|
|
this.lblKmhSErvas.Location = new System.Drawing.Point(89, 69);
|
|
this.lblKmhSErvas.Name = "lblKmhSErvas";
|
|
this.lblKmhSErvas.Size = new System.Drawing.Size(94, 24);
|
|
this.lblKmhSErvas.TabIndex = 7;
|
|
this.lblKmhSErvas.Text = "0,00 Km/h";
|
|
//
|
|
// lblVelocidadeSemErvas
|
|
//
|
|
this.lblVelocidadeSemErvas.AutoSize = true;
|
|
this.lblVelocidadeSemErvas.Font = new System.Drawing.Font("Microsoft Sans Serif", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblVelocidadeSemErvas.Location = new System.Drawing.Point(6, 40);
|
|
this.lblVelocidadeSemErvas.Name = "lblVelocidadeSemErvas";
|
|
this.lblVelocidadeSemErvas.Size = new System.Drawing.Size(174, 20);
|
|
this.lblVelocidadeSemErvas.TabIndex = 6;
|
|
this.lblVelocidadeSemErvas.Text = "Velocidade sem ervas";
|
|
//
|
|
// chbO_Gps
|
|
//
|
|
this.chbO_Gps.AutoSize = true;
|
|
this.chbO_Gps.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.chbO_Gps.Location = new System.Drawing.Point(802, 74);
|
|
this.chbO_Gps.Margin = new System.Windows.Forms.Padding(6);
|
|
this.chbO_Gps.Name = "chbO_Gps";
|
|
this.chbO_Gps.Size = new System.Drawing.Size(86, 22);
|
|
this.chbO_Gps.TabIndex = 9;
|
|
this.chbO_Gps.Text = "Opcional";
|
|
this.chbO_Gps.UseVisualStyleBackColor = true;
|
|
this.chbO_Gps.CheckedChanged += new System.EventHandler(this.chbO_CheckedChanged);
|
|
//
|
|
// chbO_Sen
|
|
//
|
|
this.chbO_Sen.AutoSize = true;
|
|
this.chbO_Sen.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.chbO_Sen.Location = new System.Drawing.Point(606, 74);
|
|
this.chbO_Sen.Margin = new System.Windows.Forms.Padding(6);
|
|
this.chbO_Sen.Name = "chbO_Sen";
|
|
this.chbO_Sen.Size = new System.Drawing.Size(86, 22);
|
|
this.chbO_Sen.TabIndex = 8;
|
|
this.chbO_Sen.Text = "Opcional";
|
|
this.chbO_Sen.UseVisualStyleBackColor = true;
|
|
this.chbO_Sen.CheckedChanged += new System.EventHandler(this.chbO_CheckedChanged);
|
|
//
|
|
// chbO_Atu
|
|
//
|
|
this.chbO_Atu.AutoSize = true;
|
|
this.chbO_Atu.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.chbO_Atu.Location = new System.Drawing.Point(410, 74);
|
|
this.chbO_Atu.Margin = new System.Windows.Forms.Padding(6);
|
|
this.chbO_Atu.Name = "chbO_Atu";
|
|
this.chbO_Atu.Size = new System.Drawing.Size(86, 22);
|
|
this.chbO_Atu.TabIndex = 7;
|
|
this.chbO_Atu.Text = "Opcional";
|
|
this.chbO_Atu.UseVisualStyleBackColor = true;
|
|
this.chbO_Atu.CheckedChanged += new System.EventHandler(this.chbO_CheckedChanged);
|
|
//
|
|
// chbO_Dir
|
|
//
|
|
this.chbO_Dir.AutoSize = true;
|
|
this.chbO_Dir.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.chbO_Dir.Location = new System.Drawing.Point(214, 74);
|
|
this.chbO_Dir.Margin = new System.Windows.Forms.Padding(6);
|
|
this.chbO_Dir.Name = "chbO_Dir";
|
|
this.chbO_Dir.Size = new System.Drawing.Size(86, 22);
|
|
this.chbO_Dir.TabIndex = 6;
|
|
this.chbO_Dir.Text = "Opcional";
|
|
this.chbO_Dir.UseVisualStyleBackColor = true;
|
|
this.chbO_Dir.CheckedChanged += new System.EventHandler(this.chbO_CheckedChanged);
|
|
//
|
|
// chbO_Mov
|
|
//
|
|
this.chbO_Mov.AutoSize = true;
|
|
this.chbO_Mov.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.chbO_Mov.Location = new System.Drawing.Point(18, 74);
|
|
this.chbO_Mov.Margin = new System.Windows.Forms.Padding(6);
|
|
this.chbO_Mov.Name = "chbO_Mov";
|
|
this.chbO_Mov.Size = new System.Drawing.Size(86, 22);
|
|
this.chbO_Mov.TabIndex = 5;
|
|
this.chbO_Mov.Text = "Opcional";
|
|
this.chbO_Mov.UseVisualStyleBackColor = true;
|
|
this.chbO_Mov.CheckedChanged += new System.EventHandler(this.chbO_CheckedChanged);
|
|
//
|
|
// chbD_Gps
|
|
//
|
|
this.chbD_Gps.AutoSize = true;
|
|
this.chbD_Gps.Location = new System.Drawing.Point(802, 34);
|
|
this.chbD_Gps.Margin = new System.Windows.Forms.Padding(6);
|
|
this.chbD_Gps.Name = "chbD_Gps";
|
|
this.chbD_Gps.Size = new System.Drawing.Size(67, 28);
|
|
this.chbD_Gps.TabIndex = 4;
|
|
this.chbD_Gps.Text = "GPS";
|
|
this.chbD_Gps.UseVisualStyleBackColor = true;
|
|
this.chbD_Gps.CheckedChanged += new System.EventHandler(this.chbD_CheckedChanged);
|
|
//
|
|
// chbD_Sen
|
|
//
|
|
this.chbD_Sen.AutoSize = true;
|
|
this.chbD_Sen.Location = new System.Drawing.Point(606, 34);
|
|
this.chbD_Sen.Margin = new System.Windows.Forms.Padding(6);
|
|
this.chbD_Sen.Name = "chbD_Sen";
|
|
this.chbD_Sen.Size = new System.Drawing.Size(156, 28);
|
|
this.chbD_Sen.TabIndex = 3;
|
|
this.chbD_Sen.Text = "Sensoriamento";
|
|
this.chbD_Sen.UseVisualStyleBackColor = true;
|
|
this.chbD_Sen.CheckedChanged += new System.EventHandler(this.chbD_CheckedChanged);
|
|
//
|
|
// chbD_Mov
|
|
//
|
|
this.chbD_Mov.AutoSize = true;
|
|
this.chbD_Mov.Location = new System.Drawing.Point(18, 34);
|
|
this.chbD_Mov.Margin = new System.Windows.Forms.Padding(6);
|
|
this.chbD_Mov.Name = "chbD_Mov";
|
|
this.chbD_Mov.Size = new System.Drawing.Size(152, 28);
|
|
this.chbD_Mov.TabIndex = 0;
|
|
this.chbD_Mov.Text = "Movimentação";
|
|
this.chbD_Mov.UseVisualStyleBackColor = true;
|
|
this.chbD_Mov.CheckedChanged += new System.EventHandler(this.chbD_CheckedChanged);
|
|
//
|
|
// chbD_Atu
|
|
//
|
|
this.chbD_Atu.AutoSize = true;
|
|
this.chbD_Atu.Location = new System.Drawing.Point(410, 34);
|
|
this.chbD_Atu.Margin = new System.Windows.Forms.Padding(6);
|
|
this.chbD_Atu.Name = "chbD_Atu";
|
|
this.chbD_Atu.Size = new System.Drawing.Size(95, 28);
|
|
this.chbD_Atu.TabIndex = 2;
|
|
this.chbD_Atu.Text = "Atuador";
|
|
this.chbD_Atu.UseVisualStyleBackColor = true;
|
|
this.chbD_Atu.CheckedChanged += new System.EventHandler(this.chbD_CheckedChanged);
|
|
//
|
|
// chbD_Dir
|
|
//
|
|
this.chbD_Dir.AutoSize = true;
|
|
this.chbD_Dir.Location = new System.Drawing.Point(214, 34);
|
|
this.chbD_Dir.Margin = new System.Windows.Forms.Padding(6);
|
|
this.chbD_Dir.Name = "chbD_Dir";
|
|
this.chbD_Dir.Size = new System.Drawing.Size(113, 28);
|
|
this.chbD_Dir.TabIndex = 1;
|
|
this.chbD_Dir.Text = "Direcional";
|
|
this.chbD_Dir.UseVisualStyleBackColor = true;
|
|
this.chbD_Dir.CheckedChanged += new System.EventHandler(this.chbD_CheckedChanged);
|
|
//
|
|
// btnCarregar
|
|
//
|
|
this.btnCarregar.Location = new System.Drawing.Point(569, 38);
|
|
this.btnCarregar.Margin = new System.Windows.Forms.Padding(6);
|
|
this.btnCarregar.Name = "btnCarregar";
|
|
this.btnCarregar.Size = new System.Drawing.Size(138, 32);
|
|
this.btnCarregar.TabIndex = 5;
|
|
this.btnCarregar.Text = "Carregar";
|
|
this.btnCarregar.UseVisualStyleBackColor = true;
|
|
this.btnCarregar.Click += new System.EventHandler(this.btnCarregar_Click);
|
|
//
|
|
// btnSalvar
|
|
//
|
|
this.btnSalvar.Location = new System.Drawing.Point(867, 38);
|
|
this.btnSalvar.Margin = new System.Windows.Forms.Padding(6);
|
|
this.btnSalvar.Name = "btnSalvar";
|
|
this.btnSalvar.Size = new System.Drawing.Size(138, 32);
|
|
this.btnSalvar.TabIndex = 6;
|
|
this.btnSalvar.Text = "Salvar";
|
|
this.btnSalvar.UseVisualStyleBackColor = true;
|
|
this.btnSalvar.Click += new System.EventHandler(this.btnSalvar_Click);
|
|
//
|
|
// chbSalvar
|
|
//
|
|
this.chbSalvar.AutoSize = true;
|
|
this.chbSalvar.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.chbSalvar.Location = new System.Drawing.Point(740, 44);
|
|
this.chbSalvar.Name = "chbSalvar";
|
|
this.chbSalvar.Size = new System.Drawing.Size(128, 24);
|
|
this.chbSalvar.TabIndex = 7;
|
|
this.chbSalvar.Text = "Personalizado";
|
|
this.chbSalvar.UseVisualStyleBackColor = true;
|
|
//
|
|
// gpbConfiguracoesgerais
|
|
//
|
|
this.gpbConfiguracoesgerais.Controls.Add(this.txtDensidadeherbicida);
|
|
this.gpbConfiguracoesgerais.Controls.Add(this.lblUnDensidadeherbicida);
|
|
this.gpbConfiguracoesgerais.Controls.Add(this.label2);
|
|
this.gpbConfiguracoesgerais.Controls.Add(this.nudCapacidadereservatorio);
|
|
this.gpbConfiguracoesgerais.Controls.Add(this.lblUnCapcaidadereservatorio);
|
|
this.gpbConfiguracoesgerais.Controls.Add(this.lblCapacidadereservatorio);
|
|
this.gpbConfiguracoesgerais.Location = new System.Drawing.Point(15, 381);
|
|
this.gpbConfiguracoesgerais.Name = "gpbConfiguracoesgerais";
|
|
this.gpbConfiguracoesgerais.Size = new System.Drawing.Size(990, 286);
|
|
this.gpbConfiguracoesgerais.TabIndex = 8;
|
|
this.gpbConfiguracoesgerais.TabStop = false;
|
|
this.gpbConfiguracoesgerais.Text = "Gerais";
|
|
//
|
|
// txtDensidadeherbicida
|
|
//
|
|
this.txtDensidadeherbicida.Location = new System.Drawing.Point(18, 118);
|
|
this.txtDensidadeherbicida.Name = "txtDensidadeherbicida";
|
|
this.txtDensidadeherbicida.Size = new System.Drawing.Size(73, 29);
|
|
this.txtDensidadeherbicida.TabIndex = 15;
|
|
this.txtDensidadeherbicida.Text = "1,1";
|
|
this.txtDensidadeherbicida.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// lblUnDensidadeherbicida
|
|
//
|
|
this.lblUnDensidadeherbicida.AutoSize = true;
|
|
this.lblUnDensidadeherbicida.Location = new System.Drawing.Point(97, 121);
|
|
this.lblUnDensidadeherbicida.Name = "lblUnDensidadeherbicida";
|
|
this.lblUnDensidadeherbicida.Size = new System.Drawing.Size(57, 24);
|
|
this.lblUnDensidadeherbicida.TabIndex = 13;
|
|
this.lblUnDensidadeherbicida.Text = "g/cm³";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label2.Location = new System.Drawing.Point(14, 92);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(162, 20);
|
|
this.label2.TabIndex = 12;
|
|
this.label2.Text = "Densidade herbicida";
|
|
//
|
|
// nudCapacidadereservatorio
|
|
//
|
|
this.nudCapacidadereservatorio.Location = new System.Drawing.Point(18, 55);
|
|
this.nudCapacidadereservatorio.Name = "nudCapacidadereservatorio";
|
|
this.nudCapacidadereservatorio.Size = new System.Drawing.Size(73, 29);
|
|
this.nudCapacidadereservatorio.TabIndex = 11;
|
|
this.nudCapacidadereservatorio.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// lblUnCapcaidadereservatorio
|
|
//
|
|
this.lblUnCapcaidadereservatorio.AutoSize = true;
|
|
this.lblUnCapcaidadereservatorio.Location = new System.Drawing.Point(97, 57);
|
|
this.lblUnCapcaidadereservatorio.Name = "lblUnCapcaidadereservatorio";
|
|
this.lblUnCapcaidadereservatorio.Size = new System.Drawing.Size(48, 24);
|
|
this.lblUnCapcaidadereservatorio.TabIndex = 10;
|
|
this.lblUnCapcaidadereservatorio.Text = "litros";
|
|
//
|
|
// lblCapacidadereservatorio
|
|
//
|
|
this.lblCapacidadereservatorio.AutoSize = true;
|
|
this.lblCapacidadereservatorio.Font = new System.Drawing.Font("Microsoft Sans Serif", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblCapacidadereservatorio.Location = new System.Drawing.Point(14, 28);
|
|
this.lblCapacidadereservatorio.Name = "lblCapacidadereservatorio";
|
|
this.lblCapacidadereservatorio.Size = new System.Drawing.Size(191, 20);
|
|
this.lblCapacidadereservatorio.TabIndex = 9;
|
|
this.lblCapacidadereservatorio.Text = "Capacidade reservatório";
|
|
//
|
|
// frmParametrizacaoOperacao
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1020, 673);
|
|
this.Controls.Add(this.gpbConfiguracoesgerais);
|
|
this.Controls.Add(this.chbSalvar);
|
|
this.Controls.Add(this.btnSalvar);
|
|
this.Controls.Add(this.btnCarregar);
|
|
this.Controls.Add(this.gpbModulos);
|
|
this.Controls.Add(this.lblOperacao);
|
|
this.Controls.Add(this.cmbOperacao);
|
|
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.Margin = new System.Windows.Forms.Padding(6);
|
|
this.Name = "frmParametrizacaoOperacao";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Parametrização da Operação";
|
|
this.Load += new System.EventHandler(this.frmParametrizacaoOperacao_Load);
|
|
this.gpbModulos.ResumeLayout(false);
|
|
this.gpbModulos.PerformLayout();
|
|
this.gpbP_Sen.ResumeLayout(false);
|
|
this.gpbP_Sen.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudTemposalvarlog)).EndInit();
|
|
this.gpbP_Atu.ResumeLayout(false);
|
|
this.gpbP_Atu.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudAtuarem)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudQtdCameras)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudQtdBicos)).EndInit();
|
|
this.gpbP_Dir.ResumeLayout(false);
|
|
this.gpbP_Dir.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudAnguloMinimo)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudVelocidadeMP)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudAnguloMaximo)).EndInit();
|
|
this.gpbP_Mov.ResumeLayout(false);
|
|
this.gpbP_Mov.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudVelocidadeComErvas)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudVelocidadeSemErvas)).EndInit();
|
|
this.gpbConfiguracoesgerais.ResumeLayout(false);
|
|
this.gpbConfiguracoesgerais.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudCapacidadereservatorio)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.ComboBox cmbOperacao;
|
|
private System.Windows.Forms.Label lblOperacao;
|
|
private System.Windows.Forms.GroupBox gpbModulos;
|
|
private System.Windows.Forms.CheckBox chbD_Gps;
|
|
private System.Windows.Forms.CheckBox chbD_Sen;
|
|
private System.Windows.Forms.CheckBox chbD_Atu;
|
|
private System.Windows.Forms.CheckBox chbD_Dir;
|
|
private System.Windows.Forms.CheckBox chbD_Mov;
|
|
private System.Windows.Forms.Button btnCarregar;
|
|
private System.Windows.Forms.Button btnSalvar;
|
|
private System.Windows.Forms.CheckBox chbO_Gps;
|
|
private System.Windows.Forms.CheckBox chbO_Sen;
|
|
private System.Windows.Forms.CheckBox chbO_Atu;
|
|
private System.Windows.Forms.CheckBox chbO_Dir;
|
|
private System.Windows.Forms.CheckBox chbO_Mov;
|
|
private System.Windows.Forms.GroupBox gpbP_Mov;
|
|
private System.Windows.Forms.NumericUpDown nudVelocidadeComErvas;
|
|
private System.Windows.Forms.Label lblKmhCErvas;
|
|
private System.Windows.Forms.Label lblVelocidadeComErvas;
|
|
private System.Windows.Forms.NumericUpDown nudVelocidadeSemErvas;
|
|
private System.Windows.Forms.Label lblKmhSErvas;
|
|
private System.Windows.Forms.Label lblVelocidadeSemErvas;
|
|
private System.Windows.Forms.GroupBox gpbP_Gps;
|
|
private System.Windows.Forms.GroupBox gpbP_Sen;
|
|
private System.Windows.Forms.GroupBox gpbP_Atu;
|
|
private System.Windows.Forms.NumericUpDown nudQtdCameras;
|
|
private System.Windows.Forms.Label lblQtdCameras;
|
|
private System.Windows.Forms.NumericUpDown nudQtdBicos;
|
|
private System.Windows.Forms.Label lblQtdBicos;
|
|
private System.Windows.Forms.GroupBox gpbP_Dir;
|
|
private System.Windows.Forms.NumericUpDown nudVelocidadeMP;
|
|
private System.Windows.Forms.Label lblVelocidadePercentual;
|
|
private System.Windows.Forms.Label lblVelocidadeMP;
|
|
private System.Windows.Forms.NumericUpDown nudAnguloMaximo;
|
|
private System.Windows.Forms.Label lblAngulo;
|
|
private System.Windows.Forms.NumericUpDown nudAnguloMinimo;
|
|
private System.Windows.Forms.CheckBox chbSalvar;
|
|
private System.Windows.Forms.Label lblTemposalvarlogU;
|
|
private System.Windows.Forms.NumericUpDown nudTemposalvarlog;
|
|
private System.Windows.Forms.Label lblTemposalvarlog;
|
|
private System.Windows.Forms.GroupBox gpbConfiguracoesgerais;
|
|
private System.Windows.Forms.TextBox txtDensidadeherbicida;
|
|
private System.Windows.Forms.Label lblUnDensidadeherbicida;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.NumericUpDown nudCapacidadereservatorio;
|
|
private System.Windows.Forms.Label lblUnCapcaidadereservatorio;
|
|
private System.Windows.Forms.Label lblCapacidadereservatorio;
|
|
private System.Windows.Forms.NumericUpDown nudAtuarem;
|
|
private System.Windows.Forms.Label lblAtuarem;
|
|
private System.Windows.Forms.ComboBox cmbScriptErvas;
|
|
}
|
|
} |