|
@@ -29,14 +29,15 @@
|
|
private void InitializeComponent()
|
|
private void InitializeComponent()
|
|
{
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
this.components = new System.ComponentModel.Container();
|
|
- System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
|
|
|
|
- System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend();
|
|
|
|
- System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
|
|
- System.Windows.Forms.DataVisualization.Charting.Title title2 = new System.Windows.Forms.DataVisualization.Charting.Title();
|
|
|
|
|
|
+ System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
|
|
|
|
+ System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
|
|
|
|
+ System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
|
|
+ System.Windows.Forms.DataVisualization.Charting.Title title1 = new System.Windows.Forms.DataVisualization.Charting.Title();
|
|
this.pbBSEImage = new System.Windows.Forms.PictureBox();
|
|
this.pbBSEImage = new System.Windows.Forms.PictureBox();
|
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.SampleParaLock = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.SampleParaLock = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ViewStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ViewStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
+ this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.grayToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.grayToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.ChangeDiffImageShow = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ChangeDiffImageShow = new System.Windows.Forms.ToolStripMenuItem();
|
|
@@ -46,9 +47,9 @@
|
|
this.MenuItemLineScam = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.MenuItemLineScam = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.PointScanElementMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.PointScanElementMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ExportScanInfoMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ExportScanInfoMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
+ this.SlopFocusMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.myChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
|
|
this.myChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
|
|
this.panelXray = new System.Windows.Forms.Panel();
|
|
this.panelXray = new System.Windows.Forms.Panel();
|
|
- this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pbBSEImage)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbBSEImage)).BeginInit();
|
|
this.contextMenuStrip1.SuspendLayout();
|
|
this.contextMenuStrip1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.myChart)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.myChart)).BeginInit();
|
|
@@ -58,9 +59,9 @@
|
|
//
|
|
//
|
|
this.pbBSEImage.BackColor = System.Drawing.Color.Transparent;
|
|
this.pbBSEImage.BackColor = System.Drawing.Color.Transparent;
|
|
this.pbBSEImage.Location = new System.Drawing.Point(0, 0);
|
|
this.pbBSEImage.Location = new System.Drawing.Point(0, 0);
|
|
- this.pbBSEImage.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
|
+ this.pbBSEImage.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.pbBSEImage.Name = "pbBSEImage";
|
|
this.pbBSEImage.Name = "pbBSEImage";
|
|
- this.pbBSEImage.Size = new System.Drawing.Size(781, 453);
|
|
|
|
|
|
+ this.pbBSEImage.Size = new System.Drawing.Size(1041, 566);
|
|
this.pbBSEImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pbBSEImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pbBSEImage.TabIndex = 0;
|
|
this.pbBSEImage.TabIndex = 0;
|
|
this.pbBSEImage.TabStop = false;
|
|
this.pbBSEImage.TabStop = false;
|
|
@@ -84,139 +85,147 @@
|
|
this.toolStripSeparator2,
|
|
this.toolStripSeparator2,
|
|
this.MenuItemLineScam,
|
|
this.MenuItemLineScam,
|
|
this.PointScanElementMenuItem,
|
|
this.PointScanElementMenuItem,
|
|
- this.ExportScanInfoMenuItem});
|
|
|
|
|
|
+ this.ExportScanInfoMenuItem,
|
|
|
|
+ this.SlopFocusMenuItem});
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
- this.contextMenuStrip1.Size = new System.Drawing.Size(243, 258);
|
|
|
|
|
|
+ this.contextMenuStrip1.Size = new System.Drawing.Size(285, 308);
|
|
this.contextMenuStrip1.Opened += new System.EventHandler(this.contextMenuStrip1_Opened);
|
|
this.contextMenuStrip1.Opened += new System.EventHandler(this.contextMenuStrip1_Opened);
|
|
//
|
|
//
|
|
// SampleParaLock
|
|
// SampleParaLock
|
|
//
|
|
//
|
|
this.SampleParaLock.Name = "SampleParaLock";
|
|
this.SampleParaLock.Name = "SampleParaLock";
|
|
- this.SampleParaLock.Size = new System.Drawing.Size(242, 22);
|
|
|
|
|
|
+ this.SampleParaLock.Size = new System.Drawing.Size(284, 24);
|
|
this.SampleParaLock.Text = "获取BSE图";
|
|
this.SampleParaLock.Text = "获取BSE图";
|
|
this.SampleParaLock.Click += new System.EventHandler(this.AcquireBSEImage_Click);
|
|
this.SampleParaLock.Click += new System.EventHandler(this.AcquireBSEImage_Click);
|
|
//
|
|
//
|
|
// ViewStripMenuItem
|
|
// ViewStripMenuItem
|
|
//
|
|
//
|
|
this.ViewStripMenuItem.Name = "ViewStripMenuItem";
|
|
this.ViewStripMenuItem.Name = "ViewStripMenuItem";
|
|
- this.ViewStripMenuItem.Size = new System.Drawing.Size(242, 22);
|
|
|
|
|
|
+ this.ViewStripMenuItem.Size = new System.Drawing.Size(284, 24);
|
|
this.ViewStripMenuItem.Text = "可视化设置BSE图背景灰度范围";
|
|
this.ViewStripMenuItem.Text = "可视化设置BSE图背景灰度范围";
|
|
this.ViewStripMenuItem.Click += new System.EventHandler(this.ViewStripMenuItem_Click);
|
|
this.ViewStripMenuItem.Click += new System.EventHandler(this.ViewStripMenuItem_Click);
|
|
//
|
|
//
|
|
|
|
+ // toolStripMenuItem1
|
|
|
|
+ //
|
|
|
|
+ this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
|
|
|
+ this.toolStripMenuItem1.Size = new System.Drawing.Size(284, 24);
|
|
|
|
+ this.toolStripMenuItem1.Text = "可视化设置特殊颗粒灰度范围";
|
|
|
|
+ this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
|
|
|
|
+ //
|
|
// grayToolStripMenuItem
|
|
// grayToolStripMenuItem
|
|
//
|
|
//
|
|
this.grayToolStripMenuItem.Name = "grayToolStripMenuItem";
|
|
this.grayToolStripMenuItem.Name = "grayToolStripMenuItem";
|
|
- this.grayToolStripMenuItem.Size = new System.Drawing.Size(242, 22);
|
|
|
|
|
|
+ this.grayToolStripMenuItem.Size = new System.Drawing.Size(284, 24);
|
|
this.grayToolStripMenuItem.Text = "显示BSE灰度曲线图";
|
|
this.grayToolStripMenuItem.Text = "显示BSE灰度曲线图";
|
|
this.grayToolStripMenuItem.Click += new System.EventHandler(this.ShowGrayLevelImage_Click);
|
|
this.grayToolStripMenuItem.Click += new System.EventHandler(this.ShowGrayLevelImage_Click);
|
|
//
|
|
//
|
|
// toolStripSeparator1
|
|
// toolStripSeparator1
|
|
//
|
|
//
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
- this.toolStripSeparator1.Size = new System.Drawing.Size(239, 6);
|
|
|
|
|
|
+ this.toolStripSeparator1.Size = new System.Drawing.Size(281, 6);
|
|
//
|
|
//
|
|
// ChangeDiffImageShow
|
|
// ChangeDiffImageShow
|
|
//
|
|
//
|
|
this.ChangeDiffImageShow.Name = "ChangeDiffImageShow";
|
|
this.ChangeDiffImageShow.Name = "ChangeDiffImageShow";
|
|
- this.ChangeDiffImageShow.Size = new System.Drawing.Size(242, 22);
|
|
|
|
|
|
+ this.ChangeDiffImageShow.Size = new System.Drawing.Size(284, 24);
|
|
this.ChangeDiffImageShow.Text = "切换至BSE图";
|
|
this.ChangeDiffImageShow.Text = "切换至BSE图";
|
|
this.ChangeDiffImageShow.Click += new System.EventHandler(this.ChangeDiffImageShow_Click);
|
|
this.ChangeDiffImageShow.Click += new System.EventHandler(this.ChangeDiffImageShow_Click);
|
|
//
|
|
//
|
|
// ToolStripMenuItem
|
|
// ToolStripMenuItem
|
|
//
|
|
//
|
|
this.ToolStripMenuItem.Name = "ToolStripMenuItem";
|
|
this.ToolStripMenuItem.Name = "ToolStripMenuItem";
|
|
- this.ToolStripMenuItem.Size = new System.Drawing.Size(242, 22);
|
|
|
|
|
|
+ this.ToolStripMenuItem.Size = new System.Drawing.Size(284, 24);
|
|
this.ToolStripMenuItem.Text = "BSE去背景图";
|
|
this.ToolStripMenuItem.Text = "BSE去背景图";
|
|
this.ToolStripMenuItem.Click += new System.EventHandler(this.ShowRemoveBGImage_Click);
|
|
this.ToolStripMenuItem.Click += new System.EventHandler(this.ShowRemoveBGImage_Click);
|
|
//
|
|
//
|
|
// AbandonGrayStripMenuItem
|
|
// AbandonGrayStripMenuItem
|
|
//
|
|
//
|
|
this.AbandonGrayStripMenuItem.Name = "AbandonGrayStripMenuItem";
|
|
this.AbandonGrayStripMenuItem.Name = "AbandonGrayStripMenuItem";
|
|
- this.AbandonGrayStripMenuItem.Size = new System.Drawing.Size(242, 22);
|
|
|
|
|
|
+ this.AbandonGrayStripMenuItem.Size = new System.Drawing.Size(284, 24);
|
|
this.AbandonGrayStripMenuItem.Text = "显示BSE去背景灰度曲线图";
|
|
this.AbandonGrayStripMenuItem.Text = "显示BSE去背景灰度曲线图";
|
|
this.AbandonGrayStripMenuItem.Click += new System.EventHandler(this.ShowAbandonGrayLevelImage_Click);
|
|
this.AbandonGrayStripMenuItem.Click += new System.EventHandler(this.ShowAbandonGrayLevelImage_Click);
|
|
//
|
|
//
|
|
// toolStripSeparator2
|
|
// toolStripSeparator2
|
|
//
|
|
//
|
|
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
|
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
|
- this.toolStripSeparator2.Size = new System.Drawing.Size(239, 6);
|
|
|
|
|
|
+ this.toolStripSeparator2.Size = new System.Drawing.Size(281, 6);
|
|
//
|
|
//
|
|
// MenuItemLineScam
|
|
// MenuItemLineScam
|
|
//
|
|
//
|
|
this.MenuItemLineScam.CheckOnClick = true;
|
|
this.MenuItemLineScam.CheckOnClick = true;
|
|
this.MenuItemLineScam.Enabled = false;
|
|
this.MenuItemLineScam.Enabled = false;
|
|
this.MenuItemLineScam.Name = "MenuItemLineScam";
|
|
this.MenuItemLineScam.Name = "MenuItemLineScam";
|
|
- this.MenuItemLineScam.Size = new System.Drawing.Size(242, 22);
|
|
|
|
|
|
+ this.MenuItemLineScam.Size = new System.Drawing.Size(284, 24);
|
|
this.MenuItemLineScam.Text = "线扫描曲线";
|
|
this.MenuItemLineScam.Text = "线扫描曲线";
|
|
this.MenuItemLineScam.Click += new System.EventHandler(this.ShowGrayLevelLine_Click);
|
|
this.MenuItemLineScam.Click += new System.EventHandler(this.ShowGrayLevelLine_Click);
|
|
//
|
|
//
|
|
// PointScanElementMenuItem
|
|
// PointScanElementMenuItem
|
|
//
|
|
//
|
|
this.PointScanElementMenuItem.Name = "PointScanElementMenuItem";
|
|
this.PointScanElementMenuItem.Name = "PointScanElementMenuItem";
|
|
- this.PointScanElementMenuItem.Size = new System.Drawing.Size(242, 22);
|
|
|
|
|
|
+ this.PointScanElementMenuItem.Size = new System.Drawing.Size(284, 24);
|
|
this.PointScanElementMenuItem.Text = "X-Ray采集";
|
|
this.PointScanElementMenuItem.Text = "X-Ray采集";
|
|
this.PointScanElementMenuItem.Click += new System.EventHandler(this.PointScanElementMenuItem_Click);
|
|
this.PointScanElementMenuItem.Click += new System.EventHandler(this.PointScanElementMenuItem_Click);
|
|
//
|
|
//
|
|
// ExportScanInfoMenuItem
|
|
// ExportScanInfoMenuItem
|
|
//
|
|
//
|
|
this.ExportScanInfoMenuItem.Name = "ExportScanInfoMenuItem";
|
|
this.ExportScanInfoMenuItem.Name = "ExportScanInfoMenuItem";
|
|
- this.ExportScanInfoMenuItem.Size = new System.Drawing.Size(242, 22);
|
|
|
|
|
|
+ this.ExportScanInfoMenuItem.Size = new System.Drawing.Size(284, 24);
|
|
this.ExportScanInfoMenuItem.Text = "输出X-Ray信息";
|
|
this.ExportScanInfoMenuItem.Text = "输出X-Ray信息";
|
|
this.ExportScanInfoMenuItem.Click += new System.EventHandler(this.ExportScanInfoMenuItem_Click);
|
|
this.ExportScanInfoMenuItem.Click += new System.EventHandler(this.ExportScanInfoMenuItem_Click);
|
|
//
|
|
//
|
|
|
|
+ // SlopFocusMenuItem
|
|
|
|
+ //
|
|
|
|
+ this.SlopFocusMenuItem.Name = "SlopFocusMenuItem";
|
|
|
|
+ this.SlopFocusMenuItem.Size = new System.Drawing.Size(284, 24);
|
|
|
|
+ this.SlopFocusMenuItem.Text = "斜面焦距";
|
|
|
|
+ this.SlopFocusMenuItem.Click += new System.EventHandler(this.SlopFocusMenuItem_Click);
|
|
|
|
+ //
|
|
// myChart
|
|
// myChart
|
|
//
|
|
//
|
|
- chartArea2.AlignmentStyle = System.Windows.Forms.DataVisualization.Charting.AreaAlignmentStyles.None;
|
|
|
|
- chartArea2.Area3DStyle.Enable3D = true;
|
|
|
|
- chartArea2.Area3DStyle.Inclination = 5;
|
|
|
|
- chartArea2.Area3DStyle.IsClustered = true;
|
|
|
|
- chartArea2.Area3DStyle.IsRightAngleAxes = false;
|
|
|
|
- chartArea2.Area3DStyle.Perspective = 5;
|
|
|
|
- chartArea2.Area3DStyle.WallWidth = 10;
|
|
|
|
- chartArea2.Name = "ChartArea1";
|
|
|
|
- this.myChart.ChartAreas.Add(chartArea2);
|
|
|
|
|
|
+ chartArea1.AlignmentStyle = System.Windows.Forms.DataVisualization.Charting.AreaAlignmentStyles.None;
|
|
|
|
+ chartArea1.Area3DStyle.Enable3D = true;
|
|
|
|
+ chartArea1.Area3DStyle.Inclination = 5;
|
|
|
|
+ chartArea1.Area3DStyle.IsClustered = true;
|
|
|
|
+ chartArea1.Area3DStyle.IsRightAngleAxes = false;
|
|
|
|
+ chartArea1.Area3DStyle.Perspective = 5;
|
|
|
|
+ chartArea1.Area3DStyle.WallWidth = 10;
|
|
|
|
+ chartArea1.Name = "ChartArea1";
|
|
|
|
+ this.myChart.ChartAreas.Add(chartArea1);
|
|
this.myChart.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.myChart.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
- legend2.Name = "Legend1";
|
|
|
|
- this.myChart.Legends.Add(legend2);
|
|
|
|
|
|
+ legend1.Name = "Legend1";
|
|
|
|
+ this.myChart.Legends.Add(legend1);
|
|
this.myChart.Location = new System.Drawing.Point(0, 0);
|
|
this.myChart.Location = new System.Drawing.Point(0, 0);
|
|
- this.myChart.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
|
+ this.myChart.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.myChart.Name = "myChart";
|
|
this.myChart.Name = "myChart";
|
|
- series2.ChartArea = "ChartArea1";
|
|
|
|
- series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
|
|
|
|
- series2.Legend = "Legend1";
|
|
|
|
- series2.Name = "Series1";
|
|
|
|
- this.myChart.Series.Add(series2);
|
|
|
|
- this.myChart.Size = new System.Drawing.Size(781, 453);
|
|
|
|
|
|
+ series1.ChartArea = "ChartArea1";
|
|
|
|
+ series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
|
|
|
|
+ series1.Legend = "Legend1";
|
|
|
|
+ series1.Name = "Series1";
|
|
|
|
+ this.myChart.Series.Add(series1);
|
|
|
|
+ this.myChart.Size = new System.Drawing.Size(1041, 566);
|
|
this.myChart.TabIndex = 5;
|
|
this.myChart.TabIndex = 5;
|
|
this.myChart.Text = "chart1";
|
|
this.myChart.Text = "chart1";
|
|
this.myChart.TextAntiAliasingQuality = System.Windows.Forms.DataVisualization.Charting.TextAntiAliasingQuality.Normal;
|
|
this.myChart.TextAntiAliasingQuality = System.Windows.Forms.DataVisualization.Charting.TextAntiAliasingQuality.Normal;
|
|
- title2.Name = "Title1";
|
|
|
|
- title2.Text = "---";
|
|
|
|
- this.myChart.Titles.Add(title2);
|
|
|
|
|
|
+ title1.Name = "Title1";
|
|
|
|
+ title1.Text = "---";
|
|
|
|
+ this.myChart.Titles.Add(title1);
|
|
this.myChart.Visible = false;
|
|
this.myChart.Visible = false;
|
|
//
|
|
//
|
|
// panelXray
|
|
// panelXray
|
|
//
|
|
//
|
|
this.panelXray.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panelXray.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
- this.panelXray.Location = new System.Drawing.Point(0, 253);
|
|
|
|
- this.panelXray.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
|
+ this.panelXray.Location = new System.Drawing.Point(0, 316);
|
|
|
|
+ this.panelXray.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.panelXray.Name = "panelXray";
|
|
this.panelXray.Name = "panelXray";
|
|
- this.panelXray.Size = new System.Drawing.Size(781, 200);
|
|
|
|
|
|
+ this.panelXray.Size = new System.Drawing.Size(1041, 250);
|
|
this.panelXray.TabIndex = 0;
|
|
this.panelXray.TabIndex = 0;
|
|
//
|
|
//
|
|
- // toolStripMenuItem1
|
|
|
|
- //
|
|
|
|
- this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
|
|
|
- this.toolStripMenuItem1.Size = new System.Drawing.Size(242, 22);
|
|
|
|
- this.toolStripMenuItem1.Text = "可视化设置特殊颗粒灰度范围";
|
|
|
|
- this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
|
|
|
|
- //
|
|
|
|
// OTSMeasureStatusWindow
|
|
// OTSMeasureStatusWindow
|
|
//
|
|
//
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.AutoSize = true;
|
|
this.AutoSize = true;
|
|
- this.ClientSize = new System.Drawing.Size(781, 453);
|
|
|
|
|
|
+ this.ClientSize = new System.Drawing.Size(1041, 566);
|
|
this.CloseButton = false;
|
|
this.CloseButton = false;
|
|
this.CloseButtonVisible = false;
|
|
this.CloseButtonVisible = false;
|
|
this.Controls.Add(this.panelXray);
|
|
this.Controls.Add(this.panelXray);
|
|
@@ -224,6 +233,7 @@
|
|
this.Controls.Add(this.pbBSEImage);
|
|
this.Controls.Add(this.pbBSEImage);
|
|
this.DockAreas = ((OTS.WinFormsUI.Docking.DockAreas)((OTS.WinFormsUI.Docking.DockAreas.DockTop | OTS.WinFormsUI.Docking.DockAreas.Document)));
|
|
this.DockAreas = ((OTS.WinFormsUI.Docking.DockAreas)((OTS.WinFormsUI.Docking.DockAreas.DockTop | OTS.WinFormsUI.Docking.DockAreas.Document)));
|
|
this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(4);
|
|
this.Name = "OTSMeasureStatusWindow";
|
|
this.Name = "OTSMeasureStatusWindow";
|
|
this.Text = "OTSMeasureStatus";
|
|
this.Text = "OTSMeasureStatus";
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
@@ -254,5 +264,6 @@
|
|
private System.Windows.Forms.ToolStripMenuItem ExportScanInfoMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem ExportScanInfoMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem ViewStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem ViewStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
|
|
|
|
+ private System.Windows.Forms.ToolStripMenuItem SlopFocusMenuItem;
|
|
}
|
|
}
|
|
}
|
|
}
|