|
|
@@ -49,24 +49,21 @@
|
|
|
this.rbSave = new System.Windows.Forms.RibbonButton();
|
|
|
this.rbSaveAs = new System.Windows.Forms.RibbonButton();
|
|
|
this.rbMenu = new System.Windows.Forms.Ribbon();
|
|
|
- this.rbNewDocument = new System.Windows.Forms.RibbonOrbMenuItem();
|
|
|
- this.rbOpenFile = new System.Windows.Forms.RibbonOrbMenuItem();
|
|
|
+ this.menuNewDocument = new System.Windows.Forms.RibbonOrbMenuItem();
|
|
|
+ this.menuOpenprj = new System.Windows.Forms.RibbonOrbMenuItem();
|
|
|
this.ribbonSeparator1 = new System.Windows.Forms.RibbonSeparator();
|
|
|
- this.rbSaveFile = new System.Windows.Forms.RibbonOrbMenuItem();
|
|
|
- this.rvSaveAsFile = new System.Windows.Forms.RibbonOrbMenuItem();
|
|
|
- this.rbSTDEdit = new System.Windows.Forms.RibbonButton();
|
|
|
- this.rbReClassify = new System.Windows.Forms.RibbonButton();
|
|
|
- this.rbSysMgrApp = new System.Windows.Forms.RibbonButton();
|
|
|
+ this.menuSaveprj = new System.Windows.Forms.RibbonOrbMenuItem();
|
|
|
+ this.menuSaveAsprj = new System.Windows.Forms.RibbonOrbMenuItem();
|
|
|
+ this.menuSTDEdit = new System.Windows.Forms.RibbonButton();
|
|
|
+ this.menuHistoryPrj = new System.Windows.Forms.RibbonButton();
|
|
|
+ this.menuSysMgrApp = new System.Windows.Forms.RibbonButton();
|
|
|
this.ribbonSeparator2 = new System.Windows.Forms.RibbonSeparator();
|
|
|
- this.rbAbout = new System.Windows.Forms.RibbonOrbMenuItem();
|
|
|
- this.rbExitApp = new System.Windows.Forms.RibbonOrbMenuItem();
|
|
|
+ this.menuAbout = new System.Windows.Forms.RibbonOrbMenuItem();
|
|
|
+ this.menuExitApp = new System.Windows.Forms.RibbonOrbMenuItem();
|
|
|
this.rbSelectDlg = new System.Windows.Forms.RibbonOrbOptionButton();
|
|
|
this.rbTabHome = new System.Windows.Forms.RibbonTab();
|
|
|
this.rbPanelFile = new System.Windows.Forms.RibbonPanel();
|
|
|
this.rbPanelSample = new System.Windows.Forms.RibbonPanel();
|
|
|
- this.rbAddSample = new System.Windows.Forms.RibbonButton();
|
|
|
- this.ribbonSeparator3 = new System.Windows.Forms.RibbonSeparator();
|
|
|
- this.rbDeleteSample = new System.Windows.Forms.RibbonButton();
|
|
|
this.ribInvers = new System.Windows.Forms.RibbonButton();
|
|
|
this.ribCircle = new System.Windows.Forms.RibbonButton();
|
|
|
this.rbCircleCenter = new System.Windows.Forms.RibbonButton();
|
|
|
@@ -180,17 +177,17 @@
|
|
|
//
|
|
|
this.rbMenu.OrbDropDown.BorderRoundness = 10;
|
|
|
this.rbMenu.OrbDropDown.Location = new System.Drawing.Point(0, 0);
|
|
|
- this.rbMenu.OrbDropDown.MenuItems.Add(this.rbNewDocument);
|
|
|
- this.rbMenu.OrbDropDown.MenuItems.Add(this.rbOpenFile);
|
|
|
+ this.rbMenu.OrbDropDown.MenuItems.Add(this.menuNewDocument);
|
|
|
+ this.rbMenu.OrbDropDown.MenuItems.Add(this.menuOpenprj);
|
|
|
this.rbMenu.OrbDropDown.MenuItems.Add(this.ribbonSeparator1);
|
|
|
- this.rbMenu.OrbDropDown.MenuItems.Add(this.rbSaveFile);
|
|
|
- this.rbMenu.OrbDropDown.MenuItems.Add(this.rvSaveAsFile);
|
|
|
- this.rbMenu.OrbDropDown.MenuItems.Add(this.rbSTDEdit);
|
|
|
- this.rbMenu.OrbDropDown.MenuItems.Add(this.rbReClassify);
|
|
|
- this.rbMenu.OrbDropDown.MenuItems.Add(this.rbSysMgrApp);
|
|
|
+ this.rbMenu.OrbDropDown.MenuItems.Add(this.menuSaveprj);
|
|
|
+ this.rbMenu.OrbDropDown.MenuItems.Add(this.menuSaveAsprj);
|
|
|
+ this.rbMenu.OrbDropDown.MenuItems.Add(this.menuSTDEdit);
|
|
|
+ this.rbMenu.OrbDropDown.MenuItems.Add(this.menuHistoryPrj);
|
|
|
+ this.rbMenu.OrbDropDown.MenuItems.Add(this.menuSysMgrApp);
|
|
|
this.rbMenu.OrbDropDown.MenuItems.Add(this.ribbonSeparator2);
|
|
|
- this.rbMenu.OrbDropDown.MenuItems.Add(this.rbAbout);
|
|
|
- this.rbMenu.OrbDropDown.MenuItems.Add(this.rbExitApp);
|
|
|
+ this.rbMenu.OrbDropDown.MenuItems.Add(this.menuAbout);
|
|
|
+ this.rbMenu.OrbDropDown.MenuItems.Add(this.menuExitApp);
|
|
|
this.rbMenu.OrbDropDown.Name = "";
|
|
|
this.rbMenu.OrbDropDown.OptionItems.Add(this.rbSelectDlg);
|
|
|
this.rbMenu.OrbDropDown.Size = new System.Drawing.Size(527, 474);
|
|
|
@@ -211,35 +208,35 @@
|
|
|
this.rbMenu.Tabs.Add(this.rbTabView);
|
|
|
this.rbMenu.TabSpacing = 6;
|
|
|
//
|
|
|
- // rbNewDocument
|
|
|
- //
|
|
|
- this.rbNewDocument.AltKey = null;
|
|
|
- this.rbNewDocument.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
|
|
|
- this.rbNewDocument.DropDownArrowSize = new System.Drawing.Size(5, 3);
|
|
|
- this.rbNewDocument.Image = global::OTSMeasureApp.Properties.Resources.newdocument32;
|
|
|
- this.rbNewDocument.SmallImage = global::OTSMeasureApp.Properties.Resources.newdocument32;
|
|
|
- this.rbNewDocument.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
|
|
|
- this.rbNewDocument.Tag = "rbNewDocument";
|
|
|
- this.rbNewDocument.Text = "新建";
|
|
|
- this.rbNewDocument.ToolTip = null;
|
|
|
- this.rbNewDocument.ToolTipImage = null;
|
|
|
- this.rbNewDocument.ToolTipTitle = null;
|
|
|
- this.rbNewDocument.Click += new System.EventHandler(this.ribbonOrbMenuItem3_CreateWorkspace_Click);
|
|
|
- //
|
|
|
- // rbOpenFile
|
|
|
- //
|
|
|
- this.rbOpenFile.AltKey = null;
|
|
|
- this.rbOpenFile.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
|
|
|
- this.rbOpenFile.DropDownArrowSize = new System.Drawing.Size(5, 3);
|
|
|
- this.rbOpenFile.Image = global::OTSMeasureApp.Properties.Resources.open32;
|
|
|
- this.rbOpenFile.SmallImage = global::OTSMeasureApp.Properties.Resources.open32;
|
|
|
- this.rbOpenFile.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
|
|
|
- this.rbOpenFile.Tag = "rbOpenFile";
|
|
|
- this.rbOpenFile.Text = "打开";
|
|
|
- this.rbOpenFile.ToolTip = "rbOpenFile";
|
|
|
- this.rbOpenFile.ToolTipImage = null;
|
|
|
- this.rbOpenFile.ToolTipTitle = "rbOpenFile";
|
|
|
- this.rbOpenFile.Click += new System.EventHandler(this.ribbonOrbMenuItem1_OpenWorkspace_Click);
|
|
|
+ // menuNewDocument
|
|
|
+ //
|
|
|
+ this.menuNewDocument.AltKey = null;
|
|
|
+ this.menuNewDocument.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
|
|
|
+ this.menuNewDocument.DropDownArrowSize = new System.Drawing.Size(5, 3);
|
|
|
+ this.menuNewDocument.Image = global::OTSMeasureApp.Properties.Resources.newdocument32;
|
|
|
+ this.menuNewDocument.SmallImage = global::OTSMeasureApp.Properties.Resources.newdocument32;
|
|
|
+ this.menuNewDocument.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
|
|
|
+ this.menuNewDocument.Tag = "rbNewDocument";
|
|
|
+ this.menuNewDocument.Text = "新建";
|
|
|
+ this.menuNewDocument.ToolTip = null;
|
|
|
+ this.menuNewDocument.ToolTipImage = null;
|
|
|
+ this.menuNewDocument.ToolTipTitle = null;
|
|
|
+ this.menuNewDocument.Click += new System.EventHandler(this.ribbonOrbMenuItem3_CreateWorkspace_Click);
|
|
|
+ //
|
|
|
+ // menuOpenprj
|
|
|
+ //
|
|
|
+ this.menuOpenprj.AltKey = null;
|
|
|
+ this.menuOpenprj.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
|
|
|
+ this.menuOpenprj.DropDownArrowSize = new System.Drawing.Size(5, 3);
|
|
|
+ this.menuOpenprj.Image = global::OTSMeasureApp.Properties.Resources.open32;
|
|
|
+ this.menuOpenprj.SmallImage = global::OTSMeasureApp.Properties.Resources.open32;
|
|
|
+ this.menuOpenprj.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
|
|
|
+ this.menuOpenprj.Tag = "rbOpenFile";
|
|
|
+ this.menuOpenprj.Text = "打开";
|
|
|
+ this.menuOpenprj.ToolTip = "rbOpenFile";
|
|
|
+ this.menuOpenprj.ToolTipImage = null;
|
|
|
+ this.menuOpenprj.ToolTipTitle = "rbOpenFile";
|
|
|
+ this.menuOpenprj.Click += new System.EventHandler(this.ribbonOrbMenuItem1_OpenWorkspace_Click);
|
|
|
//
|
|
|
// ribbonSeparator1
|
|
|
//
|
|
|
@@ -251,80 +248,80 @@
|
|
|
this.ribbonSeparator1.ToolTipImage = null;
|
|
|
this.ribbonSeparator1.ToolTipTitle = null;
|
|
|
//
|
|
|
- // rbSaveFile
|
|
|
- //
|
|
|
- this.rbSaveFile.AltKey = null;
|
|
|
- this.rbSaveFile.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
|
|
|
- this.rbSaveFile.DropDownArrowSize = new System.Drawing.Size(5, 3);
|
|
|
- this.rbSaveFile.Image = global::OTSMeasureApp.Properties.Resources.save32;
|
|
|
- this.rbSaveFile.SmallImage = global::OTSMeasureApp.Properties.Resources.save32;
|
|
|
- this.rbSaveFile.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
|
|
|
- this.rbSaveFile.Tag = "rbSaveFile";
|
|
|
- this.rbSaveFile.Text = "保存";
|
|
|
- this.rbSaveFile.ToolTip = null;
|
|
|
- this.rbSaveFile.ToolTipImage = null;
|
|
|
- this.rbSaveFile.ToolTipTitle = null;
|
|
|
- this.rbSaveFile.Click += new System.EventHandler(this.rbSaveFile_Click);
|
|
|
- //
|
|
|
- // rvSaveAsFile
|
|
|
- //
|
|
|
- this.rvSaveAsFile.AltKey = null;
|
|
|
- this.rvSaveAsFile.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
|
|
|
- this.rvSaveAsFile.DropDownArrowSize = new System.Drawing.Size(5, 3);
|
|
|
- this.rvSaveAsFile.Image = global::OTSMeasureApp.Properties.Resources.saveas32;
|
|
|
- this.rvSaveAsFile.SmallImage = global::OTSMeasureApp.Properties.Resources.saveas32;
|
|
|
- this.rvSaveAsFile.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
|
|
|
- this.rvSaveAsFile.Tag = "rvSaveAsFile";
|
|
|
- this.rvSaveAsFile.Text = "另存为...";
|
|
|
- this.rvSaveAsFile.ToolTip = null;
|
|
|
- this.rvSaveAsFile.ToolTipImage = null;
|
|
|
- this.rvSaveAsFile.ToolTipTitle = null;
|
|
|
- this.rvSaveAsFile.Click += new System.EventHandler(this.ribbonOrbMenuItemSaveAs_Click);
|
|
|
- //
|
|
|
- // rbSTDEdit
|
|
|
- //
|
|
|
- this.rbSTDEdit.AltKey = null;
|
|
|
- this.rbSTDEdit.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
|
|
|
- this.rbSTDEdit.DropDownArrowSize = new System.Drawing.Size(5, 3);
|
|
|
- this.rbSTDEdit.Image = global::OTSMeasureApp.Properties.Resources.编辑;
|
|
|
- this.rbSTDEdit.SmallImage = global::OTSMeasureApp.Properties.Resources.编辑;
|
|
|
- this.rbSTDEdit.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
|
|
|
- this.rbSTDEdit.Tag = "rbSTDEdit";
|
|
|
- this.rbSTDEdit.Text = "编辑标准库";
|
|
|
- this.rbSTDEdit.ToolTip = null;
|
|
|
- this.rbSTDEdit.ToolTipImage = null;
|
|
|
- this.rbSTDEdit.ToolTipTitle = null;
|
|
|
- this.rbSTDEdit.Click += new System.EventHandler(this.rbSTDEdit_Click_1);
|
|
|
- //
|
|
|
- // rbReClassify
|
|
|
- //
|
|
|
- this.rbReClassify.AltKey = null;
|
|
|
- this.rbReClassify.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
|
|
|
- this.rbReClassify.DropDownArrowSize = new System.Drawing.Size(5, 3);
|
|
|
- this.rbReClassify.Image = global::OTSMeasureApp.Properties.Resources.Reset32;
|
|
|
- this.rbReClassify.SmallImage = global::OTSMeasureApp.Properties.Resources.Reset32;
|
|
|
- this.rbReClassify.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
|
|
|
- this.rbReClassify.Tag = "rbReClassify";
|
|
|
- this.rbReClassify.Text = "重新分类";
|
|
|
- this.rbReClassify.ToolTip = null;
|
|
|
- this.rbReClassify.ToolTipImage = null;
|
|
|
- this.rbReClassify.ToolTipTitle = null;
|
|
|
- this.rbReClassify.Click += new System.EventHandler(this.rbReClassify_Click);
|
|
|
- //
|
|
|
- // rbSysMgrApp
|
|
|
- //
|
|
|
- this.rbSysMgrApp.AltKey = null;
|
|
|
- this.rbSysMgrApp.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
|
|
|
- this.rbSysMgrApp.DropDownArrowSize = new System.Drawing.Size(5, 3);
|
|
|
- this.rbSysMgrApp.Image = global::OTSMeasureApp.Properties.Resources.Ruler321;
|
|
|
- this.rbSysMgrApp.SmallImage = global::OTSMeasureApp.Properties.Resources.Ruler321;
|
|
|
- this.rbSysMgrApp.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
|
|
|
- this.rbSysMgrApp.Tag = "rbSysMgrApp";
|
|
|
- this.rbSysMgrApp.Text = "系统设置";
|
|
|
- this.rbSysMgrApp.ToolTip = null;
|
|
|
- this.rbSysMgrApp.ToolTipImage = null;
|
|
|
- this.rbSysMgrApp.ToolTipTitle = null;
|
|
|
- this.rbSysMgrApp.Click += new System.EventHandler(this.rbSysMgrApp_Click);
|
|
|
+ // menuSaveprj
|
|
|
+ //
|
|
|
+ this.menuSaveprj.AltKey = null;
|
|
|
+ this.menuSaveprj.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
|
|
|
+ this.menuSaveprj.DropDownArrowSize = new System.Drawing.Size(5, 3);
|
|
|
+ this.menuSaveprj.Image = global::OTSMeasureApp.Properties.Resources.save32;
|
|
|
+ this.menuSaveprj.SmallImage = global::OTSMeasureApp.Properties.Resources.save32;
|
|
|
+ this.menuSaveprj.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
|
|
|
+ this.menuSaveprj.Tag = "rbSaveFile";
|
|
|
+ this.menuSaveprj.Text = "保存";
|
|
|
+ this.menuSaveprj.ToolTip = null;
|
|
|
+ this.menuSaveprj.ToolTipImage = null;
|
|
|
+ this.menuSaveprj.ToolTipTitle = null;
|
|
|
+ this.menuSaveprj.Click += new System.EventHandler(this.rbSaveFile_Click);
|
|
|
+ //
|
|
|
+ // menuSaveAsprj
|
|
|
+ //
|
|
|
+ this.menuSaveAsprj.AltKey = null;
|
|
|
+ this.menuSaveAsprj.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
|
|
|
+ this.menuSaveAsprj.DropDownArrowSize = new System.Drawing.Size(5, 3);
|
|
|
+ this.menuSaveAsprj.Image = global::OTSMeasureApp.Properties.Resources.saveas32;
|
|
|
+ this.menuSaveAsprj.SmallImage = global::OTSMeasureApp.Properties.Resources.saveas32;
|
|
|
+ this.menuSaveAsprj.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
|
|
|
+ this.menuSaveAsprj.Tag = "rvSaveAsFile";
|
|
|
+ this.menuSaveAsprj.Text = "另存为...";
|
|
|
+ this.menuSaveAsprj.ToolTip = null;
|
|
|
+ this.menuSaveAsprj.ToolTipImage = null;
|
|
|
+ this.menuSaveAsprj.ToolTipTitle = null;
|
|
|
+ this.menuSaveAsprj.Click += new System.EventHandler(this.ribbonOrbMenuItemSaveAs_Click);
|
|
|
+ //
|
|
|
+ // menuSTDEdit
|
|
|
+ //
|
|
|
+ this.menuSTDEdit.AltKey = null;
|
|
|
+ this.menuSTDEdit.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
|
|
|
+ this.menuSTDEdit.DropDownArrowSize = new System.Drawing.Size(5, 3);
|
|
|
+ this.menuSTDEdit.Image = global::OTSMeasureApp.Properties.Resources.编辑;
|
|
|
+ this.menuSTDEdit.SmallImage = global::OTSMeasureApp.Properties.Resources.编辑;
|
|
|
+ this.menuSTDEdit.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
|
|
|
+ this.menuSTDEdit.Tag = "rbSTDEdit";
|
|
|
+ this.menuSTDEdit.Text = "编辑标准库";
|
|
|
+ this.menuSTDEdit.ToolTip = null;
|
|
|
+ this.menuSTDEdit.ToolTipImage = null;
|
|
|
+ this.menuSTDEdit.ToolTipTitle = null;
|
|
|
+ this.menuSTDEdit.Click += new System.EventHandler(this.rbSTDEdit_Click_1);
|
|
|
+ //
|
|
|
+ // menuHistoryPrj
|
|
|
+ //
|
|
|
+ this.menuHistoryPrj.AltKey = null;
|
|
|
+ this.menuHistoryPrj.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
|
|
|
+ this.menuHistoryPrj.DropDownArrowSize = new System.Drawing.Size(5, 3);
|
|
|
+ this.menuHistoryPrj.DropDownResizable = true;
|
|
|
+ this.menuHistoryPrj.Image = global::OTSMeasureApp.Properties.Resources.Recover32;
|
|
|
+ this.menuHistoryPrj.SmallImage = global::OTSMeasureApp.Properties.Resources.Recover32;
|
|
|
+ this.menuHistoryPrj.Style = System.Windows.Forms.RibbonButtonStyle.DropDown;
|
|
|
+ this.menuHistoryPrj.Tag = null;
|
|
|
+ this.menuHistoryPrj.Text = "历史项目";
|
|
|
+ this.menuHistoryPrj.ToolTip = null;
|
|
|
+ this.menuHistoryPrj.ToolTipImage = null;
|
|
|
+ this.menuHistoryPrj.ToolTipTitle = null;
|
|
|
+ //
|
|
|
+ // menuSysMgrApp
|
|
|
+ //
|
|
|
+ this.menuSysMgrApp.AltKey = null;
|
|
|
+ this.menuSysMgrApp.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
|
|
|
+ this.menuSysMgrApp.DropDownArrowSize = new System.Drawing.Size(5, 3);
|
|
|
+ this.menuSysMgrApp.Image = global::OTSMeasureApp.Properties.Resources.Ruler321;
|
|
|
+ this.menuSysMgrApp.SmallImage = global::OTSMeasureApp.Properties.Resources.Ruler321;
|
|
|
+ this.menuSysMgrApp.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
|
|
|
+ this.menuSysMgrApp.Tag = "rbSysMgrApp";
|
|
|
+ this.menuSysMgrApp.Text = "系统设置";
|
|
|
+ this.menuSysMgrApp.ToolTip = null;
|
|
|
+ this.menuSysMgrApp.ToolTipImage = null;
|
|
|
+ this.menuSysMgrApp.ToolTipTitle = null;
|
|
|
+ this.menuSysMgrApp.Click += new System.EventHandler(this.rbSysMgrApp_Click);
|
|
|
//
|
|
|
// ribbonSeparator2
|
|
|
//
|
|
|
@@ -336,33 +333,33 @@
|
|
|
this.ribbonSeparator2.ToolTipImage = null;
|
|
|
this.ribbonSeparator2.ToolTipTitle = null;
|
|
|
//
|
|
|
- // rbAbout
|
|
|
- //
|
|
|
- this.rbAbout.AltKey = null;
|
|
|
- this.rbAbout.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
|
|
|
- this.rbAbout.DropDownArrowSize = new System.Drawing.Size(5, 3);
|
|
|
- this.rbAbout.Image = null;
|
|
|
- this.rbAbout.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
|
|
|
- this.rbAbout.Tag = "rbAbout";
|
|
|
- this.rbAbout.Text = "About";
|
|
|
- this.rbAbout.ToolTip = null;
|
|
|
- this.rbAbout.ToolTipImage = null;
|
|
|
- this.rbAbout.ToolTipTitle = null;
|
|
|
- this.rbAbout.Click += new System.EventHandler(this.rbAbout_Click);
|
|
|
- //
|
|
|
- // rbExitApp
|
|
|
- //
|
|
|
- this.rbExitApp.AltKey = null;
|
|
|
- this.rbExitApp.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
|
|
|
- this.rbExitApp.DropDownArrowSize = new System.Drawing.Size(5, 3);
|
|
|
- this.rbExitApp.Image = null;
|
|
|
- this.rbExitApp.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
|
|
|
- this.rbExitApp.Tag = "rbExitApp";
|
|
|
- this.rbExitApp.Text = "退出";
|
|
|
- this.rbExitApp.ToolTip = null;
|
|
|
- this.rbExitApp.ToolTipImage = null;
|
|
|
- this.rbExitApp.ToolTipTitle = null;
|
|
|
- this.rbExitApp.Click += new System.EventHandler(this.rbExitApp_Click);
|
|
|
+ // menuAbout
|
|
|
+ //
|
|
|
+ this.menuAbout.AltKey = null;
|
|
|
+ this.menuAbout.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
|
|
|
+ this.menuAbout.DropDownArrowSize = new System.Drawing.Size(5, 3);
|
|
|
+ this.menuAbout.Image = null;
|
|
|
+ this.menuAbout.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
|
|
|
+ this.menuAbout.Tag = "rbAbout";
|
|
|
+ this.menuAbout.Text = "About";
|
|
|
+ this.menuAbout.ToolTip = null;
|
|
|
+ this.menuAbout.ToolTipImage = null;
|
|
|
+ this.menuAbout.ToolTipTitle = null;
|
|
|
+ this.menuAbout.Click += new System.EventHandler(this.rbAbout_Click);
|
|
|
+ //
|
|
|
+ // menuExitApp
|
|
|
+ //
|
|
|
+ this.menuExitApp.AltKey = null;
|
|
|
+ this.menuExitApp.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
|
|
|
+ this.menuExitApp.DropDownArrowSize = new System.Drawing.Size(5, 3);
|
|
|
+ this.menuExitApp.Image = null;
|
|
|
+ this.menuExitApp.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
|
|
|
+ this.menuExitApp.Tag = "rbExitApp";
|
|
|
+ this.menuExitApp.Text = "退出";
|
|
|
+ this.menuExitApp.ToolTip = null;
|
|
|
+ this.menuExitApp.ToolTipImage = null;
|
|
|
+ this.menuExitApp.ToolTipTitle = null;
|
|
|
+ this.menuExitApp.Click += new System.EventHandler(this.rbExitApp_Click);
|
|
|
//
|
|
|
// rbSelectDlg
|
|
|
//
|
|
|
@@ -399,8 +396,6 @@
|
|
|
// rbPanelSample
|
|
|
//
|
|
|
this.rbPanelSample.ButtonMoreVisible = false;
|
|
|
- this.rbPanelSample.Items.Add(this.rbAddSample);
|
|
|
- this.rbPanelSample.Items.Add(this.rbDeleteSample);
|
|
|
this.rbPanelSample.Items.Add(this.ribInvers);
|
|
|
this.rbPanelSample.Items.Add(this.ribCircle);
|
|
|
this.rbPanelSample.Items.Add(this.ribRectangle);
|
|
|
@@ -410,47 +405,6 @@
|
|
|
this.rbPanelSample.Tag = "rbPanelSample";
|
|
|
this.rbPanelSample.Text = "样品操作及测量区域选择";
|
|
|
//
|
|
|
- // rbAddSample
|
|
|
- //
|
|
|
- this.rbAddSample.AltKey = null;
|
|
|
- this.rbAddSample.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
|
|
|
- this.rbAddSample.DropDownArrowSize = new System.Drawing.Size(5, 3);
|
|
|
- this.rbAddSample.DropDownItems.Add(this.ribbonSeparator3);
|
|
|
- this.rbAddSample.Image = global::OTSMeasureApp.Properties.Resources.添加32;
|
|
|
- this.rbAddSample.SmallImage = global::OTSMeasureApp.Properties.Resources.Add_Sample16;
|
|
|
- this.rbAddSample.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
|
|
|
- this.rbAddSample.Tag = "rbAddSample";
|
|
|
- this.rbAddSample.Text = "添加";
|
|
|
- this.rbAddSample.ToolTip = null;
|
|
|
- this.rbAddSample.ToolTipImage = null;
|
|
|
- this.rbAddSample.ToolTipTitle = null;
|
|
|
- this.rbAddSample.Click += new System.EventHandler(this.rbAddSample_Click);
|
|
|
- //
|
|
|
- // ribbonSeparator3
|
|
|
- //
|
|
|
- this.ribbonSeparator3.AltKey = null;
|
|
|
- this.ribbonSeparator3.Image = null;
|
|
|
- this.ribbonSeparator3.Tag = null;
|
|
|
- this.ribbonSeparator3.Text = null;
|
|
|
- this.ribbonSeparator3.ToolTip = null;
|
|
|
- this.ribbonSeparator3.ToolTipImage = null;
|
|
|
- this.ribbonSeparator3.ToolTipTitle = null;
|
|
|
- //
|
|
|
- // rbDeleteSample
|
|
|
- //
|
|
|
- this.rbDeleteSample.AltKey = null;
|
|
|
- this.rbDeleteSample.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
|
|
|
- this.rbDeleteSample.DropDownArrowSize = new System.Drawing.Size(5, 3);
|
|
|
- this.rbDeleteSample.Image = global::OTSMeasureApp.Properties.Resources.删除32;
|
|
|
- this.rbDeleteSample.SmallImage = global::OTSMeasureApp.Properties.Resources.delete16;
|
|
|
- this.rbDeleteSample.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
|
|
|
- this.rbDeleteSample.Tag = "rbDeleteSample";
|
|
|
- this.rbDeleteSample.Text = "删除";
|
|
|
- this.rbDeleteSample.ToolTip = null;
|
|
|
- this.rbDeleteSample.ToolTipImage = null;
|
|
|
- this.rbDeleteSample.ToolTipTitle = null;
|
|
|
- this.rbDeleteSample.Click += new System.EventHandler(this.rbDeleteSample_Click);
|
|
|
- //
|
|
|
// ribInvers
|
|
|
//
|
|
|
this.ribInvers.AltKey = null;
|
|
|
@@ -1056,17 +1010,15 @@
|
|
|
#endregion
|
|
|
public System.Windows.Forms.Ribbon rbMenu;
|
|
|
private System.Windows.Forms.RibbonTab rbTabHome;
|
|
|
- public System.Windows.Forms.RibbonOrbMenuItem rbNewDocument;
|
|
|
+ public System.Windows.Forms.RibbonOrbMenuItem menuNewDocument;
|
|
|
public System.Windows.Forms.RibbonPanel rbPanelSample;
|
|
|
public System.Windows.Forms.RibbonPanel rbSemFunction;
|
|
|
public System.Windows.Forms.RibbonPanel rbPanelFunction;
|
|
|
- public System.Windows.Forms.RibbonOrbMenuItem rbOpenFile;
|
|
|
+ public System.Windows.Forms.RibbonOrbMenuItem menuOpenprj;
|
|
|
// private System.Windows.Forms.RibbonButton rbNew;
|
|
|
public System.Windows.Forms.RibbonButton rbOpen;
|
|
|
public System.Windows.Forms.RibbonButton rbSave;
|
|
|
public System.Windows.Forms.RibbonButton rbSaveAs;
|
|
|
- public System.Windows.Forms.RibbonButton rbAddSample;
|
|
|
- public System.Windows.Forms.RibbonButton rbDeleteSample;
|
|
|
public System.Windows.Forms.RibbonButton rbStart;
|
|
|
public System.Windows.Forms.RibbonButton rbPause;
|
|
|
public System.Windows.Forms.RibbonButton rbStop;
|
|
|
@@ -1078,8 +1030,8 @@
|
|
|
public System.Windows.Forms.RibbonButton rbSmapleName;
|
|
|
public System.Windows.Forms.RibbonButton rbRecover;
|
|
|
private System.Windows.Forms.RibbonSeparator ribbonSeparator1;
|
|
|
- public System.Windows.Forms.RibbonOrbMenuItem rbSaveFile;
|
|
|
- public System.Windows.Forms.RibbonOrbMenuItem rvSaveAsFile;
|
|
|
+ public System.Windows.Forms.RibbonOrbMenuItem menuSaveprj;
|
|
|
+ public System.Windows.Forms.RibbonOrbMenuItem menuSaveAsprj;
|
|
|
private System.Windows.Forms.RibbonButton ribbonButton6;
|
|
|
private System.Windows.Forms.RibbonButton ribbonButton5;
|
|
|
private System.Windows.Forms.RibbonItemGroup ribbonItemGroup1;
|
|
|
@@ -1089,8 +1041,8 @@
|
|
|
public System.Windows.Forms.RibbonButton rbNew;
|
|
|
private System.Windows.Forms.ToolStripStatusLabel TSGrayVal;
|
|
|
private System.Windows.Forms.ToolStripStatusLabel STSemCoordinate;
|
|
|
- public System.Windows.Forms.RibbonOrbMenuItem rbAbout;
|
|
|
- public System.Windows.Forms.RibbonOrbMenuItem rbExitApp;
|
|
|
+ public System.Windows.Forms.RibbonOrbMenuItem menuAbout;
|
|
|
+ public System.Windows.Forms.RibbonOrbMenuItem menuExitApp;
|
|
|
public System.Windows.Forms.RibbonOrbOptionButton rbSelectDlg;
|
|
|
public System.Windows.Forms.RibbonButton ribbonButton3;
|
|
|
public System.Windows.Forms.RibbonButton ribInvers;
|
|
|
@@ -1102,8 +1054,8 @@
|
|
|
public System.Windows.Forms.RibbonPanel rbPReport;
|
|
|
public System.Windows.Forms.RibbonButton rbReport;
|
|
|
public System.Windows.Forms.RibbonButton ribPolygon;
|
|
|
- public System.Windows.Forms.RibbonButton rbSTDEdit;
|
|
|
- public System.Windows.Forms.RibbonButton rbReClassify;
|
|
|
+ public System.Windows.Forms.RibbonButton menuSTDEdit;
|
|
|
+ public System.Windows.Forms.RibbonButton menuHistoryPrj;
|
|
|
private System.Windows.Forms.RibbonButton rbCircleCenter;
|
|
|
private System.Windows.Forms.RibbonButton rbThreePoints;
|
|
|
private System.Windows.Forms.RibbonButton rbRingShape;
|
|
|
@@ -1111,10 +1063,9 @@
|
|
|
public System.Windows.Forms.RibbonButton rbDisconnectHardware;
|
|
|
public System.Windows.Forms.RibbonButton rbinterrupt;
|
|
|
public System.Windows.Forms.RibbonButton rbAutoBeamOff;
|
|
|
- public System.Windows.Forms.RibbonButton rbSysMgrApp;
|
|
|
+ public System.Windows.Forms.RibbonButton menuSysMgrApp;
|
|
|
private System.Windows.Forms.RibbonButton rb_Reclassify;
|
|
|
private System.Windows.Forms.RibbonButton ribbonButtonTwoPoint;
|
|
|
- private System.Windows.Forms.RibbonSeparator ribbonSeparator3;
|
|
|
private System.Windows.Forms.RibbonSeparator ribbonSeparator4;
|
|
|
public System.Windows.Forms.RibbonButton ribonBtnShot;
|
|
|
}
|