239 lines
11 KiB
C#
239 lines
11 KiB
C#
namespace AgroBase.Forms.Sensoriamento
|
|
{
|
|
partial class frmSenConfig
|
|
{
|
|
/// <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.gridsTEN = new System.Windows.Forms.DataGridView();
|
|
this.gridsCOR = new System.Windows.Forms.DataGridView();
|
|
this.btnSalvar = new System.Windows.Forms.Button();
|
|
this.lblTensao = new System.Windows.Forms.Label();
|
|
this.lblCorrente = new System.Windows.Forms.Label();
|
|
this.lblTemperatura = new System.Windows.Forms.Label();
|
|
this.gridsTMP = new System.Windows.Forms.DataGridView();
|
|
this.lblPressao = new System.Windows.Forms.Label();
|
|
this.gridsULT = new System.Windows.Forms.DataGridView();
|
|
this.lblFluxo = new System.Windows.Forms.Label();
|
|
this.gridsFLX = new System.Windows.Forms.DataGridView();
|
|
this.lblMassa = new System.Windows.Forms.Label();
|
|
this.gridsMAS = new System.Windows.Forms.DataGridView();
|
|
this.lblUltrassom = new System.Windows.Forms.Label();
|
|
this.gridsPRS = new System.Windows.Forms.DataGridView();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridsTEN)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridsCOR)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridsTMP)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridsULT)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridsFLX)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridsMAS)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridsPRS)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// gridsTEN
|
|
//
|
|
this.gridsTEN.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.gridsTEN.Location = new System.Drawing.Point(15, 25);
|
|
this.gridsTEN.Name = "gridsTEN";
|
|
this.gridsTEN.Size = new System.Drawing.Size(450, 124);
|
|
this.gridsTEN.TabIndex = 1;
|
|
//
|
|
// gridsCOR
|
|
//
|
|
this.gridsCOR.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.gridsCOR.Location = new System.Drawing.Point(15, 168);
|
|
this.gridsCOR.Name = "gridsCOR";
|
|
this.gridsCOR.Size = new System.Drawing.Size(450, 124);
|
|
this.gridsCOR.TabIndex = 1;
|
|
//
|
|
// btnSalvar
|
|
//
|
|
this.btnSalvar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnSalvar.Location = new System.Drawing.Point(867, 554);
|
|
this.btnSalvar.Name = "btnSalvar";
|
|
this.btnSalvar.Size = new System.Drawing.Size(75, 23);
|
|
this.btnSalvar.TabIndex = 3;
|
|
this.btnSalvar.Text = "Salvar";
|
|
this.btnSalvar.UseVisualStyleBackColor = true;
|
|
this.btnSalvar.Click += new System.EventHandler(this.btnSalvar_Click);
|
|
//
|
|
// lblTensao
|
|
//
|
|
this.lblTensao.AutoSize = true;
|
|
this.lblTensao.Location = new System.Drawing.Point(12, 9);
|
|
this.lblTensao.Name = "lblTensao";
|
|
this.lblTensao.Size = new System.Drawing.Size(43, 13);
|
|
this.lblTensao.TabIndex = 4;
|
|
this.lblTensao.Text = "Tensão";
|
|
//
|
|
// lblCorrente
|
|
//
|
|
this.lblCorrente.AutoSize = true;
|
|
this.lblCorrente.Location = new System.Drawing.Point(12, 152);
|
|
this.lblCorrente.Name = "lblCorrente";
|
|
this.lblCorrente.Size = new System.Drawing.Size(47, 13);
|
|
this.lblCorrente.TabIndex = 5;
|
|
this.lblCorrente.Text = "Corrente";
|
|
//
|
|
// lblTemperatura
|
|
//
|
|
this.lblTemperatura.AutoSize = true;
|
|
this.lblTemperatura.Location = new System.Drawing.Point(12, 295);
|
|
this.lblTemperatura.Name = "lblTemperatura";
|
|
this.lblTemperatura.Size = new System.Drawing.Size(67, 13);
|
|
this.lblTemperatura.TabIndex = 7;
|
|
this.lblTemperatura.Text = "Temperatura";
|
|
//
|
|
// gridsTMP
|
|
//
|
|
this.gridsTMP.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.gridsTMP.Location = new System.Drawing.Point(15, 311);
|
|
this.gridsTMP.Name = "gridsTMP";
|
|
this.gridsTMP.Size = new System.Drawing.Size(450, 124);
|
|
this.gridsTMP.TabIndex = 6;
|
|
//
|
|
// lblPressao
|
|
//
|
|
this.lblPressao.AutoSize = true;
|
|
this.lblPressao.Location = new System.Drawing.Point(485, 9);
|
|
this.lblPressao.Name = "lblPressao";
|
|
this.lblPressao.Size = new System.Drawing.Size(45, 13);
|
|
this.lblPressao.TabIndex = 9;
|
|
this.lblPressao.Text = "Pressão";
|
|
//
|
|
// gridsULT
|
|
//
|
|
this.gridsULT.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.gridsULT.Location = new System.Drawing.Point(15, 454);
|
|
this.gridsULT.Name = "gridsULT";
|
|
this.gridsULT.Size = new System.Drawing.Size(450, 124);
|
|
this.gridsULT.TabIndex = 8;
|
|
//
|
|
// lblFluxo
|
|
//
|
|
this.lblFluxo.AutoSize = true;
|
|
this.lblFluxo.Location = new System.Drawing.Point(485, 152);
|
|
this.lblFluxo.Name = "lblFluxo";
|
|
this.lblFluxo.Size = new System.Drawing.Size(71, 13);
|
|
this.lblFluxo.TabIndex = 11;
|
|
this.lblFluxo.Text = "Fluxo (Vazão)";
|
|
//
|
|
// gridsFLX
|
|
//
|
|
this.gridsFLX.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.gridsFLX.Location = new System.Drawing.Point(488, 168);
|
|
this.gridsFLX.Name = "gridsFLX";
|
|
this.gridsFLX.Size = new System.Drawing.Size(450, 124);
|
|
this.gridsFLX.TabIndex = 10;
|
|
//
|
|
// lblMassa
|
|
//
|
|
this.lblMassa.AutoSize = true;
|
|
this.lblMassa.Location = new System.Drawing.Point(485, 295);
|
|
this.lblMassa.Name = "lblMassa";
|
|
this.lblMassa.Size = new System.Drawing.Size(155, 13);
|
|
this.lblMassa.TabIndex = 13;
|
|
this.lblMassa.Text = "Massa (Reservatório Herbicida)";
|
|
//
|
|
// gridsMAS
|
|
//
|
|
this.gridsMAS.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.gridsMAS.Location = new System.Drawing.Point(488, 311);
|
|
this.gridsMAS.Name = "gridsMAS";
|
|
this.gridsMAS.Size = new System.Drawing.Size(450, 124);
|
|
this.gridsMAS.TabIndex = 12;
|
|
//
|
|
// lblUltrassom
|
|
//
|
|
this.lblUltrassom.AutoSize = true;
|
|
this.lblUltrassom.Location = new System.Drawing.Point(12, 438);
|
|
this.lblUltrassom.Name = "lblUltrassom";
|
|
this.lblUltrassom.Size = new System.Drawing.Size(106, 13);
|
|
this.lblUltrassom.TabIndex = 15;
|
|
this.lblUltrassom.Text = "Ultrassom (Distancia)";
|
|
//
|
|
// gridsPRS
|
|
//
|
|
this.gridsPRS.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.gridsPRS.Location = new System.Drawing.Point(488, 25);
|
|
this.gridsPRS.Name = "gridsPRS";
|
|
this.gridsPRS.Size = new System.Drawing.Size(450, 124);
|
|
this.gridsPRS.TabIndex = 14;
|
|
//
|
|
// frmSenConfig
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(954, 585);
|
|
this.Controls.Add(this.lblUltrassom);
|
|
this.Controls.Add(this.gridsPRS);
|
|
this.Controls.Add(this.lblMassa);
|
|
this.Controls.Add(this.gridsMAS);
|
|
this.Controls.Add(this.lblFluxo);
|
|
this.Controls.Add(this.gridsFLX);
|
|
this.Controls.Add(this.lblPressao);
|
|
this.Controls.Add(this.gridsULT);
|
|
this.Controls.Add(this.lblTemperatura);
|
|
this.Controls.Add(this.gridsTMP);
|
|
this.Controls.Add(this.lblCorrente);
|
|
this.Controls.Add(this.lblTensao);
|
|
this.Controls.Add(this.gridsCOR);
|
|
this.Controls.Add(this.gridsTEN);
|
|
this.Controls.Add(this.btnSalvar);
|
|
this.Name = "frmSenConfig";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Sensoriamento - Parametrização";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmSenConfig_FormClosing);
|
|
this.Load += new System.EventHandler(this.frmSenConfig_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.gridsTEN)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridsCOR)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridsTMP)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridsULT)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridsFLX)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridsMAS)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridsPRS)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.DataGridView gridsTEN;
|
|
private System.Windows.Forms.DataGridView gridsCOR;
|
|
private System.Windows.Forms.Button btnSalvar;
|
|
private System.Windows.Forms.Label lblTensao;
|
|
private System.Windows.Forms.Label lblCorrente;
|
|
private System.Windows.Forms.Label lblTemperatura;
|
|
private System.Windows.Forms.DataGridView gridsTMP;
|
|
private System.Windows.Forms.Label lblPressao;
|
|
private System.Windows.Forms.DataGridView gridsULT;
|
|
private System.Windows.Forms.Label lblFluxo;
|
|
private System.Windows.Forms.DataGridView gridsFLX;
|
|
private System.Windows.Forms.Label lblMassa;
|
|
private System.Windows.Forms.DataGridView gridsMAS;
|
|
private System.Windows.Forms.Label lblUltrassom;
|
|
private System.Windows.Forms.DataGridView gridsPRS;
|
|
}
|
|
} |