Browse Source

complete the two point rectangle area drawing method.

GSP 1 tuần trước cách đây
mục cha
commit
58e3324a91
1 tập tin đã thay đổi với 21 bổ sung0 xóa
  1. 21 0
      Bin/x64/Debug/Resources/XMLData/AppResource_ZH.xml

+ 21 - 0
Bin/x64/Debug/Resources/XMLData/AppResource_ZH.xml

@@ -1802,6 +1802,27 @@
 	  <Control name="str17" text="最大" />
     </Controls>
  </Form>
+<Form>
+    <Name>frmInitializeTwoPointRectangle</Name>
+    <Controls>
+	  <Control name="frmInitializeTwoPointRectangle" text="两点法矩形" />
+     
+	  <Control name="groupBox1" text="左上角点" />
+	
+	  <Control name="bn_FirstPoint" text="获取" />
+	  <Control name="groupBox2" text="右下角点" />
+	 
+	  <Control name="bn_SecondPoint" text="获取" />
+	 
+	 <Control name="btnwrite1" text="写入" />
+
+	  <Control name="btnwrite2" text="写入" />
+	  <Control name="bn_Cancel" text="取消" />
+	  <Control name="bn_OK" text="确定" />
+	
+    </Controls>
+ </Form>
+
  <Form>
     <Name>frmReMeasure</Name>
     <Controls>