|
@@ -61,7 +61,7 @@
|
|
|
this.picBox.Location = new System.Drawing.Point(0, 0);
|
|
|
this.picBox.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.picBox.Name = "picBox";
|
|
|
- this.picBox.Size = new System.Drawing.Size(781, 453);
|
|
|
+ this.picBox.Size = new System.Drawing.Size(781, 300);
|
|
|
this.picBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
|
this.picBox.TabIndex = 0;
|
|
|
this.picBox.TabStop = false;
|
|
@@ -88,7 +88,7 @@
|
|
|
this.PointScanElementMenuItem,
|
|
|
this.ExportScanInfoMenuItem});
|
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
|
- this.contextMenuStrip1.Size = new System.Drawing.Size(243, 280);
|
|
|
+ this.contextMenuStrip1.Size = new System.Drawing.Size(243, 258);
|
|
|
this.contextMenuStrip1.Opened += new System.EventHandler(this.contextMenuStrip1_Opened);
|
|
|
//
|
|
|
// SampleParaLock
|
|
@@ -98,9 +98,9 @@
|
|
|
this.SampleParaLock.Text = "获取BSE图";
|
|
|
this.SampleParaLock.Click += new System.EventHandler(this.AcquireBSEImage_Click);
|
|
|
//
|
|
|
- // ViewStripMenuItem
|
|
|
+ // VisualAdjustingMenu
|
|
|
//
|
|
|
- this.VisualAdjustingMenu.Name = "ViewStripMenuItem";
|
|
|
+ this.VisualAdjustingMenu.Name = "VisualAdjustingMenu";
|
|
|
this.VisualAdjustingMenu.Size = new System.Drawing.Size(242, 22);
|
|
|
this.VisualAdjustingMenu.Text = "可视化设置BSE图背景灰度范围";
|
|
|
this.VisualAdjustingMenu.Click += new System.EventHandler(this.ViewStripMenuItem_Click);
|
|
@@ -157,10 +157,10 @@
|
|
|
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
|
|
this.toolStripSeparator2.Size = new System.Drawing.Size(239, 6);
|
|
|
//
|
|
|
- // MenuItemLineScam
|
|
|
+ // MenuItemLineScan
|
|
|
//
|
|
|
this.MenuItemLineScan.CheckOnClick = true;
|
|
|
- this.MenuItemLineScan.Name = "MenuItemLineScam";
|
|
|
+ this.MenuItemLineScan.Name = "MenuItemLineScan";
|
|
|
this.MenuItemLineScan.Size = new System.Drawing.Size(242, 22);
|
|
|
this.MenuItemLineScan.Text = "线扫描曲线";
|
|
|
this.MenuItemLineScan.Click += new System.EventHandler(this.ShowGrayLevelLine_Click);
|
|
@@ -213,10 +213,10 @@
|
|
|
// panelXray
|
|
|
//
|
|
|
this.panelXray.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
- this.panelXray.Location = new System.Drawing.Point(0, 253);
|
|
|
+ this.panelXray.Location = new System.Drawing.Point(0, 284);
|
|
|
this.panelXray.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.panelXray.Name = "panelXray";
|
|
|
- this.panelXray.Size = new System.Drawing.Size(781, 200);
|
|
|
+ this.panelXray.Size = new System.Drawing.Size(781, 169);
|
|
|
this.panelXray.TabIndex = 0;
|
|
|
//
|
|
|
// OTSMeasureStatusWindow
|