lu
2024-10-25 56972203702e52b0d858cdfb63c49ef0fae9e77b
DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs
@@ -41,6 +41,7 @@
            this.btnLogin = new DevExpress.XtraEditors.SimpleButton();
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.label1 = new System.Windows.Forms.Label();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtUser.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ckRemember.Properties)).BeginInit();
@@ -202,6 +203,17 @@
            this.labelControl1.TabIndex = 231;
            this.labelControl1.Text = "登录帐号:";
            // 
            // label1
            //
            this.label1.AutoSize = true;
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Font = new System.Drawing.Font("Tahoma", 10F);
            this.label1.Location = new System.Drawing.Point(13, 779);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(163, 21);
            this.label1.TabIndex = 245;
            this.label1.Text = "技术支持:广深科技";
            //
            // FrmLogin
            // 
            this.Appearance.BackColor = System.Drawing.Color.Black;
@@ -211,6 +223,7 @@
            this.BackgroundImageLayoutStore = System.Windows.Forms.ImageLayout.None;
            this.BackgroundImageStore = global::Gs.DevApp.Properties.Resources.login_bg6;
            this.ClientSize = new System.Drawing.Size(782, 806);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.lbVersion);
            this.Controls.Add(this.panel1);
            this.DoubleBuffered = true;
@@ -242,5 +255,6 @@
        private DevExpress.XtraEditors.LabelControl labelControl2;
        private DevExpress.XtraEditors.LabelControl labelControl1;
        private System.Windows.Forms.ComboBox comOrg;
        private System.Windows.Forms.Label label1;
    }
}