| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240 | namespace OTSInclusionsTraceability{    partial class InclusionsTraceability    {        /// <summary>        /// 必需的设计器变量。        /// </summary>        private System.ComponentModel.IContainer components = null;        /// <summary>        /// 清理所有正在使用的资源。        /// </summary>        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>        protected override void Dispose(bool disposing)        {            if (disposing && (components != null))            {                components.Dispose();            }            base.Dispose(disposing);        }        #region Windows 窗体设计器生成的代码        /// <summary>        /// 设计器支持所需的方法 - 不要修改        /// 使用代码编辑器修改此方法的内容。        /// </summary>        private void InitializeComponent()        {            this.components = new System.ComponentModel.Container();            this.panel1 = new System.Windows.Forms.Panel();            this.comboBox_SourceType = new System.Windows.Forms.ComboBox();            this.label3 = new System.Windows.Forms.Label();            this.bn_Find = new System.Windows.Forms.Button();            this.cB_contain = new System.Windows.Forms.CheckBox();            this.label2 = new System.Windows.Forms.Label();            this.tB_EquivalentCircularDiameter = new System.Windows.Forms.TextBox();            this.label1 = new System.Windows.Forms.Label();            this.panel2 = new System.Windows.Forms.Panel();            this.dgV_Traceablilty = new System.Windows.Forms.DataGridView();            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);            this.复制全部ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();            this.复制图像ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();            this.复制图像ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();            this.ExportExecl = new System.Windows.Forms.ToolStripMenuItem();            this.panel1.SuspendLayout();            this.panel2.SuspendLayout();            ((System.ComponentModel.ISupportInitialize)(this.dgV_Traceablilty)).BeginInit();            this.contextMenuStrip1.SuspendLayout();            this.SuspendLayout();            //             // panel1            //             this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)             | System.Windows.Forms.AnchorStyles.Right)));            this.panel1.Controls.Add(this.comboBox_SourceType);            this.panel1.Controls.Add(this.label3);            this.panel1.Controls.Add(this.bn_Find);            this.panel1.Controls.Add(this.cB_contain);            this.panel1.Controls.Add(this.label2);            this.panel1.Controls.Add(this.tB_EquivalentCircularDiameter);            this.panel1.Controls.Add(this.label1);            this.panel1.Location = new System.Drawing.Point(12, 12);            this.panel1.Name = "panel1";            this.panel1.Size = new System.Drawing.Size(1364, 54);            this.panel1.TabIndex = 0;            //             // comboBox_SourceType            //             this.comboBox_SourceType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));            this.comboBox_SourceType.FormattingEnabled = true;            this.comboBox_SourceType.Location = new System.Drawing.Point(1082, 15);            this.comboBox_SourceType.Name = "comboBox_SourceType";            this.comboBox_SourceType.Size = new System.Drawing.Size(141, 20);            this.comboBox_SourceType.TabIndex = 7;            //             // label3            //             this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));            this.label3.AutoSize = true;            this.label3.Location = new System.Drawing.Point(1013, 18);            this.label3.Name = "label3";            this.label3.Size = new System.Drawing.Size(65, 12);            this.label3.TabIndex = 6;            this.label3.Text = "显示类型:";            //             // bn_Find            //             this.bn_Find.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));            this.bn_Find.Location = new System.Drawing.Point(1245, 13);            this.bn_Find.Name = "bn_Find";            this.bn_Find.Size = new System.Drawing.Size(75, 23);            this.bn_Find.TabIndex = 5;            this.bn_Find.Text = "查找";            this.bn_Find.UseVisualStyleBackColor = true;            this.bn_Find.Click += new System.EventHandler(this.bn_Find_Click);            //             // cB_contain            //             this.cB_contain.AutoSize = true;            this.cB_contain.Location = new System.Drawing.Point(431, 17);            this.cB_contain.Name = "cB_contain";            this.cB_contain.Size = new System.Drawing.Size(72, 16);            this.cB_contain.TabIndex = 3;            this.cB_contain.Text = "是否包含";            this.cB_contain.UseVisualStyleBackColor = true;            this.cB_contain.Visible = false;            //             // label2            //             this.label2.AutoSize = true;            this.label2.Location = new System.Drawing.Point(361, 18);            this.label2.Name = "label2";            this.label2.Size = new System.Drawing.Size(23, 12);            this.label2.TabIndex = 2;            this.label2.Text = "μm";            //             // tB_EquivalentCircularDiameter            //             this.tB_EquivalentCircularDiameter.Location = new System.Drawing.Point(248, 15);            this.tB_EquivalentCircularDiameter.Name = "tB_EquivalentCircularDiameter";            this.tB_EquivalentCircularDiameter.Size = new System.Drawing.Size(107, 21);            this.tB_EquivalentCircularDiameter.TabIndex = 1;            this.tB_EquivalentCircularDiameter.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;            //             // label1            //             this.label1.AutoSize = true;            this.label1.Location = new System.Drawing.Point(9, 18);            this.label1.Name = "label1";            this.label1.Size = new System.Drawing.Size(227, 12);            this.label1.TabIndex = 0;            this.label1.Text = "请输入判定外来夹杂物的最小等效圆尺寸:";            //             // panel2            //             this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)             | System.Windows.Forms.AnchorStyles.Left)             | System.Windows.Forms.AnchorStyles.Right)));            this.panel2.Controls.Add(this.dgV_Traceablilty);            this.panel2.Location = new System.Drawing.Point(12, 80);            this.panel2.Name = "panel2";            this.panel2.Size = new System.Drawing.Size(1364, 604);            this.panel2.TabIndex = 1;            //             // dgV_Traceablilty            //             this.dgV_Traceablilty.AllowUserToAddRows = false;            this.dgV_Traceablilty.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)             | System.Windows.Forms.AnchorStyles.Left)             | System.Windows.Forms.AnchorStyles.Right)));            this.dgV_Traceablilty.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;            this.dgV_Traceablilty.ContextMenuStrip = this.contextMenuStrip1;            this.dgV_Traceablilty.Location = new System.Drawing.Point(0, 0);            this.dgV_Traceablilty.Name = "dgV_Traceablilty";            this.dgV_Traceablilty.RowHeadersVisible = false;            this.dgV_Traceablilty.Size = new System.Drawing.Size(1361, 601);            this.dgV_Traceablilty.TabIndex = 0;            //             // contextMenuStrip1            //             this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {            this.复制全部ToolStripMenuItem,            this.复制图像ToolStripMenuItem1,            this.复制图像ToolStripMenuItem,            this.ExportExecl});            this.contextMenuStrip1.Name = "contextMenuStrip1";            this.contextMenuStrip1.Size = new System.Drawing.Size(149, 92);            //             // 复制全部ToolStripMenuItem            //             this.复制全部ToolStripMenuItem.Name = "复制全部ToolStripMenuItem";            this.复制全部ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);            this.复制全部ToolStripMenuItem.Text = "复制整个表";            this.复制全部ToolStripMenuItem.Click += new System.EventHandler(this.复制全部ToolStripMenuItem_Click);            //             // 复制图像ToolStripMenuItem1            //             this.复制图像ToolStripMenuItem1.Name = "复制图像ToolStripMenuItem1";            this.复制图像ToolStripMenuItem1.Size = new System.Drawing.Size(148, 22);            this.复制图像ToolStripMenuItem1.Text = "复制选择区域";            this.复制图像ToolStripMenuItem1.Click += new System.EventHandler(this.CopySelectToolStripMenuItem1_Click);            //             // 复制图像ToolStripMenuItem            //             this.复制图像ToolStripMenuItem.Name = "复制图像ToolStripMenuItem";            this.复制图像ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);            this.复制图像ToolStripMenuItem.Text = "复制图像";            this.复制图像ToolStripMenuItem.Click += new System.EventHandler(this.复制图像ToolStripMenuItem_Click);            //             // ExportExecl            //             this.ExportExecl.Name = "ExportExecl";            this.ExportExecl.Size = new System.Drawing.Size(148, 22);            this.ExportExecl.Text = "导出execl";            this.ExportExecl.Click += new System.EventHandler(this.ExportExecl_Click);            //             // InclusionsTraceability            //             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;            this.ClientSize = new System.Drawing.Size(1380, 688);            this.Controls.Add(this.panel2);            this.Controls.Add(this.panel1);            this.Name = "InclusionsTraceability";            this.ShowIcon = false;            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;            this.Text = "InclusionsTraceability";            this.Load += new System.EventHandler(this.InclusionsTraceability_Load);            this.panel1.ResumeLayout(false);            this.panel1.PerformLayout();            this.panel2.ResumeLayout(false);            ((System.ComponentModel.ISupportInitialize)(this.dgV_Traceablilty)).EndInit();            this.contextMenuStrip1.ResumeLayout(false);            this.ResumeLayout(false);        }        #endregion        private System.Windows.Forms.Panel panel1;        private System.Windows.Forms.Button bn_Find;        private System.Windows.Forms.CheckBox cB_contain;        private System.Windows.Forms.Label label2;        private System.Windows.Forms.TextBox tB_EquivalentCircularDiameter;        private System.Windows.Forms.Label label1;        private System.Windows.Forms.Panel panel2;        private System.Windows.Forms.DataGridView dgV_Traceablilty;        private System.Windows.Forms.ComboBox comboBox_SourceType;        private System.Windows.Forms.Label label3;        private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;        private System.Windows.Forms.ToolStripMenuItem ExportExecl;        private System.Windows.Forms.ToolStripMenuItem 复制全部ToolStripMenuItem;        private System.Windows.Forms.ToolStripMenuItem 复制图像ToolStripMenuItem;        private System.Windows.Forms.ToolStripMenuItem 复制图像ToolStripMenuItem1;    }}
 |