From ae5cd6f77221dca1307d5a6c0851470e74412ead Mon Sep 17 00:00:00 2001 From: wells.liu <wells.liu@broconcentric.com> Date: 星期二, 14 七月 2020 16:29:04 +0800 Subject: [PATCH] ef 数据迁移会包含子类 --- src/Bro.M071.Process/UI/M071_MainForm.Designer.cs | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/Bro.M071.Process/UI/M071_MainForm.Designer.cs b/src/Bro.M071.Process/UI/M071_MainForm.Designer.cs index a7e2e8d..abd460f 100644 --- a/src/Bro.M071.Process/UI/M071_MainForm.Designer.cs +++ b/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; @@ -241,6 +245,11 @@ 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 // @@ -333,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; } } \ No newline at end of file -- Gitblit v1.8.0