-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path!st attempt.Designer.vb
333 lines (328 loc) · 13.9 KB
/
!st attempt.Designer.vb
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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Form1
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1))
Me.LblShopName = New System.Windows.Forms.Label
Me.Label18 = New System.Windows.Forms.Label
Me.BtnNewCustomer = New System.Windows.Forms.Button
Me.Label19 = New System.Windows.Forms.Label
Me.PicLogo = New System.Windows.Forms.PictureBox
Me.LblShopAddress = New System.Windows.Forms.Label
Me.LblCakePrice1 = New System.Windows.Forms.Label
Me.ChbChoclateBase = New System.Windows.Forms.CheckBox
Me.LblChocExtra = New System.Windows.Forms.Label
Me.Label2 = New System.Windows.Forms.Label
Me.Label4 = New System.Windows.Forms.Label
Me.Label5 = New System.Windows.Forms.Label
Me.CboName = New System.Windows.Forms.ComboBox
Me.CboCake = New System.Windows.Forms.ComboBox
Me.LblExtras = New System.Windows.Forms.Label
Me.LblCakePrice = New System.Windows.Forms.Label
Me.BtnViewOrders = New System.Windows.Forms.Button
Me.BtnSaveOrder = New System.Windows.Forms.Button
Me.LblTotal = New System.Windows.Forms.Label
Me.Label1 = New System.Windows.Forms.Label
Me.Label3 = New System.Windows.Forms.Label
Me.DateOrderedFor = New System.Windows.Forms.DateTimePicker
Me.DateOrdered = New System.Windows.Forms.DateTimePicker
Me.BtnOrderHelp = New System.Windows.Forms.Button
CType(Me.PicLogo, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'LblShopName
'
Me.LblShopName.AutoSize = True
Me.LblShopName.Font = New System.Drawing.Font("Microsoft Sans Serif", 27.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.LblShopName.Location = New System.Drawing.Point(440, 30)
Me.LblShopName.Name = "LblShopName"
Me.LblShopName.Size = New System.Drawing.Size(235, 42)
Me.LblShopName.TabIndex = 4
Me.LblShopName.Text = "Kellys Cakes"
'
'Label18
'
Me.Label18.AutoSize = True
Me.Label18.Location = New System.Drawing.Point(60, 232)
Me.Label18.Name = "Label18"
Me.Label18.Size = New System.Drawing.Size(51, 13)
Me.Label18.TabIndex = 30
Me.Label18.Text = "Customer"
'
'BtnNewCustomer
'
Me.BtnNewCustomer.Location = New System.Drawing.Point(491, 360)
Me.BtnNewCustomer.Name = "BtnNewCustomer"
Me.BtnNewCustomer.Size = New System.Drawing.Size(194, 31)
Me.BtnNewCustomer.TabIndex = 31
Me.BtnNewCustomer.Text = "New Customer"
Me.BtnNewCustomer.UseVisualStyleBackColor = True
'
'Label19
'
Me.Label19.AutoSize = True
Me.Label19.Location = New System.Drawing.Point(64, 267)
Me.Label19.Name = "Label19"
Me.Label19.Size = New System.Drawing.Size(32, 13)
Me.Label19.TabIndex = 32
Me.Label19.Text = "Cake"
'
'PicLogo
'
Me.PicLogo.BackColor = System.Drawing.SystemColors.ActiveCaptionText
Me.PicLogo.Image = CType(resources.GetObject("PicLogo.Image"), System.Drawing.Image)
Me.PicLogo.Location = New System.Drawing.Point(12, 12)
Me.PicLogo.Name = "PicLogo"
Me.PicLogo.Size = New System.Drawing.Size(385, 183)
Me.PicLogo.TabIndex = 34
Me.PicLogo.TabStop = False
'
'LblShopAddress
'
Me.LblShopAddress.AutoSize = True
Me.LblShopAddress.Location = New System.Drawing.Point(420, 84)
Me.LblShopAddress.Name = "LblShopAddress"
Me.LblShopAddress.Size = New System.Drawing.Size(264, 13)
Me.LblShopAddress.TabIndex = 36
Me.LblShopAddress.Text = "23 Meadow Road, Treeville, Applehampton, AH9 4GH"
'
'LblCakePrice1
'
Me.LblCakePrice1.AutoSize = True
Me.LblCakePrice1.Location = New System.Drawing.Point(339, 275)
Me.LblCakePrice1.Name = "LblCakePrice1"
Me.LblCakePrice1.Size = New System.Drawing.Size(19, 13)
Me.LblCakePrice1.TabIndex = 37
Me.LblCakePrice1.Text = "£0"
'
'ChbChoclateBase
'
Me.ChbChoclateBase.AutoSize = True
Me.ChbChoclateBase.Location = New System.Drawing.Point(69, 311)
Me.ChbChoclateBase.Name = "ChbChoclateBase"
Me.ChbChoclateBase.Size = New System.Drawing.Size(101, 17)
Me.ChbChoclateBase.TabIndex = 38
Me.ChbChoclateBase.Text = "Chocolate Base"
Me.ChbChoclateBase.UseVisualStyleBackColor = True
'
'LblChocExtra
'
Me.LblChocExtra.AutoSize = True
Me.LblChocExtra.Location = New System.Drawing.Point(201, 315)
Me.LblChocExtra.Name = "LblChocExtra"
Me.LblChocExtra.Size = New System.Drawing.Size(52, 13)
Me.LblChocExtra.TabIndex = 39
Me.LblChocExtra.Text = "£10 Extra"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(65, 360)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(59, 13)
Me.Label2.TabIndex = 40
Me.Label2.Text = "Cake Price"
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(66, 386)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(63, 13)
Me.Label4.TabIndex = 41
Me.Label4.Text = "Extras Price"
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Location = New System.Drawing.Point(66, 412)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(58, 13)
Me.Label5.TabIndex = 42
Me.Label5.Text = "Total Price"
'
'CboName
'
Me.CboName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.CboName.FormattingEnabled = True
Me.CboName.Location = New System.Drawing.Point(138, 232)
Me.CboName.Name = "CboName"
Me.CboName.Size = New System.Drawing.Size(162, 21)
Me.CboName.TabIndex = 43
'
'CboCake
'
Me.CboCake.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.CboCake.FormattingEnabled = True
Me.CboCake.Location = New System.Drawing.Point(138, 267)
Me.CboCake.Name = "CboCake"
Me.CboCake.Size = New System.Drawing.Size(161, 21)
Me.CboCake.TabIndex = 44
'
'LblExtras
'
Me.LblExtras.AutoSize = True
Me.LblExtras.BackColor = System.Drawing.SystemColors.Control
Me.LblExtras.Location = New System.Drawing.Point(157, 386)
Me.LblExtras.Name = "LblExtras"
Me.LblExtras.Size = New System.Drawing.Size(19, 13)
Me.LblExtras.TabIndex = 45
Me.LblExtras.Text = "£0"
'
'LblCakePrice
'
Me.LblCakePrice.AutoSize = True
Me.LblCakePrice.Location = New System.Drawing.Point(157, 360)
Me.LblCakePrice.Name = "LblCakePrice"
Me.LblCakePrice.Size = New System.Drawing.Size(19, 13)
Me.LblCakePrice.TabIndex = 47
Me.LblCakePrice.Text = "£0"
'
'BtnViewOrders
'
Me.BtnViewOrders.Location = New System.Drawing.Point(491, 430)
Me.BtnViewOrders.Name = "BtnViewOrders"
Me.BtnViewOrders.Size = New System.Drawing.Size(194, 32)
Me.BtnViewOrders.TabIndex = 48
Me.BtnViewOrders.Text = "View Orders"
Me.BtnViewOrders.UseVisualStyleBackColor = True
'
'BtnSaveOrder
'
Me.BtnSaveOrder.Location = New System.Drawing.Point(69, 481)
Me.BtnSaveOrder.Name = "BtnSaveOrder"
Me.BtnSaveOrder.Size = New System.Drawing.Size(206, 41)
Me.BtnSaveOrder.TabIndex = 49
Me.BtnSaveOrder.Text = "Save Order"
Me.BtnSaveOrder.UseVisualStyleBackColor = True
'
'LblTotal
'
Me.LblTotal.AutoSize = True
Me.LblTotal.Location = New System.Drawing.Point(157, 412)
Me.LblTotal.Name = "LblTotal"
Me.LblTotal.Size = New System.Drawing.Size(19, 13)
Me.LblTotal.TabIndex = 46
Me.LblTotal.Text = "£0"
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(398, 207)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(71, 13)
Me.Label1.TabIndex = 52
Me.Label1.Text = "Date Ordered"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(565, 207)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(89, 13)
Me.Label3.TabIndex = 53
Me.Label3.Text = "Date Ordered For"
'
'DateOrderedFor
'
Me.DateOrderedFor.Location = New System.Drawing.Point(568, 233)
Me.DateOrderedFor.MinDate = New Date(2011, 1, 28, 0, 0, 0, 0)
Me.DateOrderedFor.Name = "DateOrderedFor"
Me.DateOrderedFor.Size = New System.Drawing.Size(107, 20)
Me.DateOrderedFor.TabIndex = 54
Me.DateOrderedFor.Value = New Date(2011, 1, 28, 0, 0, 0, 0)
'
'DateOrdered
'
Me.DateOrdered.Location = New System.Drawing.Point(403, 233)
Me.DateOrdered.Name = "DateOrdered"
Me.DateOrdered.Size = New System.Drawing.Size(114, 20)
Me.DateOrdered.TabIndex = 55
Me.DateOrdered.Value = New Date(2011, 1, 28, 0, 0, 0, 0)
'
'BtnOrderHelp
'
Me.BtnOrderHelp.Location = New System.Drawing.Point(491, 494)
Me.BtnOrderHelp.Name = "BtnOrderHelp"
Me.BtnOrderHelp.Size = New System.Drawing.Size(193, 41)
Me.BtnOrderHelp.TabIndex = 56
Me.BtnOrderHelp.Text = "Click here for help"
Me.BtnOrderHelp.UseVisualStyleBackColor = True
'
'Form1
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(730, 572)
Me.Controls.Add(Me.BtnOrderHelp)
Me.Controls.Add(Me.DateOrdered)
Me.Controls.Add(Me.DateOrderedFor)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.BtnSaveOrder)
Me.Controls.Add(Me.BtnViewOrders)
Me.Controls.Add(Me.LblCakePrice)
Me.Controls.Add(Me.LblTotal)
Me.Controls.Add(Me.LblExtras)
Me.Controls.Add(Me.CboCake)
Me.Controls.Add(Me.CboName)
Me.Controls.Add(Me.Label5)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.LblChocExtra)
Me.Controls.Add(Me.ChbChoclateBase)
Me.Controls.Add(Me.LblCakePrice1)
Me.Controls.Add(Me.LblShopAddress)
Me.Controls.Add(Me.PicLogo)
Me.Controls.Add(Me.Label19)
Me.Controls.Add(Me.BtnNewCustomer)
Me.Controls.Add(Me.Label18)
Me.Controls.Add(Me.LblShopName)
Me.Name = "Form1"
Me.Text = "Form1"
CType(Me.PicLogo, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents LblShopName As System.Windows.Forms.Label
Friend WithEvents Label18 As System.Windows.Forms.Label
Friend WithEvents BtnNewCustomer As System.Windows.Forms.Button
Friend WithEvents Label19 As System.Windows.Forms.Label
Friend WithEvents PicLogo As System.Windows.Forms.PictureBox
Friend WithEvents LblShopAddress As System.Windows.Forms.Label
Friend WithEvents LblCakePrice1 As System.Windows.Forms.Label
Friend WithEvents ChbChoclateBase As System.Windows.Forms.CheckBox
Friend WithEvents LblChocExtra As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents CboName As System.Windows.Forms.ComboBox
Friend WithEvents CboCake As System.Windows.Forms.ComboBox
Friend WithEvents LblExtras As System.Windows.Forms.Label
Friend WithEvents LblCakePrice As System.Windows.Forms.Label
Friend WithEvents BtnViewOrders As System.Windows.Forms.Button
Friend WithEvents BtnSaveOrder As System.Windows.Forms.Button
Friend WithEvents LblTotal As System.Windows.Forms.Label
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents DateOrderedFor As System.Windows.Forms.DateTimePicker
Friend WithEvents DateOrdered As System.Windows.Forms.DateTimePicker
Friend WithEvents BtnOrderHelp As System.Windows.Forms.Button
End Class