|
|
@@ -41,6 +41,7 @@
|
|
|
this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
|
|
|
this.documentManager1 = new DevExpress.XtraBars.Docking2010.DocumentManager(this.components);
|
|
|
this.tabbedView1 = new DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView(this.components);
|
|
|
+ this.btnRef = new DevExpress.XtraBars.BarButtonItem();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.documentManager1)).BeginInit();
|
|
|
@@ -56,9 +57,10 @@
|
|
|
this.btnTask,
|
|
|
this.btnXl,
|
|
|
this.btnSat,
|
|
|
- this.btnTx});
|
|
|
+ this.btnTx,
|
|
|
+ this.btnRef});
|
|
|
this.ribbon.Location = new System.Drawing.Point(0, 0);
|
|
|
- this.ribbon.MaxItemId = 5;
|
|
|
+ this.ribbon.MaxItemId = 6;
|
|
|
this.ribbon.Name = "ribbon";
|
|
|
this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
|
|
|
this.ribbonPage1});
|
|
|
@@ -121,6 +123,7 @@
|
|
|
this.ribbonPageGroup2.ItemLinks.Add(this.btnXl);
|
|
|
this.ribbonPageGroup2.ItemLinks.Add(this.btnSat);
|
|
|
this.ribbonPageGroup2.ItemLinks.Add(this.btnTx);
|
|
|
+ this.ribbonPageGroup2.ItemLinks.Add(this.btnRef);
|
|
|
this.ribbonPageGroup2.Name = "ribbonPageGroup2";
|
|
|
this.ribbonPageGroup2.Text = "ribbonPageGroup2";
|
|
|
//
|
|
|
@@ -149,6 +152,13 @@
|
|
|
this.documentManager1.ViewCollection.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseView[] {
|
|
|
this.tabbedView1});
|
|
|
//
|
|
|
+ // btnRef
|
|
|
+ //
|
|
|
+ this.btnRef.Caption = "参考站管理";
|
|
|
+ this.btnRef.Id = 5;
|
|
|
+ this.btnRef.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnRef.ImageOptions.SvgImage")));
|
|
|
+ this.btnRef.Name = "btnRef";
|
|
|
+ //
|
|
|
// MainForm
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
|
@@ -182,6 +192,7 @@
|
|
|
private DevExpress.XtraBars.Docking.DockManager dockManager1;
|
|
|
private DevExpress.XtraBars.Docking2010.DocumentManager documentManager1;
|
|
|
private DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView tabbedView1;
|
|
|
+ private DevExpress.XtraBars.BarButtonItem btnRef;
|
|
|
}
|
|
|
}
|
|
|
|