| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576 | namespace OTSMeasureApp{    partial class OTSMeasureResultWindow    {        /// <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()        {            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OTSMeasureResultWindow));            this.label5 = new System.Windows.Forms.Label();            this.label6 = new System.Windows.Forms.Label();            this.label1 = new System.Windows.Forms.Label();            this.lblSampleName = new System.Windows.Forms.Label();            this.pictureBox1 = new System.Windows.Forms.PictureBox();            this.pictureBox6 = new System.Windows.Forms.PictureBox();            this.pictureBox11 = new System.Windows.Forms.PictureBox();            this.pictureBox12 = new System.Windows.Forms.PictureBox();            this.pictureBox7 = new System.Windows.Forms.PictureBox();            this.lblParticleCount = new System.Windows.Forms.Label();            this.PBState = new System.Windows.Forms.ProgressBar();            this.lblProgressInfo = new System.Windows.Forms.Label();            this.pictureBox3 = new System.Windows.Forms.PictureBox();            this.pictureBox4 = new System.Windows.Forms.PictureBox();            this.pictureBox5 = new System.Windows.Forms.PictureBox();            this.label2 = new System.Windows.Forms.Label();            this.label3 = new System.Windows.Forms.Label();            this.label4 = new System.Windows.Forms.Label();            this.lblBeginTime = new System.Windows.Forms.Label();            this.dg_Info = new System.Windows.Forms.DataGridView();            this.TypeId = new System.Windows.Forms.DataGridViewTextBoxColumn();            this.strName = new System.Windows.Forms.DataGridViewTextBoxColumn();            this.Number = new System.Windows.Forms.DataGridViewTextBoxColumn();            this.Area = new System.Windows.Forms.DataGridViewTextBoxColumn();            this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();            this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();            this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();            this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();            this.pictureBox2 = new System.Windows.Forms.PictureBox();            this.lblSingleCount = new System.Windows.Forms.Label();            this.lblMeasureTime = new System.Windows.Forms.Label();            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.pictureBox11)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.dg_Info)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();            this.SuspendLayout();            //             // label5            //             this.label5.AutoSize = true;            this.label5.BackColor = System.Drawing.SystemColors.ActiveCaption;            this.label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.label5.ForeColor = System.Drawing.Color.Black;            this.label5.ImeMode = System.Windows.Forms.ImeMode.NoControl;            this.label5.Location = new System.Drawing.Point(27, 51);            this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.label5.Name = "label5";            this.label5.Size = new System.Drawing.Size(77, 12);            this.label5.TabIndex = 46;            this.label5.Text = "当前颗粒数量";            //             // label6            //             this.label6.AutoSize = true;            this.label6.BackColor = System.Drawing.SystemColors.ActiveCaption;            this.label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.label6.ForeColor = System.Drawing.Color.Black;            this.label6.ImeMode = System.Windows.Forms.ImeMode.NoControl;            this.label6.Location = new System.Drawing.Point(475, 9);            this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.label6.Name = "label6";            this.label6.Size = new System.Drawing.Size(41, 12);            this.label6.TabIndex = 47;            this.label6.Text = "帧图数";            //             // label1            //             this.label1.AutoSize = true;            this.label1.BackColor = System.Drawing.SystemColors.ActiveCaption;            this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.label1.ForeColor = System.Drawing.Color.Black;            this.label1.ImeMode = System.Windows.Forms.ImeMode.NoControl;            this.label1.Location = new System.Drawing.Point(45, 9);            this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.label1.Name = "label1";            this.label1.Size = new System.Drawing.Size(41, 12);            this.label1.TabIndex = 48;            this.label1.Text = "样品名";            //             // lblSampleName            //             this.lblSampleName.AutoSize = true;            this.lblSampleName.BackColor = System.Drawing.Color.White;            this.lblSampleName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.lblSampleName.ForeColor = System.Drawing.Color.Black;            this.lblSampleName.ImeMode = System.Windows.Forms.ImeMode.NoControl;            this.lblSampleName.Location = new System.Drawing.Point(129, 9);            this.lblSampleName.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.lblSampleName.Name = "lblSampleName";            this.lblSampleName.Size = new System.Drawing.Size(17, 12);            this.lblSampleName.TabIndex = 50;            this.lblSampleName.Text = "--";            //             // pictureBox1            //             this.pictureBox1.BackColor = System.Drawing.SystemColors.ActiveCaption;            this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;            this.pictureBox1.ImeMode = System.Windows.Forms.ImeMode.NoControl;            this.pictureBox1.Location = new System.Drawing.Point(8, 46);            this.pictureBox1.Margin = new System.Windows.Forms.Padding(2);            this.pictureBox1.Name = "pictureBox1";            this.pictureBox1.Size = new System.Drawing.Size(117, 23);            this.pictureBox1.TabIndex = 32;            this.pictureBox1.TabStop = false;            //             // pictureBox6            //             this.pictureBox6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)             | System.Windows.Forms.AnchorStyles.Right)));            this.pictureBox6.BackColor = System.Drawing.Color.White;            this.pictureBox6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;            this.pictureBox6.ImeMode = System.Windows.Forms.ImeMode.NoControl;            this.pictureBox6.Location = new System.Drawing.Point(125, 24);            this.pictureBox6.Margin = new System.Windows.Forms.Padding(2);            this.pictureBox6.Name = "pictureBox6";            this.pictureBox6.Size = new System.Drawing.Size(957, 23);            this.pictureBox6.TabIndex = 37;            this.pictureBox6.TabStop = false;            //             // pictureBox11            //             this.pictureBox11.BackColor = System.Drawing.SystemColors.ActiveCaption;            this.pictureBox11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;            this.pictureBox11.ImeMode = System.Windows.Forms.ImeMode.NoControl;            this.pictureBox11.Location = new System.Drawing.Point(8, 2);            this.pictureBox11.Margin = new System.Windows.Forms.Padding(2);            this.pictureBox11.Name = "pictureBox11";            this.pictureBox11.Size = new System.Drawing.Size(117, 23);            this.pictureBox11.TabIndex = 38;            this.pictureBox11.TabStop = false;            //             // pictureBox12            //             this.pictureBox12.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)             | System.Windows.Forms.AnchorStyles.Right)));            this.pictureBox12.BackColor = System.Drawing.Color.White;            this.pictureBox12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;            this.pictureBox12.ImeMode = System.Windows.Forms.ImeMode.NoControl;            this.pictureBox12.Location = new System.Drawing.Point(125, 2);            this.pictureBox12.Margin = new System.Windows.Forms.Padding(2);            this.pictureBox12.Name = "pictureBox12";            this.pictureBox12.Size = new System.Drawing.Size(957, 23);            this.pictureBox12.TabIndex = 39;            this.pictureBox12.TabStop = false;            //             // pictureBox7            //             this.pictureBox7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)             | System.Windows.Forms.AnchorStyles.Right)));            this.pictureBox7.BackColor = System.Drawing.Color.White;            this.pictureBox7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;            this.pictureBox7.ImeMode = System.Windows.Forms.ImeMode.NoControl;            this.pictureBox7.Location = new System.Drawing.Point(125, 46);            this.pictureBox7.Margin = new System.Windows.Forms.Padding(2);            this.pictureBox7.Name = "pictureBox7";            this.pictureBox7.Size = new System.Drawing.Size(957, 23);            this.pictureBox7.TabIndex = 40;            this.pictureBox7.TabStop = false;            //             // lblParticleCount            //             this.lblParticleCount.AutoSize = true;            this.lblParticleCount.BackColor = System.Drawing.Color.White;            this.lblParticleCount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.lblParticleCount.ForeColor = System.Drawing.Color.Black;            this.lblParticleCount.ImeMode = System.Windows.Forms.ImeMode.NoControl;            this.lblParticleCount.Location = new System.Drawing.Point(129, 51);            this.lblParticleCount.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.lblParticleCount.Name = "lblParticleCount";            this.lblParticleCount.Size = new System.Drawing.Size(11, 12);            this.lblParticleCount.TabIndex = 51;            this.lblParticleCount.Text = "0";            //             // PBState            //             this.PBState.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)             | System.Windows.Forms.AnchorStyles.Right)));            this.PBState.ImeMode = System.Windows.Forms.ImeMode.NoControl;            this.PBState.Location = new System.Drawing.Point(559, 50);            this.PBState.Margin = new System.Windows.Forms.Padding(2);            this.PBState.Name = "PBState";            this.PBState.Size = new System.Drawing.Size(337, 15);            this.PBState.TabIndex = 29;            this.PBState.SizeChanged += new System.EventHandler(this.PBState_SizeChanged);            //             // lblProgressInfo            //             this.lblProgressInfo.BackColor = System.Drawing.Color.White;            this.lblProgressInfo.ImeMode = System.Windows.Forms.ImeMode.NoControl;            this.lblProgressInfo.Location = new System.Drawing.Point(611, 51);            this.lblProgressInfo.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.lblProgressInfo.Name = "lblProgressInfo";            this.lblProgressInfo.Size = new System.Drawing.Size(33, 12);            this.lblProgressInfo.TabIndex = 30;            this.lblProgressInfo.Text = "0%";            //             // pictureBox3            //             this.pictureBox3.BackColor = System.Drawing.SystemColors.ActiveCaption;            this.pictureBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;            this.pictureBox3.ImeMode = System.Windows.Forms.ImeMode.NoControl;            this.pictureBox3.Location = new System.Drawing.Point(437, 2);            this.pictureBox3.Margin = new System.Windows.Forms.Padding(2);            this.pictureBox3.Name = "pictureBox3";            this.pictureBox3.Size = new System.Drawing.Size(117, 23);            this.pictureBox3.TabIndex = 33;            this.pictureBox3.TabStop = false;            //             // pictureBox4            //             this.pictureBox4.BackColor = System.Drawing.SystemColors.ActiveCaption;            this.pictureBox4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;            this.pictureBox4.ImeMode = System.Windows.Forms.ImeMode.NoControl;            this.pictureBox4.Location = new System.Drawing.Point(437, 24);            this.pictureBox4.Margin = new System.Windows.Forms.Padding(2);            this.pictureBox4.Name = "pictureBox4";            this.pictureBox4.Size = new System.Drawing.Size(117, 23);            this.pictureBox4.TabIndex = 34;            this.pictureBox4.TabStop = false;            //             // pictureBox5            //             this.pictureBox5.BackColor = System.Drawing.SystemColors.ActiveCaption;            this.pictureBox5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;            this.pictureBox5.ImeMode = System.Windows.Forms.ImeMode.NoControl;            this.pictureBox5.Location = new System.Drawing.Point(437, 46);            this.pictureBox5.Margin = new System.Windows.Forms.Padding(2);            this.pictureBox5.Name = "pictureBox5";            this.pictureBox5.Size = new System.Drawing.Size(117, 23);            this.pictureBox5.TabIndex = 35;            this.pictureBox5.TabStop = false;            //             // label2            //             this.label2.AutoSize = true;            this.label2.BackColor = System.Drawing.SystemColors.ActiveCaption;            this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.label2.ForeColor = System.Drawing.Color.Black;            this.label2.ImeMode = System.Windows.Forms.ImeMode.NoControl;            this.label2.Location = new System.Drawing.Point(469, 51);            this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.label2.Name = "label2";            this.label2.Size = new System.Drawing.Size(53, 12);            this.label2.TabIndex = 43;            this.label2.Text = "测量进度";            //             // label3            //             this.label3.AutoSize = true;            this.label3.BackColor = System.Drawing.SystemColors.ActiveCaption;            this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.label3.ForeColor = System.Drawing.Color.Black;            this.label3.ImeMode = System.Windows.Forms.ImeMode.NoControl;            this.label3.Location = new System.Drawing.Point(469, 29);            this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.label3.Name = "label3";            this.label3.Size = new System.Drawing.Size(53, 12);            this.label3.TabIndex = 44;            this.label3.Text = "测量时间";            //             // label4            //             this.label4.AutoSize = true;            this.label4.BackColor = System.Drawing.SystemColors.ActiveCaption;            this.label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.label4.ForeColor = System.Drawing.Color.Black;            this.label4.ImeMode = System.Windows.Forms.ImeMode.NoControl;            this.label4.Location = new System.Drawing.Point(39, 29);            this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.label4.Name = "label4";            this.label4.Size = new System.Drawing.Size(53, 12);            this.label4.TabIndex = 45;            this.label4.Text = "开始时间";            //             // lblBeginTime            //             this.lblBeginTime.AutoSize = true;            this.lblBeginTime.BackColor = System.Drawing.Color.White;            this.lblBeginTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.lblBeginTime.ForeColor = System.Drawing.Color.Black;            this.lblBeginTime.ImeMode = System.Windows.Forms.ImeMode.NoControl;            this.lblBeginTime.Location = new System.Drawing.Point(129, 29);            this.lblBeginTime.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.lblBeginTime.Name = "lblBeginTime";            this.lblBeginTime.Size = new System.Drawing.Size(0, 12);            this.lblBeginTime.TabIndex = 52;            //             // dg_Info            //             this.dg_Info.AllowUserToAddRows = false;            this.dg_Info.AllowUserToDeleteRows = false;            this.dg_Info.AllowUserToResizeColumns = false;            this.dg_Info.AllowUserToResizeRows = false;            this.dg_Info.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.dg_Info.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.ActiveCaption;            dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;            this.dg_Info.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;            this.dg_Info.ColumnHeadersHeight = 24;            this.dg_Info.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {            this.TypeId,            this.strName,            this.Number,            this.Area});            dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;            dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;            dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;            dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;            dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;            dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;            this.dg_Info.DefaultCellStyle = dataGridViewCellStyle6;            this.dg_Info.Location = new System.Drawing.Point(8, 73);            this.dg_Info.Margin = new System.Windows.Forms.Padding(2);            this.dg_Info.Name = "dg_Info";            this.dg_Info.ReadOnly = true;            this.dg_Info.RowHeadersVisible = false;            this.dg_Info.RowTemplate.Height = 24;            this.dg_Info.Size = new System.Drawing.Size(1073, 593);            this.dg_Info.TabIndex = 54;            //             // TypeId            //             this.TypeId.DataPropertyName = "TypeId";            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;            this.TypeId.DefaultCellStyle = dataGridViewCellStyle2;            this.TypeId.HeaderText = "分类";            this.TypeId.MinimumWidth = 100;            this.TypeId.Name = "TypeId";            this.TypeId.ReadOnly = true;            this.TypeId.Visible = false;            //             // strName            //             this.strName.DataPropertyName = "STDName";            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;            this.strName.DefaultCellStyle = dataGridViewCellStyle3;            this.strName.FillWeight = 200F;            this.strName.HeaderText = "名称";            this.strName.MinimumWidth = 300;            this.strName.Name = "strName";            this.strName.ReadOnly = true;            this.strName.Width = 300;            //             // Number            //             this.Number.DataPropertyName = "Number";            dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;            this.Number.DefaultCellStyle = dataGridViewCellStyle4;            this.Number.HeaderText = "数量";            this.Number.MinimumWidth = 300;            this.Number.Name = "Number";            this.Number.ReadOnly = true;            this.Number.Width = 300;            //             // Area            //             this.Area.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;            this.Area.DataPropertyName = "Area";            dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;            this.Area.DefaultCellStyle = dataGridViewCellStyle5;            this.Area.HeaderText = "面积";            this.Area.MinimumWidth = 300;            this.Area.Name = "Area";            this.Area.ReadOnly = true;            //             // dataGridViewTextBoxColumn1            //             this.dataGridViewTextBoxColumn1.DataPropertyName = "TypeId";            this.dataGridViewTextBoxColumn1.HeaderText = "分类";            this.dataGridViewTextBoxColumn1.MinimumWidth = 100;            this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";            //             // dataGridViewTextBoxColumn2            //             this.dataGridViewTextBoxColumn2.DataPropertyName = "stdName";            this.dataGridViewTextBoxColumn2.FillWeight = 200F;            this.dataGridViewTextBoxColumn2.HeaderText = "名称";            this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";            this.dataGridViewTextBoxColumn2.Width = 200;            //             // dataGridViewTextBoxColumn3            //             this.dataGridViewTextBoxColumn3.DataPropertyName = "Number";            this.dataGridViewTextBoxColumn3.HeaderText = "数量";            this.dataGridViewTextBoxColumn3.MinimumWidth = 300;            this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";            this.dataGridViewTextBoxColumn3.Width = 300;            //             // dataGridViewTextBoxColumn4            //             this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;            this.dataGridViewTextBoxColumn4.DataPropertyName = "Area";            this.dataGridViewTextBoxColumn4.HeaderText = "面积";            this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";            //             // pictureBox2            //             this.pictureBox2.BackColor = System.Drawing.SystemColors.ActiveCaption;            this.pictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;            this.pictureBox2.ImeMode = System.Windows.Forms.ImeMode.NoControl;            this.pictureBox2.Location = new System.Drawing.Point(8, 24);            this.pictureBox2.Margin = new System.Windows.Forms.Padding(2);            this.pictureBox2.Name = "pictureBox2";            this.pictureBox2.Size = new System.Drawing.Size(117, 23);            this.pictureBox2.TabIndex = 36;            this.pictureBox2.TabStop = false;            //             // lblSingleCount            //             this.lblSingleCount.AutoSize = true;            this.lblSingleCount.BackColor = System.Drawing.Color.White;            this.lblSingleCount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.lblSingleCount.ForeColor = System.Drawing.Color.Black;            this.lblSingleCount.ImeMode = System.Windows.Forms.ImeMode.NoControl;            this.lblSingleCount.Location = new System.Drawing.Point(559, 7);            this.lblSingleCount.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.lblSingleCount.Name = "lblSingleCount";            this.lblSingleCount.Size = new System.Drawing.Size(11, 12);            this.lblSingleCount.TabIndex = 49;            this.lblSingleCount.Text = "0";            //             // lblMeasureTime            //             this.lblMeasureTime.AutoSize = true;            this.lblMeasureTime.BackColor = System.Drawing.Color.White;            this.lblMeasureTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.lblMeasureTime.ForeColor = System.Drawing.Color.Black;            this.lblMeasureTime.ImeMode = System.Windows.Forms.ImeMode.NoControl;            this.lblMeasureTime.Location = new System.Drawing.Point(559, 29);            this.lblMeasureTime.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.lblMeasureTime.Name = "lblMeasureTime";            this.lblMeasureTime.Size = new System.Drawing.Size(0, 12);            this.lblMeasureTime.TabIndex = 53;            //             // OTSMeasureResultWindow            //             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(1089, 674);            this.CloseButton = false;            this.CloseButtonVisible = false;            this.Controls.Add(this.label6);            this.Controls.Add(this.dg_Info);            this.Controls.Add(this.lblMeasureTime);            this.Controls.Add(this.lblBeginTime);            this.Controls.Add(this.label4);            this.Controls.Add(this.label3);            this.Controls.Add(this.label2);            this.Controls.Add(this.pictureBox5);            this.Controls.Add(this.pictureBox4);            this.Controls.Add(this.pictureBox3);            this.Controls.Add(this.lblProgressInfo);            this.Controls.Add(this.PBState);            this.Controls.Add(this.lblParticleCount);            this.Controls.Add(this.lblSampleName);            this.Controls.Add(this.lblSingleCount);            this.Controls.Add(this.label1);            this.Controls.Add(this.label5);            this.Controls.Add(this.pictureBox7);            this.Controls.Add(this.pictureBox12);            this.Controls.Add(this.pictureBox11);            this.Controls.Add(this.pictureBox6);            this.Controls.Add(this.pictureBox2);            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("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));            this.Name = "OTSMeasureResultWindow";            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OTSMeasureResultWindow_FormClosing);            this.Load += new System.EventHandler(this.OTSMeasureResultWindow_Load);            this.SizeChanged += new System.EventHandler(this.OTSMeasureResultWindow_SizeChanged);            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.pictureBox11)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.dg_Info)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();            this.ResumeLayout(false);            this.PerformLayout();        }        #endregion        private System.Windows.Forms.Label label5;        private System.Windows.Forms.Label label6;        private System.Windows.Forms.Label label1;        private System.Windows.Forms.Label lblSampleName;        private System.Windows.Forms.PictureBox pictureBox1;        private System.Windows.Forms.PictureBox pictureBox6;        private System.Windows.Forms.PictureBox pictureBox11;        private System.Windows.Forms.PictureBox pictureBox12;        private System.Windows.Forms.PictureBox pictureBox7;        private System.Windows.Forms.Label lblParticleCount;        private System.Windows.Forms.ProgressBar PBState;        private System.Windows.Forms.Label lblProgressInfo;        private System.Windows.Forms.PictureBox pictureBox3;        private System.Windows.Forms.PictureBox pictureBox4;        private System.Windows.Forms.PictureBox pictureBox5;        private System.Windows.Forms.Label label2;        private System.Windows.Forms.Label label3;        private System.Windows.Forms.Label label4;        private System.Windows.Forms.Label lblBeginTime;        private System.Windows.Forms.DataGridView dg_Info;        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;        private System.Windows.Forms.DataGridViewTextBoxColumn TypeId;        private System.Windows.Forms.DataGridViewTextBoxColumn strName;        private System.Windows.Forms.DataGridViewTextBoxColumn Number;        private System.Windows.Forms.DataGridViewTextBoxColumn Area;        private System.Windows.Forms.PictureBox pictureBox2;        private System.Windows.Forms.Label lblSingleCount;        private System.Windows.Forms.Label lblMeasureTime;    }}
 |