diff --git a/AgroBase/.vs/AgroBase/FileContentIndex/17f7d05c-d979-43c9-9444-6a2fda442582.vsidx b/AgroBase/.vs/AgroBase/FileContentIndex/17f7d05c-d979-43c9-9444-6a2fda442582.vsidx deleted file mode 100644 index 74c53f99c..000000000 Binary files a/AgroBase/.vs/AgroBase/FileContentIndex/17f7d05c-d979-43c9-9444-6a2fda442582.vsidx and /dev/null differ diff --git a/AgroBase/.vs/AgroBase/FileContentIndex/5856329e-9fa2-4aac-8855-db24addfd984.vsidx b/AgroBase/.vs/AgroBase/FileContentIndex/5856329e-9fa2-4aac-8855-db24addfd984.vsidx new file mode 100644 index 000000000..78457e5cb Binary files /dev/null and b/AgroBase/.vs/AgroBase/FileContentIndex/5856329e-9fa2-4aac-8855-db24addfd984.vsidx differ diff --git a/AgroBase/.vs/AgroBase/v17/.suo b/AgroBase/.vs/AgroBase/v17/.suo index e51525bf9..4a61edbaa 100644 Binary files a/AgroBase/.vs/AgroBase/v17/.suo and b/AgroBase/.vs/AgroBase/v17/.suo differ diff --git a/AgroBase/AgroBase/Forms/Operacoes/frmOperacaoManual.Designer.cs b/AgroBase/AgroBase/Forms/Operacoes/frmOperacaoManual.Designer.cs index 5b5d3313f..85fc4e594 100644 --- a/AgroBase/AgroBase/Forms/Operacoes/frmOperacaoManual.Designer.cs +++ b/AgroBase/AgroBase/Forms/Operacoes/frmOperacaoManual.Designer.cs @@ -78,6 +78,10 @@ this.cmbTipoMovimento = new System.Windows.Forms.ComboBox(); this.lblTipoMovimento = new System.Windows.Forms.Label(); this.chbPulverizador = new System.Windows.Forms.CheckBox(); + this.lblMov_EF = new System.Windows.Forms.Label(); + this.lblMov_ET = new System.Windows.Forms.Label(); + this.lblMov_DF = new System.Windows.Forms.Label(); + this.lblMov_DT = new System.Windows.Forms.Label(); this.pnlCamerasSolo.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chartGraficos)).BeginInit(); this.tabControl1.SuspendLayout(); @@ -464,6 +468,7 @@ // // pnlDir_EF // + this.pnlDir_EF.Controls.Add(this.lblMov_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); @@ -473,6 +478,7 @@ // // pnlDir_ET // + this.pnlDir_ET.Controls.Add(this.lblMov_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); @@ -482,6 +488,7 @@ // // pnlDir_DT // + this.pnlDir_DT.Controls.Add(this.lblMov_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); @@ -491,6 +498,7 @@ // // pnlDir_DF // + this.pnlDir_DF.Controls.Add(this.lblMov_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); @@ -622,6 +630,46 @@ this.chbPulverizador.Text = "Pulverizador automático"; this.chbPulverizador.UseVisualStyleBackColor = true; // + // lblMov_EF + // + this.lblMov_EF.AutoSize = true; + this.lblMov_EF.Location = new System.Drawing.Point(2, 147); + this.lblMov_EF.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.lblMov_EF.Name = "lblMov_EF"; + this.lblMov_EF.Size = new System.Drawing.Size(66, 13); + this.lblMov_EF.TabIndex = 10; + this.lblMov_EF.Text = "EF Parado 0"; + // + // lblMov_ET + // + this.lblMov_ET.AutoSize = true; + this.lblMov_ET.Location = new System.Drawing.Point(2, 148); + this.lblMov_ET.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.lblMov_ET.Name = "lblMov_ET"; + this.lblMov_ET.Size = new System.Drawing.Size(67, 13); + this.lblMov_ET.TabIndex = 13; + this.lblMov_ET.Text = "ET Parado 0"; + // + // lblMov_DF + // + this.lblMov_DF.AutoSize = true; + this.lblMov_DF.Location = new System.Drawing.Point(1, 147); + this.lblMov_DF.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.lblMov_DF.Name = "lblMov_DF"; + this.lblMov_DF.Size = new System.Drawing.Size(67, 13); + this.lblMov_DF.TabIndex = 11; + this.lblMov_DF.Text = "DF Parado 0"; + // + // lblMov_DT + // + this.lblMov_DT.AutoSize = true; + this.lblMov_DT.Location = new System.Drawing.Point(2, 148); + this.lblMov_DT.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.lblMov_DT.Name = "lblMov_DT"; + this.lblMov_DT.Size = new System.Drawing.Size(68, 13); + this.lblMov_DT.TabIndex = 12; + this.lblMov_DT.Text = "DT Parado 0"; + // // frmOperacaoManual // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); @@ -730,5 +778,9 @@ private System.Windows.Forms.ComboBox cmbTipoMovimento; private System.Windows.Forms.Label lblTipoMovimento; private System.Windows.Forms.CheckBox chbPulverizador; + private System.Windows.Forms.Label lblMov_EF; + private System.Windows.Forms.Label lblMov_ET; + private System.Windows.Forms.Label lblMov_DT; + private System.Windows.Forms.Label lblMov_DF; } } \ No newline at end of file diff --git a/AgroBase/AgroBase/Forms/Operacoes/frmOperacaoManual.cs b/AgroBase/AgroBase/Forms/Operacoes/frmOperacaoManual.cs index 7d865c61d..e1bc0e1b9 100644 --- a/AgroBase/AgroBase/Forms/Operacoes/frmOperacaoManual.cs +++ b/AgroBase/AgroBase/Forms/Operacoes/frmOperacaoManual.cs @@ -195,6 +195,11 @@ namespace AgroBase.Forms.Operacoes Label lblAngulo = pnl.Controls.OfType