From 777accbde91ffd36d0c367bcf66de1815875122e Mon Sep 17 00:00:00 2001 From: lhiven Date: Wed, 3 Jan 2024 19:30:17 +0900 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E6=8C=89=E9=92=AE=E5=8F=98?= =?UTF-8?q?=E4=B8=BAEN?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rs.SkyLine/FormMain.designer.cs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Rs.SkyLine/FormMain.designer.cs b/Rs.SkyLine/FormMain.designer.cs index 33f3d7f..c6c97d6 100644 --- a/Rs.SkyLine/FormMain.designer.cs +++ b/Rs.SkyLine/FormMain.designer.cs @@ -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;