472 lines
26 KiB
C#
472 lines
26 KiB
C#
namespace AgroBase.Forms.IHM
|
|
{
|
|
partial class frmAjustes
|
|
{
|
|
/// <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(frmAjustes));
|
|
this.pnlCaminho = new System.Windows.Forms.Panel();
|
|
this.cmbC = new System.Windows.Forms.ComboBox();
|
|
this.lblComunicacao = new System.Windows.Forms.Label();
|
|
this.picVoltar = new System.Windows.Forms.PictureBox();
|
|
this.picSalvar = new System.Windows.Forms.PictureBox();
|
|
this.lblCanal = new System.Windows.Forms.Label();
|
|
this.txtCanal = new System.Windows.Forms.TextBox();
|
|
this.lblEndereco = new System.Windows.Forms.Label();
|
|
this.txtEndereco = new System.Windows.Forms.TextBox();
|
|
this.cmbPower = new System.Windows.Forms.ComboBox();
|
|
this.lblPotencia = new System.Windows.Forms.Label();
|
|
this.cmbWorCycle = new System.Windows.Forms.ComboBox();
|
|
this.lblWorCycle = new System.Windows.Forms.Label();
|
|
this.cmbTransmissao = new System.Windows.Forms.ComboBox();
|
|
this.lblTransmissao = new System.Windows.Forms.Label();
|
|
this.cmbPacketSize = new System.Windows.Forms.ComboBox();
|
|
this.lblTamanhoPacote = new System.Windows.Forms.Label();
|
|
this.cmbAirRate = new System.Windows.Forms.ComboBox();
|
|
this.lblAirRate = new System.Windows.Forms.Label();
|
|
this.cmbBaudRate = new System.Windows.Forms.ComboBox();
|
|
this.lblBaudRate = new System.Windows.Forms.Label();
|
|
this.picLer = new System.Windows.Forms.PictureBox();
|
|
this.picGravar = new System.Windows.Forms.PictureBox();
|
|
this.picAtualizar = new System.Windows.Forms.PictureBox();
|
|
this.cmbComunicacao = new System.Windows.Forms.ComboBox();
|
|
this.btnCalibrarSonar = new System.Windows.Forms.Button();
|
|
this.chbSonarAtivado = new System.Windows.Forms.CheckBox();
|
|
this.gpbComunicacao = new System.Windows.Forms.GroupBox();
|
|
this.gpbCameras = new System.Windows.Forms.GroupBox();
|
|
this.flwCamerasSolo = new System.Windows.Forms.FlowLayoutPanel();
|
|
((System.ComponentModel.ISupportInitialize)(this.picVoltar)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picSalvar)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picLer)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picGravar)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picAtualizar)).BeginInit();
|
|
this.gpbComunicacao.SuspendLayout();
|
|
this.gpbCameras.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// pnlCaminho
|
|
//
|
|
this.pnlCaminho.Location = new System.Drawing.Point(137, 53);
|
|
this.pnlCaminho.Name = "pnlCaminho";
|
|
this.pnlCaminho.Size = new System.Drawing.Size(320, 200);
|
|
this.pnlCaminho.TabIndex = 1;
|
|
//
|
|
// cmbC
|
|
//
|
|
this.cmbC.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.cmbC.FormattingEnabled = true;
|
|
this.cmbC.Location = new System.Drawing.Point(137, 259);
|
|
this.cmbC.Name = "cmbC";
|
|
this.cmbC.Size = new System.Drawing.Size(181, 39);
|
|
this.cmbC.TabIndex = 8;
|
|
this.cmbC.SelectedIndexChanged += new System.EventHandler(this.cmbCameraCaminho_SelectedIndexChanged);
|
|
//
|
|
// lblComunicacao
|
|
//
|
|
this.lblComunicacao.AutoSize = true;
|
|
this.lblComunicacao.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblComunicacao.Location = new System.Drawing.Point(6, 28);
|
|
this.lblComunicacao.Name = "lblComunicacao";
|
|
this.lblComunicacao.Size = new System.Drawing.Size(126, 24);
|
|
this.lblComunicacao.TabIndex = 10;
|
|
this.lblComunicacao.Text = "DISPOSITIVO";
|
|
//
|
|
// picVoltar
|
|
//
|
|
this.picVoltar.Image = global::AgroBase.Properties.Resources.voltar;
|
|
this.picVoltar.Location = new System.Drawing.Point(10, 24);
|
|
this.picVoltar.Name = "picVoltar";
|
|
this.picVoltar.Size = new System.Drawing.Size(65, 65);
|
|
this.picVoltar.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.picVoltar.TabIndex = 11;
|
|
this.picVoltar.TabStop = false;
|
|
//
|
|
// picSalvar
|
|
//
|
|
this.picSalvar.Image = global::AgroBase.Properties.Resources.salvar;
|
|
this.picSalvar.Location = new System.Drawing.Point(10, 241);
|
|
this.picSalvar.Name = "picSalvar";
|
|
this.picSalvar.Size = new System.Drawing.Size(65, 65);
|
|
this.picSalvar.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.picSalvar.TabIndex = 12;
|
|
this.picSalvar.TabStop = false;
|
|
//
|
|
// lblCanal
|
|
//
|
|
this.lblCanal.AutoSize = true;
|
|
this.lblCanal.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F);
|
|
this.lblCanal.Location = new System.Drawing.Point(690, 153);
|
|
this.lblCanal.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblCanal.Name = "lblCanal";
|
|
this.lblCanal.Size = new System.Drawing.Size(53, 17);
|
|
this.lblCanal.TabIndex = 32;
|
|
this.lblCanal.Text = "CANAL";
|
|
//
|
|
// txtCanal
|
|
//
|
|
this.txtCanal.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.txtCanal.Location = new System.Drawing.Point(797, 138);
|
|
this.txtCanal.Margin = new System.Windows.Forms.Padding(2);
|
|
this.txtCanal.Name = "txtCanal";
|
|
this.txtCanal.Size = new System.Drawing.Size(189, 38);
|
|
this.txtCanal.TabIndex = 31;
|
|
//
|
|
// lblEndereco
|
|
//
|
|
this.lblEndereco.AutoSize = true;
|
|
this.lblEndereco.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F);
|
|
this.lblEndereco.Location = new System.Drawing.Point(357, 102);
|
|
this.lblEndereco.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblEndereco.Name = "lblEndereco";
|
|
this.lblEndereco.Size = new System.Drawing.Size(85, 17);
|
|
this.lblEndereco.TabIndex = 30;
|
|
this.lblEndereco.Text = "ENDEREÇO";
|
|
//
|
|
// txtEndereco
|
|
//
|
|
this.txtEndereco.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.txtEndereco.Location = new System.Drawing.Point(459, 87);
|
|
this.txtEndereco.Margin = new System.Windows.Forms.Padding(2);
|
|
this.txtEndereco.Name = "txtEndereco";
|
|
this.txtEndereco.Size = new System.Drawing.Size(189, 38);
|
|
this.txtEndereco.TabIndex = 29;
|
|
//
|
|
// cmbPower
|
|
//
|
|
this.cmbPower.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmbPower.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.cmbPower.FormattingEnabled = true;
|
|
this.cmbPower.Location = new System.Drawing.Point(459, 189);
|
|
this.cmbPower.Margin = new System.Windows.Forms.Padding(2);
|
|
this.cmbPower.Name = "cmbPower";
|
|
this.cmbPower.Size = new System.Drawing.Size(189, 39);
|
|
this.cmbPower.TabIndex = 28;
|
|
//
|
|
// lblPotencia
|
|
//
|
|
this.lblPotencia.AutoSize = true;
|
|
this.lblPotencia.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F);
|
|
this.lblPotencia.Location = new System.Drawing.Point(357, 204);
|
|
this.lblPotencia.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblPotencia.Name = "lblPotencia";
|
|
this.lblPotencia.Size = new System.Drawing.Size(60, 17);
|
|
this.lblPotencia.TabIndex = 27;
|
|
this.lblPotencia.Text = "POWER";
|
|
//
|
|
// cmbWorCycle
|
|
//
|
|
this.cmbWorCycle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmbWorCycle.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.cmbWorCycle.FormattingEnabled = true;
|
|
this.cmbWorCycle.Location = new System.Drawing.Point(137, 189);
|
|
this.cmbWorCycle.Margin = new System.Windows.Forms.Padding(2);
|
|
this.cmbWorCycle.Name = "cmbWorCycle";
|
|
this.cmbWorCycle.Size = new System.Drawing.Size(189, 39);
|
|
this.cmbWorCycle.TabIndex = 26;
|
|
//
|
|
// lblWorCycle
|
|
//
|
|
this.lblWorCycle.AutoSize = true;
|
|
this.lblWorCycle.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F);
|
|
this.lblWorCycle.Location = new System.Drawing.Point(7, 204);
|
|
this.lblWorCycle.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblWorCycle.Name = "lblWorCycle";
|
|
this.lblWorCycle.Size = new System.Drawing.Size(90, 17);
|
|
this.lblWorCycle.TabIndex = 25;
|
|
this.lblWorCycle.Text = "WOR CYCLE";
|
|
//
|
|
// cmbTransmissao
|
|
//
|
|
this.cmbTransmissao.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmbTransmissao.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.cmbTransmissao.FormattingEnabled = true;
|
|
this.cmbTransmissao.Location = new System.Drawing.Point(137, 138);
|
|
this.cmbTransmissao.Margin = new System.Windows.Forms.Padding(2);
|
|
this.cmbTransmissao.Name = "cmbTransmissao";
|
|
this.cmbTransmissao.Size = new System.Drawing.Size(189, 39);
|
|
this.cmbTransmissao.TabIndex = 24;
|
|
//
|
|
// lblTransmissao
|
|
//
|
|
this.lblTransmissao.AutoSize = true;
|
|
this.lblTransmissao.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F);
|
|
this.lblTransmissao.Location = new System.Drawing.Point(7, 153);
|
|
this.lblTransmissao.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblTransmissao.Name = "lblTransmissao";
|
|
this.lblTransmissao.Size = new System.Drawing.Size(107, 17);
|
|
this.lblTransmissao.TabIndex = 23;
|
|
this.lblTransmissao.Text = "TRANSMISSÃO";
|
|
//
|
|
// cmbPacketSize
|
|
//
|
|
this.cmbPacketSize.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmbPacketSize.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.cmbPacketSize.FormattingEnabled = true;
|
|
this.cmbPacketSize.Location = new System.Drawing.Point(797, 189);
|
|
this.cmbPacketSize.Margin = new System.Windows.Forms.Padding(2);
|
|
this.cmbPacketSize.Name = "cmbPacketSize";
|
|
this.cmbPacketSize.Size = new System.Drawing.Size(189, 39);
|
|
this.cmbPacketSize.TabIndex = 22;
|
|
//
|
|
// lblTamanhoPacote
|
|
//
|
|
this.lblTamanhoPacote.AutoSize = true;
|
|
this.lblTamanhoPacote.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F);
|
|
this.lblTamanhoPacote.Location = new System.Drawing.Point(690, 204);
|
|
this.lblTamanhoPacote.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblTamanhoPacote.Name = "lblTamanhoPacote";
|
|
this.lblTamanhoPacote.Size = new System.Drawing.Size(96, 17);
|
|
this.lblTamanhoPacote.TabIndex = 21;
|
|
this.lblTamanhoPacote.Text = "PACKET SIZE";
|
|
//
|
|
// cmbAirRate
|
|
//
|
|
this.cmbAirRate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmbAirRate.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.cmbAirRate.FormattingEnabled = true;
|
|
this.cmbAirRate.Location = new System.Drawing.Point(459, 138);
|
|
this.cmbAirRate.Margin = new System.Windows.Forms.Padding(2);
|
|
this.cmbAirRate.Name = "cmbAirRate";
|
|
this.cmbAirRate.Size = new System.Drawing.Size(189, 39);
|
|
this.cmbAirRate.TabIndex = 20;
|
|
//
|
|
// lblAirRate
|
|
//
|
|
this.lblAirRate.AutoSize = true;
|
|
this.lblAirRate.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F);
|
|
this.lblAirRate.Location = new System.Drawing.Point(357, 153);
|
|
this.lblAirRate.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblAirRate.Name = "lblAirRate";
|
|
this.lblAirRate.Size = new System.Drawing.Size(71, 17);
|
|
this.lblAirRate.TabIndex = 19;
|
|
this.lblAirRate.Text = "AIR RATE";
|
|
//
|
|
// cmbBaudRate
|
|
//
|
|
this.cmbBaudRate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmbBaudRate.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.cmbBaudRate.FormattingEnabled = true;
|
|
this.cmbBaudRate.Location = new System.Drawing.Point(137, 87);
|
|
this.cmbBaudRate.Margin = new System.Windows.Forms.Padding(2);
|
|
this.cmbBaudRate.Name = "cmbBaudRate";
|
|
this.cmbBaudRate.Size = new System.Drawing.Size(189, 39);
|
|
this.cmbBaudRate.TabIndex = 18;
|
|
//
|
|
// lblBaudRate
|
|
//
|
|
this.lblBaudRate.AutoSize = true;
|
|
this.lblBaudRate.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F);
|
|
this.lblBaudRate.Location = new System.Drawing.Point(7, 102);
|
|
this.lblBaudRate.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblBaudRate.Name = "lblBaudRate";
|
|
this.lblBaudRate.Size = new System.Drawing.Size(87, 17);
|
|
this.lblBaudRate.TabIndex = 17;
|
|
this.lblBaudRate.Text = "BAUD RATE";
|
|
//
|
|
// picLer
|
|
//
|
|
this.picLer.Image = global::AgroBase.Properties.Resources.atualizar;
|
|
this.picLer.Location = new System.Drawing.Point(827, 17);
|
|
this.picLer.Name = "picLer";
|
|
this.picLer.Size = new System.Drawing.Size(65, 65);
|
|
this.picLer.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.picLer.TabIndex = 33;
|
|
this.picLer.TabStop = false;
|
|
//
|
|
// picGravar
|
|
//
|
|
this.picGravar.Image = global::AgroBase.Properties.Resources.salvar;
|
|
this.picGravar.Location = new System.Drawing.Point(921, 17);
|
|
this.picGravar.Name = "picGravar";
|
|
this.picGravar.Size = new System.Drawing.Size(65, 65);
|
|
this.picGravar.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.picGravar.TabIndex = 34;
|
|
this.picGravar.TabStop = false;
|
|
//
|
|
// picAtualizar
|
|
//
|
|
this.picAtualizar.Image = global::AgroBase.Properties.Resources.atualizar;
|
|
this.picAtualizar.Location = new System.Drawing.Point(10, 136);
|
|
this.picAtualizar.Name = "picAtualizar";
|
|
this.picAtualizar.Size = new System.Drawing.Size(65, 65);
|
|
this.picAtualizar.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.picAtualizar.TabIndex = 35;
|
|
this.picAtualizar.TabStop = false;
|
|
//
|
|
// cmbComunicacao
|
|
//
|
|
this.cmbComunicacao.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmbComunicacao.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.cmbComunicacao.FormattingEnabled = true;
|
|
this.cmbComunicacao.Location = new System.Drawing.Point(137, 18);
|
|
this.cmbComunicacao.Margin = new System.Windows.Forms.Padding(2);
|
|
this.cmbComunicacao.Name = "cmbComunicacao";
|
|
this.cmbComunicacao.Size = new System.Drawing.Size(189, 39);
|
|
this.cmbComunicacao.TabIndex = 36;
|
|
this.cmbComunicacao.SelectedIndexChanged += new System.EventHandler(this.cmbComunicacao_SelectedIndexChanged);
|
|
//
|
|
// btnCalibrarSonar
|
|
//
|
|
this.btnCalibrarSonar.Enabled = false;
|
|
this.btnCalibrarSonar.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
|
|
this.btnCalibrarSonar.Location = new System.Drawing.Point(324, 259);
|
|
this.btnCalibrarSonar.Name = "btnCalibrarSonar";
|
|
this.btnCalibrarSonar.Size = new System.Drawing.Size(133, 39);
|
|
this.btnCalibrarSonar.TabIndex = 37;
|
|
this.btnCalibrarSonar.Text = "CALIBRAR";
|
|
this.btnCalibrarSonar.UseVisualStyleBackColor = true;
|
|
this.btnCalibrarSonar.Click += new System.EventHandler(this.btnCalibrarSonar_Click);
|
|
//
|
|
// chbSonarAtivado
|
|
//
|
|
this.chbSonarAtivado.AutoSize = true;
|
|
this.chbSonarAtivado.Checked = true;
|
|
this.chbSonarAtivado.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.chbSonarAtivado.Font = new System.Drawing.Font("Microsoft Sans Serif", 12.25F);
|
|
this.chbSonarAtivado.Location = new System.Drawing.Point(210, 23);
|
|
this.chbSonarAtivado.Name = "chbSonarAtivado";
|
|
this.chbSonarAtivado.Size = new System.Drawing.Size(165, 24);
|
|
this.chbSonarAtivado.TabIndex = 38;
|
|
this.chbSonarAtivado.Text = "SONAR ATIVADO";
|
|
this.chbSonarAtivado.UseVisualStyleBackColor = true;
|
|
this.chbSonarAtivado.CheckedChanged += new System.EventHandler(this.chbSonarAtivado_CheckedChanged);
|
|
//
|
|
// gpbComunicacao
|
|
//
|
|
this.gpbComunicacao.Controls.Add(this.lblComunicacao);
|
|
this.gpbComunicacao.Controls.Add(this.lblBaudRate);
|
|
this.gpbComunicacao.Controls.Add(this.cmbBaudRate);
|
|
this.gpbComunicacao.Controls.Add(this.lblAirRate);
|
|
this.gpbComunicacao.Controls.Add(this.cmbComunicacao);
|
|
this.gpbComunicacao.Controls.Add(this.cmbAirRate);
|
|
this.gpbComunicacao.Controls.Add(this.picGravar);
|
|
this.gpbComunicacao.Controls.Add(this.lblTamanhoPacote);
|
|
this.gpbComunicacao.Controls.Add(this.cmbPacketSize);
|
|
this.gpbComunicacao.Controls.Add(this.picLer);
|
|
this.gpbComunicacao.Controls.Add(this.lblTransmissao);
|
|
this.gpbComunicacao.Controls.Add(this.cmbTransmissao);
|
|
this.gpbComunicacao.Controls.Add(this.lblCanal);
|
|
this.gpbComunicacao.Controls.Add(this.lblWorCycle);
|
|
this.gpbComunicacao.Controls.Add(this.txtCanal);
|
|
this.gpbComunicacao.Controls.Add(this.cmbWorCycle);
|
|
this.gpbComunicacao.Controls.Add(this.lblEndereco);
|
|
this.gpbComunicacao.Controls.Add(this.lblPotencia);
|
|
this.gpbComunicacao.Controls.Add(this.txtEndereco);
|
|
this.gpbComunicacao.Controls.Add(this.cmbPower);
|
|
this.gpbComunicacao.Location = new System.Drawing.Point(12, 340);
|
|
this.gpbComunicacao.Name = "gpbComunicacao";
|
|
this.gpbComunicacao.Size = new System.Drawing.Size(1000, 248);
|
|
this.gpbComunicacao.TabIndex = 40;
|
|
this.gpbComunicacao.TabStop = false;
|
|
this.gpbComunicacao.Text = "COMUNICAÇÃO";
|
|
//
|
|
// gpbCameras
|
|
//
|
|
this.gpbCameras.Controls.Add(this.flwCamerasSolo);
|
|
this.gpbCameras.Controls.Add(this.picVoltar);
|
|
this.gpbCameras.Controls.Add(this.picSalvar);
|
|
this.gpbCameras.Controls.Add(this.chbSonarAtivado);
|
|
this.gpbCameras.Controls.Add(this.picAtualizar);
|
|
this.gpbCameras.Controls.Add(this.btnCalibrarSonar);
|
|
this.gpbCameras.Controls.Add(this.pnlCaminho);
|
|
this.gpbCameras.Controls.Add(this.cmbC);
|
|
this.gpbCameras.Location = new System.Drawing.Point(12, 12);
|
|
this.gpbCameras.Name = "gpbCameras";
|
|
this.gpbCameras.Size = new System.Drawing.Size(1000, 322);
|
|
this.gpbCameras.TabIndex = 41;
|
|
this.gpbCameras.TabStop = false;
|
|
this.gpbCameras.Text = "CÂMERAS";
|
|
//
|
|
// flwCamerasSolo
|
|
//
|
|
this.flwCamerasSolo.Location = new System.Drawing.Point(463, 19);
|
|
this.flwCamerasSolo.Name = "flwCamerasSolo";
|
|
this.flwCamerasSolo.Size = new System.Drawing.Size(531, 297);
|
|
this.flwCamerasSolo.TabIndex = 39;
|
|
//
|
|
// frmAjustes
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.Ivory;
|
|
this.ClientSize = new System.Drawing.Size(1024, 600);
|
|
this.Controls.Add(this.gpbCameras);
|
|
this.Controls.Add(this.gpbComunicacao);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "frmAjustes";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "frmAjustes";
|
|
this.TopMost = true;
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmAjustes_FormClosing);
|
|
this.Load += new System.EventHandler(this.frmAjustes_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.picVoltar)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picSalvar)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picLer)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picGravar)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picAtualizar)).EndInit();
|
|
this.gpbComunicacao.ResumeLayout(false);
|
|
this.gpbComunicacao.PerformLayout();
|
|
this.gpbCameras.ResumeLayout(false);
|
|
this.gpbCameras.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Panel pnlCaminho;
|
|
private System.Windows.Forms.ComboBox cmbC;
|
|
private System.Windows.Forms.Label lblComunicacao;
|
|
private System.Windows.Forms.PictureBox picVoltar;
|
|
private System.Windows.Forms.PictureBox picSalvar;
|
|
private System.Windows.Forms.Label lblCanal;
|
|
private System.Windows.Forms.TextBox txtCanal;
|
|
private System.Windows.Forms.Label lblEndereco;
|
|
private System.Windows.Forms.TextBox txtEndereco;
|
|
private System.Windows.Forms.ComboBox cmbPower;
|
|
private System.Windows.Forms.Label lblPotencia;
|
|
private System.Windows.Forms.ComboBox cmbWorCycle;
|
|
private System.Windows.Forms.Label lblWorCycle;
|
|
private System.Windows.Forms.ComboBox cmbTransmissao;
|
|
private System.Windows.Forms.Label lblTransmissao;
|
|
private System.Windows.Forms.ComboBox cmbPacketSize;
|
|
private System.Windows.Forms.Label lblTamanhoPacote;
|
|
private System.Windows.Forms.ComboBox cmbAirRate;
|
|
private System.Windows.Forms.Label lblAirRate;
|
|
private System.Windows.Forms.ComboBox cmbBaudRate;
|
|
private System.Windows.Forms.Label lblBaudRate;
|
|
private System.Windows.Forms.PictureBox picLer;
|
|
private System.Windows.Forms.PictureBox picGravar;
|
|
private System.Windows.Forms.PictureBox picAtualizar;
|
|
private System.Windows.Forms.ComboBox cmbComunicacao;
|
|
private System.Windows.Forms.Button btnCalibrarSonar;
|
|
private System.Windows.Forms.CheckBox chbSonarAtivado;
|
|
private System.Windows.Forms.GroupBox gpbComunicacao;
|
|
private System.Windows.Forms.GroupBox gpbCameras;
|
|
private System.Windows.Forms.FlowLayoutPanel flwCamerasSolo;
|
|
}
|
|
} |