|
@@ -60,6 +60,7 @@
|
|
|
this.rbAbout = new System.Windows.Forms.RibbonOrbMenuItem();
|
|
|
this.rbExitApp = new System.Windows.Forms.RibbonOrbMenuItem();
|
|
|
this.rbSelectDlg = new System.Windows.Forms.RibbonOrbOptionButton();
|
|
|
+ this.ribbonOrbRecentItem1 = new System.Windows.Forms.RibbonOrbRecentItem();
|
|
|
this.rbTabHome = new System.Windows.Forms.RibbonTab();
|
|
|
this.rbPanelFile = new System.Windows.Forms.RibbonPanel();
|
|
|
this.rbPanelSample = new System.Windows.Forms.RibbonPanel();
|
|
@@ -95,7 +96,6 @@
|
|
|
this.dockPanel = new OTS.WinFormsUI.Docking.DockPanel();
|
|
|
this.ribbonButton3 = new System.Windows.Forms.RibbonButton();
|
|
|
this.ribbonButton1 = new System.Windows.Forms.RibbonButton();
|
|
|
- this.ribbonOrbRecentItem1 = new System.Windows.Forms.RibbonOrbRecentItem();
|
|
|
this.statusStrip1.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
@@ -354,6 +354,21 @@
|
|
|
this.rbSelectDlg.ToolTipTitle = null;
|
|
|
this.rbSelectDlg.Click += new System.EventHandler(this.rbSelectDlg_Click);
|
|
|
//
|
|
|
+ // ribbonOrbRecentItem1
|
|
|
+ //
|
|
|
+ this.ribbonOrbRecentItem1.AltKey = null;
|
|
|
+ this.ribbonOrbRecentItem1.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
|
|
|
+ this.ribbonOrbRecentItem1.DropDownArrowSize = new System.Drawing.Size(5, 3);
|
|
|
+ this.ribbonOrbRecentItem1.Image = ((System.Drawing.Image)(resources.GetObject("ribbonOrbRecentItem1.Image")));
|
|
|
+ this.ribbonOrbRecentItem1.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonOrbRecentItem1.SmallImage")));
|
|
|
+ this.ribbonOrbRecentItem1.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
|
|
|
+ this.ribbonOrbRecentItem1.Tag = null;
|
|
|
+ this.ribbonOrbRecentItem1.Text = "特殊颗粒识别设置";
|
|
|
+ this.ribbonOrbRecentItem1.ToolTip = null;
|
|
|
+ this.ribbonOrbRecentItem1.ToolTipImage = null;
|
|
|
+ this.ribbonOrbRecentItem1.ToolTipTitle = null;
|
|
|
+ this.ribbonOrbRecentItem1.Click += new System.EventHandler(this.ribbonOrbRecentItem1_Click);
|
|
|
+ //
|
|
|
// rbTabHome
|
|
|
//
|
|
|
this.rbTabHome.Panels.Add(this.rbPanelFile);
|
|
@@ -739,11 +754,11 @@
|
|
|
this.TSGrayVal,
|
|
|
this.STSemCoordinate,
|
|
|
this.toolStripStatusLabel1});
|
|
|
- this.statusStrip1.Location = new System.Drawing.Point(0, 1010);
|
|
|
+ this.statusStrip1.Location = new System.Drawing.Point(0, 671);
|
|
|
this.statusStrip1.Name = "statusStrip1";
|
|
|
this.statusStrip1.Padding = new System.Windows.Forms.Padding(2, 0, 14, 0);
|
|
|
this.statusStrip1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
|
- this.statusStrip1.Size = new System.Drawing.Size(1924, 35);
|
|
|
+ this.statusStrip1.Size = new System.Drawing.Size(1277, 26);
|
|
|
this.statusStrip1.TabIndex = 2;
|
|
|
this.statusStrip1.Text = "statusStrip1";
|
|
|
//
|
|
@@ -751,20 +766,20 @@
|
|
|
//
|
|
|
this.TSGrayVal.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
|
|
|
this.TSGrayVal.Name = "TSGrayVal";
|
|
|
- this.TSGrayVal.Size = new System.Drawing.Size(68, 28);
|
|
|
+ this.TSGrayVal.Size = new System.Drawing.Size(48, 21);
|
|
|
this.TSGrayVal.Text = "灰度值";
|
|
|
//
|
|
|
// STSemCoordinate
|
|
|
//
|
|
|
this.STSemCoordinate.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
|
|
|
this.STSemCoordinate.Name = "STSemCoordinate";
|
|
|
- this.STSemCoordinate.Size = new System.Drawing.Size(88, 28);
|
|
|
+ this.STSemCoordinate.Size = new System.Drawing.Size(62, 21);
|
|
|
this.STSemCoordinate.Text = "SEM坐标";
|
|
|
//
|
|
|
// toolStripStatusLabel1
|
|
|
//
|
|
|
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
|
|
|
- this.toolStripStatusLabel1.Size = new System.Drawing.Size(77, 28);
|
|
|
+ this.toolStripStatusLabel1.Size = new System.Drawing.Size(54, 21);
|
|
|
this.toolStripStatusLabel1.Text = "IsReady";
|
|
|
this.toolStripStatusLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
this.toolStripStatusLabel1.Visible = false;
|
|
@@ -781,7 +796,7 @@
|
|
|
this.dockPanel.Location = new System.Drawing.Point(0, 130);
|
|
|
this.dockPanel.Margin = new System.Windows.Forms.Padding(6);
|
|
|
this.dockPanel.Name = "dockPanel";
|
|
|
- this.dockPanel.Size = new System.Drawing.Size(1924, 880);
|
|
|
+ this.dockPanel.Size = new System.Drawing.Size(1277, 541);
|
|
|
dockPanelGradient1.EndColor = System.Drawing.SystemColors.ControlLight;
|
|
|
dockPanelGradient1.StartColor = System.Drawing.SystemColors.ControlLight;
|
|
|
autoHideStripSkin1.DockStripGradient = dockPanelGradient1;
|
|
@@ -858,21 +873,6 @@
|
|
|
//
|
|
|
// OTSIncAMeasureAppForm
|
|
|
//
|
|
|
- this.ribbonOrbRecentItem1.AltKey = null;
|
|
|
- this.ribbonOrbRecentItem1.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
|
|
|
- this.ribbonOrbRecentItem1.DropDownArrowSize = new System.Drawing.Size(5, 3);
|
|
|
- this.ribbonOrbRecentItem1.Image = ((System.Drawing.Image)(resources.GetObject("ribbonOrbRecentItem1.Image")));
|
|
|
- this.ribbonOrbRecentItem1.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonOrbRecentItem1.SmallImage")));
|
|
|
- this.ribbonOrbRecentItem1.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
|
|
|
- this.ribbonOrbRecentItem1.Tag = null;
|
|
|
- this.ribbonOrbRecentItem1.Text = "特殊颗粒识别设置";
|
|
|
- this.ribbonOrbRecentItem1.ToolTip = null;
|
|
|
- this.ribbonOrbRecentItem1.ToolTipImage = null;
|
|
|
- this.ribbonOrbRecentItem1.ToolTipTitle = null;
|
|
|
- this.ribbonOrbRecentItem1.Click += new System.EventHandler(this.ribbonOrbRecentItem1_Click);
|
|
|
- //
|
|
|
- // OTSIncAMeasureAppForm
|
|
|
- //
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1277, 697);
|
|
@@ -887,7 +887,7 @@
|
|
|
this.MinimumSize = new System.Drawing.Size(682, 509);
|
|
|
this.Name = "OTSIncAMeasureAppForm";
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
|
- this.Text = "样品测量程序";
|
|
|
+ this.Text = "OTSMeasureApp";
|
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OTSIncAMeasureAppForm_FormClosing);
|
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OTSIncAMeasureAppForm_FormClosed);
|