Dự án Hệ thống Quản lý Quán cà phê

1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class Home
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Home))
26         Me.MenuStrip1 = New System.Windows.Forms.MenuStrip()
27         Me.CustomerToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
28         Me.CoffeeToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
29         Me.PlaceOrderToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
30         Me.EmployeeToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
31         Me.ExitToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
32         Me.PictureBox1 = New System.Windows.Forms.PictureBox()
33         Me.Panel1 = New System.Windows.Forms.Panel()
34         Me.Label1 = New System.Windows.Forms.Label()
35         Me.Panel2 = New System.Windows.Forms.Panel()
36         Me.Label2 = New System.Windows.Forms.Label()
37         Me.Label3 = New System.Windows.Forms.Label()
38         Me.Label4 = New System.Windows.Forms.Label()
39         Me.Label5 = New System.Windows.Forms.Label()
40         Me.Label6 = New System.Windows.Forms.Label()
41         Me.MenuStrip1.SuspendLayout()
42         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
43         Me.Panel1.SuspendLayout()
44         Me.Panel2.SuspendLayout()
45         Me.SuspendLayout()
46         
'
47         
'MenuStrip1
48         
'
49         Me.MenuStrip1.BackgroundImage = CType(resources.GetObject(
"MenuStrip1.BackgroundImage"), System.Drawing.Image)
50         Me.MenuStrip1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
51         Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.CustomerToolStripMenuItem, Me.CoffeeToolStripMenuItem, Me.PlaceOrderToolStripMenuItem, Me.EmployeeToolStripMenuItem, Me.ExitToolStripMenuItem})
52         Me.MenuStrip1.Location = New System.Drawing.Point(
0, 0)
53         Me.MenuStrip1.Name =
"MenuStrip1"
54         Me.MenuStrip1.Size = New System.Drawing.Size(
1030, 24)
55         Me.MenuStrip1.TabIndex =
0
56         Me.MenuStrip1.Text =
"MenuStrip1"
57         
'
58         
'CustomerToolStripMenuItem
59         
'
60         Me.CustomerToolStripMenuItem.ForeColor = System.Drawing.Color.White
61         Me.CustomerToolStripMenuItem.Name =
"CustomerToolStripMenuItem"
62         Me.CustomerToolStripMenuItem.Size = New System.Drawing.Size(
85, 20)
63         Me.CustomerToolStripMenuItem.Text =
"Customer"
64         
'
65         
'CoffeeToolStripMenuItem
66         
'
67         Me.CoffeeToolStripMenuItem.ForeColor = System.Drawing.Color.White
68         Me.CoffeeToolStripMenuItem.Name =
"CoffeeToolStripMenuItem"
69         Me.CoffeeToolStripMenuItem.Size = New System.Drawing.Size(
65, 20)
70         Me.CoffeeToolStripMenuItem.Text =
"Coffee"
71         
'
72         
'PlaceOrderToolStripMenuItem
73         
'
74         Me.PlaceOrderToolStripMenuItem.ForeColor = System.Drawing.Color.White
75         Me.PlaceOrderToolStripMenuItem.Name =
"PlaceOrderToolStripMenuItem"
76         Me.PlaceOrderToolStripMenuItem.Size = New System.Drawing.Size(
103, 20)
77         Me.PlaceOrderToolStripMenuItem.Text =
"Place Order"
78         
'
79         
'EmployeeToolStripMenuItem
80         
'
81         Me.EmployeeToolStripMenuItem.ForeColor = System.Drawing.Color.White
82         Me.EmployeeToolStripMenuItem.Name =
"EmployeeToolStripMenuItem"
83         Me.EmployeeToolStripMenuItem.Size = New System.Drawing.Size(
90, 20)
84         Me.EmployeeToolStripMenuItem.Text =
"Employee"
85         
'
86         
'ExitToolStripMenuItem
87         
'
88         Me.ExitToolStripMenuItem.ForeColor = System.Drawing.Color.White
89         Me.ExitToolStripMenuItem.Name =
"ExitToolStripMenuItem"
90         Me.ExitToolStripMenuItem.Size = New System.Drawing.Size(
45, 20)
91         Me.ExitToolStripMenuItem.Text =
"Exit"
92         
'
93         
'PictureBox1
94         
'
95         Me.PictureBox1.Image = CType(resources.GetObject(
"PictureBox1.Image"), System.Drawing.Image)
96         Me.PictureBox1.Location = New System.Drawing.Point(
0, 44)
97         Me.PictureBox1.Name =
"PictureBox1"
98         Me.PictureBox1.Size = New System.Drawing.Size(
1030, 501)
99         Me.PictureBox1.TabIndex =
1
100         Me.PictureBox1.TabStop = False
101         
'
102         
'Panel1
103         
'
104         Me.Panel1.BackColor = System.Drawing.Color.Transparent
105         Me.Panel1.BackgroundImage = CType(resources.GetObject(
"Panel1.BackgroundImage"), System.Drawing.Image)
106         Me.Panel1.Controls.Add(Me.Label1)
107         Me.Panel1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 21.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
108         Me.Panel1.Location = New System.Drawing.Point(
0, 27)
109         Me.Panel1.Name =
"Panel1"
110         Me.Panel1.Size = New System.Drawing.Size(
1030, 59)
111         Me.Panel1.TabIndex =
2
112         
'
113         
'Label1
114         
'
115         Me.Label1.AutoSize = True
116         Me.Label1.ForeColor = System.Drawing.Color.White
117         Me.Label1.Location = New System.Drawing.Point(
262, 17)
118         Me.Label1.Name =
"Label1"
119         Me.Label1.Size = New System.Drawing.Size(
496, 33)
120         Me.Label1.TabIndex =
3
121         Me.Label1.Text =
"Coffee Shop Management System "
122         
'
123         
'Panel2
124         
'
125         Me.Panel2.BackgroundImage = CType(resources.GetObject(
"Panel2.BackgroundImage"), System.Drawing.Image)
126         Me.Panel2.Controls.Add(Me.Label6)
127         Me.Panel2.Controls.Add(Me.Label4)
128         Me.Panel2.Controls.Add(Me.Label2)
129         Me.Panel2.Controls.Add(Me.Label3)
130         Me.Panel2.Location = New System.Drawing.Point(
774, 92)
131         Me.Panel2.Name =
"Panel2"
132         Me.Panel2.Size = New System.Drawing.Size(
244, 453)
133         Me.Panel2.TabIndex =
3
134         
'
135         
'Label2
136         
'
137         Me.Label2.AutoSize = True
138         Me.Label2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
139         Me.Label2.Location = New System.Drawing.Point(
86, 16)
140         Me.Label2.Name =
"Label2"
141         Me.Label2.Size = New System.Drawing.Size(
75, 29)
142         Me.Label2.TabIndex =
4
143         Me.Label2.Text =
"Time:"
144         
'
145         
'Label3
146         
'
147         Me.Label3.AutoSize = True
148         Me.Label3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
149         Me.Label3.Location = New System.Drawing.Point(
10, 98)
150         Me.Label3.Name =
"Label3"
151         Me.Label3.Size = New System.Drawing.Size(
151, 24)
152         Me.Label3.TabIndex =
5
153         Me.Label3.Text =
"Total Customers:"
154         
'
155         
'Label4
156         
'
157         Me.Label4.AutoSize = True
158         Me.Label4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
159         Me.Label4.Location = New System.Drawing.Point(
10, 160)
160         Me.Label4.Name =
"Label4"
161         Me.Label4.Size = New System.Drawing.Size(
119, 24)
162         Me.Label4.TabIndex =
6
163         Me.Label4.Text =
"Total Orders:"
164         
'
165         
'Label5
166         
'
167         Me.Label5.AutoSize = True
168         Me.Label5.Location = New System.Drawing.Point(
444, 159)
169         Me.Label5.Name =
"Label5"
170         Me.Label5.Size = New System.Drawing.Size(
39, 13)
171         Me.Label5.TabIndex =
7
172         Me.Label5.Text =
"Label5"
173         
'
174         
'Label6
175         
'
176         Me.Label6.AutoSize = True
177         Me.Label6.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
178         Me.Label6.Location = New System.Drawing.Point(
10, 211)
179         Me.Label6.Name =
"Label6"
180         Me.Label6.Size = New System.Drawing.Size(
81, 24)
181         Me.Label6.TabIndex =
7
182         Me.Label6.Text =
"Amount:"
183         
'
184         
'Home
185         
'
186         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
187         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
188         Me.ClientSize = New System.Drawing.Size(
1030, 540)
189         Me.Controls.Add(Me.Label5)
190         Me.Controls.Add(Me.Panel2)
191         Me.Controls.Add(Me.Panel1)
192         Me.Controls.Add(Me.PictureBox1)
193         Me.Controls.Add(Me.MenuStrip1)
194         Me.MainMenuStrip = Me.MenuStrip1
195         Me.Name =
"Home"
196         Me.Text =
"Home"
197         Me.MenuStrip1.ResumeLayout(False)
198         Me.MenuStrip1.PerformLayout()
199         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
200         Me.Panel1.ResumeLayout(False)
201         Me.Panel1.PerformLayout()
202         Me.Panel2.ResumeLayout(False)
203         Me.Panel2.PerformLayout()
204         Me.ResumeLayout(False)
205         Me.PerformLayout()
206
207     End Sub
208
209     Friend WithEvents MenuStrip1 As MenuStrip
210     Friend WithEvents CustomerToolStripMenuItem As ToolStripMenuItem
211     Friend WithEvents CoffeeToolStripMenuItem As ToolStripMenuItem
212     Friend WithEvents PlaceOrderToolStripMenuItem As ToolStripMenuItem
213     Friend WithEvents EmployeeToolStripMenuItem As ToolStripMenuItem
214     Friend WithEvents ExitToolStripMenuItem As ToolStripMenuItem
215     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
216     Friend WithEvents Panel1 As System.Windows.Forms.Panel
217     Friend WithEvents Label1 As System.Windows.Forms.Label
218     Friend WithEvents Panel2 As System.Windows.Forms.Panel
219     Friend WithEvents Label6 As System.Windows.Forms.Label
220     Friend WithEvents Label4 As System.Windows.Forms.Label
221     Friend WithEvents Label2 As System.Windows.Forms.Label
222     Friend WithEvents Label3 As System.Windows.Forms.Label
223     Friend WithEvents Label5 As System.Windows.Forms.Label
224 End Class


Gõ tìm kiếm nhanh...