-
Notifications
You must be signed in to change notification settings - Fork 0
/
DashBoard.Designer.cs
357 lines (351 loc) · 20.2 KB
/
DashBoard.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
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
namespace milkTea
{
partial class DashBoard
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
Guna.UI2.AnimatorNS.Animation animation1 = new Guna.UI2.AnimatorNS.Animation();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DashBoard));
this.panel1 = new System.Windows.Forms.Panel();
this.btnLogOut = new System.Windows.Forms.LinkLabel();
this.btnRemove = new Guna.UI2.WinForms.Guna2Button();
this.btnUpdate = new Guna.UI2.WinForms.Guna2Button();
this.btnAdd = new Guna.UI2.WinForms.Guna2Button();
this.btnOrder = new Guna.UI2.WinForms.Guna2Button();
this.btnExit = new Guna.UI2.WinForms.Guna2GradientCircleButton();
this.guna2Elipse1 = new Guna.UI2.WinForms.Guna2Elipse(this.components);
this.guna2Elipse2 = new Guna.UI2.WinForms.Guna2Elipse(this.components);
this.panel2 = new System.Windows.Forms.Panel();
this.uC_RemoveItem = new milkTea.AllUserControl.UC_RemoveItem();
this.uC_UpdataItems = new milkTea.AllUserControl.UC_UpdataItems();
this.uC_PlaceOrder1 = new milkTea.AllUserControl.UC_PlaceOrder();
this.uC_AddItems1 = new milkTea.AllUserControl.UC_AddItems();
this.uC_Welcome1 = new milkTea.AllUserControl.UC_Welcome();
this.guna2Elipse3 = new Guna.UI2.WinForms.Guna2Elipse(this.components);
this.guna2Elipse4 = new Guna.UI2.WinForms.Guna2Elipse(this.components);
this.guna2Elipse5 = new Guna.UI2.WinForms.Guna2Elipse(this.components);
this.guna2Transition1 = new Guna.UI2.WinForms.Guna2Transition();
this.guna2Elipse6 = new Guna.UI2.WinForms.Guna2Elipse(this.components);
this.guna2Elipse7 = new Guna.UI2.WinForms.Guna2Elipse(this.components);
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(239)))), ((int)(((byte)(220)))), ((int)(((byte)(203)))));
this.panel1.Controls.Add(this.btnLogOut);
this.panel1.Controls.Add(this.btnRemove);
this.panel1.Controls.Add(this.btnUpdate);
this.panel1.Controls.Add(this.btnAdd);
this.panel1.Controls.Add(this.btnOrder);
this.panel1.Controls.Add(this.btnExit);
this.guna2Transition1.SetDecoration(this.panel1, Guna.UI2.AnimatorNS.DecorationType.None);
this.panel1.Location = new System.Drawing.Point(13, 12);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(200, 514);
this.panel1.TabIndex = 0;
//
// btnLogOut
//
this.btnLogOut.AutoSize = true;
this.guna2Transition1.SetDecoration(this.btnLogOut, Guna.UI2.AnimatorNS.DecorationType.None);
this.btnLogOut.Font = new System.Drawing.Font("幼圆", 14.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnLogOut.Location = new System.Drawing.Point(82, 447);
this.btnLogOut.Name = "btnLogOut";
this.btnLogOut.Size = new System.Drawing.Size(79, 19);
this.btnLogOut.TabIndex = 5;
this.btnLogOut.TabStop = true;
this.btnLogOut.Text = "退 出";
this.btnLogOut.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.btnLogOut_LinkClicked);
//
// btnRemove
//
this.btnRemove.BorderRadius = 23;
this.btnRemove.ButtonMode = Guna.UI2.WinForms.Enums.ButtonMode.RadioButton;
this.btnRemove.CheckedState.FillColor = System.Drawing.Color.White;
this.btnRemove.CheckedState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(68)))), ((int)(((byte)(53)))));
this.btnRemove.CheckedState.Parent = this.btnRemove;
this.btnRemove.CustomBorderColor = System.Drawing.Color.Silver;
this.btnRemove.CustomImages.Parent = this.btnRemove;
this.guna2Transition1.SetDecoration(this.btnRemove, Guna.UI2.AnimatorNS.DecorationType.None);
this.btnRemove.FillColor = System.Drawing.Color.Empty;
this.btnRemove.Font = new System.Drawing.Font("幼圆", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnRemove.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(68)))), ((int)(((byte)(53)))));
this.btnRemove.HoverState.Parent = this.btnRemove;
this.btnRemove.Location = new System.Drawing.Point(41, 285);
this.btnRemove.Name = "btnRemove";
this.btnRemove.ShadowDecoration.Parent = this.btnRemove;
this.btnRemove.Size = new System.Drawing.Size(180, 45);
this.btnRemove.TabIndex = 4;
this.btnRemove.Text = "移 除 饮 品";
this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click);
//
// btnUpdate
//
this.btnUpdate.BorderRadius = 23;
this.btnUpdate.ButtonMode = Guna.UI2.WinForms.Enums.ButtonMode.RadioButton;
this.btnUpdate.CheckedState.FillColor = System.Drawing.Color.White;
this.btnUpdate.CheckedState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(68)))), ((int)(((byte)(53)))));
this.btnUpdate.CheckedState.Parent = this.btnUpdate;
this.btnUpdate.CustomBorderColor = System.Drawing.Color.Silver;
this.btnUpdate.CustomImages.Parent = this.btnUpdate;
this.guna2Transition1.SetDecoration(this.btnUpdate, Guna.UI2.AnimatorNS.DecorationType.None);
this.btnUpdate.FillColor = System.Drawing.Color.Empty;
this.btnUpdate.Font = new System.Drawing.Font("幼圆", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnUpdate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(68)))), ((int)(((byte)(53)))));
this.btnUpdate.HoverState.Parent = this.btnUpdate;
this.btnUpdate.Location = new System.Drawing.Point(41, 216);
this.btnUpdate.Name = "btnUpdate";
this.btnUpdate.ShadowDecoration.Parent = this.btnUpdate;
this.btnUpdate.Size = new System.Drawing.Size(180, 45);
this.btnUpdate.TabIndex = 3;
this.btnUpdate.Text = "更 新 饮 品";
this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
//
// btnAdd
//
this.btnAdd.BorderRadius = 23;
this.btnAdd.ButtonMode = Guna.UI2.WinForms.Enums.ButtonMode.RadioButton;
this.btnAdd.CheckedState.FillColor = System.Drawing.Color.White;
this.btnAdd.CheckedState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(68)))), ((int)(((byte)(53)))));
this.btnAdd.CheckedState.Parent = this.btnAdd;
this.btnAdd.CustomBorderColor = System.Drawing.Color.Silver;
this.btnAdd.CustomImages.Parent = this.btnAdd;
this.guna2Transition1.SetDecoration(this.btnAdd, Guna.UI2.AnimatorNS.DecorationType.None);
this.btnAdd.FillColor = System.Drawing.Color.Empty;
this.btnAdd.Font = new System.Drawing.Font("幼圆", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnAdd.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(68)))), ((int)(((byte)(53)))));
this.btnAdd.HoverState.Parent = this.btnAdd;
this.btnAdd.Location = new System.Drawing.Point(41, 139);
this.btnAdd.Name = "btnAdd";
this.btnAdd.ShadowDecoration.Parent = this.btnAdd;
this.btnAdd.Size = new System.Drawing.Size(180, 45);
this.btnAdd.TabIndex = 2;
this.btnAdd.Text = "添 加 饮 品";
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// btnOrder
//
this.btnOrder.BorderColor = System.Drawing.Color.Empty;
this.btnOrder.BorderRadius = 23;
this.btnOrder.ButtonMode = Guna.UI2.WinForms.Enums.ButtonMode.RadioButton;
this.btnOrder.CheckedState.FillColor = System.Drawing.Color.White;
this.btnOrder.CheckedState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(68)))), ((int)(((byte)(53)))));
this.btnOrder.CheckedState.Parent = this.btnOrder;
this.btnOrder.CustomBorderColor = System.Drawing.Color.Silver;
this.btnOrder.CustomImages.Parent = this.btnOrder;
this.guna2Transition1.SetDecoration(this.btnOrder, Guna.UI2.AnimatorNS.DecorationType.None);
this.btnOrder.FillColor = System.Drawing.Color.Empty;
this.btnOrder.Font = new System.Drawing.Font("幼圆", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnOrder.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(68)))), ((int)(((byte)(53)))));
this.btnOrder.HoverState.Parent = this.btnOrder;
this.btnOrder.Location = new System.Drawing.Point(41, 63);
this.btnOrder.Name = "btnOrder";
this.btnOrder.ShadowDecoration.Parent = this.btnOrder;
this.btnOrder.Size = new System.Drawing.Size(180, 45);
this.btnOrder.TabIndex = 1;
this.btnOrder.Text = "点 餐";
this.btnOrder.Click += new System.EventHandler(this.btnOrder_Click);
//
// btnExit
//
this.btnExit.CheckedState.Parent = this.btnExit;
this.btnExit.CustomImages.Parent = this.btnExit;
this.guna2Transition1.SetDecoration(this.btnExit, Guna.UI2.AnimatorNS.DecorationType.None);
this.btnExit.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnExit.ForeColor = System.Drawing.Color.White;
this.btnExit.HoverState.Parent = this.btnExit;
this.btnExit.Location = new System.Drawing.Point(0, 0);
this.btnExit.Name = "btnExit";
this.btnExit.ShadowDecoration.Mode = Guna.UI2.WinForms.Enums.ShadowMode.Circle;
this.btnExit.ShadowDecoration.Parent = this.btnExit;
this.btnExit.Size = new System.Drawing.Size(28, 28);
this.btnExit.TabIndex = 0;
this.btnExit.Text = "X";
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// guna2Elipse1
//
this.guna2Elipse1.BorderRadius = 30;
this.guna2Elipse1.TargetControl = this;
//
// guna2Elipse2
//
this.guna2Elipse2.BorderRadius = 30;
this.guna2Elipse2.TargetControl = this.panel2;
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.White;
this.panel2.Controls.Add(this.uC_RemoveItem);
this.panel2.Controls.Add(this.uC_UpdataItems);
this.panel2.Controls.Add(this.uC_PlaceOrder1);
this.panel2.Controls.Add(this.uC_AddItems1);
this.panel2.Controls.Add(this.uC_Welcome1);
this.guna2Transition1.SetDecoration(this.panel2, Guna.UI2.AnimatorNS.DecorationType.None);
this.panel2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.panel2.Location = new System.Drawing.Point(213, 12);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(781, 514);
this.panel2.TabIndex = 1;
//
// uC_RemoveItem
//
this.uC_RemoveItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(254)))), ((int)(((byte)(255)))));
this.guna2Transition1.SetDecoration(this.uC_RemoveItem, Guna.UI2.AnimatorNS.DecorationType.None);
this.uC_RemoveItem.Location = new System.Drawing.Point(-81, -3);
this.uC_RemoveItem.Name = "uC_RemoveItem";
this.uC_RemoveItem.Size = new System.Drawing.Size(862, 508);
this.uC_RemoveItem.TabIndex = 4;
//
// uC_UpdataItems
//
this.uC_UpdataItems.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(254)))), ((int)(((byte)(255)))));
this.guna2Transition1.SetDecoration(this.uC_UpdataItems, Guna.UI2.AnimatorNS.DecorationType.None);
this.uC_UpdataItems.ForeColor = System.Drawing.Color.Black;
this.uC_UpdataItems.Location = new System.Drawing.Point(-37, -3);
this.uC_UpdataItems.Name = "uC_UpdataItems";
this.uC_UpdataItems.Size = new System.Drawing.Size(815, 514);
this.uC_UpdataItems.TabIndex = 3;
//
// uC_PlaceOrder1
//
this.uC_PlaceOrder1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(254)))), ((int)(((byte)(255)))));
this.guna2Transition1.SetDecoration(this.uC_PlaceOrder1, Guna.UI2.AnimatorNS.DecorationType.None);
this.uC_PlaceOrder1.ForeColor = System.Drawing.Color.Black;
this.uC_PlaceOrder1.Location = new System.Drawing.Point(-33, -3);
this.uC_PlaceOrder1.Name = "uC_PlaceOrder1";
this.uC_PlaceOrder1.Size = new System.Drawing.Size(814, 514);
this.uC_PlaceOrder1.TabIndex = 2;
//
// uC_AddItems1
//
this.uC_AddItems1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(254)))), ((int)(((byte)(255)))));
this.guna2Transition1.SetDecoration(this.uC_AddItems1, Guna.UI2.AnimatorNS.DecorationType.None);
this.uC_AddItems1.ForeColor = System.Drawing.Color.Black;
this.uC_AddItems1.Location = new System.Drawing.Point(-33, 0);
this.uC_AddItems1.Name = "uC_AddItems1";
this.uC_AddItems1.Size = new System.Drawing.Size(780, 514);
this.uC_AddItems1.TabIndex = 1;
//
// uC_Welcome1
//
this.uC_Welcome1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(254)))), ((int)(((byte)(255)))));
this.guna2Transition1.SetDecoration(this.uC_Welcome1, Guna.UI2.AnimatorNS.DecorationType.None);
this.uC_Welcome1.Location = new System.Drawing.Point(-15, -45);
this.uC_Welcome1.Name = "uC_Welcome1";
this.uC_Welcome1.Size = new System.Drawing.Size(781, 511);
this.uC_Welcome1.TabIndex = 0;
//
// guna2Elipse3
//
this.guna2Elipse3.BorderRadius = 30;
this.guna2Elipse3.TargetControl = this.panel2;
//
// guna2Elipse4
//
this.guna2Elipse4.BorderRadius = 30;
this.guna2Elipse4.TargetControl = this.panel2;
//
// guna2Elipse5
//
this.guna2Elipse5.BorderRadius = 30;
this.guna2Elipse5.TargetControl = this.panel2;
//
// guna2Transition1
//
this.guna2Transition1.AnimationType = Guna.UI2.AnimatorNS.AnimationType.HorizSlide;
this.guna2Transition1.Cursor = null;
animation1.AnimateOnlyDifferences = true;
animation1.BlindCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
animation1.LeafCoeff = 0F;
animation1.MaxTime = 1F;
animation1.MinTime = 0F;
animation1.MosaicCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
animation1.MosaicShift = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
animation1.MosaicSize = 0;
animation1.Padding = new System.Windows.Forms.Padding(0);
animation1.RotateCoeff = 0F;
animation1.RotateLimit = 0F;
animation1.ScaleCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
animation1.SlideCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
animation1.TimeCoeff = 0F;
animation1.TransparencyCoeff = 0F;
this.guna2Transition1.DefaultAnimation = animation1;
//
// guna2Elipse6
//
this.guna2Elipse6.BorderRadius = 30;
this.guna2Elipse6.TargetControl = this.panel2;
//
// guna2Elipse7
//
this.guna2Elipse7.BorderRadius = 30;
this.guna2Elipse7.TargetControl = this.panel2;
//
// DashBoard
//
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(1004, 538);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.guna2Transition1.SetDecoration(this, Guna.UI2.AnimatorNS.DecorationType.None);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "DashBoard";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "DashBoard";
this.Load += new System.EventHandler(this.DashBoard_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private Guna.UI2.WinForms.Guna2GradientCircleButton btnExit;
private Guna.UI2.WinForms.Guna2Button btnRemove;
private Guna.UI2.WinForms.Guna2Button btnUpdate;
private Guna.UI2.WinForms.Guna2Button btnAdd;
private Guna.UI2.WinForms.Guna2Button btnOrder;
private Guna.UI2.WinForms.Guna2Elipse guna2Elipse1;
private Guna.UI2.WinForms.Guna2Elipse guna2Elipse2;
private System.Windows.Forms.LinkLabel btnLogOut;
private Guna.UI2.WinForms.Guna2Elipse guna2Elipse3;
private System.Windows.Forms.Panel panel2;
private AllUserControl.UC_Welcome uC_Welcome1;
private Guna.UI2.WinForms.Guna2Elipse guna2Elipse4;
private AllUserControl.UC_AddItems uC_AddItems1;
private Guna.UI2.WinForms.Guna2Elipse guna2Elipse5;
private AllUserControl.UC_PlaceOrder uC_PlaceOrder1;
private Guna.UI2.WinForms.Guna2Transition guna2Transition1;
private Guna.UI2.WinForms.Guna2Elipse guna2Elipse6;
private AllUserControl.UC_UpdataItems uC_UpdataItems;
private Guna.UI2.WinForms.Guna2Elipse guna2Elipse7;
private AllUserControl.UC_RemoveItem uC_RemoveItem;
}
}