Xinqi Bao's Git

All done
[HospitalManageSys.git] / HospitalManageSys / Form_Login.Designer.cs
1 namespace HospitalManageSys
2 {
3 partial class Form_Login
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.textBox_ID = new System.Windows.Forms.TextBox();
32 this.button_login = new System.Windows.Forms.Button();
33 this.label_ID = new System.Windows.Forms.Label();
34 this.label_pwd = new System.Windows.Forms.Label();
35 this.textBox_pwd = new System.Windows.Forms.TextBox();
36 this.button_cancel = new System.Windows.Forms.Button();
37 this.SuspendLayout();
38 //
39 // textBox_ID
40 //
41 this.textBox_ID.Location = new System.Drawing.Point(93, 31);
42 this.textBox_ID.Name = "textBox_ID";
43 this.textBox_ID.Size = new System.Drawing.Size(100, 21);
44 this.textBox_ID.TabIndex = 0;
45 //
46 // button_login
47 //
48 this.button_login.Location = new System.Drawing.Point(93, 85);
49 this.button_login.Name = "button_login";
50 this.button_login.Size = new System.Drawing.Size(75, 23);
51 this.button_login.TabIndex = 2;
52 this.button_login.Text = "登录";
53 this.button_login.UseVisualStyleBackColor = true;
54 this.button_login.Click += new System.EventHandler(this.button_login_Click);
55 //
56 // label_ID
57 //
58 this.label_ID.AutoSize = true;
59 this.label_ID.Location = new System.Drawing.Point(46, 34);
60 this.label_ID.Name = "label_ID";
61 this.label_ID.Size = new System.Drawing.Size(41, 12);
62 this.label_ID.TabIndex = 2;
63 this.label_ID.Text = "账号:";
64 //
65 // label_pwd
66 //
67 this.label_pwd.AutoSize = true;
68 this.label_pwd.Location = new System.Drawing.Point(46, 61);
69 this.label_pwd.Name = "label_pwd";
70 this.label_pwd.Size = new System.Drawing.Size(41, 12);
71 this.label_pwd.TabIndex = 3;
72 this.label_pwd.Text = "密码:";
73 //
74 // textBox_pwd
75 //
76 this.textBox_pwd.Location = new System.Drawing.Point(93, 58);
77 this.textBox_pwd.Name = "textBox_pwd";
78 this.textBox_pwd.PasswordChar = '*';
79 this.textBox_pwd.ShortcutsEnabled = false;
80 this.textBox_pwd.Size = new System.Drawing.Size(100, 21);
81 this.textBox_pwd.TabIndex = 1;
82 this.textBox_pwd.UseSystemPasswordChar = true;
83 //
84 // button_cancel
85 //
86 this.button_cancel.Location = new System.Drawing.Point(93, 114);
87 this.button_cancel.Name = "button_cancel";
88 this.button_cancel.Size = new System.Drawing.Size(75, 23);
89 this.button_cancel.TabIndex = 3;
90 this.button_cancel.Text = "取消";
91 this.button_cancel.UseVisualStyleBackColor = true;
92 this.button_cancel.Click += new System.EventHandler(this.button_cancel_Click);
93 //
94 // Form_Login
95 //
96 this.AcceptButton = this.button_login;
97 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
98 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
99 this.ClientSize = new System.Drawing.Size(237, 138);
100 this.ControlBox = false;
101 this.Controls.Add(this.button_cancel);
102 this.Controls.Add(this.textBox_pwd);
103 this.Controls.Add(this.label_pwd);
104 this.Controls.Add(this.label_ID);
105 this.Controls.Add(this.button_login);
106 this.Controls.Add(this.textBox_ID);
107 this.ForeColor = System.Drawing.SystemColors.ControlText;
108 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
109 this.MaximizeBox = false;
110 this.MinimizeBox = false;
111 this.Name = "Form_Login";
112 this.ShowIcon = false;
113 this.ShowInTaskbar = false;
114 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
115 this.Text = "登录";
116 this.Load += new System.EventHandler(this.administrator_Load);
117 this.ResumeLayout(false);
118 this.PerformLayout();
119
120 }
121
122 #endregion
123
124 private System.Windows.Forms.TextBox textBox_ID;
125 private System.Windows.Forms.Button button_login;
126 private System.Windows.Forms.Label label_ID;
127 private System.Windows.Forms.Label label_pwd;
128 private System.Windows.Forms.TextBox textBox_pwd;
129 private System.Windows.Forms.Button button_cancel;
130 }
131 }