|
- namespace CNAS_BalanceClient
- {
- partial class frmLoginServer
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
-
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region Windows 窗体设计器生成的代码
-
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmLoginServer));
- this.pnlCenter = new System.Windows.Forms.Panel();
- this.lblTitle = new System.Windows.Forms.Label();
- this.Btn_Logout = new System.Windows.Forms.Button();
- this.Btn_Login = new System.Windows.Forms.Button();
- this.txtPwd = new System.Windows.Forms.TextBox();
- this.lblPwd = new System.Windows.Forms.Label();
- this.txtUserName = new System.Windows.Forms.TextBox();
- this.lblUser = new System.Windows.Forms.Label();
- this.pnlCenter.SuspendLayout();
- this.SuspendLayout();
- //
- // pnlCenter
- //
- this.pnlCenter.BackColor = System.Drawing.Color.White;
- this.pnlCenter.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pnlCenter.BackgroundImage")));
- this.pnlCenter.Controls.Add(this.lblTitle);
- this.pnlCenter.Controls.Add(this.Btn_Logout);
- this.pnlCenter.Controls.Add(this.Btn_Login);
- this.pnlCenter.Controls.Add(this.txtPwd);
- this.pnlCenter.Controls.Add(this.lblPwd);
- this.pnlCenter.Controls.Add(this.txtUserName);
- this.pnlCenter.Controls.Add(this.lblUser);
- this.pnlCenter.Dock = System.Windows.Forms.DockStyle.Top;
- this.pnlCenter.Location = new System.Drawing.Point(0, 0);
- this.pnlCenter.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.pnlCenter.Name = "pnlCenter";
- this.pnlCenter.Size = new System.Drawing.Size(491, 249);
- this.pnlCenter.TabIndex = 3;
- this.pnlCenter.MouseDown += new System.Windows.Forms.MouseEventHandler(this.frmLoginServer_MouseDown);
- //
- // lblTitle
- //
- this.lblTitle.AutoSize = true;
- this.lblTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
- this.lblTitle.Font = new System.Drawing.Font("华文新魏", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblTitle.ForeColor = System.Drawing.Color.White;
- this.lblTitle.Location = new System.Drawing.Point(176, 22);
- this.lblTitle.Name = "lblTitle";
- this.lblTitle.Size = new System.Drawing.Size(133, 30);
- this.lblTitle.TabIndex = 12;
- this.lblTitle.Text = "用户登录";
- //
- // Btn_Logout
- //
- this.Btn_Logout.BackColor = System.Drawing.SystemColors.HotTrack;
- this.Btn_Logout.FlatAppearance.BorderColor = System.Drawing.Color.DarkGray;
- this.Btn_Logout.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.Btn_Logout.Font = new System.Drawing.Font("微软雅黑", 9.5F);
- this.Btn_Logout.ForeColor = System.Drawing.Color.White;
- this.Btn_Logout.Location = new System.Drawing.Point(268, 177);
- this.Btn_Logout.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.Btn_Logout.Name = "Btn_Logout";
- this.Btn_Logout.Size = new System.Drawing.Size(90, 30);
- this.Btn_Logout.TabIndex = 6;
- this.Btn_Logout.Text = "取 消";
- this.Btn_Logout.UseVisualStyleBackColor = false;
- this.Btn_Logout.Click += new System.EventHandler(this.Btn_Logout_Click);
- //
- // Btn_Login
- //
- this.Btn_Login.BackColor = System.Drawing.SystemColors.HotTrack;
- this.Btn_Login.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.Btn_Login.FlatAppearance.BorderColor = System.Drawing.Color.DarkGray;
- this.Btn_Login.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.Btn_Login.Font = new System.Drawing.Font("微软雅黑", 9.5F);
- this.Btn_Login.ForeColor = System.Drawing.Color.White;
- this.Btn_Login.Location = new System.Drawing.Point(134, 176);
- this.Btn_Login.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.Btn_Login.Name = "Btn_Login";
- this.Btn_Login.Size = new System.Drawing.Size(90, 30);
- this.Btn_Login.TabIndex = 5;
- this.Btn_Login.Text = "登 录";
- this.Btn_Login.UseVisualStyleBackColor = false;
- this.Btn_Login.Click += new System.EventHandler(this.Btn_Login_Click);
- //
- // txtPwd
- //
- this.txtPwd.Location = new System.Drawing.Point(181, 122);
- this.txtPwd.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.txtPwd.MaxLength = 10;
- this.txtPwd.Name = "txtPwd";
- this.txtPwd.PasswordChar = '*';
- this.txtPwd.Size = new System.Drawing.Size(186, 23);
- this.txtPwd.TabIndex = 2;
- this.txtPwd.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmLoginServer_KeyDown);
- //
- // lblPwd
- //
- this.lblPwd.AutoSize = true;
- this.lblPwd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblPwd.Location = new System.Drawing.Point(122, 126);
- this.lblPwd.Name = "lblPwd";
- this.lblPwd.Size = new System.Drawing.Size(39, 17);
- this.lblPwd.TabIndex = 6;
- this.lblPwd.Text = "密 码:";
- //
- // txtUserName
- //
- this.txtUserName.Location = new System.Drawing.Point(181, 84);
- this.txtUserName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.txtUserName.MaxLength = 20;
- this.txtUserName.Name = "txtUserName";
- this.txtUserName.Size = new System.Drawing.Size(186, 23);
- this.txtUserName.TabIndex = 1;
- this.txtUserName.Text = "admin";
- this.txtUserName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmLoginServer_KeyDown);
- //
- // lblUser
- //
- this.lblUser.AutoSize = true;
- this.lblUser.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblUser.Location = new System.Drawing.Point(117, 88);
- this.lblUser.Name = "lblUser";
- this.lblUser.Size = new System.Drawing.Size(47, 17);
- this.lblUser.TabIndex = 0;
- this.lblUser.Text = "用户名:";
- //
- // frmLoginServer
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(491, 251);
- this.Controls.Add(this.pnlCenter);
- this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.Name = "frmLoginServer";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "登录";
- this.Shown += new System.EventHandler(this.frmLoginServer_Shown);
- this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmLoginServer_KeyDown);
- this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.frmLoginServer_MouseDown);
- this.pnlCenter.ResumeLayout(false);
- this.pnlCenter.PerformLayout();
- this.ResumeLayout(false);
-
- }
-
- #endregion
-
- private System.Windows.Forms.Panel pnlCenter;
- private System.Windows.Forms.Label lblTitle;
- private System.Windows.Forms.Button Btn_Logout;
- private System.Windows.Forms.Button Btn_Login;
- private System.Windows.Forms.TextBox txtPwd;
- private System.Windows.Forms.Label lblPwd;
- private System.Windows.Forms.TextBox txtUserName;
- private System.Windows.Forms.Label lblUser;
- }
- }
|