Browse Source

去掉FIB放大倍数显示

HaoShuang 4 years ago
parent
commit
533d0e6422

+ 2 - 0
HOZProject/UserControls/UControl_Init.Designer.cs

@@ -652,6 +652,7 @@
             this.cbbWFIB.Name = "cbbWFIB";
             this.cbbWFIB.Size = new System.Drawing.Size(132, 28);
             this.cbbWFIB.TabIndex = 114;
+            this.cbbWFIB.Visible = false;
             this.cbbWFIB.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.cbbWFIB_KeyPress);
             // 
             // label2
@@ -665,6 +666,7 @@
             this.label2.Size = new System.Drawing.Size(119, 20);
             this.label2.TabIndex = 113;
             this.label2.Text = "FIB放大倍数";
+            this.label2.Visible = false;
             // 
             // chkWqxkc
             // 

+ 3 - 3
HOZProject/UserControls/UControl_Init.cs

@@ -915,9 +915,9 @@ namespace HOZProject
                 pbFIBTemplateFile.Visible = true;
                 label58.Visible = true;
                 cbbWXZ.Visible = true;
-                label2.Visible = true;
-                cbbWFIB.Visible = true;
-                pbDelWFIB.Visible = true;
+                //label2.Visible = true;
+                //cbbWFIB.Visible = true;
+                //pbDelWFIB.Visible = true;
                 if (!chkWPT.Checked)
                 {
                     FormHOZMainObject.m_MeasureType = (int)MeasureMsgManage.measureType.FIB;