From 30458c0bca8066d98ca901b5065832a44a7e970e Mon Sep 17 00:00:00 2001 From: wells.liu <wells.liu@broconcentric.com> Date: 星期四, 16 七月 2020 15:47:22 +0800 Subject: [PATCH] 测量结果 查询+导出功能 --- src/Bro.M071.Process/UI/M071_MainForm.Designer.cs | 92 ++++++++++++++++++++++++++++------------------ 1 files changed, 56 insertions(+), 36 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..bbe64d2 100644 --- a/src/Bro.M071.Process/UI/M071_MainForm.Designer.cs +++ b/src/Bro.M071.Process/UI/M071_MainForm.Designer.cs @@ -33,6 +33,8 @@ this.tsmiShowToolBar = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiShowStatusBar = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiShowEditor = new System.Windows.Forms.ToolStripMenuItem(); + this.btnReset = new System.Windows.Forms.Button(); + this.btnStartMeasure = new System.Windows.Forms.Button(); this.lblCT = new System.Windows.Forms.Label(); this.txtBarcode = new System.Windows.Forms.TextBox(); this.lblProductionState = new System.Windows.Forms.Label(); @@ -44,9 +46,9 @@ 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(); + this.tsmiRefreshLabels = new System.Windows.Forms.ToolStripMenuItem(); this.contextMenuStrip1.SuspendLayout(); this.plImage.SuspendLayout(); this.tscEditLocation.ContentPanel.SuspendLayout(); @@ -63,15 +65,16 @@ this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiShowToolBar, this.tsmiShowStatusBar, - this.tsmiShowEditor}); + this.tsmiShowEditor, + this.tsmiRefreshLabels}); this.contextMenuStrip1.Name = "contextMenuStrip1"; - this.contextMenuStrip1.Size = new System.Drawing.Size(149, 70); + this.contextMenuStrip1.Size = new System.Drawing.Size(181, 114); // // tsmiShowToolBar // this.tsmiShowToolBar.CheckOnClick = true; this.tsmiShowToolBar.Name = "tsmiShowToolBar"; - this.tsmiShowToolBar.Size = new System.Drawing.Size(148, 22); + this.tsmiShowToolBar.Size = new System.Drawing.Size(180, 22); this.tsmiShowToolBar.Text = "鏄剧ず宸ュ叿鏉�"; this.tsmiShowToolBar.CheckedChanged += new System.EventHandler(this.tsmiShowToolBar_CheckedChanged); // @@ -79,7 +82,7 @@ // this.tsmiShowStatusBar.CheckOnClick = true; this.tsmiShowStatusBar.Name = "tsmiShowStatusBar"; - this.tsmiShowStatusBar.Size = new System.Drawing.Size(148, 22); + this.tsmiShowStatusBar.Size = new System.Drawing.Size(180, 22); this.tsmiShowStatusBar.Text = "鏄剧ず鐘舵�佹爮"; this.tsmiShowStatusBar.CheckedChanged += new System.EventHandler(this.tsmiShowStatusBar_CheckedChanged); // @@ -87,9 +90,40 @@ // this.tsmiShowEditor.CheckOnClick = true; this.tsmiShowEditor.Name = "tsmiShowEditor"; - this.tsmiShowEditor.Size = new System.Drawing.Size(148, 22); + this.tsmiShowEditor.Size = new System.Drawing.Size(180, 22); this.tsmiShowEditor.Text = "缂栬緫鏄剧ず鐐逛綅"; this.tsmiShowEditor.CheckedChanged += new System.EventHandler(this.tsmiShowEditor_CheckedChanged); + // + // btnReset + // + this.btnReset.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.btnReset.BackColor = System.Drawing.Color.Orange; + this.btnReset.Cursor = System.Windows.Forms.Cursors.Hand; + this.btnReset.Font = new System.Drawing.Font("瀹嬩綋", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, ((byte)(134))); + this.btnReset.ForeColor = System.Drawing.Color.DarkGreen; + this.btnReset.Location = new System.Drawing.Point(531, 8); + this.btnReset.Name = "btnReset"; + this.btnReset.Size = new System.Drawing.Size(141, 35); + this.btnReset.TabIndex = 5; + this.btnReset.Text = "澶嶄綅锛堥暱鎸�5s澶у浣嶏級"; + this.btnReset.UseVisualStyleBackColor = false; + this.btnReset.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnReset_MouseDown); + this.btnReset.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnReset_MouseUp); + // + // btnStartMeasure + // + this.btnStartMeasure.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.btnStartMeasure.BackColor = System.Drawing.Color.Lime; + this.btnStartMeasure.Cursor = System.Windows.Forms.Cursors.Hand; + this.btnStartMeasure.Font = new System.Drawing.Font("瀹嬩綋", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, ((byte)(134))); + this.btnStartMeasure.ForeColor = System.Drawing.Color.DarkGreen; + this.btnStartMeasure.Location = new System.Drawing.Point(678, 8); + this.btnStartMeasure.Name = "btnStartMeasure"; + this.btnStartMeasure.Size = new System.Drawing.Size(110, 35); + this.btnStartMeasure.TabIndex = 5; + this.btnStartMeasure.Text = "寮�濮嬫祴閲�"; + this.btnStartMeasure.UseVisualStyleBackColor = false; + this.btnStartMeasure.Click += new System.EventHandler(this.btnStartMeasure_Click); // // lblCT // @@ -228,6 +262,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; @@ -242,6 +279,11 @@ 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 // this.propGridKeyIndicator.Dock = System.Windows.Forms.DockStyle.Fill; @@ -251,36 +293,12 @@ this.propGridKeyIndicator.TabIndex = 0; this.propGridKeyIndicator.ToolbarVisible = false; // - // btnStartMeasure + // tsmiRefreshLabels // - this.btnStartMeasure.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.btnStartMeasure.BackColor = System.Drawing.Color.Lime; - this.btnStartMeasure.Cursor = System.Windows.Forms.Cursors.Hand; - this.btnStartMeasure.Font = new System.Drawing.Font("瀹嬩綋", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, ((byte)(134))); - this.btnStartMeasure.ForeColor = System.Drawing.Color.DarkGreen; - this.btnStartMeasure.Location = new System.Drawing.Point(678, 8); - this.btnStartMeasure.Name = "btnStartMeasure"; - this.btnStartMeasure.Size = new System.Drawing.Size(110, 35); - this.btnStartMeasure.TabIndex = 5; - this.btnStartMeasure.Text = "寮�濮嬫祴閲�"; - this.btnStartMeasure.UseVisualStyleBackColor = false; - this.btnStartMeasure.Click += new System.EventHandler(this.btnStartMeasure_Click); - // - // btnReset - // - this.btnReset.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.btnReset.BackColor = System.Drawing.Color.Orange; - this.btnReset.Cursor = System.Windows.Forms.Cursors.Hand; - this.btnReset.Font = new System.Drawing.Font("瀹嬩綋", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, ((byte)(134))); - this.btnReset.ForeColor = System.Drawing.Color.DarkGreen; - this.btnReset.Location = new System.Drawing.Point(531, 8); - this.btnReset.Name = "btnReset"; - this.btnReset.Size = new System.Drawing.Size(141, 35); - this.btnReset.TabIndex = 5; - this.btnReset.Text = "澶嶄綅锛堥暱鎸�5s澶у浣嶏級"; - this.btnReset.UseVisualStyleBackColor = false; - this.btnReset.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnReset_MouseDown); - this.btnReset.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnReset_MouseUp); + this.tsmiRefreshLabels.Name = "tsmiRefreshLabels"; + this.tsmiRefreshLabels.Size = new System.Drawing.Size(180, 22); + this.tsmiRefreshLabels.Text = "鍒锋柊鏄剧ず鐐逛綅"; + this.tsmiRefreshLabels.Click += new System.EventHandler(this.tsmiRefreshLabels_Click); // // M071_MainForm // @@ -333,5 +351,7 @@ private System.Windows.Forms.Label lblCT; private System.Windows.Forms.Button btnStartMeasure; private System.Windows.Forms.Button btnReset; + private System.Windows.Forms.ColumnHeader columnHeader1; + private System.Windows.Forms.ToolStripMenuItem tsmiRefreshLabels; } } \ No newline at end of file -- Gitblit v1.8.0