545 lines
28 KiB
C#
545 lines
28 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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSenConfig));
|
|
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();
|
|
this.btnBateriaVer = new System.Windows.Forms.Button();
|
|
this.cmbBateriaParametro = new System.Windows.Forms.ComboBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.nudBateriaValor = new System.Windows.Forms.NumericUpDown();
|
|
this.btnBateriaDefinir = new System.Windows.Forms.Button();
|
|
this.gpbBateria = new System.Windows.Forms.GroupBox();
|
|
this.btnBateriaCalibrar = new System.Windows.Forms.Button();
|
|
this.gpbCameras = new System.Windows.Forms.GroupBox();
|
|
this.btnAtualizarCameras = new System.Windows.Forms.Button();
|
|
this.lblSolodir = new System.Windows.Forms.Label();
|
|
this.cmbSoloDir = new System.Windows.Forms.ComboBox();
|
|
this.lblSoloesq = new System.Windows.Forms.Label();
|
|
this.cmbSoloEsq = new System.Windows.Forms.ComboBox();
|
|
this.lblCaminho = new System.Windows.Forms.Label();
|
|
this.cmbCaminho = new System.Windows.Forms.ComboBox();
|
|
this.chbRequisitarDados = new System.Windows.Forms.CheckBox();
|
|
this.lblAddrTx = new System.Windows.Forms.Label();
|
|
this.txtEnderecoCAN_Tx = new System.Windows.Forms.TextBox();
|
|
this.lblPotenciometro = new System.Windows.Forms.Label();
|
|
this.gridsPOT = new System.Windows.Forms.DataGridView();
|
|
this.lblAddrRx = new System.Windows.Forms.Label();
|
|
this.txtEnderecoCAN_Rx = new System.Windows.Forms.TextBox();
|
|
((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();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudBateriaValor)).BeginInit();
|
|
this.gpbBateria.SuspendLayout();
|
|
this.gpbCameras.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridsPOT)).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.RowHeadersWidth = 51;
|
|
this.gridsTEN.Size = new System.Drawing.Size(578, 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.RowHeadersWidth = 51;
|
|
this.gridsCOR.Size = new System.Drawing.Size(578, 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(1128, 690);
|
|
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.RowHeadersWidth = 51;
|
|
this.gridsTMP.Size = new System.Drawing.Size(578, 124);
|
|
this.gridsTMP.TabIndex = 6;
|
|
//
|
|
// lblPressao
|
|
//
|
|
this.lblPressao.AutoSize = true;
|
|
this.lblPressao.Location = new System.Drawing.Point(633, 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.RowHeadersWidth = 51;
|
|
this.gridsULT.Size = new System.Drawing.Size(578, 124);
|
|
this.gridsULT.TabIndex = 8;
|
|
//
|
|
// lblFluxo
|
|
//
|
|
this.lblFluxo.AutoSize = true;
|
|
this.lblFluxo.Location = new System.Drawing.Point(633, 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(636, 168);
|
|
this.gridsFLX.Name = "gridsFLX";
|
|
this.gridsFLX.RowHeadersWidth = 51;
|
|
this.gridsFLX.Size = new System.Drawing.Size(578, 124);
|
|
this.gridsFLX.TabIndex = 10;
|
|
//
|
|
// lblMassa
|
|
//
|
|
this.lblMassa.AutoSize = true;
|
|
this.lblMassa.Location = new System.Drawing.Point(633, 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(636, 311);
|
|
this.gridsMAS.Name = "gridsMAS";
|
|
this.gridsMAS.RowHeadersWidth = 51;
|
|
this.gridsMAS.Size = new System.Drawing.Size(578, 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(636, 25);
|
|
this.gridsPRS.Name = "gridsPRS";
|
|
this.gridsPRS.RowHeadersWidth = 51;
|
|
this.gridsPRS.Size = new System.Drawing.Size(578, 124);
|
|
this.gridsPRS.TabIndex = 14;
|
|
//
|
|
// btnBateriaVer
|
|
//
|
|
this.btnBateriaVer.Location = new System.Drawing.Point(8, 59);
|
|
this.btnBateriaVer.Margin = new System.Windows.Forms.Padding(2);
|
|
this.btnBateriaVer.Name = "btnBateriaVer";
|
|
this.btnBateriaVer.Size = new System.Drawing.Size(135, 25);
|
|
this.btnBateriaVer.TabIndex = 16;
|
|
this.btnBateriaVer.Text = "Ver valor";
|
|
this.btnBateriaVer.UseVisualStyleBackColor = true;
|
|
this.btnBateriaVer.Click += new System.EventHandler(this.btnBateriaVer_Click);
|
|
//
|
|
// cmbBateriaParametro
|
|
//
|
|
this.cmbBateriaParametro.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmbBateriaParametro.FormattingEnabled = true;
|
|
this.cmbBateriaParametro.Location = new System.Drawing.Point(8, 34);
|
|
this.cmbBateriaParametro.Margin = new System.Windows.Forms.Padding(2);
|
|
this.cmbBateriaParametro.Name = "cmbBateriaParametro";
|
|
this.cmbBateriaParametro.Size = new System.Drawing.Size(137, 21);
|
|
this.cmbBateriaParametro.TabIndex = 17;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(5, 18);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(55, 13);
|
|
this.label2.TabIndex = 19;
|
|
this.label2.Text = "Parâmetro";
|
|
//
|
|
// nudBateriaValor
|
|
//
|
|
this.nudBateriaValor.Location = new System.Drawing.Point(8, 88);
|
|
this.nudBateriaValor.Margin = new System.Windows.Forms.Padding(2);
|
|
this.nudBateriaValor.Name = "nudBateriaValor";
|
|
this.nudBateriaValor.Size = new System.Drawing.Size(64, 20);
|
|
this.nudBateriaValor.TabIndex = 20;
|
|
this.nudBateriaValor.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// btnBateriaDefinir
|
|
//
|
|
this.btnBateriaDefinir.Location = new System.Drawing.Point(76, 87);
|
|
this.btnBateriaDefinir.Margin = new System.Windows.Forms.Padding(2);
|
|
this.btnBateriaDefinir.Name = "btnBateriaDefinir";
|
|
this.btnBateriaDefinir.Size = new System.Drawing.Size(67, 19);
|
|
this.btnBateriaDefinir.TabIndex = 21;
|
|
this.btnBateriaDefinir.Text = "Definir";
|
|
this.btnBateriaDefinir.UseVisualStyleBackColor = true;
|
|
this.btnBateriaDefinir.Click += new System.EventHandler(this.btnBateriaDefinir_Click);
|
|
//
|
|
// gpbBateria
|
|
//
|
|
this.gpbBateria.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.gpbBateria.Controls.Add(this.btnBateriaCalibrar);
|
|
this.gpbBateria.Controls.Add(this.label2);
|
|
this.gpbBateria.Controls.Add(this.btnBateriaDefinir);
|
|
this.gpbBateria.Controls.Add(this.cmbBateriaParametro);
|
|
this.gpbBateria.Controls.Add(this.nudBateriaValor);
|
|
this.gpbBateria.Controls.Add(this.btnBateriaVer);
|
|
this.gpbBateria.Location = new System.Drawing.Point(735, 574);
|
|
this.gpbBateria.Margin = new System.Windows.Forms.Padding(2);
|
|
this.gpbBateria.Name = "gpbBateria";
|
|
this.gpbBateria.Padding = new System.Windows.Forms.Padding(2);
|
|
this.gpbBateria.Size = new System.Drawing.Size(154, 147);
|
|
this.gpbBateria.TabIndex = 22;
|
|
this.gpbBateria.TabStop = false;
|
|
this.gpbBateria.Text = "Bateria";
|
|
//
|
|
// btnBateriaCalibrar
|
|
//
|
|
this.btnBateriaCalibrar.Location = new System.Drawing.Point(8, 112);
|
|
this.btnBateriaCalibrar.Margin = new System.Windows.Forms.Padding(2);
|
|
this.btnBateriaCalibrar.Name = "btnBateriaCalibrar";
|
|
this.btnBateriaCalibrar.Size = new System.Drawing.Size(135, 23);
|
|
this.btnBateriaCalibrar.TabIndex = 22;
|
|
this.btnBateriaCalibrar.Text = "Calibrar";
|
|
this.btnBateriaCalibrar.UseVisualStyleBackColor = true;
|
|
this.btnBateriaCalibrar.Click += new System.EventHandler(this.btnBateriaCalibrar_Click);
|
|
//
|
|
// gpbCameras
|
|
//
|
|
this.gpbCameras.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.gpbCameras.Controls.Add(this.btnAtualizarCameras);
|
|
this.gpbCameras.Controls.Add(this.lblSolodir);
|
|
this.gpbCameras.Controls.Add(this.cmbSoloDir);
|
|
this.gpbCameras.Controls.Add(this.lblSoloesq);
|
|
this.gpbCameras.Controls.Add(this.cmbSoloEsq);
|
|
this.gpbCameras.Controls.Add(this.lblCaminho);
|
|
this.gpbCameras.Controls.Add(this.cmbCaminho);
|
|
this.gpbCameras.Location = new System.Drawing.Point(893, 574);
|
|
this.gpbCameras.Margin = new System.Windows.Forms.Padding(2);
|
|
this.gpbCameras.Name = "gpbCameras";
|
|
this.gpbCameras.Padding = new System.Windows.Forms.Padding(2);
|
|
this.gpbCameras.Size = new System.Drawing.Size(197, 147);
|
|
this.gpbCameras.TabIndex = 23;
|
|
this.gpbCameras.TabStop = false;
|
|
this.gpbCameras.Text = "Câmeras";
|
|
//
|
|
// btnAtualizarCameras
|
|
//
|
|
this.btnAtualizarCameras.Location = new System.Drawing.Point(64, 112);
|
|
this.btnAtualizarCameras.Margin = new System.Windows.Forms.Padding(2);
|
|
this.btnAtualizarCameras.Name = "btnAtualizarCameras";
|
|
this.btnAtualizarCameras.Size = new System.Drawing.Size(129, 23);
|
|
this.btnAtualizarCameras.TabIndex = 26;
|
|
this.btnAtualizarCameras.Text = "Atualizar";
|
|
this.btnAtualizarCameras.UseVisualStyleBackColor = true;
|
|
this.btnAtualizarCameras.Click += new System.EventHandler(this.btnAtualizarCameras_Click);
|
|
//
|
|
// lblSolodir
|
|
//
|
|
this.lblSolodir.AutoSize = true;
|
|
this.lblSolodir.Location = new System.Drawing.Point(5, 78);
|
|
this.lblSolodir.Name = "lblSolodir";
|
|
this.lblSolodir.Size = new System.Drawing.Size(47, 13);
|
|
this.lblSolodir.TabIndex = 25;
|
|
this.lblSolodir.Text = "Solo Dir.";
|
|
//
|
|
// cmbSoloDir
|
|
//
|
|
this.cmbSoloDir.FormattingEnabled = true;
|
|
this.cmbSoloDir.Location = new System.Drawing.Point(64, 72);
|
|
this.cmbSoloDir.Margin = new System.Windows.Forms.Padding(2);
|
|
this.cmbSoloDir.Name = "cmbSoloDir";
|
|
this.cmbSoloDir.Size = new System.Drawing.Size(129, 21);
|
|
this.cmbSoloDir.TabIndex = 24;
|
|
//
|
|
// lblSoloesq
|
|
//
|
|
this.lblSoloesq.AutoSize = true;
|
|
this.lblSoloesq.Location = new System.Drawing.Point(5, 54);
|
|
this.lblSoloesq.Name = "lblSoloesq";
|
|
this.lblSoloesq.Size = new System.Drawing.Size(52, 13);
|
|
this.lblSoloesq.TabIndex = 23;
|
|
this.lblSoloesq.Text = "Solo Esq.";
|
|
//
|
|
// cmbSoloEsq
|
|
//
|
|
this.cmbSoloEsq.FormattingEnabled = true;
|
|
this.cmbSoloEsq.Location = new System.Drawing.Point(64, 47);
|
|
this.cmbSoloEsq.Margin = new System.Windows.Forms.Padding(2);
|
|
this.cmbSoloEsq.Name = "cmbSoloEsq";
|
|
this.cmbSoloEsq.Size = new System.Drawing.Size(129, 21);
|
|
this.cmbSoloEsq.TabIndex = 22;
|
|
//
|
|
// lblCaminho
|
|
//
|
|
this.lblCaminho.AutoSize = true;
|
|
this.lblCaminho.Location = new System.Drawing.Point(5, 25);
|
|
this.lblCaminho.Name = "lblCaminho";
|
|
this.lblCaminho.Size = new System.Drawing.Size(48, 13);
|
|
this.lblCaminho.TabIndex = 21;
|
|
this.lblCaminho.Text = "Caminho";
|
|
//
|
|
// cmbCaminho
|
|
//
|
|
this.cmbCaminho.FormattingEnabled = true;
|
|
this.cmbCaminho.Location = new System.Drawing.Point(64, 23);
|
|
this.cmbCaminho.Margin = new System.Windows.Forms.Padding(2);
|
|
this.cmbCaminho.Name = "cmbCaminho";
|
|
this.cmbCaminho.Size = new System.Drawing.Size(129, 21);
|
|
this.cmbCaminho.TabIndex = 20;
|
|
//
|
|
// chbRequisitarDados
|
|
//
|
|
this.chbRequisitarDados.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.chbRequisitarDados.AutoSize = true;
|
|
this.chbRequisitarDados.Location = new System.Drawing.Point(1100, 664);
|
|
this.chbRequisitarDados.Name = "chbRequisitarDados";
|
|
this.chbRequisitarDados.Size = new System.Drawing.Size(107, 17);
|
|
this.chbRequisitarDados.TabIndex = 28;
|
|
this.chbRequisitarDados.Text = "Requisitar Dados";
|
|
this.chbRequisitarDados.UseVisualStyleBackColor = true;
|
|
//
|
|
// lblAddrTx
|
|
//
|
|
this.lblAddrTx.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.lblAddrTx.AutoSize = true;
|
|
this.lblAddrTx.Location = new System.Drawing.Point(1097, 579);
|
|
this.lblAddrTx.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblAddrTx.Name = "lblAddrTx";
|
|
this.lblAddrTx.Size = new System.Drawing.Size(69, 13);
|
|
this.lblAddrTx.TabIndex = 145;
|
|
this.lblAddrTx.Text = "CAN Addr Tx";
|
|
//
|
|
// txtEnderecoCAN_Tx
|
|
//
|
|
this.txtEnderecoCAN_Tx.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.txtEnderecoCAN_Tx.Location = new System.Drawing.Point(1100, 596);
|
|
this.txtEnderecoCAN_Tx.Margin = new System.Windows.Forms.Padding(2);
|
|
this.txtEnderecoCAN_Tx.Name = "txtEnderecoCAN_Tx";
|
|
this.txtEnderecoCAN_Tx.Size = new System.Drawing.Size(85, 20);
|
|
this.txtEnderecoCAN_Tx.TabIndex = 144;
|
|
this.txtEnderecoCAN_Tx.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// lblPotenciometro
|
|
//
|
|
this.lblPotenciometro.AutoSize = true;
|
|
this.lblPotenciometro.Location = new System.Drawing.Point(12, 581);
|
|
this.lblPotenciometro.Name = "lblPotenciometro";
|
|
this.lblPotenciometro.Size = new System.Drawing.Size(167, 13);
|
|
this.lblPotenciometro.TabIndex = 147;
|
|
this.lblPotenciometro.Text = "Potenciometro (Angulo Direcional)";
|
|
//
|
|
// gridsPOT
|
|
//
|
|
this.gridsPOT.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.gridsPOT.Location = new System.Drawing.Point(15, 597);
|
|
this.gridsPOT.Name = "gridsPOT";
|
|
this.gridsPOT.RowHeadersWidth = 51;
|
|
this.gridsPOT.Size = new System.Drawing.Size(578, 124);
|
|
this.gridsPOT.TabIndex = 146;
|
|
//
|
|
// lblAddrRx
|
|
//
|
|
this.lblAddrRx.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.lblAddrRx.AutoSize = true;
|
|
this.lblAddrRx.Location = new System.Drawing.Point(1097, 618);
|
|
this.lblAddrRx.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblAddrRx.Name = "lblAddrRx";
|
|
this.lblAddrRx.Size = new System.Drawing.Size(70, 13);
|
|
this.lblAddrRx.TabIndex = 149;
|
|
this.lblAddrRx.Text = "CAN Addr Rx";
|
|
//
|
|
// txtEnderecoCAN_Rx
|
|
//
|
|
this.txtEnderecoCAN_Rx.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.txtEnderecoCAN_Rx.Location = new System.Drawing.Point(1100, 635);
|
|
this.txtEnderecoCAN_Rx.Margin = new System.Windows.Forms.Padding(2);
|
|
this.txtEnderecoCAN_Rx.Name = "txtEnderecoCAN_Rx";
|
|
this.txtEnderecoCAN_Rx.Size = new System.Drawing.Size(85, 20);
|
|
this.txtEnderecoCAN_Rx.TabIndex = 148;
|
|
this.txtEnderecoCAN_Rx.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// frmSenConfig
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1226, 730);
|
|
this.Controls.Add(this.lblAddrRx);
|
|
this.Controls.Add(this.txtEnderecoCAN_Rx);
|
|
this.Controls.Add(this.lblPotenciometro);
|
|
this.Controls.Add(this.gridsPOT);
|
|
this.Controls.Add(this.lblAddrTx);
|
|
this.Controls.Add(this.txtEnderecoCAN_Tx);
|
|
this.Controls.Add(this.chbRequisitarDados);
|
|
this.Controls.Add(this.gpbCameras);
|
|
this.Controls.Add(this.gpbBateria);
|
|
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.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
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();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudBateriaValor)).EndInit();
|
|
this.gpbBateria.ResumeLayout(false);
|
|
this.gpbBateria.PerformLayout();
|
|
this.gpbCameras.ResumeLayout(false);
|
|
this.gpbCameras.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridsPOT)).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;
|
|
private System.Windows.Forms.Button btnBateriaVer;
|
|
private System.Windows.Forms.ComboBox cmbBateriaParametro;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.NumericUpDown nudBateriaValor;
|
|
private System.Windows.Forms.Button btnBateriaDefinir;
|
|
private System.Windows.Forms.GroupBox gpbBateria;
|
|
private System.Windows.Forms.GroupBox gpbCameras;
|
|
private System.Windows.Forms.Label lblSolodir;
|
|
private System.Windows.Forms.ComboBox cmbSoloDir;
|
|
private System.Windows.Forms.Label lblSoloesq;
|
|
private System.Windows.Forms.ComboBox cmbSoloEsq;
|
|
private System.Windows.Forms.Label lblCaminho;
|
|
private System.Windows.Forms.ComboBox cmbCaminho;
|
|
private System.Windows.Forms.Button btnBateriaCalibrar;
|
|
private System.Windows.Forms.Button btnAtualizarCameras;
|
|
private System.Windows.Forms.CheckBox chbRequisitarDados;
|
|
private System.Windows.Forms.Label lblAddrTx;
|
|
private System.Windows.Forms.TextBox txtEnderecoCAN_Tx;
|
|
private System.Windows.Forms.Label lblPotenciometro;
|
|
private System.Windows.Forms.DataGridView gridsPOT;
|
|
private System.Windows.Forms.Label lblAddrRx;
|
|
private System.Windows.Forms.TextBox txtEnderecoCAN_Rx;
|
|
}
|
|
} |