From c0aa9538d0c080a0ede4fe80b61bb3901db82621 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期四, 13 二月 2025 09:45:35 +0800 Subject: [PATCH] 细节修改 --- DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesDepot.Designer.cs | 234 ++++++++++++++++----------------------------------------- 1 files changed, 67 insertions(+), 167 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesDepot.Designer.cs b/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesDepot.Designer.cs index 6276265..c716c5d 100644 --- a/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesDepot.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesDepot.Designer.cs @@ -54,16 +54,9 @@ this.lb_isNg = new DevExpress.XtraEditors.LabelControl(); this.txt_isNg = new DevExpress.XtraEditors.TextEdit(); this.gv_isNg = new DevExpress.XtraGrid.Columns.GridColumn(); - this.lb_isWy = new DevExpress.XtraEditors.LabelControl(); - this.txt_isWy = new DevExpress.XtraEditors.TextEdit(); - this.gv_isWy = new DevExpress.XtraGrid.Columns.GridColumn(); this.lb_depottype = new DevExpress.XtraEditors.LabelControl(); this.txt_depottype = new DevExpress.XtraEditors.TextEdit(); this.gv_depottype = new DevExpress.XtraGrid.Columns.GridColumn(); - this.lb_lastupdateDate = new DevExpress.XtraEditors.LabelControl(); - this.txt_lastupdateDate = new DevExpress.XtraEditors.TextEdit(); - this.lb_createDate = new DevExpress.XtraEditors.LabelControl(); - this.txt_createDate = new DevExpress.XtraEditors.TextEdit(); this.lb_createBy = new DevExpress.XtraEditors.LabelControl(); this.txt_createBy = new DevExpress.XtraEditors.TextEdit(); this.gv_createBy = new DevExpress.XtraGrid.Columns.GridColumn(); @@ -100,10 +93,7 @@ ((System.ComponentModel.ISupportInitialize)(this.txt_isFkc.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_zuid.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_isNg.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_isWy.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_depottype.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_lastupdateDate.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_createDate.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_createBy.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_description.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_depotName.Properties)).BeginInit(); @@ -130,7 +120,7 @@ this.gvMx1lastupdateDate.OptionsColumn.ReadOnly = true; this.gvMx1lastupdateDate.Tag = "query_a.lastupdate_date"; this.gvMx1lastupdateDate.Visible = true; - this.gvMx1lastupdateDate.VisibleIndex = 3; + this.gvMx1lastupdateDate.VisibleIndex = 4; this.gvMx1lastupdateDate.Width = 180; // // gvMx1lastupdateBy @@ -144,7 +134,7 @@ this.gvMx1lastupdateBy.OptionsColumn.ReadOnly = true; this.gvMx1lastupdateBy.Tag = "query_a.lastupdate_by"; this.gvMx1lastupdateBy.Visible = true; - this.gvMx1lastupdateBy.VisibleIndex = 4; + this.gvMx1lastupdateBy.VisibleIndex = 3; this.gvMx1lastupdateBy.Width = 94; // // gvMx1description @@ -202,7 +192,7 @@ // this.tabMxPage1.Controls.Add(this.gcMx1); this.tabMxPage1.Name = "tabMxPage1"; - this.tabMxPage1.Size = new System.Drawing.Size(1262, 415); + this.tabMxPage1.Size = new System.Drawing.Size(1262, 421); this.tabMxPage1.Text = "浠撲綅鍒楄〃"; // // gcMx1 @@ -213,7 +203,7 @@ this.gcMx1.Name = "gcMx1"; this.gcMx1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemButtonEdit1}); - this.gcMx1.Size = new System.Drawing.Size(1262, 415); + this.gcMx1.Size = new System.Drawing.Size(1262, 421); this.gcMx1.TabIndex = 0; this.gcMx1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gvMx1}); @@ -260,55 +250,56 @@ // this.lb_isFkc.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.lb_isFkc.Appearance.Options.UseFont = true; - this.lb_isFkc.Location = new System.Drawing.Point(23, 85); + this.lb_isFkc.Location = new System.Drawing.Point(27, 85); this.lb_isFkc.Name = "lb_isFkc"; - this.lb_isFkc.Size = new System.Drawing.Size(90, 21); + this.lb_isFkc.Size = new System.Drawing.Size(85, 21); this.lb_isFkc.TabIndex = 291; - this.lb_isFkc.Text = "鍏佽璐熷簱瀛� "; + this.lb_isFkc.Text = "鍏佽璐熷簱瀛�"; // // txt_isFkc // - this.txt_isFkc.Enabled = false; this.txt_isFkc.Location = new System.Drawing.Point(118, 81); this.txt_isFkc.Name = "txt_isFkc"; this.txt_isFkc.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_isFkc.Properties.Appearance.Options.UseFont = true; this.txt_isFkc.Size = new System.Drawing.Size(150, 28); this.txt_isFkc.TabIndex = 291; + this.txt_isFkc.Tag = "readonly"; // // gv_isFkc // this.gv_isFkc.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_isFkc.AppearanceCell.Options.UseFont = true; - this.gv_isFkc.Caption = "鍏佽鍗虫椂搴撳瓨璐熷簱瀛�"; + this.gv_isFkc.Caption = "鍏佽璐熷簱瀛�"; this.gv_isFkc.FieldName = "isFkc"; - this.gv_isFkc.MinWidth = 70; + this.gv_isFkc.MaxWidth = 60; + this.gv_isFkc.MinWidth = 60; this.gv_isFkc.Name = "gv_isFkc"; this.gv_isFkc.OptionsColumn.AllowEdit = false; this.gv_isFkc.Tag = "query_a.is_fkc"; this.gv_isFkc.Visible = true; - this.gv_isFkc.VisibleIndex = 8; - this.gv_isFkc.Width = 70; + this.gv_isFkc.VisibleIndex = 7; + this.gv_isFkc.Width = 60; // // lb_zuid // this.lb_zuid.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.lb_zuid.Appearance.Options.UseFont = true; - this.lb_zuid.Location = new System.Drawing.Point(571, 52); + this.lb_zuid.Location = new System.Drawing.Point(568, 52); this.lb_zuid.Name = "lb_zuid"; - this.lb_zuid.Size = new System.Drawing.Size(39, 21); + this.lb_zuid.Size = new System.Drawing.Size(34, 21); this.lb_zuid.TabIndex = 285; - this.lb_zuid.Text = "鍒嗙粍 "; + this.lb_zuid.Text = "鍒嗙粍"; // // txt_zuid // - this.txt_zuid.Enabled = false; - this.txt_zuid.Location = new System.Drawing.Point(617, 48); + this.txt_zuid.Location = new System.Drawing.Point(607, 48); this.txt_zuid.Name = "txt_zuid"; this.txt_zuid.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_zuid.Properties.Appearance.Options.UseFont = true; this.txt_zuid.Size = new System.Drawing.Size(119, 28); this.txt_zuid.TabIndex = 285; + this.txt_zuid.Tag = "readonly"; // // gv_zuid // @@ -321,14 +312,14 @@ this.gv_zuid.OptionsColumn.AllowEdit = false; this.gv_zuid.Tag = "query_a.zuid"; this.gv_zuid.Visible = true; - this.gv_zuid.VisibleIndex = 7; + this.gv_zuid.VisibleIndex = 6; this.gv_zuid.Width = 71; // // lb_isNg // this.lb_isNg.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.lb_isNg.Appearance.Options.UseFont = true; - this.lb_isNg.Location = new System.Drawing.Point(914, 86); + this.lb_isNg.Location = new System.Drawing.Point(283, 85); this.lb_isNg.Name = "lb_isNg"; this.lb_isNg.Size = new System.Drawing.Size(107, 21); this.lb_isNg.TabIndex = 267; @@ -336,61 +327,28 @@ // // txt_isNg // - this.txt_isNg.Enabled = false; - this.txt_isNg.Location = new System.Drawing.Point(1026, 82); + this.txt_isNg.Location = new System.Drawing.Point(394, 81); this.txt_isNg.Name = "txt_isNg"; this.txt_isNg.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_isNg.Properties.Appearance.Options.UseFont = true; this.txt_isNg.Size = new System.Drawing.Size(35, 28); this.txt_isNg.TabIndex = 267; + this.txt_isNg.Tag = "readonly"; // // gv_isNg // this.gv_isNg.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_isNg.AppearanceCell.Options.UseFont = true; - this.gv_isNg.Caption = "鏄惁涓嶈壇鍝佷粨"; + this.gv_isNg.Caption = "涓嶈壇鍝佷粨"; this.gv_isNg.FieldName = "isNg"; - this.gv_isNg.MinWidth = 70; + this.gv_isNg.MaxWidth = 50; + this.gv_isNg.MinWidth = 50; this.gv_isNg.Name = "gv_isNg"; this.gv_isNg.OptionsColumn.AllowEdit = false; this.gv_isNg.Tag = "query_a.is_ng"; this.gv_isNg.Visible = true; - this.gv_isNg.VisibleIndex = 6; - this.gv_isNg.Width = 70; - // - // lb_isWy - // - this.lb_isWy.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); - this.lb_isWy.Appearance.Options.UseFont = true; - this.lb_isWy.Location = new System.Drawing.Point(756, 86); - this.lb_isWy.Name = "lb_isWy"; - this.lb_isWy.Size = new System.Drawing.Size(107, 21); - this.lb_isWy.TabIndex = 262; - this.lb_isWy.Text = "鏄惁濮斿浠撳簱 "; - // - // txt_isWy - // - this.txt_isWy.Enabled = false; - this.txt_isWy.Location = new System.Drawing.Point(869, 82); - this.txt_isWy.Name = "txt_isWy"; - this.txt_isWy.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); - this.txt_isWy.Properties.Appearance.Options.UseFont = true; - this.txt_isWy.Size = new System.Drawing.Size(35, 28); - this.txt_isWy.TabIndex = 262; - // - // gv_isWy - // - this.gv_isWy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); - this.gv_isWy.AppearanceCell.Options.UseFont = true; - this.gv_isWy.Caption = "鏄惁濮斿浠撳簱"; - this.gv_isWy.FieldName = "isWy"; - this.gv_isWy.MinWidth = 70; - this.gv_isWy.Name = "gv_isWy"; - this.gv_isWy.OptionsColumn.AllowEdit = false; - this.gv_isWy.Tag = "query_a.is_wy"; - this.gv_isWy.Visible = true; - this.gv_isWy.VisibleIndex = 5; - this.gv_isWy.Width = 70; + this.gv_isNg.VisibleIndex = 5; + this.gv_isNg.Width = 50; // // lb_depottype // @@ -398,19 +356,19 @@ this.lb_depottype.Appearance.Options.UseFont = true; this.lb_depottype.Location = new System.Drawing.Point(284, 52); this.lb_depottype.Name = "lb_depottype"; - this.lb_depottype.Size = new System.Drawing.Size(73, 21); + this.lb_depottype.Size = new System.Drawing.Size(68, 21); this.lb_depottype.TabIndex = 231; - this.lb_depottype.Text = "浠撳簱绫诲瀷 "; + this.lb_depottype.Text = "浠撳簱绫诲瀷"; // // txt_depottype // - this.txt_depottype.Enabled = false; - this.txt_depottype.Location = new System.Drawing.Point(361, 48); + this.txt_depottype.Location = new System.Drawing.Point(358, 48); this.txt_depottype.Name = "txt_depottype"; this.txt_depottype.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_depottype.Properties.Appearance.Options.UseFont = true; this.txt_depottype.Size = new System.Drawing.Size(150, 28); this.txt_depottype.TabIndex = 231; + this.txt_depottype.Tag = "readonly"; // // gv_depottype // @@ -418,7 +376,7 @@ this.gv_depottype.AppearanceCell.Options.UseFont = true; this.gv_depottype.Caption = "浠撳簱绫诲瀷"; this.gv_depottype.FieldName = "depottype"; - this.gv_depottype.MinWidth = 80; + this.gv_depottype.MinWidth = 50; this.gv_depottype.Name = "gv_depottype"; this.gv_depottype.OptionsColumn.AllowEdit = false; this.gv_depottype.Tag = "query_a.depottype"; @@ -426,65 +384,25 @@ this.gv_depottype.VisibleIndex = 3; this.gv_depottype.Width = 80; // - // lb_lastupdateDate - // - this.lb_lastupdateDate.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); - this.lb_lastupdateDate.Appearance.Options.UseFont = true; - this.lb_lastupdateDate.Location = new System.Drawing.Point(756, 52); - this.lb_lastupdateDate.Name = "lb_lastupdateDate"; - this.lb_lastupdateDate.Size = new System.Drawing.Size(107, 21); - this.lb_lastupdateDate.TabIndex = 228; - this.lb_lastupdateDate.Text = "鏈�鍚庢洿鏂版椂闂� "; - // - // txt_lastupdateDate - // - this.txt_lastupdateDate.Enabled = false; - this.txt_lastupdateDate.Location = new System.Drawing.Point(869, 48); - this.txt_lastupdateDate.Name = "txt_lastupdateDate"; - this.txt_lastupdateDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); - this.txt_lastupdateDate.Properties.Appearance.Options.UseFont = true; - this.txt_lastupdateDate.Size = new System.Drawing.Size(192, 28); - this.txt_lastupdateDate.TabIndex = 228; - // - // lb_createDate - // - this.lb_createDate.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); - this.lb_createDate.Appearance.Options.UseFont = true; - this.lb_createDate.Location = new System.Drawing.Point(790, 18); - this.lb_createDate.Name = "lb_createDate"; - this.lb_createDate.Size = new System.Drawing.Size(73, 21); - this.lb_createDate.TabIndex = 222; - this.lb_createDate.Text = "鍒涘缓鏃堕棿 "; - // - // txt_createDate - // - this.txt_createDate.Enabled = false; - this.txt_createDate.Location = new System.Drawing.Point(869, 14); - 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(192, 28); - this.txt_createDate.TabIndex = 222; - // // lb_createBy // this.lb_createBy.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.lb_createBy.Appearance.Options.UseFont = true; - this.lb_createBy.Location = new System.Drawing.Point(520, 18); + this.lb_createBy.Location = new System.Drawing.Point(517, 18); this.lb_createBy.Name = "lb_createBy"; - this.lb_createBy.Size = new System.Drawing.Size(90, 21); + this.lb_createBy.Size = new System.Drawing.Size(85, 21); this.lb_createBy.TabIndex = 219; - this.lb_createBy.Text = "浠撳簱璐熻矗浜� "; + this.lb_createBy.Text = "浠撳簱璐熻矗浜�"; // // txt_createBy // - this.txt_createBy.Enabled = false; - this.txt_createBy.Location = new System.Drawing.Point(617, 14); + this.txt_createBy.Location = new System.Drawing.Point(607, 14); 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(119, 28); this.txt_createBy.TabIndex = 219; + this.txt_createBy.Tag = "readonly"; // // gv_createBy // @@ -504,21 +422,21 @@ // this.lb_description.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.lb_description.Appearance.Options.UseFont = true; - this.lb_description.Location = new System.Drawing.Point(74, 52); + this.lb_description.Location = new System.Drawing.Point(78, 52); this.lb_description.Name = "lb_description"; - this.lb_description.Size = new System.Drawing.Size(39, 21); + this.lb_description.Size = new System.Drawing.Size(34, 21); this.lb_description.TabIndex = 217; - this.lb_description.Text = "澶囨敞 "; + this.lb_description.Text = "澶囨敞"; // // txt_description // - this.txt_description.Enabled = false; this.txt_description.Location = new System.Drawing.Point(118, 48); this.txt_description.Name = "txt_description"; this.txt_description.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_description.Properties.Appearance.Options.UseFont = true; this.txt_description.Size = new System.Drawing.Size(150, 28); this.txt_description.TabIndex = 217; + this.txt_description.Tag = "readonly"; // // lb_depotName // @@ -526,19 +444,19 @@ this.lb_depotName.Appearance.Options.UseFont = true; this.lb_depotName.Location = new System.Drawing.Point(284, 18); this.lb_depotName.Name = "lb_depotName"; - this.lb_depotName.Size = new System.Drawing.Size(73, 21); + this.lb_depotName.Size = new System.Drawing.Size(68, 21); this.lb_depotName.TabIndex = 216; - this.lb_depotName.Text = "浠撳簱鍚嶇О "; + this.lb_depotName.Text = "浠撳簱鍚嶇О"; // // txt_depotName // - this.txt_depotName.Enabled = false; - this.txt_depotName.Location = new System.Drawing.Point(361, 14); + this.txt_depotName.Location = new System.Drawing.Point(358, 14); this.txt_depotName.Name = "txt_depotName"; this.txt_depotName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_depotName.Properties.Appearance.Options.UseFont = true; this.txt_depotName.Size = new System.Drawing.Size(150, 28); this.txt_depotName.TabIndex = 216; + this.txt_depotName.Tag = "readonly"; // // gv_depotName // @@ -546,7 +464,7 @@ this.gv_depotName.AppearanceCell.Options.UseFont = true; this.gv_depotName.Caption = "浠撳簱鍚嶇О"; this.gv_depotName.FieldName = "depotName"; - this.gv_depotName.MinWidth = 150; + this.gv_depotName.MinWidth = 50; this.gv_depotName.Name = "gv_depotName"; this.gv_depotName.OptionsColumn.AllowEdit = false; this.gv_depotName.Tag = "query_a.depot_name"; @@ -558,21 +476,21 @@ // this.lb_depotCode.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.lb_depotCode.Appearance.Options.UseFont = true; - this.lb_depotCode.Location = new System.Drawing.Point(40, 18); + this.lb_depotCode.Location = new System.Drawing.Point(44, 18); this.lb_depotCode.Name = "lb_depotCode"; - this.lb_depotCode.Size = new System.Drawing.Size(73, 21); + this.lb_depotCode.Size = new System.Drawing.Size(68, 21); this.lb_depotCode.TabIndex = 213; - this.lb_depotCode.Text = "浠撳簱缂栫爜 "; + this.lb_depotCode.Text = "浠撳簱缂栫爜"; // // txt_depotCode // - this.txt_depotCode.Enabled = false; this.txt_depotCode.Location = new System.Drawing.Point(118, 14); this.txt_depotCode.Name = "txt_depotCode"; this.txt_depotCode.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_depotCode.Properties.Appearance.Options.UseFont = true; this.txt_depotCode.Size = new System.Drawing.Size(150, 28); this.txt_depotCode.TabIndex = 213; + this.txt_depotCode.Tag = "readonly"; // // gv_depotCode // @@ -580,7 +498,7 @@ this.gv_depotCode.AppearanceCell.Options.UseFont = true; this.gv_depotCode.Caption = "浠撳簱缂栫爜"; this.gv_depotCode.FieldName = "depotCode"; - this.gv_depotCode.MinWidth = 100; + this.gv_depotCode.MinWidth = 50; this.gv_depotCode.Name = "gv_depotCode"; this.gv_depotCode.OptionsColumn.AllowEdit = false; this.gv_depotCode.Tag = "query_a.depot_code"; @@ -628,7 +546,6 @@ this.gv_depotName, this.gv_depottype, this.gv_createBy, - this.gv_isWy, this.gv_isNg, this.gv_zuid, this.gv_isFkc, @@ -649,7 +566,7 @@ // this.gridColumn1.Caption = "浣跨敤缁勭粐"; this.gridColumn1.FieldName = "fSubsidiary"; - this.gridColumn1.MinWidth = 250; + this.gridColumn1.MinWidth = 50; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.OptionsColumn.AllowEdit = false; this.gridColumn1.Tag = "org.FNumber"; @@ -660,33 +577,35 @@ // gridColumn2 // this.gridColumn2.Caption = "绂佺敤鐘舵��"; + this.gridColumn2.FieldName = "isNg"; + this.gridColumn2.MaxWidth = 50; this.gridColumn2.MinWidth = 50; this.gridColumn2.Name = "gridColumn2"; this.gridColumn2.Tag = "query_a.zuid"; this.gridColumn2.Visible = true; - this.gridColumn2.VisibleIndex = 9; - this.gridColumn2.Width = 52; + this.gridColumn2.VisibleIndex = 8; + this.gridColumn2.Width = 50; // // gridColumn6 // this.gridColumn6.Caption = "渚涘簲鍟�"; - this.gridColumn6.FieldName = "SUPPLIER_ID"; + this.gridColumn6.FieldName = "suppLierId"; this.gridColumn6.MinWidth = 60; this.gridColumn6.Name = "gridColumn6"; this.gridColumn6.Tag = "query_a.SUPPLIER_ID"; this.gridColumn6.Visible = true; - this.gridColumn6.VisibleIndex = 10; + this.gridColumn6.VisibleIndex = 9; this.gridColumn6.Width = 70; // // gridColumn5 // this.gridColumn5.Caption = "瀹㈡埛"; - this.gridColumn5.FieldName = "Client_Id"; + this.gridColumn5.FieldName = "clientId"; this.gridColumn5.MinWidth = 60; this.gridColumn5.Name = "gridColumn5"; this.gridColumn5.Tag = "query_a.Client_Id"; this.gridColumn5.Visible = true; - this.gridColumn5.VisibleIndex = 11; + this.gridColumn5.VisibleIndex = 10; this.gridColumn5.Width = 60; // // gridColumn4 @@ -697,7 +616,7 @@ this.gridColumn4.Name = "gridColumn4"; this.gridColumn4.Tag = "query_a.department"; this.gridColumn4.Visible = true; - this.gridColumn4.VisibleIndex = 12; + this.gridColumn4.VisibleIndex = 11; this.gridColumn4.Width = 60; // // gridColumn7 @@ -708,18 +627,18 @@ this.gridColumn7.Name = "gridColumn7"; this.gridColumn7.Tag = "query_a.Phone"; this.gridColumn7.Visible = true; - this.gridColumn7.VisibleIndex = 13; + this.gridColumn7.VisibleIndex = 12; this.gridColumn7.Width = 60; // // gridColumn3 // this.gridColumn3.Caption = "鍚屾鏃堕棿"; this.gridColumn3.FieldName = "lastupdateDate"; - this.gridColumn3.MinWidth = 180; + this.gridColumn3.MinWidth = 50; this.gridColumn3.Name = "gridColumn3"; this.gridColumn3.Tag = "query_a.lastupdate_date"; this.gridColumn3.Visible = true; - this.gridColumn3.VisibleIndex = 14; + this.gridColumn3.VisibleIndex = 13; this.gridColumn3.Width = 180; // // xtraTabControl1 @@ -765,10 +684,10 @@ // tabMx // this.tabMx.Dock = System.Windows.Forms.DockStyle.Fill; - this.tabMx.Location = new System.Drawing.Point(0, 123); + this.tabMx.Location = new System.Drawing.Point(0, 117); this.tabMx.Name = "tabMx"; this.tabMx.SelectedTabPage = this.tabMxPage1; - this.tabMx.Size = new System.Drawing.Size(1264, 447); + this.tabMx.Size = new System.Drawing.Size(1264, 453); this.tabMx.TabIndex = 2; this.tabMx.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.tabMxPage1}); @@ -784,14 +703,8 @@ this.panel1.Controls.Add(this.txt_zuid); this.panel1.Controls.Add(this.lb_isNg); this.panel1.Controls.Add(this.txt_isNg); - this.panel1.Controls.Add(this.lb_isWy); - this.panel1.Controls.Add(this.txt_isWy); this.panel1.Controls.Add(this.lb_depottype); this.panel1.Controls.Add(this.txt_depottype); - this.panel1.Controls.Add(this.lb_lastupdateDate); - this.panel1.Controls.Add(this.txt_lastupdateDate); - this.panel1.Controls.Add(this.lb_createDate); - this.panel1.Controls.Add(this.txt_createDate); this.panel1.Controls.Add(this.lb_createBy); this.panel1.Controls.Add(this.txt_createBy); this.panel1.Controls.Add(this.lb_description); @@ -804,7 +717,7 @@ this.panel1.Font = new System.Drawing.Font("Tahoma", 10F); this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(1264, 123); + this.panel1.Size = new System.Drawing.Size(1264, 117); this.panel1.TabIndex = 1; // // labelControl11 @@ -842,10 +755,7 @@ ((System.ComponentModel.ISupportInitialize)(this.txt_isFkc.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_zuid.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_isNg.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_isWy.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_depottype.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_lastupdateDate.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_createDate.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_createBy.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_description.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_depotName.Properties)).EndInit(); @@ -897,19 +807,9 @@ private DevExpress.XtraEditors.TextEdit txt_isNg; private DevExpress.XtraGrid.Columns.GridColumn gv_isNg; - private DevExpress.XtraEditors.LabelControl lb_isWy; - private DevExpress.XtraEditors.TextEdit txt_isWy; - private DevExpress.XtraGrid.Columns.GridColumn gv_isWy; - private DevExpress.XtraEditors.LabelControl lb_depottype; private DevExpress.XtraEditors.TextEdit txt_depottype; private DevExpress.XtraGrid.Columns.GridColumn gv_depottype; - - private DevExpress.XtraEditors.LabelControl lb_lastupdateDate; - private DevExpress.XtraEditors.TextEdit txt_lastupdateDate; - - private DevExpress.XtraEditors.LabelControl lb_createDate; - private DevExpress.XtraEditors.TextEdit txt_createDate; private DevExpress.XtraEditors.LabelControl lb_createBy; private DevExpress.XtraEditors.TextEdit txt_createBy; -- Gitblit v1.9.3