Browse Source

Merge branch 'GSP' of http://36.129.163.148:10080/gaoshipeng/OTS2_0 into GSP

gsp 3 years ago
parent
commit
598c855ab1
1 changed files with 12 additions and 2 deletions
  1. 12 2
      OTSIncAMeasureApp/OTSIncAMeasureAppForm.Designer.cs

+ 12 - 2
OTSIncAMeasureApp/OTSIncAMeasureAppForm.Designer.cs

@@ -76,6 +76,7 @@
             this.ribRectangle = new System.Windows.Forms.RibbonButton();
             this.ribPolygon = new System.Windows.Forms.RibbonButton();
             this.rbPanelFunction = new System.Windows.Forms.RibbonPanel();
+            this.rbSemFunction = new System.Windows.Forms.RibbonPanel();
             this.rbConnectHardware = new System.Windows.Forms.RibbonButton();
             this.rbDisconnectHardware = new System.Windows.Forms.RibbonButton();
             this.rbStart = new System.Windows.Forms.RibbonButton();
@@ -392,6 +393,7 @@
             // 
             this.rbTabHome.Panels.Add(this.rbPanelFile);
             this.rbTabHome.Panels.Add(this.rbPanelSample);
+            this.rbTabHome.Panels.Add(this.rbSemFunction);
             this.rbTabHome.Panels.Add(this.rbPanelFunction);
             this.rbTabHome.Panels.Add(this.rbPReport);
             this.rbTabHome.Tag = "rbTabHome";
@@ -570,12 +572,19 @@
             this.ribPolygon.ToolTipTitle = null;
             this.ribPolygon.Click += new System.EventHandler(this.ribPolygon_Click);
             // 
+            // rbSemFunction
+            // 
+            this.rbSemFunction.ButtonMoreEnabled = false;
+            this.rbSemFunction.ButtonMoreVisible = false;
+            this.rbSemFunction.Items.Add(this.rbConnectHardware);
+            this.rbSemFunction.Items.Add(this.rbDisconnectHardware);
+            this.rbSemFunction.Tag = "rbSemFunction";
+            this.rbSemFunction.Text = "Sem控制";
+            // 
             // rbPanelFunction
             // 
             this.rbPanelFunction.ButtonMoreEnabled = false;
             this.rbPanelFunction.ButtonMoreVisible = false;
-            this.rbPanelFunction.Items.Add(this.rbConnectHardware);
-            this.rbPanelFunction.Items.Add(this.rbDisconnectHardware);
             this.rbPanelFunction.Items.Add(this.rbStart);
             this.rbPanelFunction.Items.Add(this.rbStop);
             this.rbPanelFunction.Items.Add(this.rbCheckParam);
@@ -956,6 +965,7 @@
         private System.Windows.Forms.RibbonTab rbTabHome;
         public System.Windows.Forms.RibbonOrbMenuItem rbNewDocument;
         public System.Windows.Forms.RibbonPanel rbPanelSample;
+        public System.Windows.Forms.RibbonPanel rbSemFunction;
         public System.Windows.Forms.RibbonPanel rbPanelFunction;
         public System.Windows.Forms.RibbonOrbMenuItem rbOpenFile;
   //      private System.Windows.Forms.RibbonButton rbNew;