597 lines
32 KiB
C#
597 lines
32 KiB
C#
namespace AgroBase.Forms.IHM
|
|
{
|
|
partial class frmIHM
|
|
{
|
|
/// <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.lblD_Bld_DF = new System.Windows.Forms.Label();
|
|
this.lblD_Atu = new System.Windows.Forms.Label();
|
|
this.lblD_Sen = new System.Windows.Forms.Label();
|
|
this.lblD_Gps = new System.Windows.Forms.Label();
|
|
this.lblMqtt = new System.Windows.Forms.Label();
|
|
this.lblD_Pzm = new System.Windows.Forms.Label();
|
|
this.lblD_Lra = new System.Windows.Forms.Label();
|
|
this.lblD_Wit = new System.Windows.Forms.Label();
|
|
this.lblD_Bld_DT = new System.Windows.Forms.Label();
|
|
this.lblD_Mks_DF = new System.Windows.Forms.Label();
|
|
this.lblD_Mks_EF = new System.Windows.Forms.Label();
|
|
this.lblD_Bld_EF = new System.Windows.Forms.Label();
|
|
this.lblD_Mks_DT = new System.Windows.Forms.Label();
|
|
this.lblD_Mks_ET = new System.Windows.Forms.Label();
|
|
this.lblD_Bld_ET = new System.Windows.Forms.Label();
|
|
this.lblD_Cam_S0 = new System.Windows.Forms.Label();
|
|
this.lblD_Cam_S1 = new System.Windows.Forms.Label();
|
|
this.lblD_Knt = new System.Windows.Forms.Label();
|
|
this.lblDiagnosticos = new System.Windows.Forms.Label();
|
|
this.lblOperacao = new System.Windows.Forms.Label();
|
|
this.lblAjustes = new System.Windows.Forms.Label();
|
|
this.lblDesligar = new System.Windows.Forms.Label();
|
|
this.lblModoManual = new System.Windows.Forms.Label();
|
|
this.lblD_A05 = new System.Windows.Forms.Label();
|
|
this.lblStatus = new System.Windows.Forms.Label();
|
|
this.lblVersao = new System.Windows.Forms.Label();
|
|
this.lblOperacaoLiberada = new System.Windows.Forms.Label();
|
|
this.lblCodigoFalha = new System.Windows.Forms.Label();
|
|
this.picManual = new System.Windows.Forms.PictureBox();
|
|
this.picDiagnosticos = new System.Windows.Forms.PictureBox();
|
|
this.picOperacao = new System.Windows.Forms.PictureBox();
|
|
this.picAjustes = new System.Windows.Forms.PictureBox();
|
|
this.picDesligar = new System.Windows.Forms.PictureBox();
|
|
this.picRobo = new System.Windows.Forms.PictureBox();
|
|
this.picWifi = new System.Windows.Forms.PictureBox();
|
|
this.pgbAtualizacaoArquivos = new System.Windows.Forms.ProgressBar();
|
|
this.lblProgressoAtualizacao = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.picManual)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picDiagnosticos)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picOperacao)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picAjustes)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picDesligar)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picRobo)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picWifi)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// lblD_Bld_DF
|
|
//
|
|
this.lblD_Bld_DF.AutoSize = true;
|
|
this.lblD_Bld_DF.BackColor = System.Drawing.Color.Transparent;
|
|
this.lblD_Bld_DF.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.lblD_Bld_DF.Location = new System.Drawing.Point(305, 33);
|
|
this.lblD_Bld_DF.Name = "lblD_Bld_DF";
|
|
this.lblD_Bld_DF.Size = new System.Drawing.Size(45, 24);
|
|
this.lblD_Bld_DF.TabIndex = 2;
|
|
this.lblD_Bld_DF.Text = "BLD";
|
|
this.lblD_Bld_DF.Click += new System.EventHandler(this.lblModulo_Click);
|
|
//
|
|
// lblD_Atu
|
|
//
|
|
this.lblD_Atu.AutoSize = true;
|
|
this.lblD_Atu.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.lblD_Atu.Location = new System.Drawing.Point(210, 547);
|
|
this.lblD_Atu.Name = "lblD_Atu";
|
|
this.lblD_Atu.Size = new System.Drawing.Size(48, 24);
|
|
this.lblD_Atu.TabIndex = 4;
|
|
this.lblD_Atu.Text = "ATU";
|
|
this.lblD_Atu.Click += new System.EventHandler(this.lblModulo_Click);
|
|
//
|
|
// lblD_Sen
|
|
//
|
|
this.lblD_Sen.AutoSize = true;
|
|
this.lblD_Sen.BackColor = System.Drawing.Color.Lavender;
|
|
this.lblD_Sen.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.lblD_Sen.Location = new System.Drawing.Point(88, 271);
|
|
this.lblD_Sen.Name = "lblD_Sen";
|
|
this.lblD_Sen.Size = new System.Drawing.Size(49, 24);
|
|
this.lblD_Sen.TabIndex = 5;
|
|
this.lblD_Sen.Text = "SEN";
|
|
this.lblD_Sen.Click += new System.EventHandler(this.lblModulo_Click);
|
|
//
|
|
// lblD_Gps
|
|
//
|
|
this.lblD_Gps.AutoSize = true;
|
|
this.lblD_Gps.BackColor = System.Drawing.Color.Gray;
|
|
this.lblD_Gps.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.lblD_Gps.Location = new System.Drawing.Point(210, 230);
|
|
this.lblD_Gps.Name = "lblD_Gps";
|
|
this.lblD_Gps.Size = new System.Drawing.Size(48, 24);
|
|
this.lblD_Gps.TabIndex = 6;
|
|
this.lblD_Gps.Text = "GPS";
|
|
this.lblD_Gps.Click += new System.EventHandler(this.lblModulo_Click);
|
|
//
|
|
// lblMqtt
|
|
//
|
|
this.lblMqtt.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.lblMqtt.AutoSize = true;
|
|
this.lblMqtt.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblMqtt.Location = new System.Drawing.Point(473, 488);
|
|
this.lblMqtt.Name = "lblMqtt";
|
|
this.lblMqtt.Size = new System.Drawing.Size(114, 13);
|
|
this.lblMqtt.TabIndex = 13;
|
|
this.lblMqtt.Text = "MQTT: Desconectado";
|
|
//
|
|
// lblD_Pzm
|
|
//
|
|
this.lblD_Pzm.AutoSize = true;
|
|
this.lblD_Pzm.BackColor = System.Drawing.Color.Lavender;
|
|
this.lblD_Pzm.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.lblD_Pzm.Location = new System.Drawing.Point(322, 271);
|
|
this.lblD_Pzm.Name = "lblD_Pzm";
|
|
this.lblD_Pzm.Size = new System.Drawing.Size(50, 24);
|
|
this.lblD_Pzm.TabIndex = 14;
|
|
this.lblD_Pzm.Text = "PZM";
|
|
this.lblD_Pzm.Click += new System.EventHandler(this.lblModulo_Click);
|
|
//
|
|
// lblD_Lra
|
|
//
|
|
this.lblD_Lra.AutoSize = true;
|
|
this.lblD_Lra.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.lblD_Lra.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.lblD_Lra.Location = new System.Drawing.Point(213, 417);
|
|
this.lblD_Lra.Name = "lblD_Lra";
|
|
this.lblD_Lra.Size = new System.Drawing.Size(46, 24);
|
|
this.lblD_Lra.TabIndex = 15;
|
|
this.lblD_Lra.Text = "LRA";
|
|
this.lblD_Lra.Click += new System.EventHandler(this.lblModulo_Click);
|
|
//
|
|
// lblD_Wit
|
|
//
|
|
this.lblD_Wit.AutoSize = true;
|
|
this.lblD_Wit.BackColor = System.Drawing.Color.Lavender;
|
|
this.lblD_Wit.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.lblD_Wit.Location = new System.Drawing.Point(14, 547);
|
|
this.lblD_Wit.Name = "lblD_Wit";
|
|
this.lblD_Wit.Size = new System.Drawing.Size(44, 24);
|
|
this.lblD_Wit.TabIndex = 16;
|
|
this.lblD_Wit.Text = "WIT";
|
|
this.lblD_Wit.Click += new System.EventHandler(this.lblModulo_Click);
|
|
//
|
|
// lblD_Bld_DT
|
|
//
|
|
this.lblD_Bld_DT.AutoSize = true;
|
|
this.lblD_Bld_DT.BackColor = System.Drawing.Color.Lavender;
|
|
this.lblD_Bld_DT.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.lblD_Bld_DT.Location = new System.Drawing.Point(305, 423);
|
|
this.lblD_Bld_DT.Name = "lblD_Bld_DT";
|
|
this.lblD_Bld_DT.Size = new System.Drawing.Size(45, 24);
|
|
this.lblD_Bld_DT.TabIndex = 18;
|
|
this.lblD_Bld_DT.Text = "BLD";
|
|
this.lblD_Bld_DT.Click += new System.EventHandler(this.lblModulo_Click);
|
|
//
|
|
// lblD_Mks_DF
|
|
//
|
|
this.lblD_Mks_DF.AutoSize = true;
|
|
this.lblD_Mks_DF.BackColor = System.Drawing.Color.Transparent;
|
|
this.lblD_Mks_DF.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.lblD_Mks_DF.Location = new System.Drawing.Point(346, 101);
|
|
this.lblD_Mks_DF.Name = "lblD_Mks_DF";
|
|
this.lblD_Mks_DF.Size = new System.Drawing.Size(50, 24);
|
|
this.lblD_Mks_DF.TabIndex = 19;
|
|
this.lblD_Mks_DF.Text = "MKS";
|
|
this.lblD_Mks_DF.Click += new System.EventHandler(this.lblModulo_Click);
|
|
//
|
|
// lblD_Mks_EF
|
|
//
|
|
this.lblD_Mks_EF.AutoSize = true;
|
|
this.lblD_Mks_EF.BackColor = System.Drawing.Color.Transparent;
|
|
this.lblD_Mks_EF.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.lblD_Mks_EF.Location = new System.Drawing.Point(72, 101);
|
|
this.lblD_Mks_EF.Name = "lblD_Mks_EF";
|
|
this.lblD_Mks_EF.Size = new System.Drawing.Size(50, 24);
|
|
this.lblD_Mks_EF.TabIndex = 21;
|
|
this.lblD_Mks_EF.Text = "MKS";
|
|
this.lblD_Mks_EF.Click += new System.EventHandler(this.lblModulo_Click);
|
|
//
|
|
// lblD_Bld_EF
|
|
//
|
|
this.lblD_Bld_EF.AutoSize = true;
|
|
this.lblD_Bld_EF.BackColor = System.Drawing.Color.Transparent;
|
|
this.lblD_Bld_EF.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.lblD_Bld_EF.Location = new System.Drawing.Point(120, 33);
|
|
this.lblD_Bld_EF.Name = "lblD_Bld_EF";
|
|
this.lblD_Bld_EF.Size = new System.Drawing.Size(45, 24);
|
|
this.lblD_Bld_EF.TabIndex = 20;
|
|
this.lblD_Bld_EF.Text = "BLD";
|
|
this.lblD_Bld_EF.Click += new System.EventHandler(this.lblModulo_Click);
|
|
//
|
|
// lblD_Mks_DT
|
|
//
|
|
this.lblD_Mks_DT.AutoSize = true;
|
|
this.lblD_Mks_DT.BackColor = System.Drawing.Color.Lavender;
|
|
this.lblD_Mks_DT.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.lblD_Mks_DT.Location = new System.Drawing.Point(346, 355);
|
|
this.lblD_Mks_DT.Name = "lblD_Mks_DT";
|
|
this.lblD_Mks_DT.Size = new System.Drawing.Size(50, 24);
|
|
this.lblD_Mks_DT.TabIndex = 22;
|
|
this.lblD_Mks_DT.Text = "MKS";
|
|
this.lblD_Mks_DT.Click += new System.EventHandler(this.lblModulo_Click);
|
|
//
|
|
// lblD_Mks_ET
|
|
//
|
|
this.lblD_Mks_ET.AutoSize = true;
|
|
this.lblD_Mks_ET.BackColor = System.Drawing.Color.Lavender;
|
|
this.lblD_Mks_ET.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.lblD_Mks_ET.Location = new System.Drawing.Point(72, 355);
|
|
this.lblD_Mks_ET.Name = "lblD_Mks_ET";
|
|
this.lblD_Mks_ET.Size = new System.Drawing.Size(50, 24);
|
|
this.lblD_Mks_ET.TabIndex = 24;
|
|
this.lblD_Mks_ET.Text = "MKS";
|
|
this.lblD_Mks_ET.Click += new System.EventHandler(this.lblModulo_Click);
|
|
//
|
|
// lblD_Bld_ET
|
|
//
|
|
this.lblD_Bld_ET.AutoSize = true;
|
|
this.lblD_Bld_ET.BackColor = System.Drawing.Color.Lavender;
|
|
this.lblD_Bld_ET.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.lblD_Bld_ET.Location = new System.Drawing.Point(120, 423);
|
|
this.lblD_Bld_ET.Name = "lblD_Bld_ET";
|
|
this.lblD_Bld_ET.Size = new System.Drawing.Size(45, 24);
|
|
this.lblD_Bld_ET.TabIndex = 23;
|
|
this.lblD_Bld_ET.Text = "BLD";
|
|
this.lblD_Bld_ET.Click += new System.EventHandler(this.lblModulo_Click);
|
|
//
|
|
// lblD_Cam_S0
|
|
//
|
|
this.lblD_Cam_S0.AutoSize = true;
|
|
this.lblD_Cam_S0.BackColor = System.Drawing.Color.Lavender;
|
|
this.lblD_Cam_S0.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.lblD_Cam_S0.Location = new System.Drawing.Point(85, 470);
|
|
this.lblD_Cam_S0.Name = "lblD_Cam_S0";
|
|
this.lblD_Cam_S0.Size = new System.Drawing.Size(52, 24);
|
|
this.lblD_Cam_S0.TabIndex = 29;
|
|
this.lblD_Cam_S0.Text = "CAM";
|
|
this.lblD_Cam_S0.Click += new System.EventHandler(this.lblModulo_Click);
|
|
//
|
|
// lblD_Cam_S1
|
|
//
|
|
this.lblD_Cam_S1.AutoSize = true;
|
|
this.lblD_Cam_S1.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.lblD_Cam_S1.Location = new System.Drawing.Point(334, 470);
|
|
this.lblD_Cam_S1.Name = "lblD_Cam_S1";
|
|
this.lblD_Cam_S1.Size = new System.Drawing.Size(52, 24);
|
|
this.lblD_Cam_S1.TabIndex = 30;
|
|
this.lblD_Cam_S1.Text = "CAM";
|
|
this.lblD_Cam_S1.Click += new System.EventHandler(this.lblModulo_Click);
|
|
//
|
|
// lblD_Knt
|
|
//
|
|
this.lblD_Knt.AutoSize = true;
|
|
this.lblD_Knt.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.lblD_Knt.Location = new System.Drawing.Point(214, 125);
|
|
this.lblD_Knt.Name = "lblD_Knt";
|
|
this.lblD_Knt.Size = new System.Drawing.Size(48, 24);
|
|
this.lblD_Knt.TabIndex = 31;
|
|
this.lblD_Knt.Text = "KNT";
|
|
this.lblD_Knt.Click += new System.EventHandler(this.lblModulo_Click);
|
|
//
|
|
// lblDiagnosticos
|
|
//
|
|
this.lblDiagnosticos.AutoSize = true;
|
|
this.lblDiagnosticos.BackColor = System.Drawing.Color.Transparent;
|
|
this.lblDiagnosticos.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.lblDiagnosticos.Location = new System.Drawing.Point(490, 187);
|
|
this.lblDiagnosticos.Name = "lblDiagnosticos";
|
|
this.lblDiagnosticos.Size = new System.Drawing.Size(151, 24);
|
|
this.lblDiagnosticos.TabIndex = 32;
|
|
this.lblDiagnosticos.Text = "DIAGNÓSTICOS";
|
|
//
|
|
// lblOperacao
|
|
//
|
|
this.lblOperacao.AutoSize = true;
|
|
this.lblOperacao.BackColor = System.Drawing.Color.Transparent;
|
|
this.lblOperacao.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.lblOperacao.Location = new System.Drawing.Point(676, 187);
|
|
this.lblOperacao.Name = "lblOperacao";
|
|
this.lblOperacao.Size = new System.Drawing.Size(117, 24);
|
|
this.lblOperacao.TabIndex = 33;
|
|
this.lblOperacao.Text = "OPERAÇÃO";
|
|
//
|
|
// lblAjustes
|
|
//
|
|
this.lblAjustes.AutoSize = true;
|
|
this.lblAjustes.BackColor = System.Drawing.Color.Transparent;
|
|
this.lblAjustes.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.lblAjustes.Location = new System.Drawing.Point(858, 187);
|
|
this.lblAjustes.Name = "lblAjustes";
|
|
this.lblAjustes.Size = new System.Drawing.Size(94, 24);
|
|
this.lblAjustes.TabIndex = 35;
|
|
this.lblAjustes.Text = "AJUSTES";
|
|
//
|
|
// lblDesligar
|
|
//
|
|
this.lblDesligar.AutoSize = true;
|
|
this.lblDesligar.BackColor = System.Drawing.Color.Transparent;
|
|
this.lblDesligar.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.lblDesligar.Location = new System.Drawing.Point(850, 383);
|
|
this.lblDesligar.Name = "lblDesligar";
|
|
this.lblDesligar.Size = new System.Drawing.Size(102, 24);
|
|
this.lblDesligar.TabIndex = 36;
|
|
this.lblDesligar.Text = "DESLIGAR";
|
|
//
|
|
// lblModoManual
|
|
//
|
|
this.lblModoManual.AutoSize = true;
|
|
this.lblModoManual.BackColor = System.Drawing.Color.Transparent;
|
|
this.lblModoManual.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.lblModoManual.Location = new System.Drawing.Point(489, 383);
|
|
this.lblModoManual.Name = "lblModoManual";
|
|
this.lblModoManual.Size = new System.Drawing.Size(153, 24);
|
|
this.lblModoManual.TabIndex = 38;
|
|
this.lblModoManual.Text = "MODO MANUAL";
|
|
//
|
|
// lblD_A05
|
|
//
|
|
this.lblD_A05.AutoSize = true;
|
|
this.lblD_A05.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.lblD_A05.Location = new System.Drawing.Point(24, 22);
|
|
this.lblD_A05.Name = "lblD_A05";
|
|
this.lblD_A05.Size = new System.Drawing.Size(43, 24);
|
|
this.lblD_A05.TabIndex = 39;
|
|
this.lblD_A05.Text = "A05";
|
|
this.lblD_A05.Click += new System.EventHandler(this.lblModulo_Click);
|
|
//
|
|
// lblStatus
|
|
//
|
|
this.lblStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.lblStatus.AutoSize = true;
|
|
this.lblStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblStatus.Location = new System.Drawing.Point(473, 538);
|
|
this.lblStatus.Name = "lblStatus";
|
|
this.lblStatus.Size = new System.Drawing.Size(84, 13);
|
|
this.lblStatus.TabIndex = 40;
|
|
this.lblStatus.Text = "Sistema Iniciado";
|
|
//
|
|
// lblVersao
|
|
//
|
|
this.lblVersao.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.lblVersao.AutoSize = true;
|
|
this.lblVersao.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblVersao.Location = new System.Drawing.Point(12, 578);
|
|
this.lblVersao.Name = "lblVersao";
|
|
this.lblVersao.Size = new System.Drawing.Size(22, 13);
|
|
this.lblVersao.TabIndex = 41;
|
|
this.lblVersao.Text = "v 0";
|
|
//
|
|
// lblOperacaoLiberada
|
|
//
|
|
this.lblOperacaoLiberada.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.lblOperacaoLiberada.AutoSize = true;
|
|
this.lblOperacaoLiberada.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblOperacaoLiberada.Location = new System.Drawing.Point(473, 461);
|
|
this.lblOperacaoLiberada.Name = "lblOperacaoLiberada";
|
|
this.lblOperacaoLiberada.Size = new System.Drawing.Size(124, 13);
|
|
this.lblOperacaoLiberada.TabIndex = 42;
|
|
this.lblOperacaoLiberada.Text = "Operação Liberada: Não";
|
|
//
|
|
// lblCodigoFalha
|
|
//
|
|
this.lblCodigoFalha.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.lblCodigoFalha.AutoSize = true;
|
|
this.lblCodigoFalha.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.lblCodigoFalha.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblCodigoFalha.Location = new System.Drawing.Point(473, 514);
|
|
this.lblCodigoFalha.Name = "lblCodigoFalha";
|
|
this.lblCodigoFalha.Size = new System.Drawing.Size(96, 13);
|
|
this.lblCodigoFalha.TabIndex = 43;
|
|
this.lblCodigoFalha.Text = "Código de Falha: 0";
|
|
//
|
|
// picManual
|
|
//
|
|
this.picManual.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.picManual.Image = global::AgroBase.Properties.Resources.joystick;
|
|
this.picManual.Location = new System.Drawing.Point(491, 230);
|
|
this.picManual.Name = "picManual";
|
|
this.picManual.Size = new System.Drawing.Size(150, 150);
|
|
this.picManual.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.picManual.TabIndex = 37;
|
|
this.picManual.TabStop = false;
|
|
//
|
|
// picDiagnosticos
|
|
//
|
|
this.picDiagnosticos.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.picDiagnosticos.Image = global::AgroBase.Properties.Resources.diagnostico;
|
|
this.picDiagnosticos.Location = new System.Drawing.Point(491, 33);
|
|
this.picDiagnosticos.Name = "picDiagnosticos";
|
|
this.picDiagnosticos.Size = new System.Drawing.Size(150, 150);
|
|
this.picDiagnosticos.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.picDiagnosticos.TabIndex = 25;
|
|
this.picDiagnosticos.TabStop = false;
|
|
//
|
|
// picOperacao
|
|
//
|
|
this.picOperacao.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.picOperacao.Image = global::AgroBase.Properties.Resources.cana;
|
|
this.picOperacao.Location = new System.Drawing.Point(659, 33);
|
|
this.picOperacao.Name = "picOperacao";
|
|
this.picOperacao.Size = new System.Drawing.Size(150, 150);
|
|
this.picOperacao.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.picOperacao.TabIndex = 26;
|
|
this.picOperacao.TabStop = false;
|
|
//
|
|
// picAjustes
|
|
//
|
|
this.picAjustes.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.picAjustes.Image = global::AgroBase.Properties.Resources.ajustes;
|
|
this.picAjustes.Location = new System.Drawing.Point(827, 33);
|
|
this.picAjustes.Name = "picAjustes";
|
|
this.picAjustes.Size = new System.Drawing.Size(150, 150);
|
|
this.picAjustes.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.picAjustes.TabIndex = 29;
|
|
this.picAjustes.TabStop = false;
|
|
//
|
|
// picDesligar
|
|
//
|
|
this.picDesligar.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.picDesligar.Image = global::AgroBase.Properties.Resources.desligar;
|
|
this.picDesligar.Location = new System.Drawing.Point(827, 230);
|
|
this.picDesligar.Name = "picDesligar";
|
|
this.picDesligar.Size = new System.Drawing.Size(150, 150);
|
|
this.picDesligar.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.picDesligar.TabIndex = 27;
|
|
this.picDesligar.TabStop = false;
|
|
//
|
|
// picRobo
|
|
//
|
|
this.picRobo.Image = global::AgroBase.Properties.Resources.robo_superior;
|
|
this.picRobo.Location = new System.Drawing.Point(12, 12);
|
|
this.picRobo.Name = "picRobo";
|
|
this.picRobo.Size = new System.Drawing.Size(455, 563);
|
|
this.picRobo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.picRobo.TabIndex = 1;
|
|
this.picRobo.TabStop = false;
|
|
//
|
|
// picWifi
|
|
//
|
|
this.picWifi.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.picWifi.Image = global::AgroBase.Properties.Resources.wifi_off;
|
|
this.picWifi.Location = new System.Drawing.Point(952, 528);
|
|
this.picWifi.Name = "picWifi";
|
|
this.picWifi.Size = new System.Drawing.Size(60, 60);
|
|
this.picWifi.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.picWifi.TabIndex = 44;
|
|
this.picWifi.TabStop = false;
|
|
//
|
|
// 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(476, 565);
|
|
this.pgbAtualizacaoArquivos.Name = "pgbAtualizacaoArquivos";
|
|
this.pgbAtualizacaoArquivos.Size = new System.Drawing.Size(272, 23);
|
|
this.pgbAtualizacaoArquivos.TabIndex = 45;
|
|
//
|
|
// 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(754, 570);
|
|
this.lblProgressoAtualizacao.Name = "lblProgressoAtualizacao";
|
|
this.lblProgressoAtualizacao.Size = new System.Drawing.Size(152, 13);
|
|
this.lblProgressoAtualizacao.TabIndex = 46;
|
|
this.lblProgressoAtualizacao.Text = "(0,00%) Atualizando arquivos...";
|
|
//
|
|
// frmIHM
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.White;
|
|
this.ClientSize = new System.Drawing.Size(1024, 600);
|
|
this.Controls.Add(this.lblProgressoAtualizacao);
|
|
this.Controls.Add(this.pgbAtualizacaoArquivos);
|
|
this.Controls.Add(this.picWifi);
|
|
this.Controls.Add(this.lblCodigoFalha);
|
|
this.Controls.Add(this.lblOperacaoLiberada);
|
|
this.Controls.Add(this.lblVersao);
|
|
this.Controls.Add(this.lblStatus);
|
|
this.Controls.Add(this.lblD_A05);
|
|
this.Controls.Add(this.lblModoManual);
|
|
this.Controls.Add(this.picManual);
|
|
this.Controls.Add(this.lblDesligar);
|
|
this.Controls.Add(this.lblAjustes);
|
|
this.Controls.Add(this.lblOperacao);
|
|
this.Controls.Add(this.lblDiagnosticos);
|
|
this.Controls.Add(this.picDiagnosticos);
|
|
this.Controls.Add(this.picOperacao);
|
|
this.Controls.Add(this.lblD_Knt);
|
|
this.Controls.Add(this.picAjustes);
|
|
this.Controls.Add(this.lblD_Cam_S1);
|
|
this.Controls.Add(this.lblD_Cam_S0);
|
|
this.Controls.Add(this.picDesligar);
|
|
this.Controls.Add(this.lblD_Mks_ET);
|
|
this.Controls.Add(this.lblD_Bld_ET);
|
|
this.Controls.Add(this.lblD_Mks_DT);
|
|
this.Controls.Add(this.lblD_Mks_EF);
|
|
this.Controls.Add(this.lblD_Bld_EF);
|
|
this.Controls.Add(this.lblD_Mks_DF);
|
|
this.Controls.Add(this.lblD_Bld_DT);
|
|
this.Controls.Add(this.lblD_Wit);
|
|
this.Controls.Add(this.lblD_Lra);
|
|
this.Controls.Add(this.lblD_Pzm);
|
|
this.Controls.Add(this.lblMqtt);
|
|
this.Controls.Add(this.lblD_Gps);
|
|
this.Controls.Add(this.lblD_Sen);
|
|
this.Controls.Add(this.lblD_Atu);
|
|
this.Controls.Add(this.lblD_Bld_DF);
|
|
this.Controls.Add(this.picRobo);
|
|
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Margin = new System.Windows.Forms.Padding(6);
|
|
this.Name = "frmIHM";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Agrobotics Persistence";
|
|
this.Load += new System.EventHandler(this.frmIHM_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.picManual)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picDiagnosticos)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picOperacao)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picAjustes)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picDesligar)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picRobo)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picWifi)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.PictureBox picRobo;
|
|
private System.Windows.Forms.Label lblD_Bld_DF;
|
|
private System.Windows.Forms.Label lblD_Atu;
|
|
private System.Windows.Forms.Label lblD_Sen;
|
|
private System.Windows.Forms.Label lblD_Gps;
|
|
private System.Windows.Forms.Label lblMqtt;
|
|
private System.Windows.Forms.Label lblD_Pzm;
|
|
private System.Windows.Forms.Label lblD_Lra;
|
|
private System.Windows.Forms.Label lblD_Wit;
|
|
private System.Windows.Forms.Label lblD_Bld_DT;
|
|
private System.Windows.Forms.Label lblD_Mks_DF;
|
|
private System.Windows.Forms.Label lblD_Mks_EF;
|
|
private System.Windows.Forms.Label lblD_Bld_EF;
|
|
private System.Windows.Forms.Label lblD_Mks_DT;
|
|
private System.Windows.Forms.Label lblD_Mks_ET;
|
|
private System.Windows.Forms.Label lblD_Bld_ET;
|
|
private System.Windows.Forms.PictureBox picDiagnosticos;
|
|
private System.Windows.Forms.PictureBox picOperacao;
|
|
private System.Windows.Forms.PictureBox picDesligar;
|
|
private System.Windows.Forms.Label lblD_Cam_S0;
|
|
private System.Windows.Forms.Label lblD_Cam_S1;
|
|
private System.Windows.Forms.Label lblD_Knt;
|
|
private System.Windows.Forms.PictureBox picAjustes;
|
|
private System.Windows.Forms.Label lblDiagnosticos;
|
|
private System.Windows.Forms.Label lblOperacao;
|
|
private System.Windows.Forms.Label lblAjustes;
|
|
private System.Windows.Forms.Label lblDesligar;
|
|
private System.Windows.Forms.Label lblModoManual;
|
|
private System.Windows.Forms.PictureBox picManual;
|
|
private System.Windows.Forms.Label lblD_A05;
|
|
public System.Windows.Forms.Label lblStatus;
|
|
public System.Windows.Forms.Label lblVersao;
|
|
private System.Windows.Forms.Label lblOperacaoLiberada;
|
|
private System.Windows.Forms.Label lblCodigoFalha;
|
|
private System.Windows.Forms.PictureBox picWifi;
|
|
private System.Windows.Forms.ProgressBar pgbAtualizacaoArquivos;
|
|
public System.Windows.Forms.Label lblProgressoAtualizacao;
|
|
}
|
|
} |