From 5a7f68bf4dbbdca1abbb939bd43e1fb695bc7c0b Mon Sep 17 00:00:00 2001 From: lu <123456> Date: 星期六, 23 八月 2025 15:39:04 +0800 Subject: [PATCH] 数据过滤 --- DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs | 37 +------------------------------------ 1 files changed, 1 insertions(+), 36 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs b/DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs index a972bb7..f2db1f9 100644 --- a/DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs @@ -46,14 +46,12 @@ this.btnLogin = new DevExpress.XtraEditors.SimpleButton(); this.txtUser = new DevExpress.XtraEditors.TextEdit(); this.txtPwd = new DevExpress.XtraEditors.TextEdit(); - this.ckWeight = new DevExpress.XtraEditors.CheckEdit(); this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); - this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); this.panelLog = new System.Windows.Forms.Panel(); this.table1.SuspendLayout(); this.panel1.SuspendLayout(); @@ -62,14 +60,12 @@ ((System.ComponentModel.ISupportInitialize)(this.ckRemember.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtUser.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtPwd.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.ckWeight.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit(); this.SuspendLayout(); // // lbVersion @@ -119,7 +115,6 @@ this.lay1.Controls.Add(this.btnLogin); this.lay1.Controls.Add(this.txtUser); this.lay1.Controls.Add(this.txtPwd); - this.lay1.Controls.Add(this.ckWeight); this.lay1.Dock = System.Windows.Forms.DockStyle.Fill; this.lay1.Location = new System.Drawing.Point(0, 0); this.lay1.Name = "lay1"; @@ -142,7 +137,6 @@ this.btnCancel.StyleController = this.lay1; this.btnCancel.TabIndex = 15; this.btnCancel.Text = "鍙栨秷 (&C)"; - // // ckRemember // @@ -171,7 +165,6 @@ this.btnLogin.StyleController = this.lay1; this.btnLogin.TabIndex = 14; this.btnLogin.Text = "鐧诲綍 (&L)"; - // // txtUser // @@ -198,16 +191,6 @@ this.txtPwd.StyleController = this.lay1; this.txtPwd.TabIndex = 22; // - // ckWeight - // - this.ckWeight.Location = new System.Drawing.Point(189, 106); - this.ckWeight.Name = "ckWeight"; - this.ckWeight.Properties.Caption = "浠呯О閲嶆ā寮�"; - this.ckWeight.Properties.ContentAlignment = DevExpress.Utils.HorzAlignment.Far; - this.ckWeight.Size = new System.Drawing.Size(174, 24); - this.ckWeight.StyleController = this.lay1; - this.ckWeight.TabIndex = 23; - // // Root // this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; @@ -217,8 +200,7 @@ this.layoutControlItem2, this.layoutControlItem3, this.layoutControlItem4, - this.layoutControlItem5, - this.layoutControlItem6}); + this.layoutControlItem5}); this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table; this.Root.Name = "Root"; columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent; @@ -310,19 +292,6 @@ this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem5.TextVisible = false; // - // layoutControlItem6 - // - this.layoutControlItem6.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Far; - this.layoutControlItem6.Control = this.ckWeight; - this.layoutControlItem6.Location = new System.Drawing.Point(177, 94); - this.layoutControlItem6.Name = "layoutControlItem6"; - this.layoutControlItem6.OptionsTableLayoutItem.ColumnIndex = 1; - this.layoutControlItem6.OptionsTableLayoutItem.RowIndex = 2; - this.layoutControlItem6.Size = new System.Drawing.Size(178, 47); - this.layoutControlItem6.Text = "绉伴噸妯″紡"; - this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0); - this.layoutControlItem6.TextVisible = false; - // // panelLog // this.panelLog.Anchor = System.Windows.Forms.AnchorStyles.Bottom; @@ -358,14 +327,12 @@ ((System.ComponentModel.ISupportInitialize)(this.ckRemember.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtUser.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtPwd.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.ckWeight.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit(); this.ResumeLayout(false); } @@ -387,7 +354,5 @@ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; private System.Windows.Forms.Panel panelLog; - private DevExpress.XtraEditors.CheckEdit ckWeight; - private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; } } \ No newline at end of file -- Gitblit v1.9.3