| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241 | namespace OTSMeasureApp{    using  MyControls;    using OTSMeasureApp._4_OTSSamplespaceGraphicsPanel;    partial class OTSSamplespaceWindow    {        /// <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();            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OTSSamplespaceWindow));            this.CMStrip = new System.Windows.Forms.ContextMenuStrip(this.components);            this.AddStage = new System.Windows.Forms.ToolStripMenuItem();            this.DeleteStage = new System.Windows.Forms.ToolStripMenuItem();            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();            this.ReadSEMData = new System.Windows.Forms.ToolStripMenuItem();            this.SetSemData = new System.Windows.Forms.ToolStripMenuItem();            this.SetSEMCenterLocation = new System.Windows.Forms.ToolStripMenuItem();            this.DriveSEMToCenterLocation = new System.Windows.Forms.ToolStripMenuItem();            this.DriveSEMToCurrentLocation = new System.Windows.Forms.ToolStripMenuItem();            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();            this.ShootBSEPicture = new System.Windows.Forms.ToolStripMenuItem();            this.DeleteBSEPicture = new System.Windows.Forms.ToolStripMenuItem();            this.DeleteSampleData = new System.Windows.Forms.ToolStripMenuItem();            this.SlopFocusMenuItem = new System.Windows.Forms.ToolStripMenuItem();            this.pictureBox1 = new System.Windows.Forms.PictureBox();            this.CMStrip.SuspendLayout();            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();            this.SuspendLayout();            //             // CMStrip            //             this.CMStrip.ImageScalingSize = new System.Drawing.Size(24, 24);            this.CMStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {            this.AddStage,            this.DeleteStage,            this.toolStripSeparator1,            this.ReadSEMData,            this.SetSemData,            this.SetSEMCenterLocation,            this.DriveSEMToCenterLocation,            this.DriveSEMToCurrentLocation,            this.toolStripSeparator2,            this.ShootBSEPicture,            this.DeleteBSEPicture,            this.DeleteSampleData,            this.SlopFocusMenuItem});            this.CMStrip.Name = "CMStrip";            this.CMStrip.Size = new System.Drawing.Size(195, 346);            this.CMStrip.Text = "添加样品";            this.CMStrip.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.CMStrip_ItemClicked);            //             // AddStage            //             this.AddStage.Image = global::OTSMeasureApp.Properties.Resources.添加样品;            this.AddStage.Name = "AddStage";            this.AddStage.Size = new System.Drawing.Size(194, 30);            this.AddStage.Text = "增加样品测量";            //             // DeleteStage            //             this.DeleteStage.Image = global::OTSMeasureApp.Properties.Resources.删除样品;            this.DeleteStage.Name = "DeleteStage";            this.DeleteStage.Size = new System.Drawing.Size(194, 30);            this.DeleteStage.Text = "删除样品测量";            //             // toolStripSeparator1            //             this.toolStripSeparator1.Name = "toolStripSeparator1";            this.toolStripSeparator1.Size = new System.Drawing.Size(191, 6);            //             // ReadSEMData            //             this.ReadSEMData.Enabled = false;            this.ReadSEMData.Image = global::OTSMeasureApp.Properties.Resources.GetSemData_32;            this.ReadSEMData.Name = "ReadSEMData";            this.ReadSEMData.Size = new System.Drawing.Size(194, 30);            this.ReadSEMData.Text = "读取SEM数据";            //             // SetSemData            //             this.SetSemData.Enabled = false;            this.SetSemData.Image = global::OTSMeasureApp.Properties.Resources.SetSemData;            this.SetSemData.Name = "SetSemData";            this.SetSemData.Size = new System.Drawing.Size(194, 30);            this.SetSemData.Text = "设定SEM数据";            //             // SetSEMCenterLocation            //             this.SetSEMCenterLocation.Enabled = false;            this.SetSEMCenterLocation.Image = global::OTSMeasureApp.Properties.Resources.MoveToCenter_32;            this.SetSEMCenterLocation.Name = "SetSEMCenterLocation";            this.SetSEMCenterLocation.Size = new System.Drawing.Size(194, 30);            this.SetSEMCenterLocation.Text = "定位到当前位置";            //             // DriveSEMToCenterLocation            //             this.DriveSEMToCenterLocation.Enabled = false;            this.DriveSEMToCenterLocation.Image = global::OTSMeasureApp.Properties.Resources.SEMMoveToCenter_32;            this.DriveSEMToCenterLocation.Name = "DriveSEMToCenterLocation";            this.DriveSEMToCenterLocation.Size = new System.Drawing.Size(194, 30);            this.DriveSEMToCenterLocation.Text = "驱动SEM到中心位置";            //             // DriveSEMToCurrentLocation            //             this.DriveSEMToCurrentLocation.Enabled = false;            this.DriveSEMToCurrentLocation.Image = global::OTSMeasureApp.Properties.Resources.SEMMoveToCurrent_32;            this.DriveSEMToCurrentLocation.Name = "DriveSEMToCurrentLocation";            this.DriveSEMToCurrentLocation.Size = new System.Drawing.Size(194, 30);            this.DriveSEMToCurrentLocation.Text = "驱动SEM到当前位置";            //             // toolStripSeparator2            //             this.toolStripSeparator2.Name = "toolStripSeparator2";            this.toolStripSeparator2.Size = new System.Drawing.Size(191, 6);            //             // ShootBSEPicture            //             this.ShootBSEPicture.Enabled = false;            this.ShootBSEPicture.Image = global::OTSMeasureApp.Properties.Resources.GetSampleImage;            this.ShootBSEPicture.Name = "ShootBSEPicture";            this.ShootBSEPicture.Size = new System.Drawing.Size(194, 30);            this.ShootBSEPicture.Text = "拍摄样品孔BSE照片";            //             // DeleteBSEPicture            //             this.DeleteBSEPicture.Enabled = false;            this.DeleteBSEPicture.Image = global::OTSMeasureApp.Properties.Resources.DeleteSampleImage;            this.DeleteBSEPicture.Name = "DeleteBSEPicture";            this.DeleteBSEPicture.Size = new System.Drawing.Size(194, 30);            this.DeleteBSEPicture.Text = "删除BSE照片";            //             // DeleteSampleData            //             this.DeleteSampleData.Image = global::OTSMeasureApp.Properties.Resources.deletefile321;            this.DeleteSampleData.Name = "DeleteSampleData";            this.DeleteSampleData.Size = new System.Drawing.Size(194, 30);            this.DeleteSampleData.Text = "初始化样品测量";            //             // SlopFocusMenuItem            //             this.SlopFocusMenuItem.Enabled = false;            this.SlopFocusMenuItem.Image = global::OTSMeasureApp.Properties.Resources.DeleteSampleImage;            this.SlopFocusMenuItem.Name = "SlopFocusMenuItem";            this.SlopFocusMenuItem.Size = new System.Drawing.Size(194, 30);            this.SlopFocusMenuItem.Text = "斜面焦距";            //             // pictureBox1            //             this.pictureBox1.BackColor = System.Drawing.Color.Transparent;            this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;            this.pictureBox1.Location = new System.Drawing.Point(0, 0);            this.pictureBox1.Name = "pictureBox1";            this.pictureBox1.Size = new System.Drawing.Size(1275, 692);            this.pictureBox1.TabIndex = 5;            this.pictureBox1.TabStop = false;                       this.pictureBox1.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox1_Paint);            this.pictureBox1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseDown);            this.pictureBox1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseMove);            this.pictureBox1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseUp);            //             // OTSSamplespaceWindow            //             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;            this.BackColor = System.Drawing.SystemColors.Control;            this.ClientSize = new System.Drawing.Size(1275, 692);            this.CloseButton = false;            this.CloseButtonVisible = false;            this.Controls.Add(this.pictureBox1);            this.DockAreas = ((OTS.WinFormsUI.Docking.DockAreas)(((((OTS.WinFormsUI.Docking.DockAreas.DockLeft | OTS.WinFormsUI.Docking.DockAreas.DockRight)             | OTS.WinFormsUI.Docking.DockAreas.DockTop)             | OTS.WinFormsUI.Docking.DockAreas.DockBottom)             | OTS.WinFormsUI.Docking.DockAreas.Document)));            this.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));            this.KeyPreview = true;            this.Margin = new System.Windows.Forms.Padding(4);            this.MaximizeBox = false;            this.MinimizeBox = false;            this.Name = "OTSSamplespaceWindow";            this.Text = "OTSSamplespaceWindow";            this.TopMost = true;            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;                       this.Load += new System.EventHandler(this.OTSSamplespaceWindow_Load);                       this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.OTSSamplespaceWindow_KeyDown);            this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.OTSSamplespaceWindow_KeyUp);                       this.CMStrip.ResumeLayout(false);            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();            this.ResumeLayout(false);        }        #endregion        private System.Windows.Forms.ToolStripMenuItem AddStage;        private System.Windows.Forms.ToolStripMenuItem DeleteStage;        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;        private System.Windows.Forms.ToolStripMenuItem ReadSEMData;        private System.Windows.Forms.ToolStripMenuItem SetSEMCenterLocation;        private System.Windows.Forms.ToolStripMenuItem DriveSEMToCenterLocation;        private System.Windows.Forms.ToolStripMenuItem DriveSEMToCurrentLocation;        private System.Windows.Forms.ToolStripMenuItem DeleteBSEPicture;        private System.Windows.Forms.ToolStripMenuItem SlopFocusMenuItem;        private Control_Ruler control_Ruler2;        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;        private System.Windows.Forms.ToolStripMenuItem ShootBSEPicture;        private System.Windows.Forms.ToolStripMenuItem SetSemData;        public System.Windows.Forms.ContextMenuStrip CMStrip;        private System.Windows.Forms.ToolStripMenuItem DeleteSampleData;        private System.Windows.Forms.PictureBox pictureBox1;    }}
 |