namespace QuanLyQuanCafe
{
partial class fTableManager
{
///<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>protectedoverridevoidDispose(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>privatevoidInitializeComponent()
{
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.adminToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.thôngTinTàiKhoảnToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.thôngTinCáNhânToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.đăngXuấtToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.panel2 = new System.Windows.Forms.Panel();
this.lsvBill = new System.Windows.Forms.ListView();
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.panel3 = new System.Windows.Forms.Panel();
this.txbTotalPrice = new System.Windows.Forms.TextBox();
this.cbSwitchTable = new System.Windows.Forms.ComboBox();
this.btnSwitchTable = new System.Windows.Forms.Button();
this.nmDisCount = new System.Windows.Forms.NumericUpDown();
this.btnCheckOut = new System.Windows.Forms.Button();
this.panel4 = new System.Windows.Forms.Panel();
this.nmFoodCount = new System.Windows.Forms.NumericUpDown();
this.btnAddFood = new System.Windows.Forms.Button();
this.cbFood = new System.Windows.Forms.ComboBox();
this.cbCategory = new System.Windows.Forms.ComboBox();
this.flpTable = new System.Windows.Forms.FlowLayoutPanel();
this.chứcNăngToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.thanhToánToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.thêmMónToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.menuStrip1.SuspendLayout();
this.panel2.SuspendLayout();
this.panel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nmDisCount)).BeginInit();
this.panel4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nmFoodCount)).BeginInit();
this.SuspendLayout();
// // menuStrip1// this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.adminToolStripMenuItem,
this.thôngTinTàiKhoảnToolStripMenuItem,
this.chứcNăngToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(797, 24);
this.menuStrip1.TabIndex = 1;
this.menuStrip1.Text = "menuStrip1";
// // adminToolStripMenuItem// this.adminToolStripMenuItem.Name = "adminToolStripMenuItem";
this.adminToolStripMenuItem.Size = new System.Drawing.Size(55, 20);
this.adminToolStripMenuItem.Text = "Admin";
this.adminToolStripMenuItem.Click += new System.EventHandler(this.adminToolStripMenuItem_Click);
// // thôngTinTàiKhoảnToolStripMenuItem// this.thôngTinTàiKhoảnToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.thôngTinCáNhânToolStripMenuItem,
this.đăngXuấtToolStripMenuItem});
this.thôngTinTàiKhoảnToolStripMenuItem.Name = "thôngTinTàiKhoảnToolStripMenuItem";
this.thôngTinTàiKhoảnToolStripMenuItem.Size = new System.Drawing.Size(123, 20);
this.thôngTinTàiKhoảnToolStripMenuItem.Text = "Thông tin tài khoản";
// // thôngTinCáNhânToolStripMenuItem// this.thôngTinCáNhânToolStripMenuItem.Name = "thôngTinCáNhânToolStripMenuItem";
this.thôngTinCáNhânToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
this.thôngTinCáNhânToolStripMenuItem.Text = "Thông tin cá nhân";
this.thôngTinCáNhânToolStripMenuItem.Click += new System.EventHandler(this.thôngTinCáNhânToolStripMenuItem_Click);
// // đăngXuấtToolStripMenuItem// this.đăngXuấtToolStripMenuItem.Name = "đăngXuấtToolStripMenuItem";
this.đăngXuấtToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
this.đăngXuấtToolStripMenuItem.Text = "Đăng xuất";
this.đăngXuấtToolStripMenuItem.Click += new System.EventHandler(this.đăngXuấtToolStripMenuItem_Click);
// // panel2// this.panel2.Controls.Add(this.lsvBill);
this.panel2.Location = new System.Drawing.Point(447, 85);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(338, 315);
this.panel2.TabIndex = 2;
// // lsvBill// this.lsvBill.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader2,
this.columnHeader3,
this.columnHeader4});
this.lsvBill.GridLines = true;
this.lsvBill.Location = new System.Drawing.Point(3, 3);
this.lsvBill.Name = "lsvBill";
this.lsvBill.Size = new System.Drawing.Size(332, 309);
this.lsvBill.TabIndex = 0;
this.lsvBill.UseCompatibleStateImageBehavior = false;
this.lsvBill.View = System.Windows.Forms.View.Details;
// // columnHeader1// this.columnHeader1.Text = "Tên món";
this.columnHeader1.Width = 133;
// // columnHeader2// this.columnHeader2.Text = "Số lượng";
// // columnHeader3// this.columnHeader3.Text = "Đơn giá";
this.columnHeader3.Width = 54;
// // columnHeader4// this.columnHeader4.Text = "Thành tiền";
this.columnHeader4.Width = 81;
// // panel3// this.panel3.Controls.Add(this.txbTotalPrice);
this.panel3.Controls.Add(this.cbSwitchTable);
this.panel3.Controls.Add(this.btnSwitchTable);
this.panel3.Controls.Add(this.nmDisCount);
this.panel3.Controls.Add(this.btnCheckOut);
this.panel3.Location = new System.Drawing.Point(447, 406);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(338, 52);
this.panel3.TabIndex = 3;
// // txbTotalPrice// this.txbTotalPrice.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
this.txbTotalPrice.ForeColor = System.Drawing.Color.OrangeRed;
this.txbTotalPrice.Location = new System.Drawing.Point(164, 3);
this.txbTotalPrice.Name = "txbTotalPrice";
this.txbTotalPrice.ReadOnly = true;
this.txbTotalPrice.Size = new System.Drawing.Size(90, 25);
this.txbTotalPrice.TabIndex = 7;
this.txbTotalPrice.Text = "0";
this.txbTotalPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
// // cbSwitchTable// this.cbSwitchTable.FormattingEnabled = true;
this.cbSwitchTable.Location = new System.Drawing.Point(3, 28);
this.cbSwitchTable.Name = "cbSwitchTable";
this.cbSwitchTable.Size = new System.Drawing.Size(75, 21);
this.cbSwitchTable.TabIndex = 6;
// // btnSwitchTable// this.btnSwitchTable.Location = new System.Drawing.Point(3, 3);
this.btnSwitchTable.Name = "btnSwitchTable";
this.btnSwitchTable.Size = new System.Drawing.Size(75, 26);
this.btnSwitchTable.TabIndex = 5;
this.btnSwitchTable.Text = "Chuyển bàn";
this.btnSwitchTable.UseVisualStyleBackColor = true;
this.btnSwitchTable.Click += new System.EventHandler(this.btnSwitchTable_Click);
// // nmDisCount// this.nmDisCount.Location = new System.Drawing.Point(164, 29);
this.nmDisCount.Name = "nmDisCount";
this.nmDisCount.Size = new System.Drawing.Size(90, 20);
this.nmDisCount.TabIndex = 4;
this.nmDisCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
// // btnCheckOut// this.btnCheckOut.Location = new System.Drawing.Point(260, 3);
this.btnCheckOut.Name = "btnCheckOut";
this.btnCheckOut.Size = new System.Drawing.Size(75, 46);
this.btnCheckOut.TabIndex = 3;
this.btnCheckOut.Text = "Thanh toán";
this.btnCheckOut.UseVisualStyleBackColor = true;
this.btnCheckOut.Click += new System.EventHandler(this.btnCheckOut_Click);
// // panel4// this.panel4.Controls.Add(this.nmFoodCount);
this.panel4.Controls.Add(this.btnAddFood);
this.panel4.Controls.Add(this.cbFood);
this.panel4.Controls.Add(this.cbCategory);
this.panel4.Location = new System.Drawing.Point(447, 27);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(338, 52);
this.panel4.TabIndex = 4;
// // nmFoodCount// this.nmFoodCount.Location = new System.Drawing.Point(296, 19);
this.nmFoodCount.Minimum = newdecimal(newint[] {
100,
0,
0,
-2147483648});
this.nmFoodCount.Name = "nmFoodCount";
this.nmFoodCount.Size = new System.Drawing.Size(39, 20);
this.nmFoodCount.TabIndex = 3;
this.nmFoodCount.Value = newdecimal(newint[] {
1,
0,
0,
0});
// // btnAddFood// this.btnAddFood.Location = new System.Drawing.Point(214, 3);
this.btnAddFood.Name = "btnAddFood";
this.btnAddFood.Size = new System.Drawing.Size(75, 46);
this.btnAddFood.TabIndex = 2;
this.btnAddFood.Text = "Thêm món";
this.btnAddFood.UseVisualStyleBackColor = true;
this.btnAddFood.Click += new System.EventHandler(this.btnAddFood_Click);
// // cbFood// this.cbFood.FormattingEnabled = true;
this.cbFood.Location = new System.Drawing.Point(3, 28);
this.cbFood.Name = "cbFood";
this.cbFood.Size = new System.Drawing.Size(205, 21);
this.cbFood.TabIndex = 1;
// // cbCategory// this.cbCategory.FormattingEnabled = true;
this.cbCategory.Location = new System.Drawing.Point(3, 3);
this.cbCategory.Name = "cbCategory";
this.cbCategory.Size = new System.Drawing.Size(205, 21);
this.cbCategory.TabIndex = 0;
this.cbCategory.SelectedIndexChanged += new System.EventHandler(this.cbCategory_SelectedIndexChanged);
// // flpTable// this.flpTable.AutoScroll = true;
this.flpTable.Location = new System.Drawing.Point(12, 30);
this.flpTable.Name = "flpTable";
this.flpTable.Size = new System.Drawing.Size(429, 428);
this.flpTable.TabIndex = 5;
// // chứcNăngToolStripMenuItem// this.chứcNăngToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.thanhToánToolStripMenuItem,
this.thêmMónToolStripMenuItem});
this.chứcNăngToolStripMenuItem.Name = "chứcNăngToolStripMenuItem";
this.chứcNăngToolStripMenuItem.Size = new System.Drawing.Size(77, 20);
this.chứcNăngToolStripMenuItem.Text = "Chức năng";
// // thanhToánToolStripMenuItem// this.thanhToánToolStripMenuItem.Name = "thanhToánToolStripMenuItem";
this.thanhToánToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
this.thanhToánToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
this.thanhToánToolStripMenuItem.Text = "Thanh toán";
this.thanhToánToolStripMenuItem.Click += new System.EventHandler(this.thanhToánToolStripMenuItem_Click);
// // thêmMónToolStripMenuItem// this.thêmMónToolStripMenuItem.Name = "thêmMónToolStripMenuItem";
this.thêmMónToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
this.thêmMónToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
this.thêmMónToolStripMenuItem.Text = "Thêm món";
this.thêmMónToolStripMenuItem.Click += new System.EventHandler(this.thêmMónToolStripMenuItem_Click);
// // fTableManager// this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(797, 470);
this.Controls.Add(this.flpTable);
this.Controls.Add(this.panel4);
this.Controls.Add(this.panel3);
this.Controls.Add(this.panel2);
this.Controls.Add(this.menuStrip1);
this.MainMenuStrip = this.menuStrip1;
this.Name = "fTableManager";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Phần mềm quản lý quán cafe";
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nmDisCount)).EndInit();
this.panel4.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.nmFoodCount)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregionprivate System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem adminToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem thôngTinTàiKhoảnToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem thôngTinCáNhânToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem đăngXuấtToolStripMenuItem;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.ListView lsvBill;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.NumericUpDown nmFoodCount;
private System.Windows.Forms.Button btnAddFood;
private System.Windows.Forms.ComboBox cbFood;
private System.Windows.Forms.ComboBox cbCategory;
private System.Windows.Forms.ComboBox cbSwitchTable;
private System.Windows.Forms.Button btnSwitchTable;
private System.Windows.Forms.NumericUpDown nmDisCount;
private System.Windows.Forms.Button btnCheckOut;
private System.Windows.Forms.FlowLayoutPanel flpTable;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.ColumnHeader columnHeader3;
private System.Windows.Forms.ColumnHeader columnHeader4;
private System.Windows.Forms.TextBox txbTotalPrice;
private System.Windows.Forms.ToolStripMenuItem chứcNăngToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem thanhToánToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem thêmMónToolStripMenuItem;
}
}
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
Bài sau chúng ta sẽ cùng nhau tìm hiểu cách phân trang cho hóa đơn.
Đừng quên: “Luyện tập – Thử thách – Không ngại khó”
Tải xuống
Tài liệu
Nhằm phục vụ mục đích học tập Offline của cộng đồng, Kteam hỗ trợ tính năng lưu trữ nội dung bài học Tạo phím tắt cho phần mềm Quản lý quán cafe với C# Winform dưới dạng file PDF trong link bên dưới.
Ngoài ra, bạn cũng có thể tìm thấy các tài liệu được đóng góp từ cộng đồng ở mục TÀI LIỆU trên thư viện Howkteam.com
Đừng quên like và share để ủng hộ Kteam và tác giả nhé!
Project
Nếu việc thực hành theo hướng dẫn không diễn ra suôn sẻ như mong muốn. Bạn cũng có thể tải xuống PROJECT THAM KHẢO ở link bên dưới!
Thảo luận
Nếu bạn có bất kỳ khó khăn hay thắc mắc gì về khóa học, đừng ngần ngại đặt câu hỏi trong phần bên dưới hoặc trong mục HỎI & ĐÁP trên thư viện Howkteam.com để nhận được sự hỗ trợ từ cộng đồng.