namespace OTSMeasureApp
{
partial class OTSMeasureStatusWindow
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
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.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.SampleParaLock = 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.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.ChangeDiffImageShow = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.AbandonGrayStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.MenuItemLineScam = new System.Windows.Forms.ToolStripMenuItem();
this.PointScanElementMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ExportScanInfoMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.myChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
this.panelXray = new System.Windows.Forms.Panel();
((System.ComponentModel.ISupportInitialize)(this.pbBSEImage)).BeginInit();
this.contextMenuStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.myChart)).BeginInit();
this.SuspendLayout();
//
// pbBSEImage
//
this.pbBSEImage.BackColor = System.Drawing.Color.Transparent;
this.pbBSEImage.Location = new System.Drawing.Point(0, 0);
this.pbBSEImage.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.pbBSEImage.Name = "pbBSEImage";
this.pbBSEImage.Size = new System.Drawing.Size(1041, 566);
this.pbBSEImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pbBSEImage.TabIndex = 0;
this.pbBSEImage.TabStop = false;
this.pbBSEImage.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox1_Paint);
this.pbBSEImage.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseClick);
this.pbBSEImage.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseDown);
this.pbBSEImage.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseMove);
//
// contextMenuStrip1
//
this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.SampleParaLock,
this.ViewStripMenuItem,
this.toolStripMenuItem1,
this.grayToolStripMenuItem,
this.toolStripSeparator1,
this.ChangeDiffImageShow,
this.ToolStripMenuItem,
this.AbandonGrayStripMenuItem,
this.toolStripSeparator2,
this.MenuItemLineScam,
this.PointScanElementMenuItem,
this.ExportScanInfoMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(285, 256);
this.contextMenuStrip1.Opened += new System.EventHandler(this.contextMenuStrip1_Opened);
//
// SampleParaLock
//
this.SampleParaLock.Name = "SampleParaLock";
this.SampleParaLock.Size = new System.Drawing.Size(284, 24);
this.SampleParaLock.Text = "获取BSE图";
this.SampleParaLock.Click += new System.EventHandler(this.AcquireBSEImage_Click);
//
// ViewStripMenuItem
//
this.ViewStripMenuItem.Name = "ViewStripMenuItem";
this.ViewStripMenuItem.Size = new System.Drawing.Size(284, 24);
this.ViewStripMenuItem.Text = "可视化设置BSE图背景灰度范围";
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
//
this.grayToolStripMenuItem.Name = "grayToolStripMenuItem";
this.grayToolStripMenuItem.Size = new System.Drawing.Size(284, 24);
this.grayToolStripMenuItem.Text = "显示BSE灰度曲线图";
this.grayToolStripMenuItem.Click += new System.EventHandler(this.ShowGrayLevelImage_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(281, 6);
//
// ChangeDiffImageShow
//
this.ChangeDiffImageShow.Name = "ChangeDiffImageShow";
this.ChangeDiffImageShow.Size = new System.Drawing.Size(284, 24);
this.ChangeDiffImageShow.Text = "切换至BSE图";
this.ChangeDiffImageShow.Click += new System.EventHandler(this.ChangeDiffImageShow_Click);
//
// ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(284, 24);
this.ToolStripMenuItem.Text = "BSE去背景图";
this.ToolStripMenuItem.Click += new System.EventHandler(this.ShowRemoveBGImage_Click);
//
// AbandonGrayStripMenuItem
//
this.AbandonGrayStripMenuItem.Name = "AbandonGrayStripMenuItem";
this.AbandonGrayStripMenuItem.Size = new System.Drawing.Size(284, 24);
this.AbandonGrayStripMenuItem.Text = "显示BSE去背景灰度曲线图";
this.AbandonGrayStripMenuItem.Click += new System.EventHandler(this.ShowAbandonGrayLevelImage_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(281, 6);
//
// MenuItemLineScam
//
this.MenuItemLineScam.CheckOnClick = true;
this.MenuItemLineScam.Enabled = false;
this.MenuItemLineScam.Name = "MenuItemLineScam";
this.MenuItemLineScam.Size = new System.Drawing.Size(284, 24);
this.MenuItemLineScam.Text = "线扫描曲线";
this.MenuItemLineScam.Click += new System.EventHandler(this.ShowGrayLevelLine_Click);
//
// PointScanElementMenuItem
//
this.PointScanElementMenuItem.Name = "PointScanElementMenuItem";
this.PointScanElementMenuItem.Size = new System.Drawing.Size(284, 24);
this.PointScanElementMenuItem.Text = "X-Ray采集";
this.PointScanElementMenuItem.Click += new System.EventHandler(this.PointScanElementMenuItem_Click);
//
// ExportScanInfoMenuItem
//
this.ExportScanInfoMenuItem.Name = "ExportScanInfoMenuItem";
this.ExportScanInfoMenuItem.Size = new System.Drawing.Size(284, 24);
this.ExportScanInfoMenuItem.Text = "输出X-Ray信息";
this.ExportScanInfoMenuItem.Click += new System.EventHandler(this.ExportScanInfoMenuItem_Click);
//
// myChart
//
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;
legend1.Name = "Legend1";
this.myChart.Legends.Add(legend1);
this.myChart.Location = new System.Drawing.Point(0, 0);
this.myChart.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.myChart.Name = "myChart";
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.Text = "chart1";
this.myChart.TextAntiAliasingQuality = System.Windows.Forms.DataVisualization.Charting.TextAntiAliasingQuality.Normal;
title1.Name = "Title1";
title1.Text = "---";
this.myChart.Titles.Add(title1);
this.myChart.Visible = false;
//
// panelXray
//
this.panelXray.Dock = System.Windows.Forms.DockStyle.Bottom;
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.Size = new System.Drawing.Size(1041, 250);
this.panelXray.TabIndex = 0;
//
// OTSMeasureStatusWindow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSize = true;
this.ClientSize = new System.Drawing.Size(1041, 566);
this.CloseButton = false;
this.CloseButtonVisible = false;
this.Controls.Add(this.panelXray);
this.Controls.Add(this.myChart);
this.Controls.Add(this.pbBSEImage);
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.Margin = new System.Windows.Forms.Padding(4);
this.Name = "OTSMeasureStatusWindow";
this.Text = "OTSMeasureStatus";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.OTSMeasureStatusWindow_Load);
this.MouseClick += new System.Windows.Forms.MouseEventHandler(this.OTSMeasureStatusWindow_MouseClick);
((System.ComponentModel.ISupportInitialize)(this.pbBSEImage)).EndInit();
this.contextMenuStrip1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.myChart)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem SampleParaLock;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem grayToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem MenuItemLineScam;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
public System.Windows.Forms.PictureBox pbBSEImage;
private System.Windows.Forms.ToolStripMenuItem AbandonGrayStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem ChangeDiffImageShow;
private System.Windows.Forms.DataVisualization.Charting.Chart myChart;
public System.Windows.Forms.Panel panelXray;
private OTSIncAGraph.Controls.Control_XRayTable control_XRayTable1;
private System.Windows.Forms.ToolStripMenuItem PointScanElementMenuItem;
private System.Windows.Forms.ToolStripMenuItem ExportScanInfoMenuItem;
private System.Windows.Forms.ToolStripMenuItem ViewStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
}
}