|
@@ -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;
|
|
|
}
|
|
|
}
|