|
@@ -28,6 +28,7 @@
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_ConstantsEditor2));
|
|
|
OTS.WinFormsUI.Docking.DockPanelSkin dockPanelSkin1 = new OTS.WinFormsUI.Docking.DockPanelSkin();
|
|
|
OTS.WinFormsUI.Docking.AutoHideStripSkin autoHideStripSkin1 = new OTS.WinFormsUI.Docking.AutoHideStripSkin();
|
|
|
OTS.WinFormsUI.Docking.DockPanelGradient dockPanelGradient1 = new OTS.WinFormsUI.Docking.DockPanelGradient();
|
|
@@ -43,7 +44,6 @@
|
|
|
OTS.WinFormsUI.Docking.DockPanelGradient dockPanelGradient3 = new OTS.WinFormsUI.Docking.DockPanelGradient();
|
|
|
OTS.WinFormsUI.Docking.TabGradient tabGradient6 = new OTS.WinFormsUI.Docking.TabGradient();
|
|
|
OTS.WinFormsUI.Docking.TabGradient tabGradient7 = new OTS.WinFormsUI.Docking.TabGradient();
|
|
|
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_ConstantsEditor2));
|
|
|
this.ribbonSeparator1 = new System.Windows.Forms.RibbonSeparator();
|
|
|
this.ribbonTextBox1 = new System.Windows.Forms.RibbonTextBox();
|
|
|
this.ribbonTextBox2 = new System.Windows.Forms.RibbonTextBox();
|
|
@@ -59,6 +59,7 @@
|
|
|
this.ribbon_GroupNameMaintenance = new System.Windows.Forms.RibbonOrbMenuItem();
|
|
|
this.ribbon_BulkImport = new System.Windows.Forms.RibbonOrbMenuItem();
|
|
|
this.ribbon_ConvertOreDatabaseToOtsDatabase = new System.Windows.Forms.RibbonOrbMenuItem();
|
|
|
+ this.rbMatchescorrespondingelement = new System.Windows.Forms.RibbonOrbMenuItem();
|
|
|
this.ribbonSeparator3 = new System.Windows.Forms.RibbonSeparator();
|
|
|
this.ribbon_Exit = new System.Windows.Forms.RibbonOrbMenuItem();
|
|
|
this.ribbonTab2 = new System.Windows.Forms.RibbonTab();
|
|
@@ -182,10 +183,11 @@
|
|
|
this.ribbon1.OrbDropDown.MenuItems.Add(this.ribbon_GroupNameMaintenance);
|
|
|
this.ribbon1.OrbDropDown.MenuItems.Add(this.ribbon_BulkImport);
|
|
|
this.ribbon1.OrbDropDown.MenuItems.Add(this.ribbon_ConvertOreDatabaseToOtsDatabase);
|
|
|
+ this.ribbon1.OrbDropDown.MenuItems.Add(this.rbMatchescorrespondingelement);
|
|
|
this.ribbon1.OrbDropDown.MenuItems.Add(this.ribbonSeparator3);
|
|
|
this.ribbon1.OrbDropDown.MenuItems.Add(this.ribbon_Exit);
|
|
|
this.ribbon1.OrbDropDown.Name = "";
|
|
|
- this.ribbon1.OrbDropDown.Size = new System.Drawing.Size(527, 383);
|
|
|
+ this.ribbon1.OrbDropDown.Size = new System.Drawing.Size(527, 427);
|
|
|
this.ribbon1.OrbDropDown.TabIndex = 0;
|
|
|
this.ribbon1.OrbImage = global::OTSPartA_STDEditor.Properties.Resources.公司图标;
|
|
|
//
|
|
@@ -299,6 +301,21 @@
|
|
|
this.ribbon_ConvertOreDatabaseToOtsDatabase.ToolTipTitle = null;
|
|
|
this.ribbon_ConvertOreDatabaseToOtsDatabase.Click += new System.EventHandler(this.ribbon_ConvertOreDatabaseToOtsDatabase_Click);
|
|
|
//
|
|
|
+ // rbMatchescorrespondingelement
|
|
|
+ //
|
|
|
+ this.rbMatchescorrespondingelement.AltKey = null;
|
|
|
+ this.rbMatchescorrespondingelement.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
|
|
|
+ this.rbMatchescorrespondingelement.DropDownArrowSize = new System.Drawing.Size(5, 3);
|
|
|
+ this.rbMatchescorrespondingelement.Image = ((System.Drawing.Image)(resources.GetObject("rbMatchescorrespondingelement.Image")));
|
|
|
+ this.rbMatchescorrespondingelement.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbMatchescorrespondingelement.SmallImage")));
|
|
|
+ this.rbMatchescorrespondingelement.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
|
|
|
+ this.rbMatchescorrespondingelement.Tag = null;
|
|
|
+ this.rbMatchescorrespondingelement.Text = "从Amics矿物数据库中搜索标准条目的元素信息并移植到新库";
|
|
|
+ this.rbMatchescorrespondingelement.ToolTip = null;
|
|
|
+ this.rbMatchescorrespondingelement.ToolTipImage = null;
|
|
|
+ this.rbMatchescorrespondingelement.ToolTipTitle = null;
|
|
|
+ this.rbMatchescorrespondingelement.Click += new System.EventHandler(this.rbMatchescorrespondingelement_Click);
|
|
|
+ //
|
|
|
// ribbonSeparator3
|
|
|
//
|
|
|
this.ribbonSeparator3.AltKey = null;
|
|
@@ -675,5 +692,6 @@
|
|
|
private System.Windows.Forms.RibbonOrbMenuItem ribbon_ConvertOreDatabaseToOtsDatabase;
|
|
|
private System.Windows.Forms.RibbonSeparator ribbonSeparator3;
|
|
|
private System.Windows.Forms.RibbonOrbMenuItem ribbon_Exit;
|
|
|
+ private System.Windows.Forms.RibbonOrbMenuItem rbMatchescorrespondingelement;
|
|
|
}
|
|
|
}
|