From 27c04c726187ca50c6c693c4aec92a1c43ef115b Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期六, 19 四月 2025 08:12:17 +0800 Subject: [PATCH] 修改登录页 --- DevApp/Gs.DevApp/DevFrm/WW/Frm_WwTbl.Designer.cs | 114 ++++++++++++++++++++++++++++----------------------------- 1 files changed, 56 insertions(+), 58 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwTbl.Designer.cs b/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwTbl.Designer.cs index 253ba12..cfafaf5 100644 --- a/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwTbl.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwTbl.Designer.cs @@ -345,8 +345,6 @@ this.gv_tbl020.Name = "gv_tbl020"; this.gv_tbl020.OptionsColumn.AllowEdit = false; this.gv_tbl020.Tag = "query_a.tbl020"; - this.gv_tbl020.Visible = true; - this.gv_tbl020.VisibleIndex = 1; this.gv_tbl020.Width = 50; // // gv_billNo @@ -359,7 +357,7 @@ this.gv_billNo.OptionsColumn.AllowEdit = false; this.gv_billNo.Tag = "query_a.bill_no"; this.gv_billNo.Visible = true; - this.gv_billNo.VisibleIndex = 2; + this.gv_billNo.VisibleIndex = 1; this.gv_billNo.Width = 94; // // gv_tbl003 @@ -372,7 +370,7 @@ this.gv_tbl003.OptionsColumn.AllowEdit = false; this.gv_tbl003.Tag = "query_a.tbl003"; this.gv_tbl003.Visible = true; - this.gv_tbl003.VisibleIndex = 3; + this.gv_tbl003.VisibleIndex = 2; this.gv_tbl003.Width = 94; // // gv_tbl002 @@ -385,7 +383,7 @@ this.gv_tbl002.OptionsColumn.AllowEdit = false; this.gv_tbl002.Tag = "query_a.tbl002"; this.gv_tbl002.Visible = true; - this.gv_tbl002.VisibleIndex = 4; + this.gv_tbl002.VisibleIndex = 3; this.gv_tbl002.Width = 94; // // gridColumn6 @@ -395,7 +393,7 @@ this.gridColumn6.MinWidth = 25; this.gridColumn6.Name = "gridColumn6"; this.gridColumn6.Visible = true; - this.gridColumn6.VisibleIndex = 5; + this.gridColumn6.VisibleIndex = 4; this.gridColumn6.Width = 94; // // gridColumn10 @@ -405,7 +403,7 @@ this.gridColumn10.MinWidth = 25; this.gridColumn10.Name = "gridColumn10"; this.gridColumn10.Visible = true; - this.gridColumn10.VisibleIndex = 6; + this.gridColumn10.VisibleIndex = 5; this.gridColumn10.Width = 94; // // gv_tbl004 @@ -418,7 +416,7 @@ this.gv_tbl004.OptionsColumn.AllowEdit = false; this.gv_tbl004.Tag = "query_a.tbl004"; this.gv_tbl004.Visible = true; - this.gv_tbl004.VisibleIndex = 7; + this.gv_tbl004.VisibleIndex = 6; this.gv_tbl004.Width = 94; // // gv_tbl005 @@ -431,7 +429,7 @@ this.gv_tbl005.OptionsColumn.AllowEdit = false; this.gv_tbl005.Tag = "query_a.tbl005"; this.gv_tbl005.Visible = true; - this.gv_tbl005.VisibleIndex = 8; + this.gv_tbl005.VisibleIndex = 7; this.gv_tbl005.Width = 94; // // gv_tbl009 @@ -444,7 +442,7 @@ this.gv_tbl009.OptionsColumn.AllowEdit = false; this.gv_tbl009.Tag = "query_a.tbl009"; this.gv_tbl009.Visible = true; - this.gv_tbl009.VisibleIndex = 9; + this.gv_tbl009.VisibleIndex = 8; this.gv_tbl009.Width = 94; // // gv_tbl010 @@ -457,7 +455,7 @@ this.gv_tbl010.OptionsColumn.AllowEdit = false; this.gv_tbl010.Tag = "query_a.tbl010"; this.gv_tbl010.Visible = true; - this.gv_tbl010.VisibleIndex = 10; + this.gv_tbl010.VisibleIndex = 9; this.gv_tbl010.Width = 94; // // gv_tbl011 @@ -470,7 +468,7 @@ this.gv_tbl011.OptionsColumn.AllowEdit = false; this.gv_tbl011.Tag = "query_a.tbl011"; this.gv_tbl011.Visible = true; - this.gv_tbl011.VisibleIndex = 11; + this.gv_tbl011.VisibleIndex = 10; this.gv_tbl011.Width = 94; // // gv_tbl012 @@ -483,7 +481,7 @@ this.gv_tbl012.OptionsColumn.AllowEdit = false; this.gv_tbl012.Tag = "query_a.tbl012"; this.gv_tbl012.Visible = true; - this.gv_tbl012.VisibleIndex = 12; + this.gv_tbl012.VisibleIndex = 11; this.gv_tbl012.Width = 94; // // gridColumn11 @@ -493,7 +491,7 @@ this.gridColumn11.MinWidth = 25; this.gridColumn11.Name = "gridColumn11"; this.gridColumn11.Visible = true; - this.gridColumn11.VisibleIndex = 13; + this.gridColumn11.VisibleIndex = 12; this.gridColumn11.Width = 94; // // pageBar1 @@ -584,10 +582,10 @@ // // txt_itemName // - this.txt_itemName.Location = new System.Drawing.Point(626, 43); + this.txt_itemName.Location = new System.Drawing.Point(636, 43); this.txt_itemName.Name = "txt_itemName"; this.txt_itemName.Properties.Appearance.Options.UseFont = true; - this.txt_itemName.Size = new System.Drawing.Size(195, 24); + this.txt_itemName.Size = new System.Drawing.Size(200, 24); this.txt_itemName.StyleController = this.layoutMx1; this.txt_itemName.TabIndex = 464; this.txt_itemName.Tag = "readonly"; @@ -605,7 +603,7 @@ "鏉ユ枡涓嶈壇閫�鏂�", "浣滀笟涓嶈壇閫�鏂�"}); this.txt_tbl005.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; - this.txt_tbl005.Size = new System.Drawing.Size(195, 24); + this.txt_tbl005.Size = new System.Drawing.Size(200, 24); this.txt_tbl005.StyleController = this.layoutMx1; this.txt_tbl005.TabIndex = 459; // @@ -614,7 +612,7 @@ this.txt_tbl002.IsReadly = false; this.txt_tbl002.Location = new System.Drawing.Point(84, 43); this.txt_tbl002.Name = "txt_tbl002"; - this.txt_tbl002.Size = new System.Drawing.Size(195, 24); + this.txt_tbl002.Size = new System.Drawing.Size(200, 24); this.txt_tbl002.TabIndex = 462; // // txt_billNo @@ -622,85 +620,85 @@ this.txt_billNo.Location = new System.Drawing.Point(84, 12); this.txt_billNo.Name = "txt_billNo"; this.txt_billNo.Properties.Appearance.Options.UseFont = true; - this.txt_billNo.Size = new System.Drawing.Size(195, 24); + this.txt_billNo.Size = new System.Drawing.Size(200, 24); this.txt_billNo.StyleController = this.layoutMx1; this.txt_billNo.TabIndex = 211; this.txt_billNo.Tag = "readonly"; // // txt_tbl012 // - this.txt_tbl012.Location = new System.Drawing.Point(897, 43); + this.txt_tbl012.Location = new System.Drawing.Point(912, 43); this.txt_tbl012.Name = "txt_tbl012"; this.txt_tbl012.Properties.Appearance.Options.UseFont = true; - this.txt_tbl012.Size = new System.Drawing.Size(196, 24); + this.txt_tbl012.Size = new System.Drawing.Size(202, 24); this.txt_tbl012.StyleController = this.layoutMx1; this.txt_tbl012.TabIndex = 247; this.txt_tbl012.Tag = "readonly"; // // txt_daa014 // - this.txt_daa014.Location = new System.Drawing.Point(355, 12); + this.txt_daa014.Location = new System.Drawing.Point(360, 12); this.txt_daa014.Name = "txt_daa014"; this.txt_daa014.Properties.Appearance.Options.UseFont = true; - this.txt_daa014.Size = new System.Drawing.Size(195, 24); + this.txt_daa014.Size = new System.Drawing.Size(200, 24); this.txt_daa014.StyleController = this.layoutMx1; this.txt_daa014.TabIndex = 217; this.txt_daa014.Tag = "readonly"; // // txt_itemNo // - this.txt_itemNo.Location = new System.Drawing.Point(626, 12); + this.txt_itemNo.Location = new System.Drawing.Point(636, 12); this.txt_itemNo.Name = "txt_itemNo"; this.txt_itemNo.Properties.Appearance.Options.UseFont = true; - this.txt_itemNo.Size = new System.Drawing.Size(195, 24); + this.txt_itemNo.Size = new System.Drawing.Size(200, 24); this.txt_itemNo.StyleController = this.layoutMx1; this.txt_itemNo.TabIndex = 298; this.txt_itemNo.Tag = "readonly"; // // txt_tbl011 // - this.txt_tbl011.Location = new System.Drawing.Point(897, 12); + this.txt_tbl011.Location = new System.Drawing.Point(912, 12); this.txt_tbl011.Name = "txt_tbl011"; this.txt_tbl011.Properties.Appearance.Options.UseFont = true; - this.txt_tbl011.Size = new System.Drawing.Size(196, 24); + this.txt_tbl011.Size = new System.Drawing.Size(202, 24); this.txt_tbl011.StyleController = this.layoutMx1; this.txt_tbl011.TabIndex = 243; this.txt_tbl011.Tag = "readonly"; // // txt_itemModel // - this.txt_itemModel.Location = new System.Drawing.Point(626, 74); + this.txt_itemModel.Location = new System.Drawing.Point(636, 74); this.txt_itemModel.Name = "txt_itemModel"; this.txt_itemModel.Properties.Appearance.Options.UseFont = true; - this.txt_itemModel.Size = new System.Drawing.Size(195, 24); + this.txt_itemModel.Size = new System.Drawing.Size(200, 24); this.txt_itemModel.StyleController = this.layoutMx1; this.txt_itemModel.TabIndex = 219; this.txt_itemModel.Tag = "readonly"; // // txt_tbl006 // - this.txt_tbl006.Location = new System.Drawing.Point(355, 74); + this.txt_tbl006.Location = new System.Drawing.Point(360, 74); this.txt_tbl006.Name = "txt_tbl006"; this.txt_tbl006.Properties.Appearance.Options.UseFont = true; - this.txt_tbl006.Size = new System.Drawing.Size(195, 24); + this.txt_tbl006.Size = new System.Drawing.Size(200, 24); this.txt_tbl006.StyleController = this.layoutMx1; this.txt_tbl006.TabIndex = 226; // // txt_tbl013 // - this.txt_tbl013.Location = new System.Drawing.Point(825, 74); + this.txt_tbl013.Location = new System.Drawing.Point(840, 74); this.txt_tbl013.Name = "txt_tbl013"; this.txt_tbl013.Properties.Caption = "瀹℃牳鐘舵��"; - this.txt_tbl013.Size = new System.Drawing.Size(268, 24); + this.txt_tbl013.Size = new System.Drawing.Size(274, 24); this.txt_tbl013.StyleController = this.layoutMx1; this.txt_tbl013.TabIndex = 465; this.txt_tbl013.Tag = "readonly"; // // txt_erpProductionOrderNo // - this.txt_erpProductionOrderNo.Location = new System.Drawing.Point(355, 43); + this.txt_erpProductionOrderNo.Location = new System.Drawing.Point(360, 43); this.txt_erpProductionOrderNo.Name = "txt_erpProductionOrderNo"; - this.txt_erpProductionOrderNo.Size = new System.Drawing.Size(195, 24); + this.txt_erpProductionOrderNo.Size = new System.Drawing.Size(200, 24); this.txt_erpProductionOrderNo.StyleController = this.layoutMx1; this.txt_erpProductionOrderNo.TabIndex = 467; this.txt_erpProductionOrderNo.Tag = "readonly"; @@ -763,7 +761,7 @@ rowDefinition2, rowDefinition3, rowDefinition4}); - this.Root.Size = new System.Drawing.Size(1105, 144); + this.Root.Size = new System.Drawing.Size(1126, 144); this.Root.TextVisible = false; // // layoutControlItem1 @@ -771,27 +769,27 @@ this.layoutControlItem1.Control = this.txt_billNo; this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); this.layoutControlItem1.Name = "layoutControlItem1"; - this.layoutControlItem1.Size = new System.Drawing.Size(271, 31); + this.layoutControlItem1.Size = new System.Drawing.Size(276, 31); this.layoutControlItem1.Text = "鐢宠鍗曞彿"; this.layoutControlItem1.TextSize = new System.Drawing.Size(60, 18); // // layoutControlItem2 // this.layoutControlItem2.Control = this.txt_daa014; - this.layoutControlItem2.Location = new System.Drawing.Point(271, 0); + this.layoutControlItem2.Location = new System.Drawing.Point(276, 0); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.OptionsTableLayoutItem.ColumnIndex = 1; - this.layoutControlItem2.Size = new System.Drawing.Size(271, 31); + this.layoutControlItem2.Size = new System.Drawing.Size(276, 31); this.layoutControlItem2.Text = "鎶曟枡鍗曞彿"; this.layoutControlItem2.TextSize = new System.Drawing.Size(60, 18); // // layoutControlItem3 // this.layoutControlItem3.Control = this.txt_itemNo; - this.layoutControlItem3.Location = new System.Drawing.Point(542, 0); + this.layoutControlItem3.Location = new System.Drawing.Point(552, 0); this.layoutControlItem3.Name = "layoutControlItem3"; this.layoutControlItem3.OptionsTableLayoutItem.ColumnIndex = 2; - this.layoutControlItem3.Size = new System.Drawing.Size(271, 31); + this.layoutControlItem3.Size = new System.Drawing.Size(276, 31); this.layoutControlItem3.Text = "浜у搧缂栫爜"; this.layoutControlItem3.TextSize = new System.Drawing.Size(60, 18); // @@ -801,29 +799,29 @@ this.layoutControlItem4.Location = new System.Drawing.Point(0, 31); this.layoutControlItem4.Name = "layoutControlItem4"; this.layoutControlItem4.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem4.Size = new System.Drawing.Size(271, 31); + this.layoutControlItem4.Size = new System.Drawing.Size(276, 31); this.layoutControlItem4.Text = "濮斿宸ュ崟"; this.layoutControlItem4.TextSize = new System.Drawing.Size(60, 18); // // layoutControlItem5 // this.layoutControlItem5.Control = this.txt_itemName; - this.layoutControlItem5.Location = new System.Drawing.Point(542, 31); + this.layoutControlItem5.Location = new System.Drawing.Point(552, 31); this.layoutControlItem5.Name = "layoutControlItem5"; this.layoutControlItem5.OptionsTableLayoutItem.ColumnIndex = 2; this.layoutControlItem5.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem5.Size = new System.Drawing.Size(271, 31); + this.layoutControlItem5.Size = new System.Drawing.Size(276, 31); this.layoutControlItem5.Text = "浜у搧鍚嶇О"; this.layoutControlItem5.TextSize = new System.Drawing.Size(60, 18); // // layoutControlItem6 // this.layoutControlItem6.Control = this.txt_itemModel; - this.layoutControlItem6.Location = new System.Drawing.Point(542, 62); + this.layoutControlItem6.Location = new System.Drawing.Point(552, 62); this.layoutControlItem6.Name = "layoutControlItem6"; this.layoutControlItem6.OptionsTableLayoutItem.ColumnIndex = 2; this.layoutControlItem6.OptionsTableLayoutItem.RowIndex = 2; - this.layoutControlItem6.Size = new System.Drawing.Size(271, 31); + this.layoutControlItem6.Size = new System.Drawing.Size(276, 31); this.layoutControlItem6.Text = "浜у搧鍨嬪彿"; this.layoutControlItem6.TextSize = new System.Drawing.Size(60, 18); // @@ -833,39 +831,39 @@ this.layoutControlItem7.Location = new System.Drawing.Point(0, 62); this.layoutControlItem7.Name = "layoutControlItem7"; this.layoutControlItem7.OptionsTableLayoutItem.RowIndex = 2; - this.layoutControlItem7.Size = new System.Drawing.Size(271, 31); + this.layoutControlItem7.Size = new System.Drawing.Size(276, 31); this.layoutControlItem7.Text = "閫�鏂欑被鍨�"; this.layoutControlItem7.TextSize = new System.Drawing.Size(60, 18); // // layoutControlItem9 // this.layoutControlItem9.Control = this.txt_tbl011; - this.layoutControlItem9.Location = new System.Drawing.Point(813, 0); + this.layoutControlItem9.Location = new System.Drawing.Point(828, 0); this.layoutControlItem9.Name = "layoutControlItem9"; this.layoutControlItem9.OptionsTableLayoutItem.ColumnIndex = 3; - this.layoutControlItem9.Size = new System.Drawing.Size(272, 31); + this.layoutControlItem9.Size = new System.Drawing.Size(278, 31); this.layoutControlItem9.Text = "瀹℃牳浜�"; this.layoutControlItem9.TextSize = new System.Drawing.Size(60, 18); // // layoutControlItem10 // this.layoutControlItem10.Control = this.txt_tbl012; - this.layoutControlItem10.Location = new System.Drawing.Point(813, 31); + this.layoutControlItem10.Location = new System.Drawing.Point(828, 31); this.layoutControlItem10.Name = "layoutControlItem10"; this.layoutControlItem10.OptionsTableLayoutItem.ColumnIndex = 3; this.layoutControlItem10.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem10.Size = new System.Drawing.Size(272, 31); + this.layoutControlItem10.Size = new System.Drawing.Size(278, 31); this.layoutControlItem10.Text = "瀹℃牳鏃堕棿"; this.layoutControlItem10.TextSize = new System.Drawing.Size(60, 18); // // layoutControlItem11 // this.layoutControlItem11.Control = this.txt_tbl013; - this.layoutControlItem11.Location = new System.Drawing.Point(813, 62); + this.layoutControlItem11.Location = new System.Drawing.Point(828, 62); this.layoutControlItem11.Name = "layoutControlItem11"; this.layoutControlItem11.OptionsTableLayoutItem.ColumnIndex = 3; this.layoutControlItem11.OptionsTableLayoutItem.RowIndex = 2; - this.layoutControlItem11.Size = new System.Drawing.Size(272, 31); + this.layoutControlItem11.Size = new System.Drawing.Size(278, 31); this.layoutControlItem11.Text = "瀹℃牳鐘舵��"; this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem11.TextVisible = false; @@ -873,22 +871,22 @@ // layoutControlItem15 // this.layoutControlItem15.Control = this.txt_erpProductionOrderNo; - this.layoutControlItem15.Location = new System.Drawing.Point(271, 31); + this.layoutControlItem15.Location = new System.Drawing.Point(276, 31); this.layoutControlItem15.Name = "layoutControlItem15"; this.layoutControlItem15.OptionsTableLayoutItem.ColumnIndex = 1; this.layoutControlItem15.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem15.Size = new System.Drawing.Size(271, 31); + this.layoutControlItem15.Size = new System.Drawing.Size(276, 31); this.layoutControlItem15.Text = "浠诲姟鍗曞彿"; this.layoutControlItem15.TextSize = new System.Drawing.Size(60, 18); // // layoutControlItem8 // this.layoutControlItem8.Control = this.txt_tbl006; - this.layoutControlItem8.Location = new System.Drawing.Point(271, 62); + this.layoutControlItem8.Location = new System.Drawing.Point(276, 62); this.layoutControlItem8.Name = "layoutControlItem8"; this.layoutControlItem8.OptionsTableLayoutItem.ColumnIndex = 1; this.layoutControlItem8.OptionsTableLayoutItem.RowIndex = 2; - this.layoutControlItem8.Size = new System.Drawing.Size(271, 31); + this.layoutControlItem8.Size = new System.Drawing.Size(276, 31); this.layoutControlItem8.Text = "澶囨敞"; this.layoutControlItem8.TextSize = new System.Drawing.Size(60, 18); // @@ -900,7 +898,7 @@ this.layoutControlItem13.MinSize = new System.Drawing.Size(90, 31); this.layoutControlItem13.Name = "layoutControlItem13"; this.layoutControlItem13.OptionsTableLayoutItem.RowIndex = 3; - this.layoutControlItem13.Size = new System.Drawing.Size(271, 31); + this.layoutControlItem13.Size = new System.Drawing.Size(276, 31); this.layoutControlItem13.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem13.Text = "閫夋嫨鎸夐挳"; this.layoutControlItem13.TextSize = new System.Drawing.Size(0, 0); -- Gitblit v1.9.3