| | |
| | | this.btnCancelEdit = new System.Windows.Forms.Button(); |
| | | this.splitContainer1 = new System.Windows.Forms.SplitContainer(); |
| | | this.lvMeasures = new System.Windows.Forms.ListView(); |
| | | this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); |
| | | this.propGridKeyIndicator = new System.Windows.Forms.PropertyGrid(); |
| | | this.btnStartMeasure = new System.Windows.Forms.Button(); |
| | | this.btnReset = new System.Windows.Forms.Button(); |
| | |
| | | // |
| | | // lvMeasures |
| | | // |
| | | this.lvMeasures.BackColor = System.Drawing.SystemColors.Control; |
| | | this.lvMeasures.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { |
| | | this.columnHeader1}); |
| | | this.lvMeasures.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | this.lvMeasures.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, ((byte)(134))); |
| | | this.lvMeasures.FullRowSelect = true; |
| | |
| | | this.lvMeasures.View = System.Windows.Forms.View.List; |
| | | this.lvMeasures.SelectedIndexChanged += new System.EventHandler(this.lvMeasures_SelectedIndexChanged); |
| | | this.lvMeasures.DoubleClick += new System.EventHandler(this.lvMeasures_DoubleClick); |
| | | // |
| | | // columnHeader1 |
| | | // |
| | | this.columnHeader1.Text = "检测标签"; |
| | | this.columnHeader1.Width = 181; |
| | | // |
| | | // propGridKeyIndicator |
| | | // |
| | |
| | | private System.Windows.Forms.Label lblCT; |
| | | private System.Windows.Forms.Button btnStartMeasure; |
| | | private System.Windows.Forms.Button btnReset; |
| | | private System.Windows.Forms.ColumnHeader columnHeader1; |
| | | } |
| | | } |