|
@@ -42,11 +42,11 @@ namespace OTSMeasureApp
|
|
|
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
this.MenuItemLineScan = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.autobc = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
this.PointScanElementMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
- this.批量采集ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.ToolStripMenuItem_batchcapture = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.ExportScanInfoMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
- this.autobc = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.panelXray = new System.Windows.Forms.Panel();
|
|
|
this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
|
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
@@ -88,10 +88,10 @@ namespace OTSMeasureApp
|
|
|
this.autobc,
|
|
|
this.toolStripSeparator3,
|
|
|
this.PointScanElementMenuItem,
|
|
|
- this.批量采集ToolStripMenuItem,
|
|
|
+ this.ToolStripMenuItem_batchcapture,
|
|
|
this.ExportScanInfoMenuItem});
|
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
|
- this.contextMenuStrip1.Size = new System.Drawing.Size(243, 242);
|
|
|
+ this.contextMenuStrip1.Size = new System.Drawing.Size(243, 286);
|
|
|
this.contextMenuStrip1.Opened += new System.EventHandler(this.contextMenuStrip1_Opened);
|
|
|
//
|
|
|
// AcquireBSEImageMenuItem
|
|
@@ -154,6 +154,13 @@ namespace OTSMeasureApp
|
|
|
this.MenuItemLineScan.Text = "线扫描曲线";
|
|
|
this.MenuItemLineScan.Click += new System.EventHandler(this.ShowLineScanChart_Click);
|
|
|
//
|
|
|
+ // autobc
|
|
|
+ //
|
|
|
+ this.autobc.Name = "autobc";
|
|
|
+ this.autobc.Size = new System.Drawing.Size(242, 22);
|
|
|
+ this.autobc.Text = "自动亮度对比度";
|
|
|
+ this.autobc.Click += new System.EventHandler(this.toolStripMenuItem3_Click);
|
|
|
+ //
|
|
|
// toolStripSeparator3
|
|
|
//
|
|
|
this.toolStripSeparator3.Name = "toolStripSeparator3";
|
|
@@ -166,12 +173,12 @@ namespace OTSMeasureApp
|
|
|
this.PointScanElementMenuItem.Text = "X-Ray采集";
|
|
|
this.PointScanElementMenuItem.Click += new System.EventHandler(this.单点采集MenuItem_Click);
|
|
|
//
|
|
|
- // 批量采集ToolStripMenuItem
|
|
|
+ // ToolStripMenuItem_batchcapture
|
|
|
//
|
|
|
- this.批量采集ToolStripMenuItem.Name = "批量采集ToolStripMenuItem";
|
|
|
- this.批量采集ToolStripMenuItem.Size = new System.Drawing.Size(242, 22);
|
|
|
- this.批量采集ToolStripMenuItem.Text = "批量采集";
|
|
|
- this.批量采集ToolStripMenuItem.Click += new System.EventHandler(this.批量采集ToolStripMenuItem_Click);
|
|
|
+ this.ToolStripMenuItem_batchcapture.Name = "ToolStripMenuItem_batchcapture";
|
|
|
+ this.ToolStripMenuItem_batchcapture.Size = new System.Drawing.Size(242, 22);
|
|
|
+ this.ToolStripMenuItem_batchcapture.Text = "批量采集";
|
|
|
+ this.ToolStripMenuItem_batchcapture.Click += new System.EventHandler(this.批量采集ToolStripMenuItem_Click);
|
|
|
//
|
|
|
// ExportScanInfoMenuItem
|
|
|
//
|
|
@@ -180,13 +187,6 @@ namespace OTSMeasureApp
|
|
|
this.ExportScanInfoMenuItem.Text = "输出X-Ray信息";
|
|
|
this.ExportScanInfoMenuItem.Click += new System.EventHandler(this.ExportScanInfoMenuItem_Click);
|
|
|
//
|
|
|
- // autobc
|
|
|
- //
|
|
|
- this.autobc.Name = "autobc";
|
|
|
- this.autobc.Size = new System.Drawing.Size(242, 22);
|
|
|
- this.autobc.Text = "自动亮度对比度";
|
|
|
- this.autobc.Click += new System.EventHandler(this.toolStripMenuItem3_Click);
|
|
|
- //
|
|
|
// panelXray
|
|
|
//
|
|
|
this.panelXray.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
@@ -268,7 +268,7 @@ namespace OTSMeasureApp
|
|
|
private System.Windows.Forms.Timer timer1;
|
|
|
public System.Windows.Forms.PictureBox pictureBox2;
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
|
|
|
- private System.Windows.Forms.ToolStripMenuItem 批量采集ToolStripMenuItem;
|
|
|
+ private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_batchcapture;
|
|
|
private Control_Ruler control_Ruler;
|
|
|
private System.Windows.Forms.ToolStripMenuItem autobc;
|
|
|
}
|