From ef1d00b03b292d3b926828518ee823f5820343d6 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期六, 24 五月 2025 16:58:15 +0800 Subject: [PATCH] 工单优化 --- DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkTechnique.Designer.cs | 96 ++++++++++++++++++++++++------------------------ 1 files changed, 48 insertions(+), 48 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkTechnique.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkTechnique.Designer.cs index 4b1e89d..1eeb1d6 100644 --- a/DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkTechnique.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkTechnique.Designer.cs @@ -83,6 +83,7 @@ this.btnCopy = new DevExpress.XtraEditors.SimpleButton(); this.layoutControlItem24 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); + this.layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem(); this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); @@ -102,6 +103,7 @@ this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem(); + this.layoutControlItem21 = new DevExpress.XtraLayout.LayoutControlItem(); this.tabMx = new DevExpress.XtraTab.XtraTabControl(); this.tabMxPage1 = new DevExpress.XtraTab.XtraTabPage(); this.gcMx1 = new DevExpress.XtraGrid.GridControl(); @@ -120,8 +122,6 @@ this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); this.picCheckBox = new System.Windows.Forms.PictureBox(); - this.layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem(); - this.layoutControlItem21 = new DevExpress.XtraLayout.LayoutControlItem(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); this.xtraTabControl1.SuspendLayout(); this.xtraTabPage1.SuspendLayout(); @@ -164,6 +164,7 @@ ((System.ComponentModel.ISupportInitialize)(this.txt_isCheck.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem24)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit(); @@ -183,6 +184,7 @@ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tabMx)).BeginInit(); this.tabMx.SuspendLayout(); this.tabMxPage1.SuspendLayout(); @@ -193,8 +195,6 @@ ((System.ComponentModel.ISupportInitialize)(this.rptGx)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.picCheckBox)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).BeginInit(); this.SuspendLayout(); // // toolBarMenu1 @@ -430,7 +430,7 @@ // // txt_fMaxWeight // - this.txt_fMaxWeight.Location = new System.Drawing.Point(496, 12); + this.txt_fMaxWeight.Location = new System.Drawing.Point(498, 12); this.txt_fMaxWeight.Name = "txt_fMaxWeight"; this.txt_fMaxWeight.Properties.Appearance.Options.UseFont = true; this.txt_fMaxWeight.Size = new System.Drawing.Size(62, 24); @@ -440,7 +440,7 @@ // // txt_fMinWeight // - this.txt_fMinWeight.Location = new System.Drawing.Point(496, 43); + this.txt_fMinWeight.Location = new System.Drawing.Point(498, 43); this.txt_fMinWeight.Name = "txt_fMinWeight"; this.txt_fMinWeight.Properties.Appearance.Options.UseFont = true; this.txt_fMinWeight.Size = new System.Drawing.Size(62, 24); @@ -450,7 +450,7 @@ // // txt_itemName // - this.txt_itemName.Location = new System.Drawing.Point(82, 74); + this.txt_itemName.Location = new System.Drawing.Point(84, 74); this.txt_itemName.Name = "txt_itemName"; this.txt_itemName.Properties.Appearance.Options.UseFont = true; this.txt_itemName.Size = new System.Drawing.Size(200, 27); @@ -470,7 +470,7 @@ // // txt_itemNo // - this.txt_itemNo.Location = new System.Drawing.Point(82, 43); + this.txt_itemNo.Location = new System.Drawing.Point(84, 43); this.txt_itemNo.Name = "txt_itemNo"; this.txt_itemNo.Properties.Appearance.Options.UseFont = true; this.txt_itemNo.Size = new System.Drawing.Size(200, 24); @@ -480,7 +480,7 @@ // // txt_fSumPeople // - this.txt_fSumPeople.Location = new System.Drawing.Point(358, 74); + this.txt_fSumPeople.Location = new System.Drawing.Point(360, 74); this.txt_fSumPeople.Name = "txt_fSumPeople"; this.txt_fSumPeople.Properties.Appearance.Options.UseFont = true; this.txt_fSumPeople.Size = new System.Drawing.Size(62, 24); @@ -490,7 +490,7 @@ // // txt_fCapacity // - this.txt_fCapacity.Location = new System.Drawing.Point(496, 74); + this.txt_fCapacity.Location = new System.Drawing.Point(498, 74); this.txt_fCapacity.Name = "txt_fCapacity"; this.txt_fCapacity.Properties.Appearance.Options.UseFont = true; this.txt_fCapacity.Size = new System.Drawing.Size(62, 24); @@ -500,7 +500,7 @@ // // txt_remark // - this.txt_remark.Location = new System.Drawing.Point(82, 105); + this.txt_remark.Location = new System.Drawing.Point(84, 105); this.txt_remark.Name = "txt_remark"; this.txt_remark.Properties.Appearance.Options.UseFont = true; this.txt_remark.Size = new System.Drawing.Size(200, 24); @@ -511,12 +511,12 @@ // txt_fJingDu // this.txt_fJingDu.EditValue = "PSC娴�"; - this.txt_fJingDu.Location = new System.Drawing.Point(358, 43); + this.txt_fJingDu.Location = new System.Drawing.Point(360, 43); this.txt_fJingDu.Name = "txt_fJingDu"; this.txt_fJingDu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txt_fJingDu.Properties.Items.AddRange(new object[] { - "PSC娴�", + "PCS娴�", "LOT娴�"}); this.txt_fJingDu.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.txt_fJingDu.Size = new System.Drawing.Size(62, 24); @@ -526,7 +526,7 @@ // txt_fBegDate // this.txt_fBegDate.EditValue = null; - this.txt_fBegDate.Location = new System.Drawing.Point(358, 105); + this.txt_fBegDate.Location = new System.Drawing.Point(360, 105); this.txt_fBegDate.Name = "txt_fBegDate"; this.txt_fBegDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); @@ -539,7 +539,7 @@ // txt_fEndDate // this.txt_fEndDate.EditValue = null; - this.txt_fEndDate.Location = new System.Drawing.Point(358, 136); + this.txt_fEndDate.Location = new System.Drawing.Point(360, 136); this.txt_fEndDate.Name = "txt_fEndDate"; this.txt_fEndDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); @@ -551,7 +551,7 @@ // // txt_orgName // - this.txt_orgName.Location = new System.Drawing.Point(82, 12); + this.txt_orgName.Location = new System.Drawing.Point(84, 12); this.txt_orgName.Name = "txt_orgName"; this.txt_orgName.Size = new System.Drawing.Size(200, 24); this.txt_orgName.StyleController = this.layoutMx1; @@ -561,7 +561,7 @@ // txt_fType // this.txt_fType.EditValue = "-璇烽�夋嫨-"; - this.txt_fType.Location = new System.Drawing.Point(358, 12); + this.txt_fType.Location = new System.Drawing.Point(360, 12); this.txt_fType.Name = "txt_fType"; this.txt_fType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); @@ -579,7 +579,7 @@ this.btnSelect.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Question; this.btnSelect.Appearance.Options.UseBackColor = true; this.btnSelect.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.zoom100_16x16; - this.btnSelect.Location = new System.Drawing.Point(10, 136); + this.btnSelect.Location = new System.Drawing.Point(12, 136); this.btnSelect.Name = "btnSelect"; this.btnSelect.Size = new System.Drawing.Size(96, 27); this.btnSelect.StyleController = this.layoutMx1; @@ -596,7 +596,7 @@ // // txt_lastUpdateBy // - this.txt_lastUpdateBy.Location = new System.Drawing.Point(634, 12); + this.txt_lastUpdateBy.Location = new System.Drawing.Point(636, 12); this.txt_lastUpdateBy.Name = "txt_lastUpdateBy"; this.txt_lastUpdateBy.Size = new System.Drawing.Size(62, 24); this.txt_lastUpdateBy.StyleController = this.layoutMx1; @@ -605,7 +605,7 @@ // // txt_lastUpdateDate // - this.txt_lastUpdateDate.Location = new System.Drawing.Point(634, 43); + this.txt_lastUpdateDate.Location = new System.Drawing.Point(636, 43); this.txt_lastUpdateDate.Name = "txt_lastUpdateDate"; this.txt_lastUpdateDate.Size = new System.Drawing.Size(62, 24); this.txt_lastUpdateDate.StyleController = this.layoutMx1; @@ -614,7 +614,7 @@ // // txt_checkBy // - this.txt_checkBy.Location = new System.Drawing.Point(634, 74); + this.txt_checkBy.Location = new System.Drawing.Point(636, 74); this.txt_checkBy.Name = "txt_checkBy"; this.txt_checkBy.Size = new System.Drawing.Size(62, 24); this.txt_checkBy.StyleController = this.layoutMx1; @@ -623,7 +623,7 @@ // // txt_checkDate // - this.txt_checkDate.Location = new System.Drawing.Point(634, 105); + this.txt_checkDate.Location = new System.Drawing.Point(636, 105); this.txt_checkDate.Name = "txt_checkDate"; this.txt_checkDate.Size = new System.Drawing.Size(62, 24); this.txt_checkDate.StyleController = this.layoutMx1; @@ -632,7 +632,7 @@ // // txt_isCheck // - this.txt_isCheck.Location = new System.Drawing.Point(562, 136); + this.txt_isCheck.Location = new System.Drawing.Point(564, 136); this.txt_isCheck.Name = "txt_isCheck"; this.txt_isCheck.Properties.Caption = "瀹℃牳鐘舵��"; this.txt_isCheck.Size = new System.Drawing.Size(134, 24); @@ -645,7 +645,7 @@ this.btnCopy.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary; this.btnCopy.Appearance.Options.UseBackColor = true; this.btnCopy.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.copy_16x16; - this.btnCopy.Location = new System.Drawing.Point(148, 136); + this.btnCopy.Location = new System.Drawing.Point(150, 136); this.btnCopy.Name = "btnCopy"; this.btnCopy.Size = new System.Drawing.Size(134, 27); this.btnCopy.StyleController = this.layoutMx1; @@ -674,6 +674,17 @@ this.layoutControlItem2.Size = new System.Drawing.Size(306, 32); this.layoutControlItem2.Text = "瑙勬牸鍨嬪彿"; this.layoutControlItem2.TextSize = new System.Drawing.Size(75, 18); + // + // layoutControlItem16 + // + this.layoutControlItem16.Control = this.txt_guid; + this.layoutControlItem16.Location = new System.Drawing.Point(576, 31); + this.layoutControlItem16.Name = "layoutControlItem16"; + this.layoutControlItem16.OptionsTableLayoutItem.ColumnIndex = 4; + this.layoutControlItem16.OptionsTableLayoutItem.RowIndex = 1; + this.layoutControlItem16.Size = new System.Drawing.Size(144, 31); + this.layoutControlItem16.Text = "浜у搧GUID"; + this.layoutControlItem16.TextSize = new System.Drawing.Size(75, 18); // // Root // @@ -939,6 +950,17 @@ this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem10.TextVisible = false; // + // layoutControlItem21 + // + this.layoutControlItem21.Control = this.txt_lastUpdateDate; + this.layoutControlItem21.Location = new System.Drawing.Point(552, 31); + this.layoutControlItem21.Name = "layoutControlItem21"; + this.layoutControlItem21.OptionsTableLayoutItem.ColumnIndex = 4; + this.layoutControlItem21.OptionsTableLayoutItem.RowIndex = 1; + this.layoutControlItem21.Size = new System.Drawing.Size(138, 31); + this.layoutControlItem21.Text = "鏇存柊鏃堕棿"; + this.layoutControlItem21.TextSize = new System.Drawing.Size(60, 18); + // // tabMx // this.tabMx.Dock = System.Windows.Forms.DockStyle.Fill; @@ -1182,28 +1204,6 @@ this.picCheckBox.TabStop = false; this.picCheckBox.Visible = false; // - // layoutControlItem16 - // - this.layoutControlItem16.Control = this.txt_guid; - this.layoutControlItem16.Location = new System.Drawing.Point(576, 31); - this.layoutControlItem16.Name = "layoutControlItem16"; - this.layoutControlItem16.OptionsTableLayoutItem.ColumnIndex = 4; - this.layoutControlItem16.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem16.Size = new System.Drawing.Size(144, 31); - this.layoutControlItem16.Text = "浜у搧GUID"; - this.layoutControlItem16.TextSize = new System.Drawing.Size(75, 18); - // - // layoutControlItem21 - // - this.layoutControlItem21.Control = this.txt_lastUpdateDate; - this.layoutControlItem21.Location = new System.Drawing.Point(552, 31); - this.layoutControlItem21.Name = "layoutControlItem21"; - this.layoutControlItem21.OptionsTableLayoutItem.ColumnIndex = 4; - this.layoutControlItem21.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem21.Size = new System.Drawing.Size(138, 31); - this.layoutControlItem21.Text = "鏇存柊鏃堕棿"; - this.layoutControlItem21.TextSize = new System.Drawing.Size(60, 18); - // // Frm_WorkTechnique // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); @@ -1256,6 +1256,7 @@ ((System.ComponentModel.ISupportInitialize)(this.txt_isCheck.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem24)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit(); @@ -1275,6 +1276,7 @@ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tabMx)).EndInit(); this.tabMx.ResumeLayout(false); this.tabMxPage1.ResumeLayout(false); @@ -1285,8 +1287,6 @@ ((System.ComponentModel.ISupportInitialize)(this.rptGx)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.picCheckBox)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).EndInit(); this.ResumeLayout(false); } -- Gitblit v1.9.3