|
@@ -31,8 +31,8 @@
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
|
|
|
- DevExpress.Utils.SuperToolTip superToolTip4 = new DevExpress.Utils.SuperToolTip();
|
|
|
- DevExpress.Utils.ToolTipItem toolTipItem4 = new DevExpress.Utils.ToolTipItem();
|
|
|
+ DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
|
|
|
+ DevExpress.Utils.ToolTipItem toolTipItem2 = new DevExpress.Utils.ToolTipItem();
|
|
|
this.ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl();
|
|
|
this.skinPaletteDropDownButtonItem1 = new DevExpress.XtraBars.SkinPaletteDropDownButtonItem();
|
|
|
this.btnOpenApi = new DevExpress.XtraBars.BarButtonItem();
|
|
@@ -47,6 +47,7 @@
|
|
|
this.btnCocTool = new DevExpress.XtraBars.BarButtonItem();
|
|
|
this.btnErrFx = new DevExpress.XtraBars.BarButtonItem();
|
|
|
this.btnDetectTool = new DevExpress.XtraBars.BarButtonItem();
|
|
|
+ this.btnXlCalculate = new DevExpress.XtraBars.BarButtonItem();
|
|
|
this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
|
|
|
this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
|
|
|
this.ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
|
|
@@ -55,7 +56,6 @@
|
|
|
this.documentManager1 = new DevExpress.XtraBars.Docking2010.DocumentManager(this.components);
|
|
|
this.tabbedView1 = new DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView(this.components);
|
|
|
this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
|
|
|
- this.btnXlCalculate = new DevExpress.XtraBars.BarButtonItem();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.documentManager1)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tabbedView1)).BeginInit();
|
|
@@ -98,7 +98,7 @@
|
|
|
this.ribbon.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Show;
|
|
|
this.ribbon.ShowQatLocationSelector = false;
|
|
|
this.ribbon.ShowToolbarCustomizeItem = false;
|
|
|
- this.ribbon.Size = new System.Drawing.Size(1347, 126);
|
|
|
+ this.ribbon.Size = new System.Drawing.Size(1347, 133);
|
|
|
this.ribbon.Toolbar.ShowCustomizeItem = false;
|
|
|
//
|
|
|
// skinPaletteDropDownButtonItem1
|
|
@@ -112,9 +112,9 @@
|
|
|
this.btnOpenApi.Id = 21;
|
|
|
this.btnOpenApi.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnOpenApi.ImageOptions.SvgImage")));
|
|
|
this.btnOpenApi.Name = "btnOpenApi";
|
|
|
- toolTipItem4.Text = "查看接口文档";
|
|
|
- superToolTip4.Items.Add(toolTipItem4);
|
|
|
- this.btnOpenApi.SuperTip = superToolTip4;
|
|
|
+ toolTipItem2.Text = "查看接口文档";
|
|
|
+ superToolTip2.Items.Add(toolTipItem2);
|
|
|
+ this.btnOpenApi.SuperTip = superToolTip2;
|
|
|
this.btnOpenApi.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnOpenApi_ItemClick);
|
|
|
//
|
|
|
// btnTask
|
|
@@ -189,6 +189,7 @@
|
|
|
this.btnCocTool.Id = 17;
|
|
|
this.btnCocTool.ImageOptions.ImageUri.Uri = "snap/calcdefault";
|
|
|
this.btnCocTool.Name = "btnCocTool";
|
|
|
+ this.btnCocTool.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
|
|
|
this.btnCocTool.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
|
|
|
//
|
|
|
// btnErrFx
|
|
@@ -200,12 +201,20 @@
|
|
|
//
|
|
|
// btnDetectTool
|
|
|
//
|
|
|
- this.btnDetectTool.Caption = "检测工具";
|
|
|
+ this.btnDetectTool.Caption = "检测参估工具";
|
|
|
this.btnDetectTool.Id = 22;
|
|
|
this.btnDetectTool.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnDetectTool.ImageOptions.SvgImage")));
|
|
|
this.btnDetectTool.Name = "btnDetectTool";
|
|
|
this.btnDetectTool.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
|
|
|
//
|
|
|
+ // btnXlCalculate
|
|
|
+ //
|
|
|
+ this.btnXlCalculate.Caption = "星历推算";
|
|
|
+ this.btnXlCalculate.Id = 24;
|
|
|
+ this.btnXlCalculate.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnXlCalculate.ImageOptions.SvgImage")));
|
|
|
+ this.btnXlCalculate.Name = "btnXlCalculate";
|
|
|
+ this.btnXlCalculate.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
|
|
|
+ //
|
|
|
// ribbonPage1
|
|
|
//
|
|
|
this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
|
|
@@ -277,14 +286,6 @@
|
|
|
"DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl",
|
|
|
"DevExpress.XtraBars.ToolbarForm.ToolbarFormControl"});
|
|
|
//
|
|
|
- // btnXlCalculate
|
|
|
- //
|
|
|
- this.btnXlCalculate.Caption = "星历推算";
|
|
|
- this.btnXlCalculate.Id = 24;
|
|
|
- this.btnXlCalculate.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnXlCalculate.ImageOptions.SvgImage")));
|
|
|
- this.btnXlCalculate.Name = "btnXlCalculate";
|
|
|
- this.btnXlCalculate.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
|
|
|
- //
|
|
|
// MainForm
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|