Commit 53f152a2 几米阳光

中英文界面调整

1 个父辈 a84e6d1b
此文件类型无法预览
......@@ -91,9 +91,9 @@
// btnMiddleMove
//
this.btnMiddleMove.BackColor = System.Drawing.SystemColors.Control;
this.btnMiddleMove.Location = new System.Drawing.Point(266, 64);
this.btnMiddleMove.Location = new System.Drawing.Point(263, 64);
this.btnMiddleMove.Name = "btnMiddleMove";
this.btnMiddleMove.Size = new System.Drawing.Size(133, 48);
this.btnMiddleMove.Size = new System.Drawing.Size(144, 52);
this.btnMiddleMove.TabIndex = 4;
this.btnMiddleMove.Text = "旋转轴+(顺时针)";
this.btnMiddleMove.UseVisualStyleBackColor = false;
......@@ -124,9 +124,9 @@
// btnUpDownMove
//
this.btnUpDownMove.BackColor = System.Drawing.SystemColors.Control;
this.btnUpDownMove.Location = new System.Drawing.Point(266, 118);
this.btnUpDownMove.Location = new System.Drawing.Point(263, 118);
this.btnUpDownMove.Name = "btnUpDownMove";
this.btnUpDownMove.Size = new System.Drawing.Size(133, 48);
this.btnUpDownMove.Size = new System.Drawing.Size(144, 52);
this.btnUpDownMove.TabIndex = 9;
this.btnUpDownMove.Text = "升降轴+(上升)";
this.btnUpDownMove.UseVisualStyleBackColor = false;
......@@ -136,9 +136,9 @@
// btnInOutMove
//
this.btnInOutMove.BackColor = System.Drawing.SystemColors.Control;
this.btnInOutMove.Location = new System.Drawing.Point(266, 171);
this.btnInOutMove.Location = new System.Drawing.Point(263, 171);
this.btnInOutMove.Name = "btnInOutMove";
this.btnInOutMove.Size = new System.Drawing.Size(133, 48);
this.btnInOutMove.Size = new System.Drawing.Size(144, 52);
this.btnInOutMove.TabIndex = 10;
this.btnInOutMove.Text = "进出轴+(前进)";
this.btnInOutMove.UseVisualStyleBackColor = false;
......@@ -148,9 +148,9 @@
// btnInOutMovej
//
this.btnInOutMovej.BackColor = System.Drawing.SystemColors.Control;
this.btnInOutMovej.Location = new System.Drawing.Point(401, 171);
this.btnInOutMovej.Location = new System.Drawing.Point(410, 171);
this.btnInOutMovej.Name = "btnInOutMovej";
this.btnInOutMovej.Size = new System.Drawing.Size(133, 48);
this.btnInOutMovej.Size = new System.Drawing.Size(144, 52);
this.btnInOutMovej.TabIndex = 14;
this.btnInOutMovej.Text = "进出轴-(后退)";
this.btnInOutMovej.UseVisualStyleBackColor = false;
......@@ -160,9 +160,9 @@
// btnUpDownMovej
//
this.btnUpDownMovej.BackColor = System.Drawing.SystemColors.Control;
this.btnUpDownMovej.Location = new System.Drawing.Point(401, 118);
this.btnUpDownMovej.Location = new System.Drawing.Point(410, 118);
this.btnUpDownMovej.Name = "btnUpDownMovej";
this.btnUpDownMovej.Size = new System.Drawing.Size(133, 48);
this.btnUpDownMovej.Size = new System.Drawing.Size(144, 52);
this.btnUpDownMovej.TabIndex = 13;
this.btnUpDownMovej.Text = "升降轴-(下降)";
this.btnUpDownMovej.UseVisualStyleBackColor = false;
......@@ -172,9 +172,9 @@
// btnMiddleMovej
//
this.btnMiddleMovej.BackColor = System.Drawing.SystemColors.Control;
this.btnMiddleMovej.Location = new System.Drawing.Point(401, 64);
this.btnMiddleMovej.Location = new System.Drawing.Point(410, 64);
this.btnMiddleMovej.Name = "btnMiddleMovej";
this.btnMiddleMovej.Size = new System.Drawing.Size(133, 48);
this.btnMiddleMovej.Size = new System.Drawing.Size(144, 52);
this.btnMiddleMovej.TabIndex = 12;
this.btnMiddleMovej.Text = "旋转轴-(逆时针)";
this.btnMiddleMovej.UseVisualStyleBackColor = false;
......@@ -193,21 +193,21 @@
//
// txtInOutPosition
//
this.txtInOutPosition.Location = new System.Drawing.Point(551, 182);
this.txtInOutPosition.Location = new System.Drawing.Point(563, 182);
this.txtInOutPosition.Name = "txtInOutPosition";
this.txtInOutPosition.Size = new System.Drawing.Size(108, 23);
this.txtInOutPosition.TabIndex = 19;
//
// txtUpdownPosition
//
this.txtUpdownPosition.Location = new System.Drawing.Point(551, 129);
this.txtUpdownPosition.Location = new System.Drawing.Point(563, 129);
this.txtUpdownPosition.Name = "txtUpdownPosition";
this.txtUpdownPosition.Size = new System.Drawing.Size(108, 23);
this.txtUpdownPosition.TabIndex = 18;
//
// txtMiddlePosition
//
this.txtMiddlePosition.Location = new System.Drawing.Point(551, 75);
this.txtMiddlePosition.Location = new System.Drawing.Point(563, 75);
this.txtMiddlePosition.Name = "txtMiddlePosition";
this.txtMiddlePosition.Size = new System.Drawing.Size(108, 23);
this.txtMiddlePosition.TabIndex = 17;
......@@ -223,7 +223,7 @@
//
// label6
//
this.label6.Location = new System.Drawing.Point(515, 31);
this.label6.Location = new System.Drawing.Point(527, 31);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(180, 17);
this.label6.TabIndex = 21;
......@@ -237,7 +237,7 @@
//
// txtComPosition
//
this.txtComPosition.Location = new System.Drawing.Point(551, 290);
this.txtComPosition.Location = new System.Drawing.Point(563, 290);
this.txtComPosition.Name = "txtComPosition";
this.txtComPosition.Size = new System.Drawing.Size(108, 23);
this.txtComPosition.TabIndex = 26;
......@@ -245,9 +245,9 @@
// btnComMovej
//
this.btnComMovej.BackColor = System.Drawing.SystemColors.Control;
this.btnComMovej.Location = new System.Drawing.Point(401, 279);
this.btnComMovej.Location = new System.Drawing.Point(410, 279);
this.btnComMovej.Name = "btnComMovej";
this.btnComMovej.Size = new System.Drawing.Size(133, 48);
this.btnComMovej.Size = new System.Drawing.Size(144, 52);
this.btnComMovej.TabIndex = 25;
this.btnComMovej.Text = "压紧轴-(向下)";
this.btnComMovej.UseVisualStyleBackColor = false;
......@@ -257,9 +257,9 @@
// btnComMove
//
this.btnComMove.BackColor = System.Drawing.SystemColors.Control;
this.btnComMove.Location = new System.Drawing.Point(266, 279);
this.btnComMove.Location = new System.Drawing.Point(263, 279);
this.btnComMove.Name = "btnComMove";
this.btnComMove.Size = new System.Drawing.Size(133, 48);
this.btnComMove.Size = new System.Drawing.Size(144, 52);
this.btnComMove.TabIndex = 24;
this.btnComMove.Text = "压紧轴+(向上)";
this.btnComMove.UseVisualStyleBackColor = false;
......@@ -284,7 +284,7 @@
//
// txtAutoPosition
//
this.txtAutoPosition.Location = new System.Drawing.Point(551, 235);
this.txtAutoPosition.Location = new System.Drawing.Point(563, 235);
this.txtAutoPosition.Name = "txtAutoPosition";
this.txtAutoPosition.Size = new System.Drawing.Size(108, 23);
this.txtAutoPosition.TabIndex = 31;
......@@ -292,9 +292,9 @@
// btnAutoMovej
//
this.btnAutoMovej.BackColor = System.Drawing.SystemColors.Control;
this.btnAutoMovej.Location = new System.Drawing.Point(401, 224);
this.btnAutoMovej.Location = new System.Drawing.Point(410, 224);
this.btnAutoMovej.Name = "btnAutoMovej";
this.btnAutoMovej.Size = new System.Drawing.Size(133, 48);
this.btnAutoMovej.Size = new System.Drawing.Size(144, 52);
this.btnAutoMovej.TabIndex = 30;
this.btnAutoMovej.Text = "上下料轴-(向下)";
this.btnAutoMovej.UseVisualStyleBackColor = false;
......@@ -304,9 +304,9 @@
// btnAutoMove
//
this.btnAutoMove.BackColor = System.Drawing.SystemColors.Control;
this.btnAutoMove.Location = new System.Drawing.Point(266, 224);
this.btnAutoMove.Location = new System.Drawing.Point(263, 224);
this.btnAutoMove.Name = "btnAutoMove";
this.btnAutoMove.Size = new System.Drawing.Size(133, 48);
this.btnAutoMove.Size = new System.Drawing.Size(144, 52);
this.btnAutoMove.TabIndex = 29;
this.btnAutoMove.Text = "上下料轴+(向上)";
this.btnAutoMove.UseVisualStyleBackColor = false;
......@@ -333,7 +333,7 @@
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(707, 450);
this.ClientSize = new System.Drawing.Size(751, 450);
this.Controls.Add(this.txtAutoPosition);
this.Controls.Add(this.btnAutoMovej);
this.Controls.Add(this.btnAutoMove);
......
......@@ -110,7 +110,7 @@
this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox1.Location = new System.Drawing.Point(576, 11);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(382, 553);
this.groupBox1.Size = new System.Drawing.Size(437, 553);
this.groupBox1.TabIndex = 105;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "DO写入";
......@@ -118,9 +118,9 @@
// btnDisDoorClose
//
this.btnDisDoorClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnDisDoorClose.Location = new System.Drawing.Point(252, 438);
this.btnDisDoorClose.Location = new System.Drawing.Point(294, 438);
this.btnDisDoorClose.Name = "btnDisDoorClose";
this.btnDisDoorClose.Size = new System.Drawing.Size(115, 34);
this.btnDisDoorClose.Size = new System.Drawing.Size(134, 34);
this.btnDisDoorClose.TabIndex = 268;
this.btnDisDoorClose.Text = "门禁功能打开";
this.btnDisDoorClose.UseVisualStyleBackColor = true;
......@@ -129,9 +129,9 @@
// btnDisDoorOpen
//
this.btnDisDoorOpen.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnDisDoorOpen.Location = new System.Drawing.Point(252, 401);
this.btnDisDoorOpen.Location = new System.Drawing.Point(294, 401);
this.btnDisDoorOpen.Name = "btnDisDoorOpen";
this.btnDisDoorOpen.Size = new System.Drawing.Size(115, 34);
this.btnDisDoorOpen.Size = new System.Drawing.Size(134, 34);
this.btnDisDoorOpen.TabIndex = 267;
this.btnDisDoorOpen.Text = "门禁功能屏蔽";
this.btnDisDoorOpen.UseVisualStyleBackColor = true;
......@@ -140,9 +140,9 @@
// button4
//
this.button4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button4.Location = new System.Drawing.Point(132, 438);
this.button4.Location = new System.Drawing.Point(154, 438);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(115, 34);
this.button4.Size = new System.Drawing.Size(134, 34);
this.button4.TabIndex = 266;
this.button4.Text = "停止吹气";
this.button4.UseVisualStyleBackColor = true;
......@@ -151,9 +151,9 @@
// button5
//
this.button5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button5.Location = new System.Drawing.Point(132, 401);
this.button5.Location = new System.Drawing.Point(154, 401);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(115, 34);
this.button5.Size = new System.Drawing.Size(134, 34);
this.button5.TabIndex = 265;
this.button5.Text = "开始吹气";
this.button5.UseVisualStyleBackColor = true;
......@@ -162,9 +162,9 @@
// button2
//
this.button2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button2.Location = new System.Drawing.Point(252, 260);
this.button2.Location = new System.Drawing.Point(294, 260);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(115, 34);
this.button2.Size = new System.Drawing.Size(134, 34);
this.button2.TabIndex = 264;
this.button2.Text = "关闭运转ON";
this.button2.UseVisualStyleBackColor = true;
......@@ -173,9 +173,9 @@
// button3
//
this.button3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button3.Location = new System.Drawing.Point(252, 223);
this.button3.Location = new System.Drawing.Point(294, 223);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(115, 34);
this.button3.Size = new System.Drawing.Size(134, 34);
this.button3.TabIndex = 263;
this.button3.Text = "打开运转ON";
this.button3.UseVisualStyleBackColor = true;
......@@ -186,7 +186,7 @@
this.btnSXil.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSXil.Location = new System.Drawing.Point(13, 438);
this.btnSXil.Name = "btnSXil";
this.btnSXil.Size = new System.Drawing.Size(115, 34);
this.btnSXil.Size = new System.Drawing.Size(134, 34);
this.btnSXil.TabIndex = 262;
this.btnSXil.Text = "停止吸料";
this.btnSXil.UseVisualStyleBackColor = true;
......@@ -197,7 +197,7 @@
this.btnSXi.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSXi.Location = new System.Drawing.Point(13, 401);
this.btnSXi.Name = "btnSXi";
this.btnSXi.Size = new System.Drawing.Size(115, 34);
this.btnSXi.Size = new System.Drawing.Size(134, 34);
this.btnSXi.TabIndex = 261;
this.btnSXi.Text = "开始吸料";
this.btnSXi.UseVisualStyleBackColor = true;
......@@ -206,9 +206,9 @@
// btnDClose
//
this.btnDClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnDClose.Location = new System.Drawing.Point(252, 348);
this.btnDClose.Location = new System.Drawing.Point(294, 348);
this.btnDClose.Name = "btnDClose";
this.btnDClose.Size = new System.Drawing.Size(115, 34);
this.btnDClose.Size = new System.Drawing.Size(134, 34);
this.btnDClose.TabIndex = 260;
this.btnDClose.Text = "门锁关闭";
this.btnDClose.UseVisualStyleBackColor = true;
......@@ -217,9 +217,9 @@
// btnDOpen
//
this.btnDOpen.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnDOpen.Location = new System.Drawing.Point(252, 311);
this.btnDOpen.Location = new System.Drawing.Point(294, 311);
this.btnDOpen.Name = "btnDOpen";
this.btnDOpen.Size = new System.Drawing.Size(115, 34);
this.btnDOpen.Size = new System.Drawing.Size(134, 34);
this.btnDOpen.TabIndex = 259;
this.btnDOpen.Text = "门锁打开";
this.btnDOpen.UseVisualStyleBackColor = true;
......@@ -228,9 +228,9 @@
// btnSuckingDiscDown
//
this.btnSuckingDiscDown.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSuckingDiscDown.Location = new System.Drawing.Point(132, 348);
this.btnSuckingDiscDown.Location = new System.Drawing.Point(154, 348);
this.btnSuckingDiscDown.Name = "btnSuckingDiscDown";
this.btnSuckingDiscDown.Size = new System.Drawing.Size(115, 34);
this.btnSuckingDiscDown.Size = new System.Drawing.Size(134, 34);
this.btnSuckingDiscDown.TabIndex = 258;
this.btnSuckingDiscDown.Text = "吸盘下降";
this.btnSuckingDiscDown.UseVisualStyleBackColor = true;
......@@ -239,9 +239,9 @@
// btnSuckingDiscUp
//
this.btnSuckingDiscUp.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSuckingDiscUp.Location = new System.Drawing.Point(132, 311);
this.btnSuckingDiscUp.Location = new System.Drawing.Point(154, 311);
this.btnSuckingDiscUp.Name = "btnSuckingDiscUp";
this.btnSuckingDiscUp.Size = new System.Drawing.Size(115, 34);
this.btnSuckingDiscUp.Size = new System.Drawing.Size(134, 34);
this.btnSuckingDiscUp.TabIndex = 257;
this.btnSuckingDiscUp.Text = "吸盘上升";
this.btnSuckingDiscUp.UseVisualStyleBackColor = true;
......@@ -250,9 +250,9 @@
// btnCloseLed
//
this.btnCloseLed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnCloseLed.Location = new System.Drawing.Point(132, 260);
this.btnCloseLed.Location = new System.Drawing.Point(154, 260);
this.btnCloseLed.Name = "btnCloseLed";
this.btnCloseLed.Size = new System.Drawing.Size(115, 34);
this.btnCloseLed.Size = new System.Drawing.Size(134, 34);
this.btnCloseLed.TabIndex = 256;
this.btnCloseLed.Text = "关闭照明";
this.btnCloseLed.UseVisualStyleBackColor = true;
......@@ -282,9 +282,9 @@
// btnOpenLed
//
this.btnOpenLed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnOpenLed.Location = new System.Drawing.Point(132, 223);
this.btnOpenLed.Location = new System.Drawing.Point(154, 223);
this.btnOpenLed.Name = "btnOpenLed";
this.btnOpenLed.Size = new System.Drawing.Size(115, 34);
this.btnOpenLed.Size = new System.Drawing.Size(134, 34);
this.btnOpenLed.TabIndex = 255;
this.btnOpenLed.Text = "打开照明";
this.btnOpenLed.UseVisualStyleBackColor = true;
......@@ -326,7 +326,7 @@
this.btnCloseAxisBreak.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnCloseAxisBreak.Location = new System.Drawing.Point(13, 260);
this.btnCloseAxisBreak.Name = "btnCloseAxisBreak";
this.btnCloseAxisBreak.Size = new System.Drawing.Size(115, 34);
this.btnCloseAxisBreak.Size = new System.Drawing.Size(134, 34);
this.btnCloseAxisBreak.TabIndex = 253;
this.btnCloseAxisBreak.Text = "关闭刹车";
this.btnCloseAxisBreak.UseVisualStyleBackColor = true;
......@@ -359,7 +359,7 @@
this.btnOpenAxisBreak.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnOpenAxisBreak.Location = new System.Drawing.Point(13, 223);
this.btnOpenAxisBreak.Name = "btnOpenAxisBreak";
this.btnOpenAxisBreak.Size = new System.Drawing.Size(115, 34);
this.btnOpenAxisBreak.Size = new System.Drawing.Size(134, 34);
this.btnOpenAxisBreak.TabIndex = 252;
this.btnOpenAxisBreak.Text = "打开刹车";
this.btnOpenAxisBreak.UseVisualStyleBackColor = true;
......@@ -476,7 +476,7 @@
this.btnCloseDoor.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnCloseDoor.Location = new System.Drawing.Point(14, 348);
this.btnCloseDoor.Name = "btnCloseDoor";
this.btnCloseDoor.Size = new System.Drawing.Size(115, 34);
this.btnCloseDoor.Size = new System.Drawing.Size(134, 34);
this.btnCloseDoor.TabIndex = 249;
this.btnCloseDoor.Text = "关闭仓门";
this.btnCloseDoor.UseVisualStyleBackColor = true;
......@@ -487,7 +487,7 @@
this.btnOpenDoor.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnOpenDoor.Location = new System.Drawing.Point(13, 311);
this.btnOpenDoor.Name = "btnOpenDoor";
this.btnOpenDoor.Size = new System.Drawing.Size(115, 34);
this.btnOpenDoor.Size = new System.Drawing.Size(134, 34);
this.btnOpenDoor.TabIndex = 248;
this.btnOpenDoor.Text = "打开仓门";
this.btnOpenDoor.UseVisualStyleBackColor = true;
......@@ -496,7 +496,7 @@
// button1
//
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.button1.Location = new System.Drawing.Point(783, 570);
this.button1.Location = new System.Drawing.Point(830, 570);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(115, 34);
this.button1.TabIndex = 254;
......@@ -511,7 +511,7 @@
this.chbAutoRead.Checked = true;
this.chbAutoRead.CheckState = System.Windows.Forms.CheckState.Checked;
this.chbAutoRead.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chbAutoRead.Location = new System.Drawing.Point(659, 575);
this.chbAutoRead.Location = new System.Drawing.Point(706, 575);
this.chbAutoRead.Name = "chbAutoRead";
this.chbAutoRead.Size = new System.Drawing.Size(75, 21);
this.chbAutoRead.TabIndex = 244;
......@@ -576,7 +576,7 @@
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(989, 619);
this.ClientSize = new System.Drawing.Size(1036, 619);
this.Controls.Add(this.button1);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.groupBox4);
......
......@@ -55,7 +55,7 @@ namespace OnlineStore.AutoInOutStore
control.IOValue = 0;
control.isCanClick = false;
control.Name = "IO_" + ioValue.ProName;
control.Size = new System.Drawing.Size(200, 25);
control.Size = new System.Drawing.Size(260, 25);
control.TabIndex = 0;
this.tableLayoutPanel1.Controls.Add(control, 0, roleindex);
roleindex++;
......@@ -74,7 +74,7 @@ namespace OnlineStore.AutoInOutStore
control.isCanClick = true;
//control.Location = new System.Drawing.Point(0, 25*roleindex);
control.Name = "IO_" + ioValue.ProName;
control.Size = new System.Drawing.Size(200, 25);
control.Size = new System.Drawing.Size(260, 25);
control.TabIndex = 0;
this.tableLayoutPanel2.Controls.Add(control, 0, roleindex);
roleindex++;
......
......@@ -198,9 +198,9 @@
this.摄像机调试ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
this.语言 = new System.Windows.Forms.ToolStripMenuItem();
this.英文ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator();
this.清理日志ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator();
this.英文ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.lblThisSta = new System.Windows.Forms.Label();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.chbAuto = new System.Windows.Forms.CheckBox();
......@@ -347,7 +347,7 @@
this.groupBox5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox5.Location = new System.Drawing.Point(6, 2);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(625, 422);
this.groupBox5.Size = new System.Drawing.Size(685, 422);
this.groupBox5.TabIndex = 216;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "伺服运动";
......@@ -358,10 +358,10 @@
this.btnUpdateSpeed.Cursor = System.Windows.Forms.Cursors.Default;
this.btnUpdateSpeed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnUpdateSpeed.ForeColor = System.Drawing.SystemColors.ControlText;
this.btnUpdateSpeed.Location = new System.Drawing.Point(358, 154);
this.btnUpdateSpeed.Location = new System.Drawing.Point(373, 152);
this.btnUpdateSpeed.Name = "btnUpdateSpeed";
this.btnUpdateSpeed.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.btnUpdateSpeed.Size = new System.Drawing.Size(115, 33);
this.btnUpdateSpeed.Size = new System.Drawing.Size(133, 33);
this.btnUpdateSpeed.TabIndex = 310;
this.btnUpdateSpeed.Text = "更改速度";
this.btnUpdateSpeed.UseVisualStyleBackColor = true;
......@@ -373,10 +373,10 @@
this.btnUpdateStatus.Cursor = System.Windows.Forms.Cursors.Default;
this.btnUpdateStatus.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnUpdateStatus.ForeColor = System.Drawing.SystemColors.ControlText;
this.btnUpdateStatus.Location = new System.Drawing.Point(235, 154);
this.btnUpdateStatus.Location = new System.Drawing.Point(237, 152);
this.btnUpdateStatus.Name = "btnUpdateStatus";
this.btnUpdateStatus.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.btnUpdateStatus.Size = new System.Drawing.Size(115, 33);
this.btnUpdateStatus.Size = new System.Drawing.Size(133, 33);
this.btnUpdateStatus.TabIndex = 309;
this.btnUpdateStatus.Text = "读取所有状态";
this.btnUpdateStatus.UseVisualStyleBackColor = true;
......@@ -404,7 +404,7 @@
//
this.btnReadLimit2.Location = new System.Drawing.Point(404, 366);
this.btnReadLimit2.Name = "btnReadLimit2";
this.btnReadLimit2.Size = new System.Drawing.Size(115, 33);
this.btnReadLimit2.Size = new System.Drawing.Size(150, 33);
this.btnReadLimit2.TabIndex = 306;
this.btnReadLimit2.Text = "读负极限信号";
this.btnReadLimit2.UseVisualStyleBackColor = true;
......@@ -440,7 +440,7 @@
//
this.btnReadLimit1.Location = new System.Drawing.Point(404, 331);
this.btnReadLimit1.Name = "btnReadLimit1";
this.btnReadLimit1.Size = new System.Drawing.Size(115, 33);
this.btnReadLimit1.Size = new System.Drawing.Size(150, 33);
this.btnReadLimit1.TabIndex = 302;
this.btnReadLimit1.Text = "读正极限信号";
this.btnReadLimit1.UseVisualStyleBackColor = true;
......@@ -476,7 +476,7 @@
//
this.btnReadHomeSingle.Location = new System.Drawing.Point(404, 297);
this.btnReadHomeSingle.Name = "btnReadHomeSingle";
this.btnReadHomeSingle.Size = new System.Drawing.Size(115, 33);
this.btnReadHomeSingle.Size = new System.Drawing.Size(150, 33);
this.btnReadHomeSingle.TabIndex = 298;
this.btnReadHomeSingle.Text = "读原点信号";
this.btnReadHomeSingle.UseVisualStyleBackColor = true;
......@@ -548,7 +548,7 @@
//
this.button2.Location = new System.Drawing.Point(404, 263);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(115, 33);
this.button2.Size = new System.Drawing.Size(150, 33);
this.button2.TabIndex = 290;
this.button2.Text = "读HOME状态";
this.button2.UseVisualStyleBackColor = true;
......@@ -575,7 +575,7 @@
//
this.btnReadBusy.Location = new System.Drawing.Point(404, 230);
this.btnReadBusy.Name = "btnReadBusy";
this.btnReadBusy.Size = new System.Drawing.Size(115, 33);
this.btnReadBusy.Size = new System.Drawing.Size(150, 33);
this.btnReadBusy.TabIndex = 287;
this.btnReadBusy.Text = "读BUSY状态";
this.btnReadBusy.UseVisualStyleBackColor = true;
......@@ -602,7 +602,7 @@
//
this.btnGetAlarm.Location = new System.Drawing.Point(404, 197);
this.btnGetAlarm.Name = "btnGetAlarm";
this.btnGetAlarm.Size = new System.Drawing.Size(115, 33);
this.btnGetAlarm.Size = new System.Drawing.Size(150, 33);
this.btnGetAlarm.TabIndex = 284;
this.btnGetAlarm.Text = "读报警状态";
this.btnGetAlarm.UseVisualStyleBackColor = true;
......@@ -614,10 +614,10 @@
this.btnReadPosition.Cursor = System.Windows.Forms.Cursors.Default;
this.btnReadPosition.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnReadPosition.ForeColor = System.Drawing.SystemColors.ControlText;
this.btnReadPosition.Location = new System.Drawing.Point(481, 154);
this.btnReadPosition.Location = new System.Drawing.Point(509, 152);
this.btnReadPosition.Name = "btnReadPosition";
this.btnReadPosition.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.btnReadPosition.Size = new System.Drawing.Size(115, 33);
this.btnReadPosition.Size = new System.Drawing.Size(133, 33);
this.btnReadPosition.TabIndex = 278;
this.btnReadPosition.Text = "读取位置";
this.btnReadPosition.UseVisualStyleBackColor = true;
......@@ -660,10 +660,10 @@
this.btnOpenAxis.Cursor = System.Windows.Forms.Cursors.Default;
this.btnOpenAxis.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnOpenAxis.ForeColor = System.Drawing.SystemColors.ControlText;
this.btnOpenAxis.Location = new System.Drawing.Point(481, 16);
this.btnOpenAxis.Location = new System.Drawing.Point(509, 16);
this.btnOpenAxis.Name = "btnOpenAxis";
this.btnOpenAxis.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.btnOpenAxis.Size = new System.Drawing.Size(115, 33);
this.btnOpenAxis.Size = new System.Drawing.Size(133, 33);
this.btnOpenAxis.TabIndex = 253;
this.btnOpenAxis.Text = "打开伺服";
this.btnOpenAxis.UseVisualStyleBackColor = true;
......@@ -675,10 +675,10 @@
this.btnCloseAxis.Cursor = System.Windows.Forms.Cursors.Default;
this.btnCloseAxis.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnCloseAxis.ForeColor = System.Drawing.SystemColors.ControlText;
this.btnCloseAxis.Location = new System.Drawing.Point(481, 49);
this.btnCloseAxis.Location = new System.Drawing.Point(509, 50);
this.btnCloseAxis.Name = "btnCloseAxis";
this.btnCloseAxis.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.btnCloseAxis.Size = new System.Drawing.Size(115, 33);
this.btnCloseAxis.Size = new System.Drawing.Size(133, 33);
this.btnCloseAxis.TabIndex = 252;
this.btnCloseAxis.Text = "关闭伺服";
this.btnCloseAxis.UseVisualStyleBackColor = true;
......@@ -734,10 +734,10 @@
this.btnAxisVMove.Cursor = System.Windows.Forms.Cursors.Default;
this.btnAxisVMove.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnAxisVMove.ForeColor = System.Drawing.SystemColors.ControlText;
this.btnAxisVMove.Location = new System.Drawing.Point(358, 49);
this.btnAxisVMove.Location = new System.Drawing.Point(373, 50);
this.btnAxisVMove.Name = "btnAxisVMove";
this.btnAxisVMove.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.btnAxisVMove.Size = new System.Drawing.Size(115, 33);
this.btnAxisVMove.Size = new System.Drawing.Size(133, 33);
this.btnAxisVMove.TabIndex = 249;
this.btnAxisVMove.Text = "匀速运动";
this.btnAxisVMove.UseVisualStyleBackColor = true;
......@@ -749,10 +749,10 @@
this.btnAxisRMove.Cursor = System.Windows.Forms.Cursors.Default;
this.btnAxisRMove.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnAxisRMove.ForeColor = System.Drawing.SystemColors.ControlText;
this.btnAxisRMove.Location = new System.Drawing.Point(358, 82);
this.btnAxisRMove.Location = new System.Drawing.Point(373, 84);
this.btnAxisRMove.Name = "btnAxisRMove";
this.btnAxisRMove.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.btnAxisRMove.Size = new System.Drawing.Size(115, 33);
this.btnAxisRMove.Size = new System.Drawing.Size(133, 33);
this.btnAxisRMove.TabIndex = 248;
this.btnAxisRMove.Text = "相对运动";
this.btnAxisRMove.UseVisualStyleBackColor = true;
......@@ -764,10 +764,10 @@
this.btnAxisReturnHome.Cursor = System.Windows.Forms.Cursors.Default;
this.btnAxisReturnHome.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnAxisReturnHome.ForeColor = System.Drawing.SystemColors.ControlText;
this.btnAxisReturnHome.Location = new System.Drawing.Point(481, 115);
this.btnAxisReturnHome.Location = new System.Drawing.Point(509, 118);
this.btnAxisReturnHome.Name = "btnAxisReturnHome";
this.btnAxisReturnHome.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.btnAxisReturnHome.Size = new System.Drawing.Size(115, 33);
this.btnAxisReturnHome.Size = new System.Drawing.Size(133, 33);
this.btnAxisReturnHome.TabIndex = 247;
this.btnAxisReturnHome.Text = "原点返回";
this.btnAxisReturnHome.UseVisualStyleBackColor = true;
......@@ -779,10 +779,10 @@
this.btnAxisAMove.Cursor = System.Windows.Forms.Cursors.Default;
this.btnAxisAMove.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnAxisAMove.ForeColor = System.Drawing.SystemColors.ControlText;
this.btnAxisAMove.Location = new System.Drawing.Point(358, 16);
this.btnAxisAMove.Location = new System.Drawing.Point(373, 16);
this.btnAxisAMove.Name = "btnAxisAMove";
this.btnAxisAMove.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.btnAxisAMove.Size = new System.Drawing.Size(115, 33);
this.btnAxisAMove.Size = new System.Drawing.Size(133, 33);
this.btnAxisAMove.TabIndex = 245;
this.btnAxisAMove.Text = "绝对运动";
this.btnAxisAMove.UseVisualStyleBackColor = true;
......@@ -794,10 +794,10 @@
this.Bt_ClearCounter.Cursor = System.Windows.Forms.Cursors.Default;
this.Bt_ClearCounter.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Bt_ClearCounter.ForeColor = System.Drawing.SystemColors.ControlText;
this.Bt_ClearCounter.Location = new System.Drawing.Point(358, 115);
this.Bt_ClearCounter.Location = new System.Drawing.Point(373, 118);
this.Bt_ClearCounter.Name = "Bt_ClearCounter";
this.Bt_ClearCounter.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.Bt_ClearCounter.Size = new System.Drawing.Size(115, 33);
this.Bt_ClearCounter.Size = new System.Drawing.Size(133, 33);
this.Bt_ClearCounter.TabIndex = 170;
this.Bt_ClearCounter.Text = "重置位置";
this.Bt_ClearCounter.UseVisualStyleBackColor = true;
......@@ -805,9 +805,9 @@
//
// btnComAlarmClear
//
this.btnComAlarmClear.Location = new System.Drawing.Point(235, 116);
this.btnComAlarmClear.Location = new System.Drawing.Point(237, 118);
this.btnComAlarmClear.Name = "btnComAlarmClear";
this.btnComAlarmClear.Size = new System.Drawing.Size(115, 33);
this.btnComAlarmClear.Size = new System.Drawing.Size(133, 33);
this.btnComAlarmClear.TabIndex = 50;
this.btnComAlarmClear.Text = "清除报警";
this.btnComAlarmClear.UseVisualStyleBackColor = true;
......@@ -846,10 +846,10 @@
this.btnAxisStop.Cursor = System.Windows.Forms.Cursors.Default;
this.btnAxisStop.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnAxisStop.ForeColor = System.Drawing.SystemColors.ControlText;
this.btnAxisStop.Location = new System.Drawing.Point(481, 82);
this.btnAxisStop.Location = new System.Drawing.Point(509, 84);
this.btnAxisStop.Name = "btnAxisStop";
this.btnAxisStop.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.btnAxisStop.Size = new System.Drawing.Size(115, 33);
this.btnAxisStop.Size = new System.Drawing.Size(133, 33);
this.btnAxisStop.TabIndex = 246;
this.btnAxisStop.Text = " 停止运动";
this.btnAxisStop.UseVisualStyleBackColor = true;
......@@ -968,7 +968,7 @@
this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox1.Location = new System.Drawing.Point(8, 199);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(596, 212);
this.groupBox1.Size = new System.Drawing.Size(596, 228);
this.groupBox1.TabIndex = 217;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "伺服状态";
......@@ -978,7 +978,7 @@
this.lblAxisStatus.AutoSize = true;
this.lblAxisStatus.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblAxisStatus.ForeColor = System.Drawing.Color.Green;
this.lblAxisStatus.Location = new System.Drawing.Point(193, 181);
this.lblAxisStatus.Location = new System.Drawing.Point(222, 198);
this.lblAxisStatus.Name = "lblAxisStatus";
this.lblAxisStatus.Size = new System.Drawing.Size(152, 17);
this.lblAxisStatus.TabIndex = 280;
......@@ -990,7 +990,7 @@
this.button3.Cursor = System.Windows.Forms.Cursors.Default;
this.button3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button3.ForeColor = System.Drawing.SystemColors.ControlText;
this.button3.Location = new System.Drawing.Point(91, 173);
this.button3.Location = new System.Drawing.Point(120, 190);
this.button3.Name = "button3";
this.button3.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.button3.Size = new System.Drawing.Size(90, 33);
......@@ -1004,14 +1004,14 @@
this.axis_5_Alarm.IOName = "";
this.axis_5_Alarm.IOValue = 0;
this.axis_5_Alarm.isCanClick = false;
this.axis_5_Alarm.Location = new System.Drawing.Point(418, 37);
this.axis_5_Alarm.Location = new System.Drawing.Point(447, 54);
this.axis_5_Alarm.Name = "axis_5_Alarm";
this.axis_5_Alarm.Size = new System.Drawing.Size(43, 39);
this.axis_5_Alarm.TabIndex = 271;
//
// txtBatchTarget
//
this.txtBatchTarget.Location = new System.Drawing.Point(395, 139);
this.txtBatchTarget.Location = new System.Drawing.Point(424, 156);
this.txtBatchTarget.Name = "txtBatchTarget";
this.txtBatchTarget.ReadOnly = true;
this.txtBatchTarget.Size = new System.Drawing.Size(87, 23);
......@@ -1019,7 +1019,7 @@
//
// lblCountPulse5
//
this.lblCountPulse5.Location = new System.Drawing.Point(395, 112);
this.lblCountPulse5.Location = new System.Drawing.Point(424, 129);
this.lblCountPulse5.Name = "lblCountPulse5";
this.lblCountPulse5.ReadOnly = true;
this.lblCountPulse5.Size = new System.Drawing.Size(87, 23);
......@@ -1027,7 +1027,7 @@
//
// lblOutPulse5
//
this.lblOutPulse5.Location = new System.Drawing.Point(395, 85);
this.lblOutPulse5.Location = new System.Drawing.Point(424, 102);
this.lblOutPulse5.Name = "lblOutPulse5";
this.lblOutPulse5.ReadOnly = true;
this.lblOutPulse5.Size = new System.Drawing.Size(87, 23);
......@@ -1035,20 +1035,20 @@
//
// label20
//
this.label20.AutoSize = true;
this.label20.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.label20.Location = new System.Drawing.Point(392, 14);
this.label20.Location = new System.Drawing.Point(421, 14);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(80, 17);
this.label20.Size = new System.Drawing.Size(102, 43);
this.label20.TabIndex = 267;
this.label20.Text = "批量出入料轴";
this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// axis_1_Alarm
//
this.axis_1_Alarm.IOName = "";
this.axis_1_Alarm.IOValue = 0;
this.axis_1_Alarm.isCanClick = false;
this.axis_1_Alarm.Location = new System.Drawing.Point(116, 37);
this.axis_1_Alarm.Location = new System.Drawing.Point(145, 54);
this.axis_1_Alarm.Name = "axis_1_Alarm";
this.axis_1_Alarm.Size = new System.Drawing.Size(43, 39);
this.axis_1_Alarm.TabIndex = 264;
......@@ -1058,7 +1058,7 @@
this.axis_3_Alarm.IOName = "";
this.axis_3_Alarm.IOValue = 0;
this.axis_3_Alarm.isCanClick = false;
this.axis_3_Alarm.Location = new System.Drawing.Point(318, 37);
this.axis_3_Alarm.Location = new System.Drawing.Point(347, 54);
this.axis_3_Alarm.Name = "axis_3_Alarm";
this.axis_3_Alarm.Size = new System.Drawing.Size(43, 39);
this.axis_3_Alarm.TabIndex = 266;
......@@ -1068,24 +1068,24 @@
this.axis_2_Alarm.IOName = "";
this.axis_2_Alarm.IOValue = 0;
this.axis_2_Alarm.isCanClick = false;
this.axis_2_Alarm.Location = new System.Drawing.Point(213, 37);
this.axis_2_Alarm.Location = new System.Drawing.Point(242, 54);
this.axis_2_Alarm.Name = "axis_2_Alarm";
this.axis_2_Alarm.Size = new System.Drawing.Size(43, 39);
this.axis_2_Alarm.TabIndex = 265;
//
// label38
//
this.label38.AutoSize = true;
this.label38.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.label38.Location = new System.Drawing.Point(49, 37);
this.label38.Location = new System.Drawing.Point(15, 54);
this.label38.Name = "label38";
this.label38.Size = new System.Drawing.Size(37, 17);
this.label38.Size = new System.Drawing.Size(96, 17);
this.label38.TabIndex = 263;
this.label38.Text = "ALM:";
this.label38.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// txtMiddleTarget
//
this.txtMiddleTarget.Location = new System.Drawing.Point(94, 139);
this.txtMiddleTarget.Location = new System.Drawing.Point(123, 156);
this.txtMiddleTarget.Name = "txtMiddleTarget";
this.txtMiddleTarget.ReadOnly = true;
this.txtMiddleTarget.Size = new System.Drawing.Size(87, 23);
......@@ -1093,7 +1093,7 @@
//
// txtInoutTarget
//
this.txtInoutTarget.Location = new System.Drawing.Point(295, 139);
this.txtInoutTarget.Location = new System.Drawing.Point(324, 156);
this.txtInoutTarget.Name = "txtInoutTarget";
this.txtInoutTarget.ReadOnly = true;
this.txtInoutTarget.Size = new System.Drawing.Size(87, 23);
......@@ -1101,7 +1101,7 @@
//
// txtUpdownTarget
//
this.txtUpdownTarget.Location = new System.Drawing.Point(195, 139);
this.txtUpdownTarget.Location = new System.Drawing.Point(224, 156);
this.txtUpdownTarget.Name = "txtUpdownTarget";
this.txtUpdownTarget.ReadOnly = true;
this.txtUpdownTarget.Size = new System.Drawing.Size(87, 23);
......@@ -1109,17 +1109,17 @@
//
// label12
//
this.label12.AutoSize = true;
this.label12.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label12.Location = new System.Drawing.Point(7, 142);
this.label12.Location = new System.Drawing.Point(15, 159);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(83, 17);
this.label12.Size = new System.Drawing.Size(96, 17);
this.label12.TabIndex = 258;
this.label12.Text = "出入库目标值:";
this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lblCountPulse1
//
this.lblCountPulse1.Location = new System.Drawing.Point(94, 112);
this.lblCountPulse1.Location = new System.Drawing.Point(123, 129);
this.lblCountPulse1.Name = "lblCountPulse1";
this.lblCountPulse1.ReadOnly = true;
this.lblCountPulse1.Size = new System.Drawing.Size(87, 23);
......@@ -1127,7 +1127,7 @@
//
// lblOutPulse1
//
this.lblOutPulse1.Location = new System.Drawing.Point(94, 85);
this.lblOutPulse1.Location = new System.Drawing.Point(123, 102);
this.lblOutPulse1.Name = "lblOutPulse1";
this.lblOutPulse1.ReadOnly = true;
this.lblOutPulse1.Size = new System.Drawing.Size(87, 23);
......@@ -1135,7 +1135,7 @@
//
// lblCountPulse3
//
this.lblCountPulse3.Location = new System.Drawing.Point(295, 112);
this.lblCountPulse3.Location = new System.Drawing.Point(324, 129);
this.lblCountPulse3.Name = "lblCountPulse3";
this.lblCountPulse3.ReadOnly = true;
this.lblCountPulse3.Size = new System.Drawing.Size(87, 23);
......@@ -1143,7 +1143,7 @@
//
// lblOutPulse3
//
this.lblOutPulse3.Location = new System.Drawing.Point(295, 85);
this.lblOutPulse3.Location = new System.Drawing.Point(324, 102);
this.lblOutPulse3.Name = "lblOutPulse3";
this.lblOutPulse3.ReadOnly = true;
this.lblOutPulse3.Size = new System.Drawing.Size(87, 23);
......@@ -1151,7 +1151,7 @@
//
// lblCountPulse2
//
this.lblCountPulse2.Location = new System.Drawing.Point(196, 112);
this.lblCountPulse2.Location = new System.Drawing.Point(225, 129);
this.lblCountPulse2.Name = "lblCountPulse2";
this.lblCountPulse2.ReadOnly = true;
this.lblCountPulse2.Size = new System.Drawing.Size(87, 23);
......@@ -1159,7 +1159,7 @@
//
// lblOutPulse2
//
this.lblOutPulse2.Location = new System.Drawing.Point(195, 85);
this.lblOutPulse2.Location = new System.Drawing.Point(224, 102);
this.lblOutPulse2.Name = "lblOutPulse2";
this.lblOutPulse2.ReadOnly = true;
this.lblOutPulse2.Size = new System.Drawing.Size(87, 23);
......@@ -1167,53 +1167,53 @@
//
// label4
//
this.label4.AutoSize = true;
this.label4.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.label4.Location = new System.Drawing.Point(292, 14);
this.label4.Location = new System.Drawing.Point(321, 14);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(71, 17);
this.label4.Size = new System.Drawing.Size(93, 43);
this.label4.TabIndex = 100;
this.label4.Text = "轴三:进出轴";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label3
//
this.label3.AutoSize = true;
this.label3.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.label3.Location = new System.Drawing.Point(193, 14);
this.label3.Location = new System.Drawing.Point(222, 14);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(71, 17);
this.label3.Size = new System.Drawing.Size(93, 43);
this.label3.TabIndex = 99;
this.label3.Text = "轴二:上下轴";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label1
//
this.label1.AutoSize = true;
this.label1.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.label1.Location = new System.Drawing.Point(95, 14);
this.label1.Location = new System.Drawing.Point(124, 14);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(71, 17);
this.label1.Size = new System.Drawing.Size(93, 43);
this.label1.TabIndex = 97;
this.label1.Text = "轴一:旋转轴";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label43
//
this.label43.AutoSize = true;
this.label43.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label43.Location = new System.Drawing.Point(15, 87);
this.label43.Location = new System.Drawing.Point(15, 104);
this.label43.Name = "label43";
this.label43.Size = new System.Drawing.Size(71, 17);
this.label43.Size = new System.Drawing.Size(96, 17);
this.label43.TabIndex = 23;
this.label43.Text = "输出脉冲值:";
this.label43.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label42
//
this.label42.AutoSize = true;
this.label42.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label42.Location = new System.Drawing.Point(15, 113);
this.label42.Location = new System.Drawing.Point(15, 130);
this.label42.Name = "label42";
this.label42.Size = new System.Drawing.Size(71, 17);
this.label42.Size = new System.Drawing.Size(96, 17);
this.label42.TabIndex = 24;
this.label42.Text = "编码器计数:";
this.label42.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// groupBox2
//
......@@ -1267,9 +1267,9 @@
// btnSave
//
this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSave.Location = new System.Drawing.Point(178, 89);
this.btnSave.Location = new System.Drawing.Point(75, 89);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(157, 38);
this.btnSave.Size = new System.Drawing.Size(297, 38);
this.btnSave.TabIndex = 279;
this.btnSave.Text = "保存为模拟入库库位";
this.btnSave.UseVisualStyleBackColor = true;
......@@ -1978,7 +1978,7 @@
this.语言});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(1262, 29);
this.menuStrip1.Size = new System.Drawing.Size(1320, 29);
this.menuStrip1.TabIndex = 257;
this.menuStrip1.Text = "menuStrip1";
//
......@@ -2269,7 +2269,7 @@
// toolStripSeparator11
//
this.toolStripSeparator11.Name = "toolStripSeparator11";
this.toolStripSeparator11.Size = new System.Drawing.Size(177, 6);
this.toolStripSeparator11.Size = new System.Drawing.Size(157, 6);
this.toolStripSeparator11.Visible = false;
//
// 语言
......@@ -2282,24 +2282,24 @@
this.语言.Size = new System.Drawing.Size(54, 25);
this.语言.Text = "语言";
//
// 英文ToolStripMenuItem
// 清理日志ToolStripMenuItem
//
this.英文ToolStripMenuItem.Name = "英文ToolStripMenuItem";
this.英文ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
this.英文ToolStripMenuItem.Text = "英文";
this.英文ToolStripMenuItem.Click += new System.EventHandler(this.开启DEBUGToolStripMenuItem_Click);
this.清理日志ToolStripMenuItem.Name = "清理日志ToolStripMenuItem";
this.清理日志ToolStripMenuItem.Size = new System.Drawing.Size(112, 26);
this.清理日志ToolStripMenuItem.Text = "中文";
this.清理日志ToolStripMenuItem.Click += new System.EventHandler(this.清理日志ToolStripMenuItem_Click);
//
// toolStripSeparator12
//
this.toolStripSeparator12.Name = "toolStripSeparator12";
this.toolStripSeparator12.Size = new System.Drawing.Size(177, 6);
this.toolStripSeparator12.Size = new System.Drawing.Size(109, 6);
//
// 清理日志ToolStripMenuItem
// 英文ToolStripMenuItem
//
this.清理日志ToolStripMenuItem.Name = "清理日志ToolStripMenuItem";
this.清理日志ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
this.清理日志ToolStripMenuItem.Text = "中文";
this.清理日志ToolStripMenuItem.Click += new System.EventHandler(this.清理日志ToolStripMenuItem_Click);
this.英文ToolStripMenuItem.Name = "英文ToolStripMenuItem";
this.英文ToolStripMenuItem.Size = new System.Drawing.Size(112, 26);
this.英文ToolStripMenuItem.Text = "英文";
this.英文ToolStripMenuItem.Click += new System.EventHandler(this.开启DEBUGToolStripMenuItem_Click);
//
// lblThisSta
//
......@@ -2410,7 +2410,7 @@
//
// btnRelMove
//
this.btnRelMove.Location = new System.Drawing.Point(319, 54);
this.btnRelMove.Location = new System.Drawing.Point(319, 52);
this.btnRelMove.Name = "btnRelMove";
this.btnRelMove.Size = new System.Drawing.Size(100, 33);
this.btnRelMove.TabIndex = 96;
......@@ -2421,24 +2421,24 @@
// txtAddr
//
this.txtAddr.Enabled = false;
this.txtAddr.Location = new System.Drawing.Point(247, 22);
this.txtAddr.Location = new System.Drawing.Point(286, 22);
this.txtAddr.Name = "txtAddr";
this.txtAddr.Size = new System.Drawing.Size(48, 23);
this.txtAddr.Size = new System.Drawing.Size(25, 23);
this.txtAddr.TabIndex = 95;
this.txtAddr.Text = "1";
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(211, 25);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(32, 17);
this.label18.Size = new System.Drawing.Size(72, 17);
this.label18.TabIndex = 94;
this.label18.Text = "地址";
this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// btnGetPosition
//
this.btnGetPosition.Location = new System.Drawing.Point(424, 54);
this.btnGetPosition.Location = new System.Drawing.Point(424, 52);
this.btnGetPosition.Name = "btnGetPosition";
this.btnGetPosition.Size = new System.Drawing.Size(100, 33);
this.btnGetPosition.TabIndex = 93;
......@@ -2451,8 +2451,8 @@
this.cmbHomeType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbHomeType.FormattingEnabled = true;
this.cmbHomeType.Items.AddRange(new object[] {
"0=反方向",
"1=正方向"});
"0=reverse direction",
"1=forward direction"});
this.cmbHomeType.Location = new System.Drawing.Point(104, 126);
this.cmbHomeType.Name = "cmbHomeType";
this.cmbHomeType.Size = new System.Drawing.Size(103, 25);
......@@ -2462,7 +2462,7 @@
//
this.label13.Location = new System.Drawing.Point(5, 130);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(66, 17);
this.label13.Size = new System.Drawing.Size(95, 17);
this.label13.TabIndex = 91;
this.label13.Text = "原点方向:";
this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
......@@ -2471,7 +2471,7 @@
//
this.label17.Location = new System.Drawing.Point(5, 97);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(66, 17);
this.label17.Size = new System.Drawing.Size(95, 17);
this.label17.TabIndex = 90;
this.label17.Text = "速度:";
this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
......@@ -2497,7 +2497,7 @@
//
// btnClose
//
this.btnClose.Location = new System.Drawing.Point(412, 15);
this.btnClose.Location = new System.Drawing.Point(424, 17);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(100, 33);
this.btnClose.TabIndex = 87;
......@@ -2507,7 +2507,7 @@
//
// btnOpen
//
this.btnOpen.Location = new System.Drawing.Point(302, 15);
this.btnOpen.Location = new System.Drawing.Point(319, 17);
this.btnOpen.Name = "btnOpen";
this.btnOpen.Size = new System.Drawing.Size(100, 33);
this.btnOpen.TabIndex = 86;
......@@ -2517,7 +2517,7 @@
//
// btnStatusSearch
//
this.btnStatusSearch.Location = new System.Drawing.Point(319, 88);
this.btnStatusSearch.Location = new System.Drawing.Point(319, 87);
this.btnStatusSearch.Name = "btnStatusSearch";
this.btnStatusSearch.Size = new System.Drawing.Size(100, 33);
this.btnStatusSearch.TabIndex = 85;
......@@ -2529,7 +2529,7 @@
//
this.label19.Location = new System.Drawing.Point(5, 63);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(66, 17);
this.label19.Size = new System.Drawing.Size(95, 17);
this.label19.TabIndex = 84;
this.label19.Text = "位置:";
this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
......@@ -2555,7 +2555,7 @@
//
// btnClearPosition
//
this.btnClearPosition.Location = new System.Drawing.Point(424, 88);
this.btnClearPosition.Location = new System.Drawing.Point(424, 87);
this.btnClearPosition.Name = "btnClearPosition";
this.btnClearPosition.Size = new System.Drawing.Size(100, 33);
this.btnClearPosition.TabIndex = 11;
......@@ -2587,7 +2587,7 @@
//
this.label25.Location = new System.Drawing.Point(5, 25);
this.label25.Name = "label25";
this.label25.Size = new System.Drawing.Size(66, 17);
this.label25.Size = new System.Drawing.Size(95, 17);
this.label25.TabIndex = 1;
this.label25.Text = "端口号:";
this.label25.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
......@@ -2614,7 +2614,7 @@
this.tabControl1.Location = new System.Drawing.Point(599, 279);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(647, 460);
this.tabControl1.Size = new System.Drawing.Size(707, 460);
this.tabControl1.TabIndex = 301;
//
// tabPage2
......@@ -2623,7 +2623,7 @@
this.tabPage2.Location = new System.Drawing.Point(4, 26);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(639, 430);
this.tabPage2.Size = new System.Drawing.Size(699, 430);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "伺服调试";
this.tabPage2.UseVisualStyleBackColor = true;
......@@ -2676,7 +2676,7 @@
//
// btnSelTemp
//
this.btnSelTemp.Location = new System.Drawing.Point(212, 82);
this.btnSelTemp.Location = new System.Drawing.Point(245, 82);
this.btnSelTemp.Name = "btnSelTemp";
this.btnSelTemp.Size = new System.Drawing.Size(100, 33);
this.btnSelTemp.TabIndex = 248;
......@@ -2687,7 +2687,7 @@
// txtHum
//
this.txtHum.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtHum.Location = new System.Drawing.Point(95, 98);
this.txtHum.Location = new System.Drawing.Point(128, 98);
this.txtHum.MaxLength = 10;
this.txtHum.Name = "txtHum";
this.txtHum.Size = new System.Drawing.Size(87, 21);
......@@ -2696,12 +2696,11 @@
//
// label29
//
this.label29.AutoSize = true;
this.label29.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label29.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.label29.Location = new System.Drawing.Point(38, 101);
this.label29.Location = new System.Drawing.Point(10, 101);
this.label29.Name = "label29";
this.label29.Size = new System.Drawing.Size(35, 17);
this.label29.Size = new System.Drawing.Size(112, 17);
this.label29.TabIndex = 246;
this.label29.Text = "湿度:";
this.label29.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
......@@ -2709,7 +2708,7 @@
// txtTemp
//
this.txtTemp.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtTemp.Location = new System.Drawing.Point(95, 63);
this.txtTemp.Location = new System.Drawing.Point(128, 63);
this.txtTemp.MaxLength = 10;
this.txtTemp.Name = "txtTemp";
this.txtTemp.Size = new System.Drawing.Size(87, 21);
......@@ -2718,12 +2717,11 @@
//
// label28
//
this.label28.AutoSize = true;
this.label28.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label28.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.label28.Location = new System.Drawing.Point(38, 67);
this.label28.Location = new System.Drawing.Point(10, 67);
this.label28.Name = "label28";
this.label28.Size = new System.Drawing.Size(35, 17);
this.label28.Size = new System.Drawing.Size(112, 17);
this.label28.TabIndex = 244;
this.label28.Text = "温度:";
this.label28.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
......@@ -2731,7 +2729,7 @@
// txtTempPort
//
this.txtTempPort.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtTempPort.Location = new System.Drawing.Point(95, 28);
this.txtTempPort.Location = new System.Drawing.Point(128, 28);
this.txtTempPort.MaxLength = 10;
this.txtTempPort.Name = "txtTempPort";
this.txtTempPort.Size = new System.Drawing.Size(87, 21);
......@@ -2740,19 +2738,18 @@
//
// label27
//
this.label27.AutoSize = true;
this.label27.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label27.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.label27.Location = new System.Drawing.Point(26, 33);
this.label27.Location = new System.Drawing.Point(10, 33);
this.label27.Name = "label27";
this.label27.Size = new System.Drawing.Size(47, 17);
this.label27.Size = new System.Drawing.Size(112, 17);
this.label27.TabIndex = 242;
this.label27.Text = "端口号:";
this.label27.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// btnTempClose
//
this.btnTempClose.Location = new System.Drawing.Point(322, 30);
this.btnTempClose.Location = new System.Drawing.Point(355, 30);
this.btnTempClose.Name = "btnTempClose";
this.btnTempClose.Size = new System.Drawing.Size(100, 33);
this.btnTempClose.TabIndex = 89;
......@@ -2762,7 +2759,7 @@
//
// btnTempInit
//
this.btnTempInit.Location = new System.Drawing.Point(212, 30);
this.btnTempInit.Location = new System.Drawing.Point(245, 30);
this.btnTempInit.Name = "btnTempInit";
this.btnTempInit.Size = new System.Drawing.Size(100, 33);
this.btnTempInit.TabIndex = 88;
......@@ -2810,7 +2807,7 @@
this.groupBox6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox6.Location = new System.Drawing.Point(599, 32);
this.groupBox6.Name = "groupBox6";
this.groupBox6.Size = new System.Drawing.Size(635, 241);
this.groupBox6.Size = new System.Drawing.Size(707, 241);
this.groupBox6.TabIndex = 302;
this.groupBox6.TabStop = false;
this.groupBox6.Text = "批量上下料操作";
......@@ -2928,7 +2925,7 @@
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(1262, 749);
this.ClientSize = new System.Drawing.Size(1320, 749);
this.Controls.Add(this.groupBox6);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.groupBox3);
......
......@@ -207,6 +207,11 @@ namespace OnlineStore.AutoInOutStore
private bool LoadOk = false;
private void FrmTest_Load(object sender, EventArgs e)
{
string language = ConfigAppSettings.GetValue(Setting_Init.Default_Language);
if (language.Equals(ResourceCulture.China) || language.Equals(ResourceCulture.English))
{
ResourceCulture.SetCurrentCulture(language);
}
GetVersion();
LogUtil.logBox = this.richTextBox1;
this.ShowInTaskbar = true;
......
......@@ -589,7 +589,7 @@
<value>In-out axis+forward</value>
</data>
<data name="FrmAxisDebug_btnUpDownMovej_Text" xml:space="preserve">
<value>Lifting axis+descent</value>
<value>l-axis+descent</value>
</data>
<data name="FrmAxisDebug_btnMiddleMovej_Text" xml:space="preserve">
<value>Rotation axis+clockwise</value>
......@@ -598,7 +598,7 @@
<value>In-out axis+backward</value>
</data>
<data name="FrmAxisDebug_btnUpDownMove_Text" xml:space="preserve">
<value>Lifting axis+ascent</value>
<value>l-axis+ascent</value>
</data>
<data name="FrmAxisDebug_btnMiddleMove_Text" xml:space="preserve">
<value>Rotation axis+anti-clockwise</value>
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!