-
Notifications
You must be signed in to change notification settings - Fork 0
/
Form1.Designer.cs
187 lines (180 loc) · 10.4 KB
/
Form1.Designer.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
namespace milkTea
{
partial class Form1
{
/// <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(Form1));
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.btnOrder = new System.Windows.Forms.LinkLabel();
this.btnLogin = new Guna.UI2.WinForms.Guna2Button();
this.txtUsername = new Guna.UI2.WinForms.Guna2TextBox();
this.txtPassword = new Guna.UI2.WinForms.Guna2TextBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(77, 12);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(218, 262);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(68)))), ((int)(((byte)(53)))));
this.label1.Location = new System.Drawing.Point(74, 294);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(59, 16);
this.label1.TabIndex = 3;
this.label1.Text = "用户名";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Bold);
this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(68)))), ((int)(((byte)(53)))));
this.label2.Location = new System.Drawing.Point(74, 362);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(42, 16);
this.label2.TabIndex = 4;
this.label2.Text = "密码";
//
// btnOrder
//
this.btnOrder.AutoSize = true;
this.btnOrder.Font = new System.Drawing.Font("宋体", 12F);
this.btnOrder.Location = new System.Drawing.Point(155, 493);
this.btnOrder.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
this.btnOrder.Name = "btnOrder";
this.btnOrder.Size = new System.Drawing.Size(48, 16);
this.btnOrder.TabIndex = 6;
this.btnOrder.TabStop = true;
this.btnOrder.Text = "点 餐";
this.btnOrder.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.btnOrder_LinkClicked);
//
// btnLogin
//
this.btnLogin.BorderRadius = 20;
this.btnLogin.CheckedState.Parent = this.btnLogin;
this.btnLogin.CustomImages.Parent = this.btnLogin;
this.btnLogin.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(68)))), ((int)(((byte)(53)))));
this.btnLogin.Font = new System.Drawing.Font("Segoe UI", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnLogin.ForeColor = System.Drawing.Color.White;
this.btnLogin.HoverState.Parent = this.btnLogin;
this.btnLogin.Location = new System.Drawing.Point(103, 433);
this.btnLogin.Name = "btnLogin";
this.btnLogin.ShadowDecoration.Parent = this.btnLogin;
this.btnLogin.Size = new System.Drawing.Size(160, 43);
this.btnLogin.TabIndex = 7;
this.btnLogin.Text = "登 录";
this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
//
// txtUsername
//
this.txtUsername.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txtUsername.DefaultText = "";
this.txtUsername.DisabledState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208)))));
this.txtUsername.DisabledState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(226)))), ((int)(((byte)(226)))));
this.txtUsername.DisabledState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
this.txtUsername.DisabledState.Parent = this.txtUsername;
this.txtUsername.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
this.txtUsername.FocusedState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
this.txtUsername.FocusedState.Parent = this.txtUsername;
this.txtUsername.ForeColor = System.Drawing.Color.Black;
this.txtUsername.HoverState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
this.txtUsername.HoverState.Parent = this.txtUsername;
this.txtUsername.Location = new System.Drawing.Point(77, 313);
this.txtUsername.Name = "txtUsername";
this.txtUsername.PasswordChar = '\0';
this.txtUsername.PlaceholderForeColor = System.Drawing.Color.Silver;
this.txtUsername.PlaceholderText = "";
this.txtUsername.SelectedText = "";
this.txtUsername.ShadowDecoration.Parent = this.txtUsername;
this.txtUsername.Size = new System.Drawing.Size(200, 33);
this.txtUsername.TabIndex = 8;
//
// txtPassword
//
this.txtPassword.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txtPassword.DefaultText = "";
this.txtPassword.DisabledState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208)))));
this.txtPassword.DisabledState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(226)))), ((int)(((byte)(226)))));
this.txtPassword.DisabledState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
this.txtPassword.DisabledState.Parent = this.txtPassword;
this.txtPassword.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
this.txtPassword.FocusedState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
this.txtPassword.FocusedState.Parent = this.txtPassword;
this.txtPassword.ForeColor = System.Drawing.Color.Black;
this.txtPassword.HoverState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
this.txtPassword.HoverState.Parent = this.txtPassword;
this.txtPassword.Location = new System.Drawing.Point(77, 381);
this.txtPassword.Name = "txtPassword";
this.txtPassword.PasswordChar = '*';
this.txtPassword.PlaceholderForeColor = System.Drawing.Color.Silver;
this.txtPassword.PlaceholderText = "";
this.txtPassword.SelectedText = "";
this.txtPassword.ShadowDecoration.Parent = this.txtPassword;
this.txtPassword.Size = new System.Drawing.Size(200, 33);
this.txtPassword.TabIndex = 9;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(239)))), ((int)(((byte)(220)))), ((int)(((byte)(203)))));
this.ClientSize = new System.Drawing.Size(373, 540);
this.Controls.Add(this.txtPassword);
this.Controls.Add(this.txtUsername);
this.Controls.Add(this.btnLogin);
this.Controls.Add(this.btnOrder);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.pictureBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "Form1";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Login";
this.Load += new System.EventHandler(this.Form1_Load);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.LinkLabel btnOrder;
private Guna.UI2.WinForms.Guna2Button btnLogin;
private Guna.UI2.WinForms.Guna2TextBox txtUsername;
private Guna.UI2.WinForms.Guna2TextBox txtPassword;
}
}