206 lines
9.5 KiB
C#
206 lines
9.5 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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmIHM));
|
|
this.picRobo = new System.Windows.Forms.PictureBox();
|
|
this.lblD_Mov = new System.Windows.Forms.Label();
|
|
this.lblD_Dir = 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.btnConfigurar = new System.Windows.Forms.Button();
|
|
this.btnIniciar = new System.Windows.Forms.Button();
|
|
this.cmbOperacao = new System.Windows.Forms.ComboBox();
|
|
this.lblOperacao = new System.Windows.Forms.Label();
|
|
this.lblOperacaoStatus = new System.Windows.Forms.Label();
|
|
this.lblMqtt = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.picRobo)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// picRobo
|
|
//
|
|
this.picRobo.Image = ((System.Drawing.Image)(resources.GetObject("picRobo.Image")));
|
|
this.picRobo.Location = new System.Drawing.Point(111, 12);
|
|
this.picRobo.Name = "picRobo";
|
|
this.picRobo.Size = new System.Drawing.Size(370, 673);
|
|
this.picRobo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.picRobo.TabIndex = 1;
|
|
this.picRobo.TabStop = false;
|
|
//
|
|
// lblD_Mov
|
|
//
|
|
this.lblD_Mov.AutoSize = true;
|
|
this.lblD_Mov.Location = new System.Drawing.Point(457, 40);
|
|
this.lblD_Mov.Name = "lblD_Mov";
|
|
this.lblD_Mov.Size = new System.Drawing.Size(133, 24);
|
|
this.lblD_Mov.TabIndex = 2;
|
|
this.lblD_Mov.Text = "Movimentação";
|
|
//
|
|
// lblD_Dir
|
|
//
|
|
this.lblD_Dir.AutoSize = true;
|
|
this.lblD_Dir.Location = new System.Drawing.Point(61, 422);
|
|
this.lblD_Dir.Name = "lblD_Dir";
|
|
this.lblD_Dir.Size = new System.Drawing.Size(94, 24);
|
|
this.lblD_Dir.TabIndex = 3;
|
|
this.lblD_Dir.Text = "Direcional";
|
|
//
|
|
// lblD_Atu
|
|
//
|
|
this.lblD_Atu.AutoSize = true;
|
|
this.lblD_Atu.Location = new System.Drawing.Point(435, 645);
|
|
this.lblD_Atu.Name = "lblD_Atu";
|
|
this.lblD_Atu.Size = new System.Drawing.Size(76, 24);
|
|
this.lblD_Atu.TabIndex = 4;
|
|
this.lblD_Atu.Text = "Atuador";
|
|
//
|
|
// lblD_Sen
|
|
//
|
|
this.lblD_Sen.AutoSize = true;
|
|
this.lblD_Sen.Location = new System.Drawing.Point(311, 519);
|
|
this.lblD_Sen.Name = "lblD_Sen";
|
|
this.lblD_Sen.Size = new System.Drawing.Size(137, 24);
|
|
this.lblD_Sen.TabIndex = 5;
|
|
this.lblD_Sen.Text = "Sensoriamento";
|
|
//
|
|
// lblD_Gps
|
|
//
|
|
this.lblD_Gps.AutoSize = true;
|
|
this.lblD_Gps.Location = new System.Drawing.Point(129, 193);
|
|
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";
|
|
//
|
|
// btnConfigurar
|
|
//
|
|
this.btnConfigurar.Location = new System.Drawing.Point(775, 173);
|
|
this.btnConfigurar.Name = "btnConfigurar";
|
|
this.btnConfigurar.Size = new System.Drawing.Size(202, 64);
|
|
this.btnConfigurar.TabIndex = 8;
|
|
this.btnConfigurar.Text = "Configurar";
|
|
this.btnConfigurar.UseVisualStyleBackColor = true;
|
|
this.btnConfigurar.Click += new System.EventHandler(this.btnConfigurar_Click);
|
|
//
|
|
// btnIniciar
|
|
//
|
|
this.btnIniciar.Location = new System.Drawing.Point(775, 258);
|
|
this.btnIniciar.Name = "btnIniciar";
|
|
this.btnIniciar.Size = new System.Drawing.Size(202, 64);
|
|
this.btnIniciar.TabIndex = 9;
|
|
this.btnIniciar.Text = "Iniciar";
|
|
this.btnIniciar.UseVisualStyleBackColor = true;
|
|
this.btnIniciar.Click += new System.EventHandler(this.btnIniciar_Click);
|
|
//
|
|
// cmbOperacao
|
|
//
|
|
this.cmbOperacao.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmbOperacao.FormattingEnabled = true;
|
|
this.cmbOperacao.Location = new System.Drawing.Point(775, 81);
|
|
this.cmbOperacao.Name = "cmbOperacao";
|
|
this.cmbOperacao.Size = new System.Drawing.Size(202, 32);
|
|
this.cmbOperacao.TabIndex = 10;
|
|
this.cmbOperacao.SelectedIndexChanged += new System.EventHandler(this.cmbOperacao_SelectedIndexChanged);
|
|
//
|
|
// lblOperacao
|
|
//
|
|
this.lblOperacao.AutoSize = true;
|
|
this.lblOperacao.Location = new System.Drawing.Point(771, 45);
|
|
this.lblOperacao.Name = "lblOperacao";
|
|
this.lblOperacao.Size = new System.Drawing.Size(175, 24);
|
|
this.lblOperacao.TabIndex = 11;
|
|
this.lblOperacao.Text = "Modo de Operação";
|
|
//
|
|
// lblOperacaoStatus
|
|
//
|
|
this.lblOperacaoStatus.AutoSize = true;
|
|
this.lblOperacaoStatus.Location = new System.Drawing.Point(671, 602);
|
|
this.lblOperacaoStatus.Name = "lblOperacaoStatus";
|
|
this.lblOperacaoStatus.Size = new System.Drawing.Size(287, 24);
|
|
this.lblOperacaoStatus.TabIndex = 12;
|
|
this.lblOperacaoStatus.Text = "Operação: Manual - Não iniciado";
|
|
//
|
|
// lblMqtt
|
|
//
|
|
this.lblMqtt.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
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(894, 675);
|
|
this.lblMqtt.Name = "lblMqtt";
|
|
this.lblMqtt.Size = new System.Drawing.Size(114, 13);
|
|
this.lblMqtt.TabIndex = 13;
|
|
this.lblMqtt.Text = "MQTT: Desconectado";
|
|
//
|
|
// frmIHM
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1020, 697);
|
|
this.Controls.Add(this.lblMqtt);
|
|
this.Controls.Add(this.lblOperacaoStatus);
|
|
this.Controls.Add(this.lblOperacao);
|
|
this.Controls.Add(this.cmbOperacao);
|
|
this.Controls.Add(this.btnIniciar);
|
|
this.Controls.Add(this.btnConfigurar);
|
|
this.Controls.Add(this.lblD_Gps);
|
|
this.Controls.Add(this.lblD_Sen);
|
|
this.Controls.Add(this.lblD_Atu);
|
|
this.Controls.Add(this.lblD_Dir);
|
|
this.Controls.Add(this.lblD_Mov);
|
|
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.Margin = new System.Windows.Forms.Padding(6);
|
|
this.Name = "frmIHM";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Agrobotics Persistence";
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
this.Load += new System.EventHandler(this.frmIHM_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.picRobo)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.PictureBox picRobo;
|
|
private System.Windows.Forms.Label lblD_Mov;
|
|
private System.Windows.Forms.Label lblD_Dir;
|
|
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.Button btnConfigurar;
|
|
private System.Windows.Forms.Button btnIniciar;
|
|
private System.Windows.Forms.ComboBox cmbOperacao;
|
|
private System.Windows.Forms.Label lblOperacao;
|
|
private System.Windows.Forms.Label lblOperacaoStatus;
|
|
private System.Windows.Forms.Label lblMqtt;
|
|
}
|
|
} |