Browse Source

modify the bug the english of the button which named rbAutoBeamStatus

CXS 3 years ago
parent
commit
87022b724b

+ 1 - 1
Bin/x64/Debug/Resources/XMLData/LanguageDefine.xml

@@ -1,4 +1,4 @@
 <?xml version="1.0" standalone="yes"?>
 <Language>
-  <DefaultLanguage>EN</DefaultLanguage>
+  <DefaultLanguage>ZH</DefaultLanguage>
 </Language>

+ 1 - 1
OTSIncAMeasureApp/OTSIncAMeasureAppForm.Designer.cs

@@ -638,7 +638,7 @@
             this.rbAutoBeamOff.Image = global::OTSMeasureApp.Properties.Resources.AutoBeamOff_off;
             this.rbAutoBeamOff.SmallImage = global::OTSMeasureApp.Properties.Resources.AutoBeamOff_off;
             this.rbAutoBeamOff.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
-            this.rbAutoBeamOff.Tag = "rbAutoBeamStatus";
+            this.rbAutoBeamOff.Tag = "rbAutoBeamOff";
             this.rbAutoBeamOff.Text = "自动关枪";
             this.rbAutoBeamOff.ToolTip = null;
             this.rbAutoBeamOff.ToolTipImage = null;