|
@@ -865,11 +865,11 @@
|
|
|
this.TSGrayVal,
|
|
|
this.STSemCoordinate,
|
|
|
this.toolStripStatusLabel1});
|
|
|
- this.statusStrip1.Location = new System.Drawing.Point(0, 671);
|
|
|
+ this.statusStrip1.Location = new System.Drawing.Point(0, 731);
|
|
|
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(1277, 26);
|
|
|
+ this.statusStrip1.Size = new System.Drawing.Size(1277, 24);
|
|
|
this.statusStrip1.TabIndex = 2;
|
|
|
this.statusStrip1.Text = "statusStrip1";
|
|
|
//
|
|
@@ -877,20 +877,20 @@
|
|
|
//
|
|
|
this.TSGrayVal.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
|
|
|
this.TSGrayVal.Name = "TSGrayVal";
|
|
|
- this.TSGrayVal.Size = new System.Drawing.Size(48, 21);
|
|
|
+ this.TSGrayVal.Size = new System.Drawing.Size(48, 19);
|
|
|
this.TSGrayVal.Text = "灰度值";
|
|
|
//
|
|
|
// STSemCoordinate
|
|
|
//
|
|
|
this.STSemCoordinate.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
|
|
|
this.STSemCoordinate.Name = "STSemCoordinate";
|
|
|
- this.STSemCoordinate.Size = new System.Drawing.Size(62, 21);
|
|
|
+ this.STSemCoordinate.Size = new System.Drawing.Size(59, 19);
|
|
|
this.STSemCoordinate.Text = "SEM坐标";
|
|
|
//
|
|
|
// toolStripStatusLabel1
|
|
|
//
|
|
|
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
|
|
|
- this.toolStripStatusLabel1.Size = new System.Drawing.Size(54, 21);
|
|
|
+ this.toolStripStatusLabel1.Size = new System.Drawing.Size(47, 19);
|
|
|
this.toolStripStatusLabel1.Text = "IsReady";
|
|
|
this.toolStripStatusLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
this.toolStripStatusLabel1.Visible = false;
|
|
@@ -905,9 +905,9 @@
|
|
|
this.dockPanel.DockLeftPortion = 0.21D;
|
|
|
this.dockPanel.DockRightPortion = 0.27D;
|
|
|
this.dockPanel.Location = new System.Drawing.Point(0, 130);
|
|
|
- this.dockPanel.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
|
|
|
+ this.dockPanel.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
|
|
|
this.dockPanel.Name = "dockPanel";
|
|
|
- this.dockPanel.Size = new System.Drawing.Size(1277, 541);
|
|
|
+ this.dockPanel.Size = new System.Drawing.Size(1277, 601);
|
|
|
dockPanelGradient1.EndColor = System.Drawing.SystemColors.ControlLight;
|
|
|
dockPanelGradient1.StartColor = System.Drawing.SystemColors.ControlLight;
|
|
|
autoHideStripSkin1.DockStripGradient = dockPanelGradient1;
|
|
@@ -984,9 +984,9 @@
|
|
|
//
|
|
|
// OTSIncAMeasureAppForm
|
|
|
//
|
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(1277, 697);
|
|
|
+ this.ClientSize = new System.Drawing.Size(1277, 755);
|
|
|
this.Controls.Add(this.dockPanel);
|
|
|
this.Controls.Add(this.statusStrip1);
|
|
|
this.Controls.Add(this.rbMenu);
|
|
@@ -995,11 +995,12 @@
|
|
|
this.IsMdiContainer = true;
|
|
|
this.KeyPreview = true;
|
|
|
this.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
- this.MinimumSize = new System.Drawing.Size(678, 500);
|
|
|
+ this.MinimumSize = new System.Drawing.Size(678, 538);
|
|
|
this.Name = "OTSIncAMeasureAppForm";
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
|
this.Text = "OTSMeasureApp";
|
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
|
+ this.Activated += new System.EventHandler(this.OTSIncAMeasureAppForm_Activated);
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OTSIncAMeasureAppForm_FormClosing);
|
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OTSIncAMeasureAppForm_FormClosed);
|
|
|
this.Load += new System.EventHandler(this.OTSIncAMeasureAppForm_Load);
|