123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275 |
- using MyControls;
- namespace OTSMeasureApp
- {
- partial class OTSMeasureStatusWindow
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- this.picBox = new System.Windows.Forms.PictureBox();
- this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
- this.AcquireBSEImageMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.VisualAdjustingMenu = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripMenuItem1 = 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.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_batchcapture = new System.Windows.Forms.ToolStripMenuItem();
- this.ExportScanInfoMenuItem = 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);
- this.pictureBox2 = new System.Windows.Forms.PictureBox();
- ((System.ComponentModel.ISupportInitialize)(this.picBox)).BeginInit();
- this.contextMenuStrip1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).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(382, 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);
- this.picBox.MouseWheel += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseWheel);
- //
- // contextMenuStrip1
- //
- this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
- this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.AcquireBSEImageMenuItem,
- this.VisualAdjustingMenu,
- this.toolStripMenuItem1,
- this.toolStripSeparator1,
- this.ChangeDiffImageShow,
- this.ToolStripMenuItem,
- this.toolStripMenuItem2,
- this.toolStripSeparator2,
- this.MenuItemLineScan,
- this.autobc,
- this.toolStripSeparator3,
- this.PointScanElementMenuItem,
- this.ToolStripMenuItem_batchcapture,
- this.ExportScanInfoMenuItem});
- this.contextMenuStrip1.Name = "contextMenuStrip1";
- this.contextMenuStrip1.Size = new System.Drawing.Size(243, 286);
- this.contextMenuStrip1.Opened += new System.EventHandler(this.contextMenuStrip1_Opened);
- //
- // AcquireBSEImageMenuItem
- //
- this.AcquireBSEImageMenuItem.Name = "AcquireBSEImageMenuItem";
- this.AcquireBSEImageMenuItem.Size = new System.Drawing.Size(242, 22);
- this.AcquireBSEImageMenuItem.Text = "获取BSE图";
- this.AcquireBSEImageMenuItem.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);
- //
- // 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);
- //
- // 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.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";
- this.toolStripSeparator3.Size = new System.Drawing.Size(239, 6);
- //
- // 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.单点采集MenuItem_Click);
- //
- // ToolStripMenuItem_batchcapture
- //
- 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
- //
- 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);
- //
- // panelXray
- //
- this.panelXray.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panelXray.Location = new System.Drawing.Point(0, 300);
- this.panelXray.Margin = new System.Windows.Forms.Padding(2);
- this.panelXray.Name = "panelXray";
- this.panelXray.Size = new System.Drawing.Size(782, 169);
- this.panelXray.TabIndex = 0;
- //
- // backgroundWorker1
- //
- this.backgroundWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
- //
- // timer1
- //
- this.timer1.Interval = 4000;
- this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
- //
- // pictureBox2
- //
- this.pictureBox2.BackColor = System.Drawing.Color.Transparent;
- this.pictureBox2.Location = new System.Drawing.Point(386, 0);
- this.pictureBox2.Margin = new System.Windows.Forms.Padding(2);
- this.pictureBox2.Name = "pictureBox2";
- this.pictureBox2.Size = new System.Drawing.Size(394, 300);
- this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox2.TabIndex = 0;
- this.pictureBox2.TabStop = false;
- this.pictureBox2.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox2_Paint);
- this.pictureBox2.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseClick);
- this.pictureBox2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseDown);
- this.pictureBox2.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseMove);
- //
- // 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(782, 469);
- this.CloseButton = false;
- this.CloseButtonVisible = false;
- this.Controls.Add(this.panelXray);
- this.Controls.Add(this.picBox);
- this.Controls.Add(this.pictureBox2);
- 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.Name = "OTSMeasureStatusWindow";
- this.Text = "OTSMeasureStatus";
- this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
- this.Activated += new System.EventHandler(this.OTSMeasureStatusWindow_Activated);
- 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.pictureBox2)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
- private System.Windows.Forms.ToolStripMenuItem AcquireBSEImageMenuItem;
- private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
-
- 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 ChangeDiffImageShow;
- 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;
- private System.ComponentModel.BackgroundWorker backgroundWorker1;
- private System.Windows.Forms.Timer timer1;
- public System.Windows.Forms.PictureBox pictureBox2;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
- private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_batchcapture;
- private Control_Ruler control_Ruler;
- private System.Windows.Forms.ToolStripMenuItem autobc;
- }
- }
|