|
@@ -28,10 +28,11 @@
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
+ 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 superToolTip1 = new DevExpress.Utils.SuperToolTip();
|
|
|
- DevExpress.Utils.ToolTipItem toolTipItem1 = 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();
|
|
@@ -53,6 +54,7 @@
|
|
|
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();
|
|
@@ -64,7 +66,6 @@
|
|
|
this.ribbon.CaptionBarItemLinks.Add(this.skinPaletteDropDownButtonItem1);
|
|
|
this.ribbon.CaptionBarItemLinks.Add(this.btnOpenApi);
|
|
|
this.ribbon.DrawGroupCaptions = DevExpress.Utils.DefaultBoolean.False;
|
|
|
- this.ribbon.EmptyAreaImageOptions.ImagePadding = new System.Windows.Forms.Padding(34, 39, 34, 39);
|
|
|
this.ribbon.ExpandCollapseItem.Id = 0;
|
|
|
this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
|
|
|
this.skinPaletteDropDownButtonItem1,
|
|
@@ -80,12 +81,11 @@
|
|
|
this.btnSat,
|
|
|
this.btnCocTool,
|
|
|
this.btnErrFx,
|
|
|
- this.btnDetectTool});
|
|
|
+ this.btnDetectTool,
|
|
|
+ this.btnXlCalculate});
|
|
|
this.ribbon.Location = new System.Drawing.Point(0, 0);
|
|
|
- this.ribbon.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
|
- this.ribbon.MaxItemId = 23;
|
|
|
+ this.ribbon.MaxItemId = 24;
|
|
|
this.ribbon.Name = "ribbon";
|
|
|
- this.ribbon.OptionsMenuMinWidth = 377;
|
|
|
this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
|
|
|
this.ribbonPage1});
|
|
|
this.ribbon.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.MacOffice;
|
|
@@ -97,7 +97,7 @@
|
|
|
this.ribbon.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Show;
|
|
|
this.ribbon.ShowQatLocationSelector = false;
|
|
|
this.ribbon.ShowToolbarCustomizeItem = false;
|
|
|
- this.ribbon.Size = new System.Drawing.Size(1539, 164);
|
|
|
+ this.ribbon.Size = new System.Drawing.Size(1347, 126);
|
|
|
this.ribbon.Toolbar.ShowCustomizeItem = false;
|
|
|
//
|
|
|
// skinPaletteDropDownButtonItem1
|
|
@@ -111,9 +111,9 @@
|
|
|
this.btnOpenApi.Id = 21;
|
|
|
this.btnOpenApi.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnOpenApi.ImageOptions.SvgImage")));
|
|
|
this.btnOpenApi.Name = "btnOpenApi";
|
|
|
- toolTipItem1.Text = "查看接口文档";
|
|
|
- superToolTip1.Items.Add(toolTipItem1);
|
|
|
- this.btnOpenApi.SuperTip = superToolTip1;
|
|
|
+ toolTipItem2.Text = "查看接口文档";
|
|
|
+ superToolTip2.Items.Add(toolTipItem2);
|
|
|
+ this.btnOpenApi.SuperTip = superToolTip2;
|
|
|
this.btnOpenApi.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnOpenApi_ItemClick);
|
|
|
//
|
|
|
// btnTask
|
|
@@ -237,6 +237,7 @@
|
|
|
this.ribbonPageGroup3.ItemLinks.Add(this.btnCocTool);
|
|
|
this.ribbonPageGroup3.ItemLinks.Add(this.btnDetectTool);
|
|
|
this.ribbonPageGroup3.ItemLinks.Add(this.btnErrFx);
|
|
|
+ this.ribbonPageGroup3.ItemLinks.Add(this.btnXlCalculate);
|
|
|
this.ribbonPageGroup3.Name = "ribbonPageGroup3";
|
|
|
this.ribbonPageGroup3.Text = "手动工具";
|
|
|
//
|
|
@@ -265,15 +266,22 @@
|
|
|
"DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl",
|
|
|
"DevExpress.XtraBars.ToolbarForm.ToolbarFormControl"});
|
|
|
//
|
|
|
+ // btnXlCalculate
|
|
|
+ //
|
|
|
+ this.btnXlCalculate.Caption = "星历推算";
|
|
|
+ this.btnXlCalculate.Id = 23;
|
|
|
+ this.btnXlCalculate.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barButtonItem1.ImageOptions.SvgImage")));
|
|
|
+ this.btnXlCalculate.Name = "btnXlCalculate";
|
|
|
+ this.btnXlCalculate.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
|
|
|
+ //
|
|
|
// MainForm
|
|
|
//
|
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(1539, 905);
|
|
|
+ this.ClientSize = new System.Drawing.Size(1347, 704);
|
|
|
this.Controls.Add(this.ribbon);
|
|
|
this.IconOptions.Icon = ((System.Drawing.Icon)(resources.GetObject("MainForm.IconOptions.Icon")));
|
|
|
this.IsMdiContainer = true;
|
|
|
- this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
|
this.Name = "MainForm";
|
|
|
this.Ribbon = this.ribbon;
|
|
|
this.Text = "多模式融合定位平台";
|
|
@@ -310,5 +318,6 @@
|
|
|
private DevExpress.XtraBars.BarButtonItem btnErrFx;
|
|
|
private DevExpress.XtraBars.BarButtonItem btnOpenApi;
|
|
|
private DevExpress.XtraBars.BarButtonItem btnDetectTool;
|
|
|
+ private DevExpress.XtraBars.BarButtonItem btnXlCalculate;
|
|
|
}
|
|
|
}
|