修复下压低速百分比显示错误问题

master
lhiven 2 years ago
parent 697cd9cb5e
commit 200bb6376b

@ -69,13 +69,16 @@
this.label4 = new System.Windows.Forms.Label();
this.cboxUpCameraName = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.tbarPressLowSpeed = new System.Windows.Forms.TrackBar();
this.tbarTakeTraySpeed = new System.Windows.Forms.TrackBar();
this.tbarFlyCameraSpeed = new System.Windows.Forms.TrackBar();
this.label7 = new System.Windows.Forms.Label();
this.tbarWholeSpeed = new System.Windows.Forms.TrackBar();
this.lblPressLowSpeed = new System.Windows.Forms.Label();
this.lblTakeTraySpeed = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.lblFlyCameraSpeed = new System.Windows.Forms.Label();
this.label20 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.lblWholeSpeed = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
@ -84,9 +87,6 @@
this.label27 = new System.Windows.Forms.Label();
this.txtControlCenterIP = new System.Windows.Forms.TextBox();
this.label26 = new System.Windows.Forms.Label();
this.label20 = new System.Windows.Forms.Label();
this.lblPressLowSpeed = new System.Windows.Forms.Label();
this.tbarPressLowSpeed = new System.Windows.Forms.TrackBar();
this.tableLayoutPanel1.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox2.SuspendLayout();
@ -97,10 +97,10 @@
this.groupBox7.SuspendLayout();
this.groupBox1.SuspendLayout();
this.panelEx1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tbarPressLowSpeed)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tbarTakeTraySpeed)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tbarFlyCameraSpeed)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tbarWholeSpeed)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tbarPressLowSpeed)).BeginInit();
this.SuspendLayout();
//
// tableLayoutPanel1
@ -616,6 +616,20 @@
this.label2.TabIndex = 0;
this.label2.Text = "扫码相机:";
//
// tbarPressLowSpeed
//
this.tbarPressLowSpeed.AutoSize = false;
this.tbarPressLowSpeed.LargeChange = 1;
this.tbarPressLowSpeed.Location = new System.Drawing.Point(105, 122);
this.tbarPressLowSpeed.Maximum = 100;
this.tbarPressLowSpeed.Minimum = 1;
this.tbarPressLowSpeed.Name = "tbarPressLowSpeed";
this.tbarPressLowSpeed.Size = new System.Drawing.Size(379, 24);
this.tbarPressLowSpeed.TabIndex = 1;
this.tbarPressLowSpeed.TickStyle = System.Windows.Forms.TickStyle.None;
this.tbarPressLowSpeed.Value = 1;
this.tbarPressLowSpeed.ValueChanged += new System.EventHandler(this.tbarPressLowSpeed_ValueChanged);
//
// tbarTakeTraySpeed
//
this.tbarTakeTraySpeed.AutoSize = false;
@ -667,6 +681,15 @@
this.tbarWholeSpeed.Value = 1;
this.tbarWholeSpeed.ValueChanged += new System.EventHandler(this.tbarWholeSpeed_ValueChanged);
//
// lblPressLowSpeed
//
this.lblPressLowSpeed.AutoSize = true;
this.lblPressLowSpeed.Location = new System.Drawing.Point(490, 126);
this.lblPressLowSpeed.Name = "lblPressLowSpeed";
this.lblPressLowSpeed.Size = new System.Drawing.Size(17, 12);
this.lblPressLowSpeed.TabIndex = 0;
this.lblPressLowSpeed.Text = "1%";
//
// lblTakeTraySpeed
//
this.lblTakeTraySpeed.AutoSize = true;
@ -694,6 +717,15 @@
this.lblFlyCameraSpeed.TabIndex = 0;
this.lblFlyCameraSpeed.Text = "5%";
//
// label20
//
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(47, 126);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(53, 12);
this.label20.TabIndex = 0;
this.label20.Text = "下压低速";
//
// label5
//
this.label5.AutoSize = true;
@ -774,38 +806,6 @@
this.label26.TabIndex = 0;
this.label26.Text = "中控IP:";
//
// label20
//
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(47, 126);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(53, 12);
this.label20.TabIndex = 0;
this.label20.Text = "保压低速";
//
// lblPressLowSpeed
//
this.lblPressLowSpeed.AutoSize = true;
this.lblPressLowSpeed.Location = new System.Drawing.Point(490, 126);
this.lblPressLowSpeed.Name = "lblPressLowSpeed";
this.lblPressLowSpeed.Size = new System.Drawing.Size(17, 12);
this.lblPressLowSpeed.TabIndex = 0;
this.lblPressLowSpeed.Text = "5%";
//
// tbarPressLowSpeed
//
this.tbarPressLowSpeed.AutoSize = false;
this.tbarPressLowSpeed.LargeChange = 1;
this.tbarPressLowSpeed.Location = new System.Drawing.Point(105, 122);
this.tbarPressLowSpeed.Maximum = 100;
this.tbarPressLowSpeed.Minimum = 1;
this.tbarPressLowSpeed.Name = "tbarPressLowSpeed";
this.tbarPressLowSpeed.Size = new System.Drawing.Size(379, 24);
this.tbarPressLowSpeed.TabIndex = 1;
this.tbarPressLowSpeed.TickStyle = System.Windows.Forms.TickStyle.None;
this.tbarPressLowSpeed.Value = 1;
this.tbarPressLowSpeed.ValueChanged += new System.EventHandler(this.tbarPressLowSpeed_ValueChanged);
//
// CommonConfig
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
@ -831,10 +831,10 @@
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.panelEx1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.tbarPressLowSpeed)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tbarTakeTraySpeed)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tbarFlyCameraSpeed)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tbarWholeSpeed)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tbarPressLowSpeed)).EndInit();
this.ResumeLayout(false);
}

Loading…
Cancel
Save