From ad87d724397c7e7b839be9570abe458e627bf655 Mon Sep 17 00:00:00 2001
From: lg <123456>
Date: 星期五, 12 十二月 2025 13:40:00 +0800
Subject: [PATCH] 其它入库,其它出库单据和出入库类型改为可维护
---
DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs | 35 +----------------------------------
1 files changed, 1 insertions(+), 34 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs b/DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs
index e2ee6b5..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";
@@ -196,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;
@@ -215,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;
@@ -308,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;
@@ -356,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);
}
@@ -385,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