agrobot_base/AgroBase/AgroBase/Forms/frmPrincipal.Designer.cs

951 lines
50 KiB
C#

namespace AgroBase
{
partial class frmPrincipal
{
/// <summary>
/// Variável de designer necessária.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Limpar os recursos que estão sendo usados.
/// </summary>
/// <param name="disposing">true se for necessário descartar os recursos gerenciados; caso contrário, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Código gerado pelo Windows Form Designer
/// <summary>
/// Método necessário para suporte ao Designer - não modifique
/// o conteúdo deste método com o editor de código.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPrincipal));
this.gpbAcoes = new System.Windows.Forms.GroupBox();
this.erroStrip = new System.Windows.Forms.StatusStrip();
this.lblStripErro = new System.Windows.Forms.ToolStripStatusLabel();
this.lblStatusConexao = new System.Windows.Forms.ToolStripStatusLabel();
this.pnlLateral = new System.Windows.Forms.Panel();
this.gpbDispositivos = new System.Windows.Forms.GroupBox();
this.lstDisponiveis = new System.Windows.Forms.ListView();
this.generalStrip = new System.Windows.Forms.StatusStrip();
this.lblStripJoystick = new System.Windows.Forms.ToolStripStatusLabel();
this.lblStripJoystickComando = new System.Windows.Forms.ToolStripStatusLabel();
this.lblStripOperacaoLiberada = new System.Windows.Forms.ToolStripStatusLabel();
this.lblStripOperacaoStatus = new System.Windows.Forms.ToolStripStatusLabel();
this.lblStripMqtt = new System.Windows.Forms.ToolStripStatusLabel();
this.lblStripPython = new System.Windows.Forms.ToolStripStatusLabel();
this.gpbMovimentacao = new System.Windows.Forms.GroupBox();
this.lblKmh = new System.Windows.Forms.Label();
this.trkKmh = new System.Windows.Forms.TrackBar();
this.trkRPM = new System.Windows.Forms.TrackBar();
this.lblRPM = new System.Windows.Forms.Label();
this.tkbAngulo = new System.Windows.Forms.TrackBar();
this.lblAngulo = new System.Windows.Forms.Label();
this.lblVelocidade = new System.Windows.Forms.Label();
this.tkbVelocidade = new System.Windows.Forms.TrackBar();
this.btnVer = new System.Windows.Forms.Button();
this.btnJoyAtt = new System.Windows.Forms.Button();
this.btnJoyEdt = new System.Windows.Forms.Button();
this.cmbJoysticks = new System.Windows.Forms.ComboBox();
this.btnDiagnosticos = new System.Windows.Forms.Button();
this.btnAcompanhamento = new System.Windows.Forms.Button();
this.btnAtuCamera = new System.Windows.Forms.Button();
this.btnMapas = new System.Windows.Forms.Button();
this.btnSenCamera = new System.Windows.Forms.Button();
this.gpbJoystick = new System.Windows.Forms.GroupBox();
this.gpbControleDirecional = new System.Windows.Forms.GroupBox();
this.gpbAtalhos = new System.Windows.Forms.GroupBox();
this.pnlAtalhos = new System.Windows.Forms.Panel();
this.btnSimuladorMapeamentoVisual = new System.Windows.Forms.Button();
this.btnVisualWorker = new System.Windows.Forms.Button();
this.btnTreinamentoIA = new System.Windows.Forms.Button();
this.btnOID = new System.Windows.Forms.Button();
this.btnEthernet = new System.Windows.Forms.Button();
this.btnMKS = new System.Windows.Forms.Button();
this.btnBLD300R = new System.Windows.Forms.Button();
this.btnWT901C = new System.Windows.Forms.Button();
this.btnLoRaConfig = new System.Windows.Forms.Button();
this.btnResultados = new System.Windows.Forms.Button();
this.btnKinect = new System.Windows.Forms.Button();
this.btnSimulador = new System.Windows.Forms.Button();
this.btnGPS = new System.Windows.Forms.Button();
this.btnSonar = new System.Windows.Forms.Button();
this.btnContornos = new System.Windows.Forms.Button();
this.btnAtuCalibragem = new System.Windows.Forms.Button();
this.gpbOperacao = new System.Windows.Forms.GroupBox();
this.btnIHM = new System.Windows.Forms.Button();
this.btnConfigurarOperacao = new System.Windows.Forms.Button();
this.chbDebugMode = new System.Windows.Forms.CheckBox();
this.btnIniciarOperacao = new System.Windows.Forms.Button();
this.lblModoOperacao = new System.Windows.Forms.Label();
this.cmbModoOperacao = new System.Windows.Forms.ComboBox();
this.lblProgressoAtualizacao = new System.Windows.Forms.Label();
this.pgbAtualizacaoArquivos = new System.Windows.Forms.ProgressBar();
this.btnForcarAtualizacao = new System.Windows.Forms.Button();
this.clbRotinas = new System.Windows.Forms.CheckedListBox();
this.btnAtualizarRotinas = new System.Windows.Forms.Button();
this.gpbAcoes.SuspendLayout();
this.erroStrip.SuspendLayout();
this.pnlLateral.SuspendLayout();
this.gpbDispositivos.SuspendLayout();
this.generalStrip.SuspendLayout();
this.gpbMovimentacao.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.trkKmh)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.trkRPM)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tkbAngulo)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tkbVelocidade)).BeginInit();
this.gpbJoystick.SuspendLayout();
this.gpbControleDirecional.SuspendLayout();
this.gpbAtalhos.SuspendLayout();
this.pnlAtalhos.SuspendLayout();
this.gpbOperacao.SuspendLayout();
this.SuspendLayout();
//
// gpbAcoes
//
this.gpbAcoes.Controls.Add(this.erroStrip);
this.gpbAcoes.Controls.Add(this.pnlLateral);
this.gpbAcoes.Dock = System.Windows.Forms.DockStyle.Right;
this.gpbAcoes.Location = new System.Drawing.Point(649, 0);
this.gpbAcoes.Margin = new System.Windows.Forms.Padding(2);
this.gpbAcoes.Name = "gpbAcoes";
this.gpbAcoes.Padding = new System.Windows.Forms.Padding(2);
this.gpbAcoes.Size = new System.Drawing.Size(619, 634);
this.gpbAcoes.TabIndex = 0;
this.gpbAcoes.TabStop = false;
this.gpbAcoes.Text = "Conexão";
//
// erroStrip
//
this.erroStrip.ImageScalingSize = new System.Drawing.Size(20, 20);
this.erroStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.lblStripErro,
this.lblStatusConexao});
this.erroStrip.Location = new System.Drawing.Point(2, 610);
this.erroStrip.Name = "erroStrip";
this.erroStrip.Padding = new System.Windows.Forms.Padding(1, 0, 10, 0);
this.erroStrip.Size = new System.Drawing.Size(615, 22);
this.erroStrip.TabIndex = 1;
this.erroStrip.Text = "statusStrip1";
//
// lblStripErro
//
this.lblStripErro.Name = "lblStripErro";
this.lblStripErro.Size = new System.Drawing.Size(49, 17);
this.lblStripErro.Text = "Iniciado";
//
// lblStatusConexao
//
this.lblStatusConexao.Name = "lblStatusConexao";
this.lblStatusConexao.Size = new System.Drawing.Size(16, 17);
this.lblStatusConexao.Text = "...";
//
// pnlLateral
//
this.pnlLateral.AutoScroll = true;
this.pnlLateral.Controls.Add(this.gpbDispositivos);
this.pnlLateral.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlLateral.Location = new System.Drawing.Point(2, 15);
this.pnlLateral.Margin = new System.Windows.Forms.Padding(2);
this.pnlLateral.Name = "pnlLateral";
this.pnlLateral.Size = new System.Drawing.Size(615, 617);
this.pnlLateral.TabIndex = 0;
//
// gpbDispositivos
//
this.gpbDispositivos.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gpbDispositivos.Controls.Add(this.lstDisponiveis);
this.gpbDispositivos.Location = new System.Drawing.Point(19, 5);
this.gpbDispositivos.Margin = new System.Windows.Forms.Padding(2);
this.gpbDispositivos.Name = "gpbDispositivos";
this.gpbDispositivos.Padding = new System.Windows.Forms.Padding(2);
this.gpbDispositivos.Size = new System.Drawing.Size(569, 133);
this.gpbDispositivos.TabIndex = 3;
this.gpbDispositivos.TabStop = false;
this.gpbDispositivos.Text = "Dispositivos disponíveis";
//
// lstDisponiveis
//
this.lstDisponiveis.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lstDisponiveis.HideSelection = false;
this.lstDisponiveis.Location = new System.Drawing.Point(11, 20);
this.lstDisponiveis.Margin = new System.Windows.Forms.Padding(2);
this.lstDisponiveis.Name = "lstDisponiveis";
this.lstDisponiveis.Size = new System.Drawing.Size(554, 102);
this.lstDisponiveis.TabIndex = 0;
this.lstDisponiveis.UseCompatibleStateImageBehavior = false;
this.lstDisponiveis.View = System.Windows.Forms.View.Tile;
//
// generalStrip
//
this.generalStrip.ImageScalingSize = new System.Drawing.Size(20, 20);
this.generalStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.lblStripJoystick,
this.lblStripJoystickComando,
this.lblStripOperacaoLiberada,
this.lblStripOperacaoStatus,
this.lblStripMqtt,
this.lblStripPython});
this.generalStrip.Location = new System.Drawing.Point(0, 612);
this.generalStrip.Name = "generalStrip";
this.generalStrip.Padding = new System.Windows.Forms.Padding(1, 0, 10, 0);
this.generalStrip.Size = new System.Drawing.Size(649, 22);
this.generalStrip.TabIndex = 1;
this.generalStrip.Text = "statusStrip1";
//
// lblStripJoystick
//
this.lblStripJoystick.Name = "lblStripJoystick";
this.lblStripJoystick.Size = new System.Drawing.Size(129, 17);
this.lblStripJoystick.Text = "Joystick: Desconectado";
//
// lblStripJoystickComando
//
this.lblStripJoystickComando.Name = "lblStripJoystickComando";
this.lblStripJoystickComando.Size = new System.Drawing.Size(16, 17);
this.lblStripJoystickComando.Text = "...";
//
// lblStripOperacaoLiberada
//
this.lblStripOperacaoLiberada.Name = "lblStripOperacaoLiberada";
this.lblStripOperacaoLiberada.Size = new System.Drawing.Size(134, 17);
this.lblStripOperacaoLiberada.Text = "Operação Liberada: Não";
this.lblStripOperacaoLiberada.Click += new System.EventHandler(this.lblStripOperacaoLiberada_Click);
//
// lblStripOperacaoStatus
//
this.lblStripOperacaoStatus.Name = "lblStripOperacaoStatus";
this.lblStripOperacaoStatus.Size = new System.Drawing.Size(74, 17);
this.lblStripOperacaoStatus.Text = "Não iniciado";
//
// lblStripMqtt
//
this.lblStripMqtt.Name = "lblStripMqtt";
this.lblStripMqtt.Size = new System.Drawing.Size(121, 17);
this.lblStripMqtt.Text = "MQTT: Desconectado";
//
// lblStripPython
//
this.lblStripPython.Name = "lblStripPython";
this.lblStripPython.Size = new System.Drawing.Size(99, 17);
this.lblStripPython.Text = "IA: Desconectado";
//
// gpbMovimentacao
//
this.gpbMovimentacao.Controls.Add(this.lblKmh);
this.gpbMovimentacao.Controls.Add(this.trkKmh);
this.gpbMovimentacao.Controls.Add(this.trkRPM);
this.gpbMovimentacao.Controls.Add(this.lblRPM);
this.gpbMovimentacao.Location = new System.Drawing.Point(9, 63);
this.gpbMovimentacao.Margin = new System.Windows.Forms.Padding(2);
this.gpbMovimentacao.Name = "gpbMovimentacao";
this.gpbMovimentacao.Padding = new System.Windows.Forms.Padding(2);
this.gpbMovimentacao.Size = new System.Drawing.Size(330, 85);
this.gpbMovimentacao.TabIndex = 2;
this.gpbMovimentacao.TabStop = false;
this.gpbMovimentacao.Text = "Controle Movimentação";
//
// lblKmh
//
this.lblKmh.AutoSize = true;
this.lblKmh.Location = new System.Drawing.Point(166, 20);
this.lblKmh.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblKmh.Name = "lblKmh";
this.lblKmh.Size = new System.Drawing.Size(132, 13);
this.lblKmh.TabIndex = 23;
this.lblKmh.Text = "Velocidade: 0% 0,00 km/h";
//
// trkKmh
//
this.trkKmh.Location = new System.Drawing.Point(168, 37);
this.trkKmh.Margin = new System.Windows.Forms.Padding(2);
this.trkKmh.Maximum = 100;
this.trkKmh.Name = "trkKmh";
this.trkKmh.Size = new System.Drawing.Size(158, 45);
this.trkKmh.TabIndex = 22;
this.trkKmh.TickFrequency = 10;
this.trkKmh.Value = 3;
this.trkKmh.ValueChanged += new System.EventHandler(this.trkKmh_ValueChanged);
//
// trkRPM
//
this.trkRPM.Enabled = false;
this.trkRPM.Location = new System.Drawing.Point(4, 37);
this.trkRPM.Margin = new System.Windows.Forms.Padding(2);
this.trkRPM.Maximum = 100;
this.trkRPM.Minimum = 5;
this.trkRPM.Name = "trkRPM";
this.trkRPM.Size = new System.Drawing.Size(158, 45);
this.trkRPM.TabIndex = 20;
this.trkRPM.TickFrequency = 5;
this.trkRPM.Value = 5;
this.trkRPM.Scroll += new System.EventHandler(this.trkRPM_Scroll);
//
// lblRPM
//
this.lblRPM.AutoSize = true;
this.lblRPM.Location = new System.Drawing.Point(2, 20);
this.lblRPM.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblRPM.Name = "lblRPM";
this.lblRPM.Size = new System.Drawing.Size(43, 13);
this.lblRPM.TabIndex = 21;
this.lblRPM.Text = "RPM: 5";
//
// tkbAngulo
//
this.tkbAngulo.Location = new System.Drawing.Point(4, 95);
this.tkbAngulo.Margin = new System.Windows.Forms.Padding(2);
this.tkbAngulo.Maximum = 180;
this.tkbAngulo.Name = "tkbAngulo";
this.tkbAngulo.Size = new System.Drawing.Size(314, 45);
this.tkbAngulo.TabIndex = 17;
this.tkbAngulo.TickFrequency = 5;
this.tkbAngulo.ValueChanged += new System.EventHandler(this.tkbAngulo_ValueChanged);
//
// lblAngulo
//
this.lblAngulo.AutoSize = true;
this.lblAngulo.Location = new System.Drawing.Point(2, 79);
this.lblAngulo.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblAngulo.Name = "lblAngulo";
this.lblAngulo.Size = new System.Drawing.Size(56, 13);
this.lblAngulo.TabIndex = 16;
this.lblAngulo.Text = "Angulo: 0º";
//
// lblVelocidade
//
this.lblVelocidade.AutoSize = true;
this.lblVelocidade.Location = new System.Drawing.Point(2, 19);
this.lblVelocidade.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblVelocidade.Name = "lblVelocidade";
this.lblVelocidade.Size = new System.Drawing.Size(80, 13);
this.lblVelocidade.TabIndex = 15;
this.lblVelocidade.Text = "Velocidade: 1%";
//
// tkbVelocidade
//
this.tkbVelocidade.Location = new System.Drawing.Point(4, 35);
this.tkbVelocidade.Margin = new System.Windows.Forms.Padding(2);
this.tkbVelocidade.Maximum = 100;
this.tkbVelocidade.Minimum = 1;
this.tkbVelocidade.Name = "tkbVelocidade";
this.tkbVelocidade.Size = new System.Drawing.Size(314, 45);
this.tkbVelocidade.TabIndex = 14;
this.tkbVelocidade.TickFrequency = 5;
this.tkbVelocidade.Value = 1;
this.tkbVelocidade.ValueChanged += new System.EventHandler(this.tkbVelocidadeMP_ValueChanged);
//
// btnVer
//
this.btnVer.Location = new System.Drawing.Point(256, 20);
this.btnVer.Margin = new System.Windows.Forms.Padding(2);
this.btnVer.Name = "btnVer";
this.btnVer.Size = new System.Drawing.Size(63, 20);
this.btnVer.TabIndex = 13;
this.btnVer.Text = "Ver";
this.btnVer.UseVisualStyleBackColor = true;
this.btnVer.Click += new System.EventHandler(this.btnVer_Click);
//
// btnJoyAtt
//
this.btnJoyAtt.Location = new System.Drawing.Point(121, 20);
this.btnJoyAtt.Margin = new System.Windows.Forms.Padding(2);
this.btnJoyAtt.Name = "btnJoyAtt";
this.btnJoyAtt.Size = new System.Drawing.Size(63, 20);
this.btnJoyAtt.TabIndex = 12;
this.btnJoyAtt.Text = "Atualizar";
this.btnJoyAtt.UseVisualStyleBackColor = true;
this.btnJoyAtt.Click += new System.EventHandler(this.btnJoyAtt_Click);
//
// btnJoyEdt
//
this.btnJoyEdt.Location = new System.Drawing.Point(188, 20);
this.btnJoyEdt.Margin = new System.Windows.Forms.Padding(2);
this.btnJoyEdt.Name = "btnJoyEdt";
this.btnJoyEdt.Size = new System.Drawing.Size(63, 20);
this.btnJoyEdt.TabIndex = 11;
this.btnJoyEdt.Text = "Editar";
this.btnJoyEdt.UseVisualStyleBackColor = true;
this.btnJoyEdt.Click += new System.EventHandler(this.btnJoyEdt_Click);
//
// cmbJoysticks
//
this.cmbJoysticks.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbJoysticks.FormattingEnabled = true;
this.cmbJoysticks.Location = new System.Drawing.Point(4, 21);
this.cmbJoysticks.Margin = new System.Windows.Forms.Padding(2);
this.cmbJoysticks.Name = "cmbJoysticks";
this.cmbJoysticks.Size = new System.Drawing.Size(112, 21);
this.cmbJoysticks.TabIndex = 3;
//
// btnDiagnosticos
//
this.btnDiagnosticos.Location = new System.Drawing.Point(5, 6);
this.btnDiagnosticos.Margin = new System.Windows.Forms.Padding(2);
this.btnDiagnosticos.Name = "btnDiagnosticos";
this.btnDiagnosticos.Size = new System.Drawing.Size(84, 20);
this.btnDiagnosticos.TabIndex = 14;
this.btnDiagnosticos.Text = "Diagnósticos";
this.btnDiagnosticos.UseVisualStyleBackColor = true;
this.btnDiagnosticos.Click += new System.EventHandler(this.btnDiagnosticos_Click);
//
// btnAcompanhamento
//
this.btnAcompanhamento.Location = new System.Drawing.Point(5, 32);
this.btnAcompanhamento.Margin = new System.Windows.Forms.Padding(2);
this.btnAcompanhamento.Name = "btnAcompanhamento";
this.btnAcompanhamento.Size = new System.Drawing.Size(84, 20);
this.btnAcompanhamento.TabIndex = 15;
this.btnAcompanhamento.Text = "Plotagem";
this.btnAcompanhamento.UseVisualStyleBackColor = true;
this.btnAcompanhamento.Click += new System.EventHandler(this.btnAcompanhamento_Click);
//
// btnAtuCamera
//
this.btnAtuCamera.Location = new System.Drawing.Point(5, 56);
this.btnAtuCamera.Margin = new System.Windows.Forms.Padding(2);
this.btnAtuCamera.Name = "btnAtuCamera";
this.btnAtuCamera.Size = new System.Drawing.Size(84, 20);
this.btnAtuCamera.TabIndex = 16;
this.btnAtuCamera.Text = "Ver solo";
this.btnAtuCamera.UseVisualStyleBackColor = true;
this.btnAtuCamera.Click += new System.EventHandler(this.btnCamera_Click);
//
// btnMapas
//
this.btnMapas.Location = new System.Drawing.Point(5, 107);
this.btnMapas.Margin = new System.Windows.Forms.Padding(2);
this.btnMapas.Name = "btnMapas";
this.btnMapas.Size = new System.Drawing.Size(84, 20);
this.btnMapas.TabIndex = 17;
this.btnMapas.Text = "Mapas";
this.btnMapas.UseVisualStyleBackColor = true;
this.btnMapas.Click += new System.EventHandler(this.btnMapas_Click);
//
// btnSenCamera
//
this.btnSenCamera.Location = new System.Drawing.Point(5, 82);
this.btnSenCamera.Margin = new System.Windows.Forms.Padding(2);
this.btnSenCamera.Name = "btnSenCamera";
this.btnSenCamera.Size = new System.Drawing.Size(84, 20);
this.btnSenCamera.TabIndex = 18;
this.btnSenCamera.Text = "Ver caminho";
this.btnSenCamera.UseVisualStyleBackColor = true;
this.btnSenCamera.Click += new System.EventHandler(this.btnSenCamera_Click);
//
// gpbJoystick
//
this.gpbJoystick.Controls.Add(this.cmbJoysticks);
this.gpbJoystick.Controls.Add(this.btnJoyEdt);
this.gpbJoystick.Controls.Add(this.btnJoyAtt);
this.gpbJoystick.Controls.Add(this.btnVer);
this.gpbJoystick.Location = new System.Drawing.Point(9, 10);
this.gpbJoystick.Margin = new System.Windows.Forms.Padding(2);
this.gpbJoystick.Name = "gpbJoystick";
this.gpbJoystick.Padding = new System.Windows.Forms.Padding(2);
this.gpbJoystick.Size = new System.Drawing.Size(330, 49);
this.gpbJoystick.TabIndex = 18;
this.gpbJoystick.TabStop = false;
this.gpbJoystick.Text = "Joystick";
//
// gpbControleDirecional
//
this.gpbControleDirecional.Controls.Add(this.tkbVelocidade);
this.gpbControleDirecional.Controls.Add(this.tkbAngulo);
this.gpbControleDirecional.Controls.Add(this.lblAngulo);
this.gpbControleDirecional.Controls.Add(this.lblVelocidade);
this.gpbControleDirecional.Location = new System.Drawing.Point(9, 154);
this.gpbControleDirecional.Margin = new System.Windows.Forms.Padding(2);
this.gpbControleDirecional.Name = "gpbControleDirecional";
this.gpbControleDirecional.Padding = new System.Windows.Forms.Padding(2);
this.gpbControleDirecional.Size = new System.Drawing.Size(330, 159);
this.gpbControleDirecional.TabIndex = 19;
this.gpbControleDirecional.TabStop = false;
this.gpbControleDirecional.Text = "Controle Direcional";
//
// gpbAtalhos
//
this.gpbAtalhos.Controls.Add(this.pnlAtalhos);
this.gpbAtalhos.Location = new System.Drawing.Point(344, 10);
this.gpbAtalhos.Margin = new System.Windows.Forms.Padding(2);
this.gpbAtalhos.Name = "gpbAtalhos";
this.gpbAtalhos.Padding = new System.Windows.Forms.Padding(2);
this.gpbAtalhos.Size = new System.Drawing.Size(122, 304);
this.gpbAtalhos.TabIndex = 20;
this.gpbAtalhos.TabStop = false;
this.gpbAtalhos.Text = "Atalhos";
//
// pnlAtalhos
//
this.pnlAtalhos.AutoScroll = true;
this.pnlAtalhos.Controls.Add(this.btnSimuladorMapeamentoVisual);
this.pnlAtalhos.Controls.Add(this.btnVisualWorker);
this.pnlAtalhos.Controls.Add(this.btnTreinamentoIA);
this.pnlAtalhos.Controls.Add(this.btnOID);
this.pnlAtalhos.Controls.Add(this.btnEthernet);
this.pnlAtalhos.Controls.Add(this.btnMKS);
this.pnlAtalhos.Controls.Add(this.btnBLD300R);
this.pnlAtalhos.Controls.Add(this.btnWT901C);
this.pnlAtalhos.Controls.Add(this.btnLoRaConfig);
this.pnlAtalhos.Controls.Add(this.btnResultados);
this.pnlAtalhos.Controls.Add(this.btnDiagnosticos);
this.pnlAtalhos.Controls.Add(this.btnAtuCamera);
this.pnlAtalhos.Controls.Add(this.btnKinect);
this.pnlAtalhos.Controls.Add(this.btnSenCamera);
this.pnlAtalhos.Controls.Add(this.btnMapas);
this.pnlAtalhos.Controls.Add(this.btnSimulador);
this.pnlAtalhos.Controls.Add(this.btnAcompanhamento);
this.pnlAtalhos.Controls.Add(this.btnGPS);
this.pnlAtalhos.Controls.Add(this.btnSonar);
this.pnlAtalhos.Controls.Add(this.btnContornos);
this.pnlAtalhos.Controls.Add(this.btnAtuCalibragem);
this.pnlAtalhos.Location = new System.Drawing.Point(4, 14);
this.pnlAtalhos.Margin = new System.Windows.Forms.Padding(2);
this.pnlAtalhos.Name = "pnlAtalhos";
this.pnlAtalhos.Size = new System.Drawing.Size(112, 286);
this.pnlAtalhos.TabIndex = 0;
//
// btnSimuladorMapeamentoVisual
//
this.btnSimuladorMapeamentoVisual.Location = new System.Drawing.Point(5, 487);
this.btnSimuladorMapeamentoVisual.Margin = new System.Windows.Forms.Padding(2);
this.btnSimuladorMapeamentoVisual.Name = "btnSimuladorMapeamentoVisual";
this.btnSimuladorMapeamentoVisual.Size = new System.Drawing.Size(84, 20);
this.btnSimuladorMapeamentoVisual.TabIndex = 34;
this.btnSimuladorMapeamentoVisual.Text = "Mapeamento";
this.btnSimuladorMapeamentoVisual.UseVisualStyleBackColor = true;
this.btnSimuladorMapeamentoVisual.Click += new System.EventHandler(this.btnSimuladorMapeamentoVisual_Click);
//
// btnVisualWorker
//
this.btnVisualWorker.Location = new System.Drawing.Point(5, 463);
this.btnVisualWorker.Margin = new System.Windows.Forms.Padding(2);
this.btnVisualWorker.Name = "btnVisualWorker";
this.btnVisualWorker.Size = new System.Drawing.Size(84, 20);
this.btnVisualWorker.TabIndex = 33;
this.btnVisualWorker.Text = "Visual Worker";
this.btnVisualWorker.UseVisualStyleBackColor = true;
this.btnVisualWorker.Click += new System.EventHandler(this.btnVisualWorker_Click);
//
// btnTreinamentoIA
//
this.btnTreinamentoIA.Location = new System.Drawing.Point(5, 439);
this.btnTreinamentoIA.Margin = new System.Windows.Forms.Padding(2);
this.btnTreinamentoIA.Name = "btnTreinamentoIA";
this.btnTreinamentoIA.Size = new System.Drawing.Size(84, 20);
this.btnTreinamentoIA.TabIndex = 32;
this.btnTreinamentoIA.Text = "Treinamento";
this.btnTreinamentoIA.UseVisualStyleBackColor = true;
this.btnTreinamentoIA.Click += new System.EventHandler(this.btnTreinamentoIA_Click);
//
// btnOID
//
this.btnOID.Location = new System.Drawing.Point(5, 415);
this.btnOID.Margin = new System.Windows.Forms.Padding(2);
this.btnOID.Name = "btnOID";
this.btnOID.Size = new System.Drawing.Size(84, 20);
this.btnOID.TabIndex = 31;
this.btnOID.Text = "OIDelec";
this.btnOID.UseVisualStyleBackColor = true;
this.btnOID.Click += new System.EventHandler(this.btnOID_Click);
//
// btnEthernet
//
this.btnEthernet.Location = new System.Drawing.Point(5, 391);
this.btnEthernet.Margin = new System.Windows.Forms.Padding(2);
this.btnEthernet.Name = "btnEthernet";
this.btnEthernet.Size = new System.Drawing.Size(84, 20);
this.btnEthernet.TabIndex = 30;
this.btnEthernet.Text = "Ethernet";
this.btnEthernet.UseVisualStyleBackColor = true;
this.btnEthernet.Click += new System.EventHandler(this.btnEthernet_Click);
//
// btnMKS
//
this.btnMKS.Location = new System.Drawing.Point(5, 367);
this.btnMKS.Margin = new System.Windows.Forms.Padding(2);
this.btnMKS.Name = "btnMKS";
this.btnMKS.Size = new System.Drawing.Size(84, 20);
this.btnMKS.TabIndex = 29;
this.btnMKS.Text = "MKS 057D";
this.btnMKS.UseVisualStyleBackColor = true;
this.btnMKS.Click += new System.EventHandler(this.btnMKS_Click);
//
// btnBLD300R
//
this.btnBLD300R.Location = new System.Drawing.Point(5, 343);
this.btnBLD300R.Margin = new System.Windows.Forms.Padding(2);
this.btnBLD300R.Name = "btnBLD300R";
this.btnBLD300R.Size = new System.Drawing.Size(84, 20);
this.btnBLD300R.TabIndex = 28;
this.btnBLD300R.Text = "BLD300R";
this.btnBLD300R.UseVisualStyleBackColor = true;
this.btnBLD300R.Click += new System.EventHandler(this.btnBLD300R_Click);
//
// btnWT901C
//
this.btnWT901C.Location = new System.Drawing.Point(5, 319);
this.btnWT901C.Margin = new System.Windows.Forms.Padding(2);
this.btnWT901C.Name = "btnWT901C";
this.btnWT901C.Size = new System.Drawing.Size(84, 20);
this.btnWT901C.TabIndex = 27;
this.btnWT901C.Text = "WT901C485";
this.btnWT901C.UseVisualStyleBackColor = true;
this.btnWT901C.Click += new System.EventHandler(this.btnWT901C_Click);
//
// btnLoRaConfig
//
this.btnLoRaConfig.Location = new System.Drawing.Point(5, 296);
this.btnLoRaConfig.Margin = new System.Windows.Forms.Padding(2);
this.btnLoRaConfig.Name = "btnLoRaConfig";
this.btnLoRaConfig.Size = new System.Drawing.Size(84, 20);
this.btnLoRaConfig.TabIndex = 26;
this.btnLoRaConfig.Text = "Comunicação";
this.btnLoRaConfig.UseVisualStyleBackColor = true;
this.btnLoRaConfig.Click += new System.EventHandler(this.btnLoRaConfig_Click);
//
// btnResultados
//
this.btnResultados.Location = new System.Drawing.Point(5, 272);
this.btnResultados.Margin = new System.Windows.Forms.Padding(2);
this.btnResultados.Name = "btnResultados";
this.btnResultados.Size = new System.Drawing.Size(84, 20);
this.btnResultados.TabIndex = 25;
this.btnResultados.Text = "Resultados";
this.btnResultados.UseVisualStyleBackColor = true;
this.btnResultados.Click += new System.EventHandler(this.btnResultados_Click);
//
// btnKinect
//
this.btnKinect.Location = new System.Drawing.Point(5, 249);
this.btnKinect.Margin = new System.Windows.Forms.Padding(2);
this.btnKinect.Name = "btnKinect";
this.btnKinect.Size = new System.Drawing.Size(84, 20);
this.btnKinect.TabIndex = 24;
this.btnKinect.Text = "Kinect";
this.btnKinect.UseVisualStyleBackColor = true;
this.btnKinect.Click += new System.EventHandler(this.btnKinect_Click);
//
// btnSimulador
//
this.btnSimulador.Location = new System.Drawing.Point(5, 225);
this.btnSimulador.Margin = new System.Windows.Forms.Padding(2);
this.btnSimulador.Name = "btnSimulador";
this.btnSimulador.Size = new System.Drawing.Size(84, 20);
this.btnSimulador.TabIndex = 23;
this.btnSimulador.Text = "Simulador";
this.btnSimulador.UseVisualStyleBackColor = true;
this.btnSimulador.Click += new System.EventHandler(this.btnSimulador_Click);
//
// btnGPS
//
this.btnGPS.Location = new System.Drawing.Point(5, 132);
this.btnGPS.Margin = new System.Windows.Forms.Padding(2);
this.btnGPS.Name = "btnGPS";
this.btnGPS.Size = new System.Drawing.Size(84, 20);
this.btnGPS.TabIndex = 19;
this.btnGPS.Text = "GPS";
this.btnGPS.UseVisualStyleBackColor = true;
this.btnGPS.Click += new System.EventHandler(this.btnGPS_Click);
//
// btnSonar
//
this.btnSonar.Location = new System.Drawing.Point(5, 202);
this.btnSonar.Margin = new System.Windows.Forms.Padding(2);
this.btnSonar.Name = "btnSonar";
this.btnSonar.Size = new System.Drawing.Size(84, 20);
this.btnSonar.TabIndex = 22;
this.btnSonar.Text = "Sonar";
this.btnSonar.UseVisualStyleBackColor = true;
this.btnSonar.Click += new System.EventHandler(this.btnSonar_Click);
//
// btnContornos
//
this.btnContornos.Location = new System.Drawing.Point(5, 155);
this.btnContornos.Margin = new System.Windows.Forms.Padding(2);
this.btnContornos.Name = "btnContornos";
this.btnContornos.Size = new System.Drawing.Size(84, 20);
this.btnContornos.TabIndex = 20;
this.btnContornos.Text = "Contornos";
this.btnContornos.UseVisualStyleBackColor = true;
this.btnContornos.Click += new System.EventHandler(this.btnContornos_Click);
//
// btnAtuCalibragem
//
this.btnAtuCalibragem.Location = new System.Drawing.Point(5, 179);
this.btnAtuCalibragem.Margin = new System.Windows.Forms.Padding(2);
this.btnAtuCalibragem.Name = "btnAtuCalibragem";
this.btnAtuCalibragem.Size = new System.Drawing.Size(84, 20);
this.btnAtuCalibragem.TabIndex = 21;
this.btnAtuCalibragem.Text = "Atuador";
this.btnAtuCalibragem.UseVisualStyleBackColor = true;
this.btnAtuCalibragem.Click += new System.EventHandler(this.btnAtuCalibragem_Click);
//
// gpbOperacao
//
this.gpbOperacao.Controls.Add(this.btnIHM);
this.gpbOperacao.Controls.Add(this.btnConfigurarOperacao);
this.gpbOperacao.Controls.Add(this.chbDebugMode);
this.gpbOperacao.Controls.Add(this.btnIniciarOperacao);
this.gpbOperacao.Controls.Add(this.lblModoOperacao);
this.gpbOperacao.Controls.Add(this.cmbModoOperacao);
this.gpbOperacao.Location = new System.Drawing.Point(9, 315);
this.gpbOperacao.Margin = new System.Windows.Forms.Padding(2);
this.gpbOperacao.Name = "gpbOperacao";
this.gpbOperacao.Padding = new System.Windows.Forms.Padding(2);
this.gpbOperacao.Size = new System.Drawing.Size(457, 97);
this.gpbOperacao.TabIndex = 21;
this.gpbOperacao.TabStop = false;
this.gpbOperacao.Text = "Operação";
//
// btnIHM
//
this.btnIHM.Location = new System.Drawing.Point(296, 58);
this.btnIHM.Margin = new System.Windows.Forms.Padding(2);
this.btnIHM.Name = "btnIHM";
this.btnIHM.Size = new System.Drawing.Size(122, 33);
this.btnIHM.TabIndex = 16;
this.btnIHM.Text = "IHM";
this.btnIHM.UseVisualStyleBackColor = true;
this.btnIHM.Click += new System.EventHandler(this.btnIHM_Click);
//
// btnConfigurarOperacao
//
this.btnConfigurarOperacao.Location = new System.Drawing.Point(134, 58);
this.btnConfigurarOperacao.Margin = new System.Windows.Forms.Padding(2);
this.btnConfigurarOperacao.Name = "btnConfigurarOperacao";
this.btnConfigurarOperacao.Size = new System.Drawing.Size(122, 33);
this.btnConfigurarOperacao.TabIndex = 15;
this.btnConfigurarOperacao.Text = "Configurar Operação";
this.btnConfigurarOperacao.UseVisualStyleBackColor = true;
this.btnConfigurarOperacao.Click += new System.EventHandler(this.btnConfigurarOperacao_Click);
//
// chbDebugMode
//
this.chbDebugMode.AutoSize = true;
this.chbDebugMode.Location = new System.Drawing.Point(134, 35);
this.chbDebugMode.Margin = new System.Windows.Forms.Padding(2);
this.chbDebugMode.Name = "chbDebugMode";
this.chbDebugMode.Size = new System.Drawing.Size(109, 17);
this.chbDebugMode.TabIndex = 14;
this.chbDebugMode.Text = "Modo Depuração";
this.chbDebugMode.UseVisualStyleBackColor = true;
//
// btnIniciarOperacao
//
this.btnIniciarOperacao.Location = new System.Drawing.Point(7, 58);
this.btnIniciarOperacao.Margin = new System.Windows.Forms.Padding(2);
this.btnIniciarOperacao.Name = "btnIniciarOperacao";
this.btnIniciarOperacao.Size = new System.Drawing.Size(109, 33);
this.btnIniciarOperacao.TabIndex = 13;
this.btnIniciarOperacao.Text = "Iniciar Operação";
this.btnIniciarOperacao.UseVisualStyleBackColor = true;
this.btnIniciarOperacao.Click += new System.EventHandler(this.btnIniciarOperacao_Click);
//
// lblModoOperacao
//
this.lblModoOperacao.AutoSize = true;
this.lblModoOperacao.Location = new System.Drawing.Point(4, 17);
this.lblModoOperacao.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblModoOperacao.Name = "lblModoOperacao";
this.lblModoOperacao.Size = new System.Drawing.Size(34, 13);
this.lblModoOperacao.TabIndex = 13;
this.lblModoOperacao.Text = "Modo";
//
// cmbModoOperacao
//
this.cmbModoOperacao.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbModoOperacao.FormattingEnabled = true;
this.cmbModoOperacao.Location = new System.Drawing.Point(7, 33);
this.cmbModoOperacao.Margin = new System.Windows.Forms.Padding(2);
this.cmbModoOperacao.Name = "cmbModoOperacao";
this.cmbModoOperacao.Size = new System.Drawing.Size(110, 21);
this.cmbModoOperacao.TabIndex = 13;
this.cmbModoOperacao.SelectedIndexChanged += new System.EventHandler(this.cmbModoOperacao_SelectedIndexChanged);
//
// lblProgressoAtualizacao
//
this.lblProgressoAtualizacao.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lblProgressoAtualizacao.AutoSize = true;
this.lblProgressoAtualizacao.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblProgressoAtualizacao.Location = new System.Drawing.Point(290, 591);
this.lblProgressoAtualizacao.Name = "lblProgressoAtualizacao";
this.lblProgressoAtualizacao.Size = new System.Drawing.Size(152, 13);
this.lblProgressoAtualizacao.TabIndex = 48;
this.lblProgressoAtualizacao.Text = "(0,00%) Atualizando arquivos...";
//
// pgbAtualizacaoArquivos
//
this.pgbAtualizacaoArquivos.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.pgbAtualizacaoArquivos.Location = new System.Drawing.Point(9, 586);
this.pgbAtualizacaoArquivos.Name = "pgbAtualizacaoArquivos";
this.pgbAtualizacaoArquivos.Size = new System.Drawing.Size(275, 23);
this.pgbAtualizacaoArquivos.TabIndex = 47;
//
// btnForcarAtualizacao
//
this.btnForcarAtualizacao.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnForcarAtualizacao.Location = new System.Drawing.Point(9, 559);
this.btnForcarAtualizacao.Margin = new System.Windows.Forms.Padding(2);
this.btnForcarAtualizacao.Name = "btnForcarAtualizacao";
this.btnForcarAtualizacao.Size = new System.Drawing.Size(109, 22);
this.btnForcarAtualizacao.TabIndex = 17;
this.btnForcarAtualizacao.Text = "Atualizar Arquivos";
this.btnForcarAtualizacao.UseVisualStyleBackColor = true;
this.btnForcarAtualizacao.Click += new System.EventHandler(this.btnForcarAtualizacao_Click);
//
// clbRotinas
//
this.clbRotinas.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.clbRotinas.FormattingEnabled = true;
this.clbRotinas.Location = new System.Drawing.Point(9, 417);
this.clbRotinas.Name = "clbRotinas";
this.clbRotinas.Size = new System.Drawing.Size(627, 94);
this.clbRotinas.TabIndex = 49;
//
// btnAtualizarRotinas
//
this.btnAtualizarRotinas.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnAtualizarRotinas.Location = new System.Drawing.Point(9, 516);
this.btnAtualizarRotinas.Margin = new System.Windows.Forms.Padding(2);
this.btnAtualizarRotinas.Name = "btnAtualizarRotinas";
this.btnAtualizarRotinas.Size = new System.Drawing.Size(109, 22);
this.btnAtualizarRotinas.TabIndex = 50;
this.btnAtualizarRotinas.Text = "Atualizar Rotinas";
this.btnAtualizarRotinas.UseVisualStyleBackColor = true;
this.btnAtualizarRotinas.Click += new System.EventHandler(this.btnAtualizarRotinas_Click);
//
// frmPrincipal
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1268, 634);
this.Controls.Add(this.btnAtualizarRotinas);
this.Controls.Add(this.clbRotinas);
this.Controls.Add(this.btnForcarAtualizacao);
this.Controls.Add(this.lblProgressoAtualizacao);
this.Controls.Add(this.pgbAtualizacaoArquivos);
this.Controls.Add(this.gpbOperacao);
this.Controls.Add(this.gpbAtalhos);
this.Controls.Add(this.gpbControleDirecional);
this.Controls.Add(this.gpbJoystick);
this.Controls.Add(this.gpbMovimentacao);
this.Controls.Add(this.generalStrip);
this.Controls.Add(this.gpbAcoes);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "frmPrincipal";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Agro Base";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmPrincipal_FormClosing);
this.Load += new System.EventHandler(this.Form1_Load);
this.gpbAcoes.ResumeLayout(false);
this.gpbAcoes.PerformLayout();
this.erroStrip.ResumeLayout(false);
this.erroStrip.PerformLayout();
this.pnlLateral.ResumeLayout(false);
this.gpbDispositivos.ResumeLayout(false);
this.generalStrip.ResumeLayout(false);
this.generalStrip.PerformLayout();
this.gpbMovimentacao.ResumeLayout(false);
this.gpbMovimentacao.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.trkKmh)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.trkRPM)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tkbAngulo)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tkbVelocidade)).EndInit();
this.gpbJoystick.ResumeLayout(false);
this.gpbControleDirecional.ResumeLayout(false);
this.gpbControleDirecional.PerformLayout();
this.gpbAtalhos.ResumeLayout(false);
this.pnlAtalhos.ResumeLayout(false);
this.gpbOperacao.ResumeLayout(false);
this.gpbOperacao.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox gpbAcoes;
private System.Windows.Forms.StatusStrip erroStrip;
private System.Windows.Forms.StatusStrip generalStrip;
private System.Windows.Forms.GroupBox gpbMovimentacao;
private System.Windows.Forms.Button btnJoyEdt;
public System.Windows.Forms.ToolStripStatusLabel lblStripErro;
public System.Windows.Forms.ToolStripStatusLabel lblStripJoystick;
private System.Windows.Forms.Button btnJoyAtt;
private System.Windows.Forms.Button btnVer;
private System.Windows.Forms.GroupBox gpbDispositivos;
public System.Windows.Forms.ListView lstDisponiveis;
private System.Windows.Forms.Label lblVelocidade;
private System.Windows.Forms.TrackBar tkbVelocidade;
private System.Windows.Forms.TrackBar tkbAngulo;
private System.Windows.Forms.Label lblAngulo;
private System.Windows.Forms.Label lblRPM;
private System.Windows.Forms.Button btnDiagnosticos;
public System.Windows.Forms.TrackBar trkRPM;
private System.Windows.Forms.ToolStripStatusLabel lblStripJoystickComando;
public System.Windows.Forms.ComboBox cmbJoysticks;
private System.Windows.Forms.Button btnAcompanhamento;
private System.Windows.Forms.Button btnAtuCamera;
private System.Windows.Forms.Button btnMapas;
private System.Windows.Forms.Button btnSenCamera;
private System.Windows.Forms.GroupBox gpbJoystick;
private System.Windows.Forms.GroupBox gpbControleDirecional;
private System.Windows.Forms.GroupBox gpbAtalhos;
private System.Windows.Forms.GroupBox gpbOperacao;
private System.Windows.Forms.Label lblModoOperacao;
private System.Windows.Forms.Button btnIniciarOperacao;
private System.Windows.Forms.Label lblKmh;
public System.Windows.Forms.TrackBar trkKmh;
private System.Windows.Forms.ToolStripStatusLabel lblStripOperacaoLiberada;
private System.Windows.Forms.ToolStripStatusLabel lblStripOperacaoStatus;
private System.Windows.Forms.Button btnGPS;
private System.Windows.Forms.Button btnConfigurarOperacao;
private System.Windows.Forms.Button btnIHM;
private System.Windows.Forms.Button btnContornos;
public System.Windows.Forms.ToolStripStatusLabel lblStripMqtt;
public System.Windows.Forms.Panel pnlLateral;
public System.Windows.Forms.CheckBox chbDebugMode;
private System.Windows.Forms.Button btnAtuCalibragem;
private System.Windows.Forms.Button btnSonar;
private System.Windows.Forms.Button btnSimulador;
private System.Windows.Forms.Button btnKinect;
private System.Windows.Forms.Button btnResultados;
private System.Windows.Forms.Panel pnlAtalhos;
private System.Windows.Forms.Button btnLoRaConfig;
private System.Windows.Forms.Button btnWT901C;
private System.Windows.Forms.Button btnBLD300R;
private System.Windows.Forms.Button btnMKS;
public System.Windows.Forms.ToolStripStatusLabel lblStatusConexao;
public System.Windows.Forms.Label lblProgressoAtualizacao;
private System.Windows.Forms.Button btnForcarAtualizacao;
private System.Windows.Forms.Button btnEthernet;
private System.Windows.Forms.CheckedListBox clbRotinas;
private System.Windows.Forms.Button btnAtualizarRotinas;
public System.Windows.Forms.ProgressBar pgbAtualizacaoArquivos;
public System.Windows.Forms.ToolStripStatusLabel lblStripPython;
private System.Windows.Forms.Button btnOID;
private System.Windows.Forms.Button btnTreinamentoIA;
private System.Windows.Forms.Button btnVisualWorker;
private System.Windows.Forms.Button btnSimuladorMapeamentoVisual;
public System.Windows.Forms.ComboBox cmbModoOperacao;
}
}