浏览代码

修改 关于 界面 输出显示

CXS 3 年之前
父节点
当前提交
01c22879e0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      OTSIncAMeasureApp/About.cs

+ 1 - 1
OTSIncAMeasureApp/About.cs

@@ -20,7 +20,7 @@ namespace OTSMeasureApp
         private void About_Load(object sender, EventArgs e)
         {
 
-            richTextBox1.Text = "Version Current : 2.1";
+            richTextBox1.Text = "Version : 2.1";
             richTextBox1.Select(0, richTextBox1.Text.Length);
             //richTextBox1.SelectionColor = Color.DarkBlue;
             richTextBox1.SelectionAlignment = HorizontalAlignment.Center;