yantian yue
2023-12-28 fd5f7c86beec35f6b7cde3f16f23c6cf1279a447
提交 | 用户 | 时间
e46d3b 1 namespace YX
2 {
3     partial class FrmLogin
4     {
5         /// <summary>
6         /// Required designer variable.
7         /// </summary>
8         private System.ComponentModel.IContainer components = null;
9
10         /// <summary>
11         /// Clean up any resources being used.
12         /// </summary>
13         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         protected override void Dispose(bool disposing)
15         {
16             if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             base.Dispose(disposing);
21         }
22
23         #region Windows Form Designer generated code
24
25         /// <summary>
26         /// Required method for Designer support - do not modify
27         /// the contents of this method with the code editor.
28         /// </summary>
29         private void InitializeComponent()
30         {
31             this.btn_concel = new System.Windows.Forms.Button();
32             this.txt_UserPwd = new System.Windows.Forms.TextBox();
33             this.label2 = new System.Windows.Forms.Label();
34             this.txt_User_Account = new System.Windows.Forms.TextBox();
35             this.label1 = new System.Windows.Forms.Label();
36             this.btn_login = new System.Windows.Forms.Button();
37             this.SuspendLayout();
38             // 
39             // btn_concel
40             // 
41             this.btn_concel.Location = new System.Drawing.Point(180, 142);
42             this.btn_concel.Name = "btn_concel";
43             this.btn_concel.Size = new System.Drawing.Size(80, 40);
44             this.btn_concel.TabIndex = 11;
45             this.btn_concel.Text = "取消";
46             this.btn_concel.UseVisualStyleBackColor = true;
47             this.btn_concel.Click += new System.EventHandler(this.btn_concel_Click);
48             // 
49             // txt_UserPwd
50             // 
51             this.txt_UserPwd.Location = new System.Drawing.Point(116, 90);
52             this.txt_UserPwd.Name = "txt_UserPwd";
53             this.txt_UserPwd.PasswordChar = '*';
54             this.txt_UserPwd.Size = new System.Drawing.Size(165, 21);
55             this.txt_UserPwd.TabIndex = 10;
56             this.txt_UserPwd.Text = "system";
57             // 
58             // label2
59             // 
60             this.label2.AutoSize = true;
61             this.label2.Location = new System.Drawing.Point(69, 92);
62             this.label2.Name = "label2";
63             this.label2.Size = new System.Drawing.Size(41, 12);
64             this.label2.TabIndex = 9;
65             this.label2.Text = "密码:";
66             // 
67             // txt_User_Account
68             // 
69             this.txt_User_Account.Location = new System.Drawing.Point(116, 51);
70             this.txt_User_Account.Name = "txt_User_Account";
71             this.txt_User_Account.Size = new System.Drawing.Size(165, 21);
72             this.txt_User_Account.TabIndex = 8;
73             this.txt_User_Account.Text = "admin";
74             // 
75             // label1
76             // 
77             this.label1.AutoSize = true;
78             this.label1.Location = new System.Drawing.Point(69, 54);
79             this.label1.Name = "label1";
80             this.label1.Size = new System.Drawing.Size(41, 12);
81             this.label1.TabIndex = 7;
82             this.label1.Text = "账号:";
83             // 
84             // btn_login
85             // 
86             this.btn_login.Location = new System.Drawing.Point(94, 142);
87             this.btn_login.Name = "btn_login";
88             this.btn_login.Size = new System.Drawing.Size(80, 40);
89             this.btn_login.TabIndex = 6;
90             this.btn_login.Text = "登陆";
91             this.btn_login.UseVisualStyleBackColor = true;
92             this.btn_login.Click += new System.EventHandler(this.btn_login_Click);
93             // 
94             // FrmLogin
95             // 
96             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
97             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
98             this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
99             this.ClientSize = new System.Drawing.Size(333, 212);
100             this.Controls.Add(this.btn_concel);
101             this.Controls.Add(this.txt_UserPwd);
102             this.Controls.Add(this.label2);
103             this.Controls.Add(this.txt_User_Account);
104             this.Controls.Add(this.label1);
105             this.Controls.Add(this.btn_login);
106             this.Name = "FrmLogin";
107             this.Text = "登录";
108             this.ResumeLayout(false);
109             this.PerformLayout();
110
111         }
112
113         #endregion
114
115         private System.Windows.Forms.Button btn_concel;
116         private System.Windows.Forms.TextBox txt_UserPwd;
117         private System.Windows.Forms.Label label2;
118         private System.Windows.Forms.TextBox txt_User_Account;
119         private System.Windows.Forms.Label label1;
120         private System.Windows.Forms.Button btn_login;
121     }
122 }