|
|
|
@ -325,7 +325,7 @@
|
|
|
|
|
this.label2.Name = "label2";
|
|
|
|
|
this.label2.Size = new System.Drawing.Size(445, 23);
|
|
|
|
|
this.label2.TabIndex = 2;
|
|
|
|
|
this.label2.Text = "错误信息";
|
|
|
|
|
this.label2.Text = "Warning info";
|
|
|
|
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
|
|
//
|
|
|
|
|
// panel2
|
|
|
|
@ -386,7 +386,7 @@
|
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(445, 23);
|
|
|
|
|
this.label1.TabIndex = 1;
|
|
|
|
|
this.label1.Text = "运行信息";
|
|
|
|
|
this.label1.Text = "Run info";
|
|
|
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
|
|
//
|
|
|
|
|
// panel4
|
|
|
|
@ -435,7 +435,7 @@
|
|
|
|
|
this.btnWholeHome.BtnBackColor = System.Drawing.Color.White;
|
|
|
|
|
this.btnWholeHome.BtnFont = new System.Drawing.Font("微软雅黑", 26F);
|
|
|
|
|
this.btnWholeHome.BtnForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.btnWholeHome.BtnText = "整机回零";
|
|
|
|
|
this.btnWholeHome.BtnText = "Home";
|
|
|
|
|
this.btnWholeHome.ButtonType = Rs.Controls.EButtonIcon.Reset;
|
|
|
|
|
this.btnWholeHome.ConerRadius = 80;
|
|
|
|
|
this.btnWholeHome.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
@ -483,8 +483,8 @@
|
|
|
|
|
this.switchButton1.SwitchType = Rs.Controls.SwitchType.Ellipse;
|
|
|
|
|
this.switchButton1.TabIndex = 0;
|
|
|
|
|
this.switchButton1.Texts = new string[] {
|
|
|
|
|
"自动",
|
|
|
|
|
"手动"};
|
|
|
|
|
"Auto",
|
|
|
|
|
"Manual"};
|
|
|
|
|
this.switchButton1.TrueColor = System.Drawing.Color.Blue;
|
|
|
|
|
this.switchButton1.TrueTextColr = System.Drawing.Color.White;
|
|
|
|
|
//
|
|
|
|
@ -504,7 +504,7 @@
|
|
|
|
|
this.btnStop.BtnBackColor = System.Drawing.Color.White;
|
|
|
|
|
this.btnStop.BtnFont = new System.Drawing.Font("微软雅黑", 26F);
|
|
|
|
|
this.btnStop.BtnForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.btnStop.BtnText = "暂停";
|
|
|
|
|
this.btnStop.BtnText = "Pause";
|
|
|
|
|
this.btnStop.ButtonType = Rs.Controls.EButtonIcon.Stop;
|
|
|
|
|
this.btnStop.ConerRadius = 80;
|
|
|
|
|
this.btnStop.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
@ -543,7 +543,7 @@
|
|
|
|
|
this.btnSpaceRun.BtnBackColor = System.Drawing.Color.White;
|
|
|
|
|
this.btnSpaceRun.BtnFont = new System.Drawing.Font("微软雅黑", 26F);
|
|
|
|
|
this.btnSpaceRun.BtnForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.btnSpaceRun.BtnText = "启动";
|
|
|
|
|
this.btnSpaceRun.BtnText = "Start";
|
|
|
|
|
this.btnSpaceRun.ButtonType = Rs.Controls.EButtonIcon.Start;
|
|
|
|
|
this.btnSpaceRun.ConerRadius = 80;
|
|
|
|
|
this.btnSpaceRun.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|