|
@@ -158,7 +158,6 @@
|
|
|
this.rbMenu.BorderMode = System.Windows.Forms.RibbonWindowMode.InsideWindow;
|
|
|
this.rbMenu.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F);
|
|
|
this.rbMenu.Location = new System.Drawing.Point(0, 0);
|
|
|
- this.rbMenu.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.rbMenu.Minimized = true;
|
|
|
this.rbMenu.Name = "rbMenu";
|
|
|
//
|
|
@@ -189,7 +188,7 @@
|
|
|
this.rbMenu.QuickAcessToolbar.Image = null;
|
|
|
this.rbMenu.QuickAcessToolbar.Tag = null;
|
|
|
this.rbMenu.QuickAcessToolbar.ToolTipImage = null;
|
|
|
- this.rbMenu.Size = new System.Drawing.Size(1283, 130);
|
|
|
+ this.rbMenu.Size = new System.Drawing.Size(1924, 130);
|
|
|
this.rbMenu.TabIndex = 0;
|
|
|
this.rbMenu.Tabs.Add(this.rbTabHome);
|
|
|
this.rbMenu.Tabs.Add(this.rbTabView);
|
|
@@ -687,11 +686,11 @@
|
|
|
this.TSGrayVal,
|
|
|
this.STSemCoordinate,
|
|
|
this.toolStripStatusLabel1});
|
|
|
- this.statusStrip1.Location = new System.Drawing.Point(0, 731);
|
|
|
+ this.statusStrip1.Location = new System.Drawing.Point(0, 1010);
|
|
|
this.statusStrip1.Name = "statusStrip1";
|
|
|
- this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 9, 0);
|
|
|
+ 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(1283, 24);
|
|
|
+ this.statusStrip1.Size = new System.Drawing.Size(1924, 35);
|
|
|
this.statusStrip1.TabIndex = 2;
|
|
|
this.statusStrip1.Text = "statusStrip1";
|
|
|
//
|
|
@@ -699,20 +698,20 @@
|
|
|
//
|
|
|
this.TSGrayVal.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
|
|
|
this.TSGrayVal.Name = "TSGrayVal";
|
|
|
- this.TSGrayVal.Size = new System.Drawing.Size(50, 19);
|
|
|
+ this.TSGrayVal.Size = new System.Drawing.Size(68, 28);
|
|
|
this.TSGrayVal.Text = "灰度值";
|
|
|
//
|
|
|
// STSemCoordinate
|
|
|
//
|
|
|
this.STSemCoordinate.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
|
|
|
this.STSemCoordinate.Name = "STSemCoordinate";
|
|
|
- this.STSemCoordinate.Size = new System.Drawing.Size(60, 19);
|
|
|
+ this.STSemCoordinate.Size = new System.Drawing.Size(88, 28);
|
|
|
this.STSemCoordinate.Text = "SEM坐标";
|
|
|
//
|
|
|
// toolStripStatusLabel1
|
|
|
//
|
|
|
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
|
|
|
- this.toolStripStatusLabel1.Size = new System.Drawing.Size(47, 19);
|
|
|
+ this.toolStripStatusLabel1.Size = new System.Drawing.Size(77, 28);
|
|
|
this.toolStripStatusLabel1.Text = "IsReady";
|
|
|
this.toolStripStatusLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
this.toolStripStatusLabel1.Visible = false;
|
|
@@ -725,9 +724,9 @@
|
|
|
this.dockPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.dockPanel.DockBackColor = System.Drawing.SystemColors.Control;
|
|
|
this.dockPanel.Location = new System.Drawing.Point(0, 130);
|
|
|
- this.dockPanel.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.dockPanel.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
|
|
this.dockPanel.Name = "dockPanel";
|
|
|
- this.dockPanel.Size = new System.Drawing.Size(1283, 601);
|
|
|
+ this.dockPanel.Size = new System.Drawing.Size(1924, 880);
|
|
|
dockPanelGradient1.EndColor = System.Drawing.SystemColors.ControlLight;
|
|
|
dockPanelGradient1.StartColor = System.Drawing.SystemColors.ControlLight;
|
|
|
autoHideStripSkin1.DockStripGradient = dockPanelGradient1;
|
|
@@ -804,9 +803,9 @@
|
|
|
//
|
|
|
// OTSIncAMeasureAppForm
|
|
|
//
|
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(1283, 755);
|
|
|
+ this.ClientSize = new System.Drawing.Size(1924, 1045);
|
|
|
this.Controls.Add(this.dockPanel);
|
|
|
this.Controls.Add(this.statusStrip1);
|
|
|
this.Controls.Add(this.rbMenu);
|
|
@@ -814,8 +813,7 @@
|
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
|
this.IsMdiContainer = true;
|
|
|
this.KeyPreview = true;
|
|
|
- this.Margin = new System.Windows.Forms.Padding(2);
|
|
|
- this.MinimumSize = new System.Drawing.Size(684, 553);
|
|
|
+ this.MinimumSize = new System.Drawing.Size(1015, 744);
|
|
|
this.Name = "OTSIncAMeasureAppForm";
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
|
this.Text = "样品测量程序";
|