From 94b872a684fa6c065b22d1cf7088243a0900353b Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期三, 19 三月 2025 08:26:17 +0800 Subject: [PATCH] 异常 --- DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesItemQtDj.Designer.cs | 207 ++++++++++++++++++++++++++------------------------- 1 files changed, 107 insertions(+), 100 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesItemQtDj.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesItemQtDj.Designer.cs index 080093d..04e1e96 100644 --- a/DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesItemQtDj.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesItemQtDj.Designer.cs @@ -48,7 +48,6 @@ this.gv_status = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_itemOutNo = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_workNo = new DevExpress.XtraGrid.Columns.GridColumn(); - this.gv_pbillNo = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_outDate = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_outType = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_checkUser = new DevExpress.XtraGrid.Columns.GridColumn(); @@ -58,7 +57,7 @@ this.gv_createBy = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_createDate = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_remark = new DevExpress.XtraGrid.Columns.GridColumn(); - this.gv_reason = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.pageBar1 = new UserControls.Data.UcPageBar(); this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage(); this.splitMx1 = new DevExpress.XtraEditors.SplitContainerControl(); @@ -67,7 +66,7 @@ this.txt_lybm = new DevExpress.XtraEditors.TextEdit(); this.txt_hz = new DevExpress.XtraEditors.TextEdit(); this.txt_lyfx = new DevExpress.XtraEditors.TextEdit(); - this.txt_remark = new DevExpress.XtraEditors.TextEdit(); + this.txt_sqRemark = new DevExpress.XtraEditors.TextEdit(); this.txt_hzlx = new DevExpress.XtraEditors.TextEdit(); this.txt_itemOutNo = new DevExpress.XtraEditors.TextEdit(); this.txt_lyOrg = new DevExpress.XtraEditors.TextEdit(); @@ -80,6 +79,7 @@ this.txt_checkUser = new DevExpress.XtraEditors.TextEdit(); this.txt_createDate = new DevExpress.XtraEditors.TextEdit(); this.txt_status = new DevExpress.XtraEditors.CheckEdit(); + this.txt_guid = new DevExpress.XtraEditors.TextEdit(); this.layoutControlItem17 = new DevExpress.XtraLayout.LayoutControlItem(); this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); @@ -98,6 +98,7 @@ this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem(); + this.layoutControlItem18 = new DevExpress.XtraLayout.LayoutControlItem(); this.tabMx = new DevExpress.XtraTab.XtraTabControl(); this.tabMxPage1 = new DevExpress.XtraTab.XtraTabPage(); this.gcMx1 = new DevExpress.XtraGrid.GridControl(); @@ -148,7 +149,7 @@ ((System.ComponentModel.ISupportInitialize)(this.txt_lybm.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_hz.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_lyfx.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_remark.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_sqRemark.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_hzlx.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_itemOutNo.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_lyOrg.Properties)).BeginInit(); @@ -161,6 +162,7 @@ ((System.ComponentModel.ISupportInitialize)(this.txt_checkUser.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_createDate.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_status.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_guid.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); @@ -179,6 +181,7 @@ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tabMx)).BeginInit(); this.tabMx.SuspendLayout(); this.tabMxPage1.SuspendLayout(); @@ -194,6 +197,7 @@ // this.toolBarMenu1.chkParameter = null; this.toolBarMenu1.currentAction = null; + this.toolBarMenu1.defaultActions = null; this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top; this.toolBarMenu1.guidKey = null; this.toolBarMenu1.isSetBtn = false; @@ -267,7 +271,6 @@ this.gv_status, this.gv_itemOutNo, this.gv_workNo, - this.gv_pbillNo, this.gv_outDate, this.gv_outType, this.gv_checkUser, @@ -277,7 +280,7 @@ this.gv_createBy, this.gv_createDate, this.gv_remark, - this.gv_reason}); + this.gridColumn1}); this.gridView1.GridControl = this.gcMain1; this.gridView1.IndicatorWidth = 50; this.gridView1.Name = "gridView1"; @@ -328,20 +331,6 @@ this.gv_workNo.VisibleIndex = 2; this.gv_workNo.Width = 100; // - // gv_pbillNo - // - this.gv_pbillNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); - this.gv_pbillNo.AppearanceCell.Options.UseFont = true; - this.gv_pbillNo.Caption = "宸ュ崟鍗曞彿"; - this.gv_pbillNo.FieldName = "pbillNo"; - this.gv_pbillNo.MinWidth = 25; - this.gv_pbillNo.Name = "gv_pbillNo"; - this.gv_pbillNo.OptionsColumn.AllowEdit = false; - this.gv_pbillNo.Tag = "query_a.pbill_no"; - this.gv_pbillNo.Visible = true; - this.gv_pbillNo.VisibleIndex = 3; - this.gv_pbillNo.Width = 94; - // // gv_outDate // this.gv_outDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); @@ -353,7 +342,7 @@ this.gv_outDate.OptionsColumn.AllowEdit = false; this.gv_outDate.Tag = "query_a.out_date"; this.gv_outDate.Visible = true; - this.gv_outDate.VisibleIndex = 4; + this.gv_outDate.VisibleIndex = 3; this.gv_outDate.Width = 120; // // gv_outType @@ -367,7 +356,7 @@ this.gv_outType.OptionsColumn.AllowEdit = false; this.gv_outType.Tag = "query_a.out_type"; this.gv_outType.Visible = true; - this.gv_outType.VisibleIndex = 5; + this.gv_outType.VisibleIndex = 4; this.gv_outType.Width = 94; // // gv_checkUser @@ -381,7 +370,7 @@ this.gv_checkUser.OptionsColumn.AllowEdit = false; this.gv_checkUser.Tag = "query_a.check_user"; this.gv_checkUser.Visible = true; - this.gv_checkUser.VisibleIndex = 6; + this.gv_checkUser.VisibleIndex = 5; this.gv_checkUser.Width = 94; // // gv_checkDate @@ -395,7 +384,7 @@ this.gv_checkDate.OptionsColumn.AllowEdit = false; this.gv_checkDate.Tag = "query_a.check_date"; this.gv_checkDate.Visible = true; - this.gv_checkDate.VisibleIndex = 7; + this.gv_checkDate.VisibleIndex = 6; this.gv_checkDate.Width = 120; // // gv_receiver @@ -409,7 +398,7 @@ this.gv_receiver.OptionsColumn.AllowEdit = false; this.gv_receiver.Tag = "query_a.receiver"; this.gv_receiver.Visible = true; - this.gv_receiver.VisibleIndex = 8; + this.gv_receiver.VisibleIndex = 7; this.gv_receiver.Width = 94; // // gv_outPart @@ -423,7 +412,7 @@ this.gv_outPart.OptionsColumn.AllowEdit = false; this.gv_outPart.Tag = "query_a.out_part"; this.gv_outPart.Visible = true; - this.gv_outPart.VisibleIndex = 9; + this.gv_outPart.VisibleIndex = 8; this.gv_outPart.Width = 94; // // gv_createBy @@ -437,7 +426,7 @@ this.gv_createBy.OptionsColumn.AllowEdit = false; this.gv_createBy.Tag = "query_a.create_by"; this.gv_createBy.Visible = true; - this.gv_createBy.VisibleIndex = 10; + this.gv_createBy.VisibleIndex = 9; this.gv_createBy.Width = 94; // // gv_createDate @@ -451,7 +440,7 @@ this.gv_createDate.OptionsColumn.AllowEdit = false; this.gv_createDate.Tag = "query_a.create_date"; this.gv_createDate.Visible = true; - this.gv_createDate.VisibleIndex = 11; + this.gv_createDate.VisibleIndex = 10; this.gv_createDate.Width = 94; // // gv_remark @@ -459,28 +448,22 @@ this.gv_remark.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_remark.AppearanceCell.Options.UseFont = true; this.gv_remark.Caption = "澶囨敞淇℃伅 "; - this.gv_remark.FieldName = "remark"; + this.gv_remark.FieldName = "sqRemark"; this.gv_remark.MinWidth = 25; this.gv_remark.Name = "gv_remark"; this.gv_remark.OptionsColumn.AllowEdit = false; this.gv_remark.Tag = "query_a.remark"; this.gv_remark.Visible = true; - this.gv_remark.VisibleIndex = 12; + this.gv_remark.VisibleIndex = 11; this.gv_remark.Width = 94; // - // gv_reason + // gridColumn1 // - this.gv_reason.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); - this.gv_reason.AppearanceCell.Options.UseFont = true; - this.gv_reason.Caption = "鍑哄簱鍘熷洜 "; - this.gv_reason.FieldName = "reason"; - this.gv_reason.MinWidth = 25; - this.gv_reason.Name = "gv_reason"; - this.gv_reason.OptionsColumn.AllowEdit = false; - this.gv_reason.Tag = "query_a.reason"; - this.gv_reason.Visible = true; - this.gv_reason.VisibleIndex = 13; - this.gv_reason.Width = 94; + this.gridColumn1.Caption = "涓婚敭GUID"; + this.gridColumn1.FieldName = "guid"; + this.gridColumn1.MinWidth = 25; + this.gridColumn1.Name = "gridColumn1"; + this.gridColumn1.Width = 94; // // pageBar1 // @@ -527,7 +510,7 @@ this.layoutMx1.Controls.Add(this.txt_lybm); this.layoutMx1.Controls.Add(this.txt_hz); this.layoutMx1.Controls.Add(this.txt_lyfx); - this.layoutMx1.Controls.Add(this.txt_remark); + this.layoutMx1.Controls.Add(this.txt_sqRemark); this.layoutMx1.Controls.Add(this.txt_hzlx); this.layoutMx1.Controls.Add(this.txt_itemOutNo); this.layoutMx1.Controls.Add(this.txt_lyOrg); @@ -540,6 +523,7 @@ this.layoutMx1.Controls.Add(this.txt_checkUser); this.layoutMx1.Controls.Add(this.txt_createDate); this.layoutMx1.Controls.Add(this.txt_status); + this.layoutMx1.Controls.Add(this.txt_guid); this.layoutMx1.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutMx1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem17}); @@ -561,151 +545,151 @@ // // txt_lybm // - this.txt_lybm.Location = new System.Drawing.Point(355, 108); + this.txt_lybm.Location = new System.Drawing.Point(361, 108); this.txt_lybm.Name = "txt_lybm"; this.txt_lybm.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_lybm.Properties.Appearance.Options.UseFont = true; - this.txt_lybm.Size = new System.Drawing.Size(195, 28); + this.txt_lybm.Size = new System.Drawing.Size(189, 28); this.txt_lybm.StyleController = this.layoutMx1; this.txt_lybm.TabIndex = 583; // // txt_hz // - this.txt_hz.Location = new System.Drawing.Point(84, 108); + this.txt_hz.Location = new System.Drawing.Point(90, 108); this.txt_hz.Name = "txt_hz"; this.txt_hz.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_hz.Properties.Appearance.Options.UseFont = true; - this.txt_hz.Size = new System.Drawing.Size(195, 28); + this.txt_hz.Size = new System.Drawing.Size(189, 28); this.txt_hz.StyleController = this.layoutMx1; this.txt_hz.TabIndex = 579; // // txt_lyfx // - this.txt_lyfx.Location = new System.Drawing.Point(626, 12); + this.txt_lyfx.Location = new System.Drawing.Point(632, 12); this.txt_lyfx.Name = "txt_lyfx"; this.txt_lyfx.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_lyfx.Properties.Appearance.Options.UseFont = true; - this.txt_lyfx.Size = new System.Drawing.Size(195, 28); + this.txt_lyfx.Size = new System.Drawing.Size(189, 28); this.txt_lyfx.StyleController = this.layoutMx1; this.txt_lyfx.TabIndex = 581; // - // txt_remark + // txt_sqRemark // - this.txt_remark.Location = new System.Drawing.Point(84, 140); - this.txt_remark.Name = "txt_remark"; - this.txt_remark.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); - this.txt_remark.Properties.Appearance.Options.UseFont = true; - this.txt_remark.Size = new System.Drawing.Size(466, 28); - this.txt_remark.StyleController = this.layoutMx1; - this.txt_remark.TabIndex = 243; + this.txt_sqRemark.Location = new System.Drawing.Point(90, 140); + this.txt_sqRemark.Name = "txt_sqRemark"; + this.txt_sqRemark.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_sqRemark.Properties.Appearance.Options.UseFont = true; + this.txt_sqRemark.Size = new System.Drawing.Size(460, 28); + this.txt_sqRemark.StyleController = this.layoutMx1; + this.txt_sqRemark.TabIndex = 243; // // txt_hzlx // - this.txt_hzlx.Location = new System.Drawing.Point(84, 76); + this.txt_hzlx.Location = new System.Drawing.Point(90, 76); this.txt_hzlx.Name = "txt_hzlx"; this.txt_hzlx.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_hzlx.Properties.Appearance.Options.UseFont = true; - this.txt_hzlx.Size = new System.Drawing.Size(195, 28); + this.txt_hzlx.Size = new System.Drawing.Size(189, 28); this.txt_hzlx.StyleController = this.layoutMx1; this.txt_hzlx.TabIndex = 577; // // txt_itemOutNo // - this.txt_itemOutNo.Location = new System.Drawing.Point(84, 12); + this.txt_itemOutNo.Location = new System.Drawing.Point(90, 12); this.txt_itemOutNo.Name = "txt_itemOutNo"; this.txt_itemOutNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_itemOutNo.Properties.Appearance.Options.UseFont = true; - this.txt_itemOutNo.Size = new System.Drawing.Size(195, 28); + this.txt_itemOutNo.Size = new System.Drawing.Size(189, 28); this.txt_itemOutNo.StyleController = this.layoutMx1; this.txt_itemOutNo.TabIndex = 213; // // txt_lyOrg // - this.txt_lyOrg.Location = new System.Drawing.Point(355, 44); + this.txt_lyOrg.Location = new System.Drawing.Point(361, 44); this.txt_lyOrg.Name = "txt_lyOrg"; this.txt_lyOrg.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_lyOrg.Properties.Appearance.Options.UseFont = true; - this.txt_lyOrg.Size = new System.Drawing.Size(195, 28); + this.txt_lyOrg.Size = new System.Drawing.Size(189, 28); this.txt_lyOrg.StyleController = this.layoutMx1; this.txt_lyOrg.TabIndex = 573; // // txt_djlx // - this.txt_djlx.Location = new System.Drawing.Point(355, 12); + this.txt_djlx.Location = new System.Drawing.Point(361, 12); this.txt_djlx.Name = "txt_djlx"; this.txt_djlx.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_djlx.Properties.Appearance.Options.UseFont = true; - this.txt_djlx.Size = new System.Drawing.Size(195, 28); + this.txt_djlx.Size = new System.Drawing.Size(189, 28); this.txt_djlx.StyleController = this.layoutMx1; this.txt_djlx.TabIndex = 575; // // txt_lykh // - this.txt_lykh.Location = new System.Drawing.Point(355, 76); + this.txt_lykh.Location = new System.Drawing.Point(361, 76); this.txt_lykh.Name = "txt_lykh"; this.txt_lykh.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_lykh.Properties.Appearance.Options.UseFont = true; - this.txt_lykh.Size = new System.Drawing.Size(195, 28); + this.txt_lykh.Size = new System.Drawing.Size(189, 28); this.txt_lykh.StyleController = this.layoutMx1; this.txt_lykh.TabIndex = 450; // // txt_checkDate // - this.txt_checkDate.Location = new System.Drawing.Point(897, 76); + this.txt_checkDate.Location = new System.Drawing.Point(903, 76); this.txt_checkDate.Name = "txt_checkDate"; this.txt_checkDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_checkDate.Properties.Appearance.Options.UseFont = true; - this.txt_checkDate.Size = new System.Drawing.Size(196, 28); + this.txt_checkDate.Size = new System.Drawing.Size(190, 28); this.txt_checkDate.StyleController = this.layoutMx1; this.txt_checkDate.TabIndex = 262; // // txt_abtNo // - this.txt_abtNo.Location = new System.Drawing.Point(897, 12); + this.txt_abtNo.Location = new System.Drawing.Point(903, 12); this.txt_abtNo.Name = "txt_abtNo"; this.txt_abtNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_abtNo.Properties.Appearance.Options.UseFont = true; - this.txt_abtNo.Size = new System.Drawing.Size(196, 28); + this.txt_abtNo.Size = new System.Drawing.Size(190, 28); this.txt_abtNo.StyleController = this.layoutMx1; this.txt_abtNo.TabIndex = 387; // // txt_kcOrg // - this.txt_kcOrg.Location = new System.Drawing.Point(84, 44); + this.txt_kcOrg.Location = new System.Drawing.Point(90, 44); this.txt_kcOrg.Name = "txt_kcOrg"; this.txt_kcOrg.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_kcOrg.Properties.Appearance.Options.UseFont = true; - this.txt_kcOrg.Size = new System.Drawing.Size(195, 28); + this.txt_kcOrg.Size = new System.Drawing.Size(189, 28); this.txt_kcOrg.StyleController = this.layoutMx1; this.txt_kcOrg.TabIndex = 216; // // txt_createBy // - this.txt_createBy.Location = new System.Drawing.Point(626, 44); + this.txt_createBy.Location = new System.Drawing.Point(632, 44); this.txt_createBy.Name = "txt_createBy"; this.txt_createBy.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_createBy.Properties.Appearance.Options.UseFont = true; - this.txt_createBy.Size = new System.Drawing.Size(195, 28); + this.txt_createBy.Size = new System.Drawing.Size(189, 28); this.txt_createBy.StyleController = this.layoutMx1; this.txt_createBy.TabIndex = 222; // // txt_checkUser // - this.txt_checkUser.Location = new System.Drawing.Point(897, 44); + this.txt_checkUser.Location = new System.Drawing.Point(903, 44); this.txt_checkUser.Name = "txt_checkUser"; this.txt_checkUser.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_checkUser.Properties.Appearance.Options.UseFont = true; - this.txt_checkUser.Size = new System.Drawing.Size(196, 28); + this.txt_checkUser.Size = new System.Drawing.Size(190, 28); this.txt_checkUser.StyleController = this.layoutMx1; this.txt_checkUser.TabIndex = 258; // // txt_createDate // - this.txt_createDate.Location = new System.Drawing.Point(626, 76); + this.txt_createDate.Location = new System.Drawing.Point(632, 76); this.txt_createDate.Name = "txt_createDate"; this.txt_createDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_createDate.Properties.Appearance.Options.UseFont = true; - this.txt_createDate.Size = new System.Drawing.Size(195, 28); + this.txt_createDate.Size = new System.Drawing.Size(189, 28); this.txt_createDate.StyleController = this.layoutMx1; this.txt_createDate.TabIndex = 226; // @@ -717,6 +701,14 @@ this.txt_status.Size = new System.Drawing.Size(268, 24); this.txt_status.StyleController = this.layoutMx1; this.txt_status.TabIndex = 584; + // + // txt_guid + // + this.txt_guid.Location = new System.Drawing.Point(632, 108); + this.txt_guid.Name = "txt_guid"; + this.txt_guid.Size = new System.Drawing.Size(189, 24); + this.txt_guid.StyleController = this.layoutMx1; + this.txt_guid.TabIndex = 586; // // layoutControlItem17 // @@ -750,7 +742,8 @@ this.layoutControlItem13, this.layoutControlItem14, this.layoutControlItem16, - this.layoutControlItem15}); + this.layoutControlItem15, + this.layoutControlItem18}); this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table; this.Root.Name = "Root"; columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent; @@ -792,7 +785,7 @@ this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Size = new System.Drawing.Size(271, 32); this.layoutControlItem1.Text = "鍑哄簱鍗曞彿"; - this.layoutControlItem1.TextSize = new System.Drawing.Size(60, 18); + this.layoutControlItem1.TextSize = new System.Drawing.Size(66, 18); // // layoutControlItem2 // @@ -802,7 +795,7 @@ this.layoutControlItem2.OptionsTableLayoutItem.ColumnIndex = 1; this.layoutControlItem2.Size = new System.Drawing.Size(271, 32); this.layoutControlItem2.Text = "鍗曟嵁绫诲瀷"; - this.layoutControlItem2.TextSize = new System.Drawing.Size(60, 18); + this.layoutControlItem2.TextSize = new System.Drawing.Size(66, 18); // // layoutControlItem3 // @@ -812,7 +805,7 @@ this.layoutControlItem3.OptionsTableLayoutItem.ColumnIndex = 2; this.layoutControlItem3.Size = new System.Drawing.Size(271, 32); this.layoutControlItem3.Text = "搴撳瓨鏂瑰悜"; - this.layoutControlItem3.TextSize = new System.Drawing.Size(60, 18); + this.layoutControlItem3.TextSize = new System.Drawing.Size(66, 18); // // layoutControlItem4 // @@ -822,7 +815,7 @@ this.layoutControlItem4.OptionsTableLayoutItem.ColumnIndex = 3; this.layoutControlItem4.Size = new System.Drawing.Size(272, 32); this.layoutControlItem4.Text = "鐢宠鍗曞彿"; - this.layoutControlItem4.TextSize = new System.Drawing.Size(60, 18); + this.layoutControlItem4.TextSize = new System.Drawing.Size(66, 18); // // layoutControlItem5 // @@ -832,7 +825,7 @@ this.layoutControlItem5.OptionsTableLayoutItem.RowIndex = 1; this.layoutControlItem5.Size = new System.Drawing.Size(271, 32); this.layoutControlItem5.Text = "搴撳瓨缁勭粐"; - this.layoutControlItem5.TextSize = new System.Drawing.Size(60, 18); + this.layoutControlItem5.TextSize = new System.Drawing.Size(66, 18); // // layoutControlItem6 // @@ -843,7 +836,7 @@ this.layoutControlItem6.OptionsTableLayoutItem.RowIndex = 1; this.layoutControlItem6.Size = new System.Drawing.Size(271, 32); this.layoutControlItem6.Text = "棰嗙敤缁勭粐"; - this.layoutControlItem6.TextSize = new System.Drawing.Size(60, 18); + this.layoutControlItem6.TextSize = new System.Drawing.Size(66, 18); // // layoutControlItem7 // @@ -854,7 +847,7 @@ this.layoutControlItem7.OptionsTableLayoutItem.RowIndex = 1; this.layoutControlItem7.Size = new System.Drawing.Size(271, 32); this.layoutControlItem7.Text = "鍒涘缓浜�"; - this.layoutControlItem7.TextSize = new System.Drawing.Size(60, 18); + this.layoutControlItem7.TextSize = new System.Drawing.Size(66, 18); // // layoutControlItem8 // @@ -865,7 +858,7 @@ this.layoutControlItem8.OptionsTableLayoutItem.RowIndex = 1; this.layoutControlItem8.Size = new System.Drawing.Size(272, 32); this.layoutControlItem8.Text = "瀹℃牳浜�"; - this.layoutControlItem8.TextSize = new System.Drawing.Size(60, 18); + this.layoutControlItem8.TextSize = new System.Drawing.Size(66, 18); // // layoutControlItem9 // @@ -875,7 +868,7 @@ this.layoutControlItem9.OptionsTableLayoutItem.RowIndex = 2; this.layoutControlItem9.Size = new System.Drawing.Size(271, 32); this.layoutControlItem9.Text = "璐т富绫诲瀷"; - this.layoutControlItem9.TextSize = new System.Drawing.Size(60, 18); + this.layoutControlItem9.TextSize = new System.Drawing.Size(66, 18); // // layoutControlItem10 // @@ -886,7 +879,7 @@ this.layoutControlItem10.OptionsTableLayoutItem.RowIndex = 2; this.layoutControlItem10.Size = new System.Drawing.Size(271, 32); this.layoutControlItem10.Text = "瀹㈡埛"; - this.layoutControlItem10.TextSize = new System.Drawing.Size(60, 18); + this.layoutControlItem10.TextSize = new System.Drawing.Size(66, 18); // // layoutControlItem11 // @@ -897,7 +890,7 @@ this.layoutControlItem11.OptionsTableLayoutItem.RowIndex = 2; this.layoutControlItem11.Size = new System.Drawing.Size(271, 32); this.layoutControlItem11.Text = "鍒涘缓鏃堕棿"; - this.layoutControlItem11.TextSize = new System.Drawing.Size(60, 18); + this.layoutControlItem11.TextSize = new System.Drawing.Size(66, 18); // // layoutControlItem12 // @@ -908,7 +901,7 @@ this.layoutControlItem12.OptionsTableLayoutItem.RowIndex = 2; this.layoutControlItem12.Size = new System.Drawing.Size(272, 32); this.layoutControlItem12.Text = "瀹℃牳鏃ユ湡"; - this.layoutControlItem12.TextSize = new System.Drawing.Size(60, 18); + this.layoutControlItem12.TextSize = new System.Drawing.Size(66, 18); // // layoutControlItem13 // @@ -918,7 +911,7 @@ this.layoutControlItem13.OptionsTableLayoutItem.RowIndex = 3; this.layoutControlItem13.Size = new System.Drawing.Size(271, 32); this.layoutControlItem13.Text = "璐т富"; - this.layoutControlItem13.TextSize = new System.Drawing.Size(60, 18); + this.layoutControlItem13.TextSize = new System.Drawing.Size(66, 18); // // layoutControlItem14 // @@ -929,7 +922,7 @@ this.layoutControlItem14.OptionsTableLayoutItem.RowIndex = 3; this.layoutControlItem14.Size = new System.Drawing.Size(271, 32); this.layoutControlItem14.Text = "棰嗘枡閮ㄩ棬"; - this.layoutControlItem14.TextSize = new System.Drawing.Size(60, 18); + this.layoutControlItem14.TextSize = new System.Drawing.Size(66, 18); // // layoutControlItem16 // @@ -945,14 +938,25 @@ // // layoutControlItem15 // - this.layoutControlItem15.Control = this.txt_remark; + this.layoutControlItem15.Control = this.txt_sqRemark; this.layoutControlItem15.Location = new System.Drawing.Point(0, 128); this.layoutControlItem15.Name = "layoutControlItem15"; this.layoutControlItem15.OptionsTableLayoutItem.ColumnSpan = 2; this.layoutControlItem15.OptionsTableLayoutItem.RowIndex = 4; this.layoutControlItem15.Size = new System.Drawing.Size(542, 32); this.layoutControlItem15.Text = "澶囨敞淇℃伅"; - this.layoutControlItem15.TextSize = new System.Drawing.Size(60, 18); + this.layoutControlItem15.TextSize = new System.Drawing.Size(66, 18); + // + // layoutControlItem18 + // + this.layoutControlItem18.Control = this.txt_guid; + this.layoutControlItem18.Location = new System.Drawing.Point(542, 96); + this.layoutControlItem18.Name = "layoutControlItem18"; + this.layoutControlItem18.OptionsTableLayoutItem.ColumnIndex = 2; + this.layoutControlItem18.OptionsTableLayoutItem.RowIndex = 3; + this.layoutControlItem18.Size = new System.Drawing.Size(271, 32); + this.layoutControlItem18.Text = "涓婚敭GUID"; + this.layoutControlItem18.TextSize = new System.Drawing.Size(66, 18); // // tabMx // @@ -1329,7 +1333,7 @@ ((System.ComponentModel.ISupportInitialize)(this.txt_lybm.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_hz.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_lyfx.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_remark.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_sqRemark.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_hzlx.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_itemOutNo.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_lyOrg.Properties)).EndInit(); @@ -1342,6 +1346,7 @@ ((System.ComponentModel.ISupportInitialize)(this.txt_checkUser.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_createDate.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_status.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_guid.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); @@ -1360,6 +1365,7 @@ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tabMx)).EndInit(); this.tabMx.ResumeLayout(false); this.tabMxPage1.ResumeLayout(false); @@ -1383,7 +1389,6 @@ private DevExpress.XtraGrid.Columns.GridColumn gv_status; private DevExpress.XtraGrid.Columns.GridColumn gv_itemOutNo; private DevExpress.XtraGrid.Columns.GridColumn gv_workNo; - private DevExpress.XtraGrid.Columns.GridColumn gv_pbillNo; private DevExpress.XtraGrid.Columns.GridColumn gv_outDate; private DevExpress.XtraGrid.Columns.GridColumn gv_outType; private DevExpress.XtraGrid.Columns.GridColumn gv_checkUser; @@ -1393,7 +1398,6 @@ private DevExpress.XtraGrid.Columns.GridColumn gv_createBy; private DevExpress.XtraGrid.Columns.GridColumn gv_createDate; private DevExpress.XtraGrid.Columns.GridColumn gv_remark; - private DevExpress.XtraGrid.Columns.GridColumn gv_reason; private UserControls.Data.UcPageBar pageBar1; private DevExpress.XtraTab.XtraTabPage xtraTabPage2; private DevExpress.XtraEditors.SplitContainerControl splitMx1; @@ -1409,7 +1413,7 @@ private DevExpress.XtraEditors.TextEdit txt_abtNo; private DevExpress.XtraEditors.TextEdit txt_checkDate; private DevExpress.XtraEditors.TextEdit txt_checkUser; - private DevExpress.XtraEditors.TextEdit txt_remark; + private DevExpress.XtraEditors.TextEdit txt_sqRemark; private DevExpress.XtraEditors.TextEdit txt_createDate; private DevExpress.XtraEditors.TextEdit txt_createBy; private DevExpress.XtraEditors.TextEdit txt_kcOrg; @@ -1460,5 +1464,8 @@ private DevExpress.XtraGrid.Columns.GridColumn gridColumn3; private DevExpress.XtraGrid.Columns.GridColumn gvMx2remark; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem15; + private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; + private DevExpress.XtraEditors.TextEdit txt_guid; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem18; } } \ No newline at end of file -- Gitblit v1.9.3