From 200bb6376b478148e6cc2fd3019d14ae9db771ab Mon Sep 17 00:00:00 2001 From: lhiven Date: Tue, 26 Sep 2023 09:26:50 +0900 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=8B=E5=8E=8B=E4=BD=8E?= =?UTF-8?q?=E9=80=9F=E7=99=BE=E5=88=86=E6=AF=94=E6=98=BE=E7=A4=BA=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rs.SkyLine/SysConfig/CommonConfig.Designer.cs | 74 +++++++++---------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/Rs.SkyLine/SysConfig/CommonConfig.Designer.cs b/Rs.SkyLine/SysConfig/CommonConfig.Designer.cs index fbac14b..9b48568 100644 --- a/Rs.SkyLine/SysConfig/CommonConfig.Designer.cs +++ b/Rs.SkyLine/SysConfig/CommonConfig.Designer.cs @@ -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); }