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.picBox = new System.Windows.Forms.PictureBox(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.SampleParaLock = new System.Windows.Forms.ToolStripMenuItem(); this.VisualAdjustingMenu = 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.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); this.AbandonGrayStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.MenuItemLineScan = 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.picBox)).BeginInit(); this.contextMenuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.myChart)).BeginInit(); this.SuspendLayout(); // // picBox // this.picBox.BackColor = System.Drawing.Color.Transparent; 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, 300); this.picBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.picBox.TabIndex = 0; this.picBox.TabStop = false; this.picBox.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox1_Paint); this.picBox.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseClick); this.picBox.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseDown); this.picBox.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.VisualAdjustingMenu, this.toolStripMenuItem1, this.grayToolStripMenuItem, this.toolStripSeparator1, this.ChangeDiffImageShow, this.ToolStripMenuItem, this.toolStripMenuItem2, this.AbandonGrayStripMenuItem, this.toolStripSeparator2, this.MenuItemLineScan, this.PointScanElementMenuItem, this.ExportScanInfoMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(243, 258); this.contextMenuStrip1.Opened += new System.EventHandler(this.contextMenuStrip1_Opened); // // SampleParaLock // this.SampleParaLock.Name = "SampleParaLock"; this.SampleParaLock.Size = new System.Drawing.Size(242, 22); this.SampleParaLock.Text = "获取BSE图"; this.SampleParaLock.Click += new System.EventHandler(this.AcquireBSEImage_Click); // // VisualAdjustingMenu // 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); // // 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); // // grayToolStripMenuItem // this.grayToolStripMenuItem.Name = "grayToolStripMenuItem"; this.grayToolStripMenuItem.Size = new System.Drawing.Size(242, 22); 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(239, 6); // // ChangeDiffImageShow // this.ChangeDiffImageShow.Name = "ChangeDiffImageShow"; this.ChangeDiffImageShow.Size = new System.Drawing.Size(242, 22); 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(242, 22); this.ToolStripMenuItem.Text = "BSE去背景图"; this.ToolStripMenuItem.Click += new System.EventHandler(this.ShowRemoveBGImage_Click); // // toolStripMenuItem2 // this.toolStripMenuItem2.Name = "toolStripMenuItem2"; this.toolStripMenuItem2.Size = new System.Drawing.Size(242, 22); this.toolStripMenuItem2.Text = "BSE去背景彩色图"; this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click); // // AbandonGrayStripMenuItem // this.AbandonGrayStripMenuItem.Name = "AbandonGrayStripMenuItem"; this.AbandonGrayStripMenuItem.Size = new System.Drawing.Size(242, 22); 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(239, 6); // // MenuItemLineScan // this.MenuItemLineScan.CheckOnClick = true; 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); // // PointScanElementMenuItem // this.PointScanElementMenuItem.Name = "PointScanElementMenuItem"; this.PointScanElementMenuItem.Size = new System.Drawing.Size(242, 22); 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(242, 22); 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(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(781, 453); 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, 284); this.panelXray.Margin = new System.Windows.Forms.Padding(2); this.panelXray.Name = "panelXray"; this.panelXray.Size = new System.Drawing.Size(781, 169); this.panelXray.TabIndex = 0; // // OTSMeasureStatusWindow // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSize = true; this.ClientSize = new System.Drawing.Size(781, 453); this.CloseButton = false; this.CloseButtonVisible = false; this.Controls.Add(this.panelXray); this.Controls.Add(this.picBox); this.Controls.Add(this.myChart); this.DockAreas = ((OTS.WinFormsUI.Docking.DockAreas)((OTS.WinFormsUI.Docking.DockAreas.DockTop | OTS.WinFormsUI.Docking.DockAreas.Document))); this.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); 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.picBox)).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 MenuItemLineScan; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; public System.Windows.Forms.PictureBox picBox; 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 VisualAdjustingMenu; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2; } }