领胜LDS 键盘AOI检测项目
wells
2020-07-11 8dd7b24e5649edf6f73e1146c4db576f7eb3dcdb
src/Bro.M071.Process/UI/M071_MainForm.Designer.cs
@@ -44,6 +44,7 @@
            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();
@@ -228,6 +229,9 @@
            // 
            // 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;
@@ -240,6 +244,12 @@
            this.lvMeasures.UseCompatibleStateImageBehavior = false;
            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
            // 
@@ -332,5 +342,6 @@
        private System.Windows.Forms.Label lblCT;
        private System.Windows.Forms.Button btnStartMeasure;
        private System.Windows.Forms.Button btnReset;
        private System.Windows.Forms.ColumnHeader columnHeader1;
    }
}