namespace AgroBase.Forms.Operacoes { partial class frmOperacaoManual { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea3 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); System.Windows.Forms.DataVisualization.Charting.Legend legend3 = new System.Windows.Forms.DataVisualization.Charting.Legend(); System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series(); this.pnlCamerasSolo = new System.Windows.Forms.Panel(); this.pnlCameraSoloE = new System.Windows.Forms.Panel(); this.pnlCameraSoloD = new System.Windows.Forms.Panel(); this.pnlAtuadores = new System.Windows.Forms.Panel(); this.btnIniciarOperacao = new System.Windows.Forms.Button(); this.chartGraficos = new System.Windows.Forms.DataVisualization.Charting.Chart(); this.lblDir_EF = new System.Windows.Forms.Label(); this.lblDir_DF = new System.Windows.Forms.Label(); this.lblDir_DT = new System.Windows.Forms.Label(); this.lblDir_ET = new System.Windows.Forms.Label(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabMapa = new System.Windows.Forms.TabPage(); this.lblGPSprecisao = new System.Windows.Forms.Label(); this.lblGPSaltitude = new System.Windows.Forms.Label(); this.lblGPSvelocidade = new System.Windows.Forms.Label(); this.lblGPSsatelites = new System.Windows.Forms.Label(); this.pnlMapa = new System.Windows.Forms.Panel(); this.lblGPS = new System.Windows.Forms.Label(); this.pnlAnguloGPS = new System.Windows.Forms.Panel(); this.pnlAnguloMagnetometro = new System.Windows.Forms.Panel(); this.lblMagnetometro = new System.Windows.Forms.Label(); this.tabInformacoes = new System.Windows.Forms.TabPage(); this.gridDados = new System.Windows.Forms.DataGridView(); this.tabDeteccoes = new System.Windows.Forms.TabPage(); this.pnlDeteccoesRua = new System.Windows.Forms.Panel(); this.picSonar = new System.Windows.Forms.PictureBox(); this.tabPulverizador = new System.Windows.Forms.TabPage(); this.lblPressaoSP = new System.Windows.Forms.Label(); this.nudPressaoSP = new System.Windows.Forms.NumericUpDown(); this.btnDesligarBomba = new System.Windows.Forms.Button(); this.btnLigarBomba = new System.Windows.Forms.Button(); this.pnlCameraRua = new System.Windows.Forms.Panel(); this.pnlDir_EF = new System.Windows.Forms.Panel(); this.pnlDir_ET = new System.Windows.Forms.Panel(); this.pnlDir_DT = new System.Windows.Forms.Panel(); this.pnlDir_DF = new System.Windows.Forms.Panel(); this.lblDistanciaEsquerda = new System.Windows.Forms.Label(); this.lblDistanciaDireita = new System.Windows.Forms.Label(); this.chbSonar = new System.Windows.Forms.CheckBox(); this.lblTensao = new System.Windows.Forms.Label(); this.lblCorrente = new System.Windows.Forms.Label(); this.lblRPM = new System.Windows.Forms.Label(); this.lblVelocidade = new System.Windows.Forms.Label(); this.lblKmh = new System.Windows.Forms.Label(); this.cmbTipoMovimento = new System.Windows.Forms.ComboBox(); this.lblTipoMovimento = new System.Windows.Forms.Label(); this.pnlCamerasSolo.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chartGraficos)).BeginInit(); this.tabControl1.SuspendLayout(); this.tabMapa.SuspendLayout(); this.tabInformacoes.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridDados)).BeginInit(); this.tabDeteccoes.SuspendLayout(); this.pnlDeteccoesRua.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picSonar)).BeginInit(); this.tabPulverizador.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nudPressaoSP)).BeginInit(); this.pnlDir_EF.SuspendLayout(); this.pnlDir_ET.SuspendLayout(); this.pnlDir_DT.SuspendLayout(); this.pnlDir_DF.SuspendLayout(); this.SuspendLayout(); // // pnlCamerasSolo // this.pnlCamerasSolo.BackColor = System.Drawing.Color.White; this.pnlCamerasSolo.Controls.Add(this.pnlCameraSoloE); this.pnlCamerasSolo.Controls.Add(this.pnlCameraSoloD); this.pnlCamerasSolo.Location = new System.Drawing.Point(23, 328); this.pnlCamerasSolo.Margin = new System.Windows.Forms.Padding(2); this.pnlCamerasSolo.Name = "pnlCamerasSolo"; this.pnlCamerasSolo.Size = new System.Drawing.Size(588, 184); this.pnlCamerasSolo.TabIndex = 0; // // pnlCameraSoloE // this.pnlCameraSoloE.Location = new System.Drawing.Point(2, 2); this.pnlCameraSoloE.Margin = new System.Windows.Forms.Padding(2); this.pnlCameraSoloE.Name = "pnlCameraSoloE"; this.pnlCameraSoloE.Size = new System.Drawing.Size(289, 178); this.pnlCameraSoloE.TabIndex = 24; // // pnlCameraSoloD // this.pnlCameraSoloD.Location = new System.Drawing.Point(296, 2); this.pnlCameraSoloD.Margin = new System.Windows.Forms.Padding(2); this.pnlCameraSoloD.Name = "pnlCameraSoloD"; this.pnlCameraSoloD.Size = new System.Drawing.Size(289, 178); this.pnlCameraSoloD.TabIndex = 23; // // pnlAtuadores // this.pnlAtuadores.BackColor = System.Drawing.Color.White; this.pnlAtuadores.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.pnlAtuadores.Location = new System.Drawing.Point(23, 518); this.pnlAtuadores.Margin = new System.Windows.Forms.Padding(2); this.pnlAtuadores.Name = "pnlAtuadores"; this.pnlAtuadores.Size = new System.Drawing.Size(589, 127); this.pnlAtuadores.TabIndex = 1; this.pnlAtuadores.Paint += new System.Windows.Forms.PaintEventHandler(this.pnlAtuadores_Paint); // // btnIniciarOperacao // this.btnIniciarOperacao.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnIniciarOperacao.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnIniciarOperacao.Location = new System.Drawing.Point(1119, 585); this.btnIniciarOperacao.Margin = new System.Windows.Forms.Padding(2); this.btnIniciarOperacao.Name = "btnIniciarOperacao"; this.btnIniciarOperacao.Size = new System.Drawing.Size(113, 53); this.btnIniciarOperacao.TabIndex = 25; this.btnIniciarOperacao.Text = "Iniciar Operação"; this.btnIniciarOperacao.UseVisualStyleBackColor = true; this.btnIniciarOperacao.Click += new System.EventHandler(this.btnIniciarOperacao_Click); // // chartGraficos // this.chartGraficos.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); chartArea3.Name = "ChartArea1"; this.chartGraficos.ChartAreas.Add(chartArea3); legend3.Name = "Legend1"; this.chartGraficos.Legends.Add(legend3); this.chartGraficos.Location = new System.Drawing.Point(640, 7); this.chartGraficos.Margin = new System.Windows.Forms.Padding(2); this.chartGraficos.Name = "chartGraficos"; series3.ChartArea = "ChartArea1"; series3.Legend = "Legend1"; series3.Name = "Series1"; this.chartGraficos.Series.Add(series3); this.chartGraficos.Size = new System.Drawing.Size(591, 318); this.chartGraficos.TabIndex = 2; this.chartGraficos.Text = "chart1"; // // lblDir_EF // this.lblDir_EF.AutoSize = true; this.lblDir_EF.Location = new System.Drawing.Point(1, 1); this.lblDir_EF.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblDir_EF.Name = "lblDir_EF"; this.lblDir_EF.Size = new System.Drawing.Size(45, 13); this.lblDir_EF.TabIndex = 9; this.lblDir_EF.Text = "EF 000º"; // // lblDir_DF // this.lblDir_DF.AutoSize = true; this.lblDir_DF.Location = new System.Drawing.Point(1, 1); this.lblDir_DF.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblDir_DF.Name = "lblDir_DF"; this.lblDir_DF.Size = new System.Drawing.Size(46, 13); this.lblDir_DF.TabIndex = 10; this.lblDir_DF.Text = "DF 000º"; // // lblDir_DT // this.lblDir_DT.AutoSize = true; this.lblDir_DT.Location = new System.Drawing.Point(1, 2); this.lblDir_DT.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblDir_DT.Name = "lblDir_DT"; this.lblDir_DT.Size = new System.Drawing.Size(47, 13); this.lblDir_DT.TabIndex = 11; this.lblDir_DT.Text = "DT 000º"; // // lblDir_ET // this.lblDir_ET.AutoSize = true; this.lblDir_ET.Location = new System.Drawing.Point(1, 2); this.lblDir_ET.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblDir_ET.Name = "lblDir_ET"; this.lblDir_ET.Size = new System.Drawing.Size(46, 13); this.lblDir_ET.TabIndex = 12; this.lblDir_ET.Text = "ET 000º"; // // tabControl1 // this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tabControl1.Controls.Add(this.tabMapa); this.tabControl1.Controls.Add(this.tabInformacoes); this.tabControl1.Controls.Add(this.tabDeteccoes); this.tabControl1.Controls.Add(this.tabPulverizador); this.tabControl1.Location = new System.Drawing.Point(640, 331); this.tabControl1.Margin = new System.Windows.Forms.Padding(2); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(471, 314); this.tabControl1.TabIndex = 17; // // tabMapa // this.tabMapa.BackColor = System.Drawing.Color.White; this.tabMapa.Controls.Add(this.lblGPSprecisao); this.tabMapa.Controls.Add(this.lblGPSaltitude); this.tabMapa.Controls.Add(this.lblGPSvelocidade); this.tabMapa.Controls.Add(this.lblGPSsatelites); this.tabMapa.Controls.Add(this.pnlMapa); this.tabMapa.Controls.Add(this.lblGPS); this.tabMapa.Controls.Add(this.pnlAnguloGPS); this.tabMapa.Controls.Add(this.pnlAnguloMagnetometro); this.tabMapa.Controls.Add(this.lblMagnetometro); this.tabMapa.Location = new System.Drawing.Point(4, 22); this.tabMapa.Margin = new System.Windows.Forms.Padding(2); this.tabMapa.Name = "tabMapa"; this.tabMapa.Padding = new System.Windows.Forms.Padding(2); this.tabMapa.Size = new System.Drawing.Size(463, 288); this.tabMapa.TabIndex = 0; this.tabMapa.Text = "Mapa"; // // lblGPSprecisao // this.lblGPSprecisao.AutoSize = true; this.lblGPSprecisao.Location = new System.Drawing.Point(4, 116); this.lblGPSprecisao.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblGPSprecisao.Name = "lblGPSprecisao"; this.lblGPSprecisao.Size = new System.Drawing.Size(86, 13); this.lblGPSprecisao.TabIndex = 31; this.lblGPSprecisao.Text = "Precisão: 0,00 m"; // // lblGPSaltitude // this.lblGPSaltitude.AutoSize = true; this.lblGPSaltitude.Location = new System.Drawing.Point(4, 142); this.lblGPSaltitude.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblGPSaltitude.Name = "lblGPSaltitude"; this.lblGPSaltitude.Size = new System.Drawing.Size(74, 13); this.lblGPSaltitude.TabIndex = 30; this.lblGPSaltitude.Text = "Altitude: 0,0 m"; // // lblGPSvelocidade // this.lblGPSvelocidade.AutoSize = true; this.lblGPSvelocidade.Location = new System.Drawing.Point(4, 129); this.lblGPSvelocidade.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblGPSvelocidade.Name = "lblGPSvelocidade"; this.lblGPSvelocidade.Size = new System.Drawing.Size(80, 13); this.lblGPSvelocidade.TabIndex = 29; this.lblGPSvelocidade.Text = "Vel.: 0,00 km/h"; // // lblGPSsatelites // this.lblGPSsatelites.AutoSize = true; this.lblGPSsatelites.Location = new System.Drawing.Point(4, 103); this.lblGPSsatelites.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblGPSsatelites.Name = "lblGPSsatelites"; this.lblGPSsatelites.Size = new System.Drawing.Size(54, 13); this.lblGPSsatelites.TabIndex = 28; this.lblGPSsatelites.Text = "0 satélites"; // // pnlMapa // this.pnlMapa.Location = new System.Drawing.Point(104, 2); this.pnlMapa.Margin = new System.Windows.Forms.Padding(2); this.pnlMapa.Name = "pnlMapa"; this.pnlMapa.Size = new System.Drawing.Size(359, 286); this.pnlMapa.TabIndex = 0; // // lblGPS // this.lblGPS.AutoSize = true; this.lblGPS.Location = new System.Drawing.Point(4, 2); this.lblGPS.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblGPS.Name = "lblGPS"; this.lblGPS.Size = new System.Drawing.Size(29, 13); this.lblGPS.TabIndex = 19; this.lblGPS.Text = "GPS"; // // pnlAnguloGPS // this.pnlAnguloGPS.BackColor = System.Drawing.Color.White; this.pnlAnguloGPS.BackgroundImage = global::AgroBase.Properties.Resources.rosa_dos_ventos; this.pnlAnguloGPS.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.pnlAnguloGPS.Location = new System.Drawing.Point(7, 18); this.pnlAnguloGPS.Margin = new System.Windows.Forms.Padding(2); this.pnlAnguloGPS.Name = "pnlAnguloGPS"; this.pnlAnguloGPS.Size = new System.Drawing.Size(78, 84); this.pnlAnguloGPS.TabIndex = 18; this.pnlAnguloGPS.Paint += new System.Windows.Forms.PaintEventHandler(this.pnlAnguloGPS_Paint); // // pnlAnguloMagnetometro // this.pnlAnguloMagnetometro.BackColor = System.Drawing.Color.White; this.pnlAnguloMagnetometro.BackgroundImage = global::AgroBase.Properties.Resources.rosa_dos_ventos; this.pnlAnguloMagnetometro.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.pnlAnguloMagnetometro.Location = new System.Drawing.Point(7, 203); this.pnlAnguloMagnetometro.Margin = new System.Windows.Forms.Padding(2); this.pnlAnguloMagnetometro.Name = "pnlAnguloMagnetometro"; this.pnlAnguloMagnetometro.Size = new System.Drawing.Size(78, 84); this.pnlAnguloMagnetometro.TabIndex = 20; this.pnlAnguloMagnetometro.Paint += new System.Windows.Forms.PaintEventHandler(this.pnlAnguloMagnetometro_Paint); // // lblMagnetometro // this.lblMagnetometro.AutoSize = true; this.lblMagnetometro.Location = new System.Drawing.Point(4, 188); this.lblMagnetometro.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblMagnetometro.Name = "lblMagnetometro"; this.lblMagnetometro.Size = new System.Drawing.Size(75, 13); this.lblMagnetometro.TabIndex = 21; this.lblMagnetometro.Text = "Magnetômetro"; // // tabInformacoes // this.tabInformacoes.Controls.Add(this.gridDados); this.tabInformacoes.Location = new System.Drawing.Point(4, 22); this.tabInformacoes.Margin = new System.Windows.Forms.Padding(2); this.tabInformacoes.Name = "tabInformacoes"; this.tabInformacoes.Padding = new System.Windows.Forms.Padding(2); this.tabInformacoes.Size = new System.Drawing.Size(463, 288); this.tabInformacoes.TabIndex = 1; this.tabInformacoes.Text = "Informações"; this.tabInformacoes.UseVisualStyleBackColor = true; // // gridDados // this.gridDados.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.gridDados.Dock = System.Windows.Forms.DockStyle.Fill; this.gridDados.Location = new System.Drawing.Point(2, 2); this.gridDados.Margin = new System.Windows.Forms.Padding(2); this.gridDados.Name = "gridDados"; this.gridDados.RowHeadersWidth = 51; this.gridDados.RowTemplate.Height = 24; this.gridDados.Size = new System.Drawing.Size(459, 284); this.gridDados.TabIndex = 0; // // tabDeteccoes // this.tabDeteccoes.Controls.Add(this.pnlDeteccoesRua); this.tabDeteccoes.Location = new System.Drawing.Point(4, 22); this.tabDeteccoes.Margin = new System.Windows.Forms.Padding(2); this.tabDeteccoes.Name = "tabDeteccoes"; this.tabDeteccoes.Padding = new System.Windows.Forms.Padding(2); this.tabDeteccoes.Size = new System.Drawing.Size(463, 288); this.tabDeteccoes.TabIndex = 2; this.tabDeteccoes.Text = "Detecção rua"; this.tabDeteccoes.UseVisualStyleBackColor = true; // // pnlDeteccoesRua // this.pnlDeteccoesRua.Controls.Add(this.picSonar); this.pnlDeteccoesRua.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlDeteccoesRua.Location = new System.Drawing.Point(2, 2); this.pnlDeteccoesRua.Margin = new System.Windows.Forms.Padding(2); this.pnlDeteccoesRua.Name = "pnlDeteccoesRua"; this.pnlDeteccoesRua.Size = new System.Drawing.Size(459, 284); this.pnlDeteccoesRua.TabIndex = 0; // // picSonar // this.picSonar.Location = new System.Drawing.Point(13, 13); this.picSonar.Margin = new System.Windows.Forms.Padding(2); this.picSonar.Name = "picSonar"; this.picSonar.Size = new System.Drawing.Size(434, 260); this.picSonar.TabIndex = 0; this.picSonar.TabStop = false; // // tabPulverizador // this.tabPulverizador.Controls.Add(this.lblPressaoSP); this.tabPulverizador.Controls.Add(this.nudPressaoSP); this.tabPulverizador.Controls.Add(this.btnDesligarBomba); this.tabPulverizador.Controls.Add(this.btnLigarBomba); this.tabPulverizador.Location = new System.Drawing.Point(4, 22); this.tabPulverizador.Margin = new System.Windows.Forms.Padding(2); this.tabPulverizador.Name = "tabPulverizador"; this.tabPulverizador.Padding = new System.Windows.Forms.Padding(2); this.tabPulverizador.Size = new System.Drawing.Size(463, 288); this.tabPulverizador.TabIndex = 3; this.tabPulverizador.Text = "Pulverizador"; this.tabPulverizador.UseVisualStyleBackColor = true; // // lblPressaoSP // this.lblPressaoSP.AutoSize = true; this.lblPressaoSP.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblPressaoSP.Location = new System.Drawing.Point(18, 11); this.lblPressaoSP.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblPressaoSP.Name = "lblPressaoSP"; this.lblPressaoSP.Size = new System.Drawing.Size(72, 13); this.lblPressaoSP.TabIndex = 29; this.lblPressaoSP.Text = "Pressão SP"; // // nudPressaoSP // this.nudPressaoSP.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.nudPressaoSP.Location = new System.Drawing.Point(18, 27); this.nudPressaoSP.Margin = new System.Windows.Forms.Padding(2); this.nudPressaoSP.Maximum = new decimal(new int[] { 200, 0, 0, 0}); this.nudPressaoSP.Name = "nudPressaoSP"; this.nudPressaoSP.Size = new System.Drawing.Size(79, 19); this.nudPressaoSP.TabIndex = 28; this.nudPressaoSP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.nudPressaoSP.ValueChanged += new System.EventHandler(this.nudPressaoSP_ValueChanged); // // btnDesligarBomba // this.btnDesligarBomba.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnDesligarBomba.Location = new System.Drawing.Point(244, 17); this.btnDesligarBomba.Margin = new System.Windows.Forms.Padding(2); this.btnDesligarBomba.Name = "btnDesligarBomba"; this.btnDesligarBomba.Size = new System.Drawing.Size(104, 28); this.btnDesligarBomba.TabIndex = 27; this.btnDesligarBomba.Text = "Desligar Bomba"; this.btnDesligarBomba.UseVisualStyleBackColor = true; this.btnDesligarBomba.Click += new System.EventHandler(this.btnDesligarBomba_Click); // // btnLigarBomba // this.btnLigarBomba.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnLigarBomba.Location = new System.Drawing.Point(118, 17); this.btnLigarBomba.Margin = new System.Windows.Forms.Padding(2); this.btnLigarBomba.Name = "btnLigarBomba"; this.btnLigarBomba.Size = new System.Drawing.Size(104, 28); this.btnLigarBomba.TabIndex = 26; this.btnLigarBomba.Text = "Ligar Bomba"; this.btnLigarBomba.UseVisualStyleBackColor = true; this.btnLigarBomba.Click += new System.EventHandler(this.btnLigarBomba_Click); // // pnlCameraRua // this.pnlCameraRua.Location = new System.Drawing.Point(140, 23); this.pnlCameraRua.Margin = new System.Windows.Forms.Padding(2); this.pnlCameraRua.Name = "pnlCameraRua"; this.pnlCameraRua.Size = new System.Drawing.Size(357, 286); this.pnlCameraRua.TabIndex = 22; // // pnlDir_EF // this.pnlDir_EF.Controls.Add(this.lblDir_EF); this.pnlDir_EF.Location = new System.Drawing.Point(0, 0); this.pnlDir_EF.Margin = new System.Windows.Forms.Padding(2); this.pnlDir_EF.Name = "pnlDir_EF"; this.pnlDir_EF.Size = new System.Drawing.Size(150, 162); this.pnlDir_EF.TabIndex = 23; // // pnlDir_ET // this.pnlDir_ET.Controls.Add(this.lblDir_ET); this.pnlDir_ET.Location = new System.Drawing.Point(0, 162); this.pnlDir_ET.Margin = new System.Windows.Forms.Padding(2); this.pnlDir_ET.Name = "pnlDir_ET"; this.pnlDir_ET.Size = new System.Drawing.Size(150, 162); this.pnlDir_ET.TabIndex = 24; // // pnlDir_DT // this.pnlDir_DT.Controls.Add(this.lblDir_DT); this.pnlDir_DT.Location = new System.Drawing.Point(486, 162); this.pnlDir_DT.Margin = new System.Windows.Forms.Padding(2); this.pnlDir_DT.Name = "pnlDir_DT"; this.pnlDir_DT.Size = new System.Drawing.Size(150, 162); this.pnlDir_DT.TabIndex = 24; // // pnlDir_DF // this.pnlDir_DF.Controls.Add(this.lblDir_DF); this.pnlDir_DF.Location = new System.Drawing.Point(486, 0); this.pnlDir_DF.Margin = new System.Windows.Forms.Padding(2); this.pnlDir_DF.Name = "pnlDir_DF"; this.pnlDir_DF.Size = new System.Drawing.Size(150, 162); this.pnlDir_DF.TabIndex = 24; // // lblDistanciaEsquerda // this.lblDistanciaEsquerda.AutoSize = true; this.lblDistanciaEsquerda.Font = new System.Drawing.Font("Mongolian Baiti", 9.25F, System.Drawing.FontStyle.Bold); this.lblDistanciaEsquerda.Location = new System.Drawing.Point(154, 7); this.lblDistanciaEsquerda.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblDistanciaEsquerda.Name = "lblDistanciaEsquerda"; this.lblDistanciaEsquerda.Size = new System.Drawing.Size(161, 14); this.lblDistanciaEsquerda.TabIndex = 26; this.lblDistanciaEsquerda.Text = "Distancia Esq: 00.00 cm"; // // lblDistanciaDireita // this.lblDistanciaDireita.AutoSize = true; this.lblDistanciaDireita.Font = new System.Drawing.Font("Mongolian Baiti", 9F, System.Drawing.FontStyle.Bold); this.lblDistanciaDireita.Location = new System.Drawing.Point(339, 7); this.lblDistanciaDireita.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblDistanciaDireita.Name = "lblDistanciaDireita"; this.lblDistanciaDireita.Size = new System.Drawing.Size(143, 13); this.lblDistanciaDireita.TabIndex = 27; this.lblDistanciaDireita.Text = "Distancia Dir: 00.00 cm"; // // chbSonar // this.chbSonar.AutoSize = true; this.chbSonar.Location = new System.Drawing.Point(227, 311); this.chbSonar.Margin = new System.Windows.Forms.Padding(2); this.chbSonar.Name = "chbSonar"; this.chbSonar.Size = new System.Drawing.Size(183, 17); this.chbSonar.TabIndex = 28; this.chbSonar.Text = "Desvio de obstáculos automático"; this.chbSonar.UseVisualStyleBackColor = true; // // lblTensao // this.lblTensao.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.lblTensao.AutoSize = true; this.lblTensao.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblTensao.Location = new System.Drawing.Point(1111, 351); this.lblTensao.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblTensao.Name = "lblTensao"; this.lblTensao.Size = new System.Drawing.Size(136, 37); this.lblTensao.TabIndex = 29; this.lblTensao.Text = "42,00 V"; // // lblCorrente // this.lblCorrente.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.lblCorrente.AutoSize = true; this.lblCorrente.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblCorrente.Location = new System.Drawing.Point(1111, 388); this.lblCorrente.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblCorrente.Name = "lblCorrente"; this.lblCorrente.Size = new System.Drawing.Size(134, 37); this.lblCorrente.TabIndex = 30; this.lblCorrente.Text = "10,00 A"; // // lblRPM // this.lblRPM.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.lblRPM.AutoSize = true; this.lblRPM.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblRPM.Location = new System.Drawing.Point(1111, 426); this.lblRPM.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblRPM.Name = "lblRPM"; this.lblRPM.Size = new System.Drawing.Size(137, 37); this.lblRPM.TabIndex = 31; this.lblRPM.Text = "45 RPM"; // // lblVelocidade // this.lblVelocidade.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.lblVelocidade.AutoSize = true; this.lblVelocidade.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblVelocidade.Location = new System.Drawing.Point(1111, 463); this.lblVelocidade.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblVelocidade.Name = "lblVelocidade"; this.lblVelocidade.Size = new System.Drawing.Size(101, 37); this.lblVelocidade.TabIndex = 32; this.lblVelocidade.Text = "10,00"; // // lblKmh // this.lblKmh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.lblKmh.AutoSize = true; this.lblKmh.Location = new System.Drawing.Point(1208, 480); this.lblKmh.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblKmh.Name = "lblKmh"; this.lblKmh.Size = new System.Drawing.Size(32, 13); this.lblKmh.TabIndex = 20; this.lblKmh.Text = "km/h"; // // cmbTipoMovimento // this.cmbTipoMovimento.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.cmbTipoMovimento.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbTipoMovimento.FormattingEnabled = true; this.cmbTipoMovimento.Location = new System.Drawing.Point(1119, 556); this.cmbTipoMovimento.Name = "cmbTipoMovimento"; this.cmbTipoMovimento.Size = new System.Drawing.Size(113, 21); this.cmbTipoMovimento.TabIndex = 33; this.cmbTipoMovimento.SelectedIndexChanged += new System.EventHandler(this.cmbTipoMovimento_SelectedIndexChanged); // // lblTipoMovimento // this.lblTipoMovimento.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.lblTipoMovimento.AutoSize = true; this.lblTipoMovimento.Location = new System.Drawing.Point(1116, 540); this.lblTipoMovimento.Name = "lblTipoMovimento"; this.lblTipoMovimento.Size = new System.Drawing.Size(98, 13); this.lblTipoMovimento.TabIndex = 34; this.lblTipoMovimento.Text = "Tipo de Movimento"; // // frmOperacaoManual // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(1243, 649); this.Controls.Add(this.lblTipoMovimento); this.Controls.Add(this.cmbTipoMovimento); this.Controls.Add(this.lblKmh); this.Controls.Add(this.lblVelocidade); this.Controls.Add(this.lblRPM); this.Controls.Add(this.lblCorrente); this.Controls.Add(this.lblTensao); this.Controls.Add(this.btnIniciarOperacao); this.Controls.Add(this.chbSonar); this.Controls.Add(this.lblDistanciaEsquerda); this.Controls.Add(this.tabControl1); this.Controls.Add(this.lblDistanciaDireita); this.Controls.Add(this.pnlDir_DF); this.Controls.Add(this.pnlDir_DT); this.Controls.Add(this.pnlDir_ET); this.Controls.Add(this.pnlDir_EF); this.Controls.Add(this.pnlCameraRua); this.Controls.Add(this.chartGraficos); this.Controls.Add(this.pnlAtuadores); this.Controls.Add(this.pnlCamerasSolo); this.Margin = new System.Windows.Forms.Padding(2); this.Name = "frmOperacaoManual"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Operação Manual"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmOperacaoManual_FormClosing); this.Load += new System.EventHandler(this.frmOperacaoManual_Load); this.pnlCamerasSolo.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.chartGraficos)).EndInit(); this.tabControl1.ResumeLayout(false); this.tabMapa.ResumeLayout(false); this.tabMapa.PerformLayout(); this.tabInformacoes.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridDados)).EndInit(); this.tabDeteccoes.ResumeLayout(false); this.pnlDeteccoesRua.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.picSonar)).EndInit(); this.tabPulverizador.ResumeLayout(false); this.tabPulverizador.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.nudPressaoSP)).EndInit(); this.pnlDir_EF.ResumeLayout(false); this.pnlDir_EF.PerformLayout(); this.pnlDir_ET.ResumeLayout(false); this.pnlDir_ET.PerformLayout(); this.pnlDir_DT.ResumeLayout(false); this.pnlDir_DT.PerformLayout(); this.pnlDir_DF.ResumeLayout(false); this.pnlDir_DF.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Panel pnlCamerasSolo; private System.Windows.Forms.Panel pnlAtuadores; private System.Windows.Forms.DataVisualization.Charting.Chart chartGraficos; private System.Windows.Forms.Label lblDir_EF; private System.Windows.Forms.Label lblDir_DF; private System.Windows.Forms.Label lblDir_DT; private System.Windows.Forms.Label lblDir_ET; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabMapa; private System.Windows.Forms.TabPage tabInformacoes; private System.Windows.Forms.TabPage tabDeteccoes; private System.Windows.Forms.Panel pnlAnguloGPS; private System.Windows.Forms.Panel pnlMapa; private System.Windows.Forms.DataGridView gridDados; private System.Windows.Forms.Panel pnlDeteccoesRua; private System.Windows.Forms.Label lblGPS; private System.Windows.Forms.Label lblMagnetometro; private System.Windows.Forms.Panel pnlAnguloMagnetometro; private System.Windows.Forms.Panel pnlCameraRua; private System.Windows.Forms.Panel pnlDir_EF; private System.Windows.Forms.Panel pnlCameraSoloE; private System.Windows.Forms.Panel pnlCameraSoloD; private System.Windows.Forms.Panel pnlDir_ET; private System.Windows.Forms.Panel pnlDir_DT; private System.Windows.Forms.Panel pnlDir_DF; private System.Windows.Forms.Button btnIniciarOperacao; private System.Windows.Forms.TabPage tabPulverizador; private System.Windows.Forms.Label lblPressaoSP; private System.Windows.Forms.NumericUpDown nudPressaoSP; private System.Windows.Forms.Button btnDesligarBomba; private System.Windows.Forms.Button btnLigarBomba; private System.Windows.Forms.Label lblDistanciaEsquerda; private System.Windows.Forms.Label lblDistanciaDireita; private System.Windows.Forms.Label lblGPSsatelites; private System.Windows.Forms.Label lblGPSaltitude; private System.Windows.Forms.Label lblGPSvelocidade; private System.Windows.Forms.Label lblGPSprecisao; private System.Windows.Forms.PictureBox picSonar; private System.Windows.Forms.CheckBox chbSonar; private System.Windows.Forms.Label lblTensao; private System.Windows.Forms.Label lblCorrente; private System.Windows.Forms.Label lblRPM; private System.Windows.Forms.Label lblVelocidade; private System.Windows.Forms.Label lblKmh; private System.Windows.Forms.ComboBox cmbTipoMovimento; private System.Windows.Forms.Label lblTipoMovimento; } }