浏览代码

测量程序去除一个空白无效的按钮

zhangjiaxin 2 年之前
父节点
当前提交
8805d4d0e7
共有 1 个文件被更改,包括 0 次插入8 次删除
  1. 0 8
      OTSIncAMeasureApp/OTSIncAMeasureAppForm.Designer.cs

+ 0 - 8
OTSIncAMeasureApp/OTSIncAMeasureAppForm.Designer.cs

@@ -103,7 +103,6 @@
             this.dockPanel = new OTS.WinFormsUI.Docking.DockPanel();
             this.ribbonButton3 = new System.Windows.Forms.RibbonButton();
             this.ribbonButton1 = new System.Windows.Forms.RibbonButton();
-            this.ribbonPanel1 = new System.Windows.Forms.RibbonPanel();
             this.statusStrip1.SuspendLayout();
             this.SuspendLayout();
             // 
@@ -384,7 +383,6 @@
             this.rbTabHome.Panels.Add(this.rbSemFunction);
             this.rbTabHome.Panels.Add(this.rbPanelFunction);
             this.rbTabHome.Panels.Add(this.rbPReport);
-            this.rbTabHome.Panels.Add(this.ribbonPanel1);
             this.rbTabHome.Tag = "rbTabHome";
             this.rbTabHome.Text = "基本功能";
             // 
@@ -984,11 +982,6 @@
             this.ribbonButton1.ToolTipImage = null;
             this.ribbonButton1.ToolTipTitle = null;
             // 
-            // ribbonPanel1
-            // 
-            this.ribbonPanel1.Tag = null;
-            this.ribbonPanel1.Text = "ribbonPanel1";
-            // 
             // OTSIncAMeasureAppForm
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
@@ -1079,6 +1072,5 @@
         public System.Windows.Forms.RibbonButton rbinterrupt;
         public System.Windows.Forms.RibbonButton rbAutoBeamOff;
         public System.Windows.Forms.RibbonButton rbSysMgrApp;
-        private System.Windows.Forms.RibbonPanel ribbonPanel1;
     }
 }