From 0a74392a5eba77891c9310413f19c099a4580d82 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期一, 04 十一月 2024 08:15:06 +0800 Subject: [PATCH] iqc --- DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.Designer.cs | 28 ++++++++++++++++++++-------- 1 files changed, 20 insertions(+), 8 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.Designer.cs b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.Designer.cs index cb7e58b..bcc8451 100644 --- a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.Designer.cs @@ -58,6 +58,7 @@ this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.panMsg = new DevExpress.XtraEditors.PanelControl(); + this.btnLoad = new DevExpress.XtraEditors.SimpleButton(); this.txtJianYan = new DevExpress.XtraEditors.TextEdit(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); @@ -556,6 +557,7 @@ // // panMsg // + this.panMsg.Controls.Add(this.btnLoad); this.panMsg.Controls.Add(this.txtJianYan); this.panMsg.Controls.Add(this.labelControl3); this.panMsg.Controls.Add(this.labelControl2); @@ -565,32 +567,41 @@ this.panMsg.Size = new System.Drawing.Size(1340, 68); this.panMsg.TabIndex = 1; // + // btnLoad + // + this.btnLoad.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.refresh_32x321; + this.btnLoad.Location = new System.Drawing.Point(810, 16); + this.btnLoad.Name = "btnLoad"; + this.btnLoad.Size = new System.Drawing.Size(180, 34); + this.btnLoad.TabIndex = 3; + this.btnLoad.Text = "閲嶆柊鍔犺浇妫�楠岄」鐩�"; + // // txtJianYan // - this.txtJianYan.Location = new System.Drawing.Point(556, 12); + this.txtJianYan.Location = new System.Drawing.Point(569, 16); this.txtJianYan.Name = "txtJianYan"; - this.txtJianYan.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 13F); + this.txtJianYan.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 14F); this.txtJianYan.Properties.Appearance.Options.UseFont = true; this.txtJianYan.Size = new System.Drawing.Size(197, 34); this.txtJianYan.TabIndex = 2; // // labelControl3 // - this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 13F); + this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 14F); this.labelControl3.Appearance.Options.UseFont = true; this.labelControl3.Location = new System.Drawing.Point(161, 19); this.labelControl3.Name = "labelControl3"; - this.labelControl3.Size = new System.Drawing.Size(367, 27); + this.labelControl3.Size = new System.Drawing.Size(398, 29); this.labelControl3.TabIndex = 1; this.labelControl3.Text = "褰曞叆妫�楠岀粨鏋滐紙OK-19,NG-1,绾暟瀛楋級"; // // labelControl2 // - this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 13F); + this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 14F); this.labelControl2.Appearance.Options.UseFont = true; - this.labelControl2.Location = new System.Drawing.Point(60, 19); + this.labelControl2.Location = new System.Drawing.Point(35, 19); this.labelControl2.Name = "labelControl2"; - this.labelControl2.Size = new System.Drawing.Size(110, 27); + this.labelControl2.Size = new System.Drawing.Size(120, 29); this.labelControl2.TabIndex = 0; this.labelControl2.Text = "妫�楠岄」鐩細"; // @@ -1295,7 +1306,7 @@ // // toolBarMenu1 // - this.toolBarMenu1.chkParameter = "1,1,1,1,000chk_IqcJianYanCommit"; + this.toolBarMenu1.chkParameter = "0,0,0,0,000chk_iqc_detect01_submit"; this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top; this.toolBarMenu1.guidKey = null; this.toolBarMenu1.isSetBtn = false; @@ -1840,5 +1851,6 @@ private DevExpress.XtraGrid.Columns.GridColumn gridColumn2; private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; private DevExpress.XtraGrid.Columns.GridColumn gridColumn3; + private DevExpress.XtraEditors.SimpleButton btnLoad; } } \ No newline at end of file -- Gitblit v1.9.3