소스 검색

更新一些文件

CXS 3 년 전
부모
커밋
36211bff5e
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. BIN
      Bin/x64/Debug/Resources/ReportTemplate/group1.rmf
  2. 1 1
      OTSIncAMeasureApp/About.cs

BIN
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;