winform+dev的前后台分离标准项目
lg
2024-08-31 84a67b8541e5d26d3eb79adde960488226adbd0e
DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs
@@ -53,13 +53,12 @@
            // 
            this.lbVersion.AutoSize = true;
            this.lbVersion.BackColor = System.Drawing.Color.Transparent;
            this.lbVersion.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
            this.lbVersion.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
            this.lbVersion.ForeColor = System.Drawing.Color.White;
            this.lbVersion.Location = new System.Drawing.Point(12, 9);
            this.lbVersion.Name = "lbVersion";
            this.lbVersion.Size = new System.Drawing.Size(113, 18);
            this.lbVersion.Size = new System.Drawing.Size(0, 24);
            this.lbVersion.TabIndex = 244;
            this.lbVersion.Text = "广深MES-V2.0";
            // 
            // panel1
            // 
@@ -232,7 +231,6 @@
            this.MinimizeBox = false;
            this.Name = "FrmLogin";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.TopMost = true;
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.txtUser.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkSaveLoginInfo.Properties)).EndInit();