浏览代码

Merge branch 'Release2.3' of http://36.129.163.148:10080/gaoshipeng/OTS2_0 into Release2.3

gsp 3 年之前
父节点
当前提交
c0c67cdb56
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 二进制
      Bin/x64/Debug/Resources/ReportTemplate/group1.rmf
  2. 1 1
      OTSIncAMeasureApp/About.cs

二进制
Bin/x64/Debug/Resources/ReportTemplate/group1.rmf


+ 1 - 1
OTSIncAMeasureApp/About.cs

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