-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathListCreate.Designer.vb
More file actions
366 lines (362 loc) · 13 KB
/
ListCreate.Designer.vb
File metadata and controls
366 lines (362 loc) · 13 KB
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
358
359
360
361
362
363
364
365
366
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class ListCreate
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()
CreateButton = New Button()
Label1 = New Label()
ListTypeComboBox = New ComboBox()
Label2 = New Label()
ListNameBox = New TextBox()
ListSelectComboBox = New ComboBox()
Label3 = New Label()
CheckedListBox1 = New CheckedListBox()
Label4 = New Label()
RichTextBox1 = New RichTextBox()
Label5 = New Label()
RoutineButton = New RadioButton()
SpecificButton = New RadioButton()
ListType = New GroupBox()
RoutinePanel = New Panel()
StoreTextBox = New TextBox()
Store = New Label()
GroupBox1 = New GroupBox()
MonthlyButton = New RadioButton()
WeeklyButton = New RadioButton()
DailyButton = New RadioButton()
SpecificPanel = New Panel()
Label6 = New Label()
DateTimePicker1 = New DateTimePicker()
ListCancelButton = New Button()
ListType.SuspendLayout()
RoutinePanel.SuspendLayout()
GroupBox1.SuspendLayout()
SpecificPanel.SuspendLayout()
SuspendLayout()
'
' CreateButton
'
CreateButton.Font = New Font("Segoe UI", 24F, FontStyle.Regular, GraphicsUnit.Point)
CreateButton.Location = New Point(179, 682)
CreateButton.Name = "CreateButton"
CreateButton.Size = New Size(166, 85)
CreateButton.TabIndex = 0
CreateButton.Text = "Create"
CreateButton.UseVisualStyleBackColor = True
'
' Label1
'
Label1.AutoSize = True
Label1.Font = New Font("Segoe UI", 18F, FontStyle.Regular, GraphicsUnit.Point)
Label1.Location = New Point(88, 9)
Label1.Name = "Label1"
Label1.Size = New Size(171, 32)
Label1.TabIndex = 2
Label1.Text = "Select list base"
'
' ListTypeComboBox
'
ListTypeComboBox.FormattingEnabled = True
ListTypeComboBox.Items.AddRange(New Object() {"Blank", "From Routine list", "From Recipe"})
ListTypeComboBox.Location = New Point(108, 44)
ListTypeComboBox.Name = "ListTypeComboBox"
ListTypeComboBox.Size = New Size(121, 23)
ListTypeComboBox.TabIndex = 1
ListTypeComboBox.Text = "Type of list"
'
' Label2
'
Label2.AutoSize = True
Label2.Font = New Font("Segoe UI", 14.25F, FontStyle.Regular, GraphicsUnit.Point)
Label2.Location = New Point(12, 654)
Label2.Name = "Label2"
Label2.Size = New Size(99, 25)
Label2.TabIndex = 3
Label2.Text = "List Name:"
'
' ListNameBox
'
ListNameBox.Location = New Point(108, 659)
ListNameBox.Name = "ListNameBox"
ListNameBox.Size = New Size(230, 23)
ListNameBox.TabIndex = 4
'
' ListSelectComboBox
'
ListSelectComboBox.Enabled = False
ListSelectComboBox.FormattingEnabled = True
ListSelectComboBox.Location = New Point(102, 73)
ListSelectComboBox.Name = "ListSelectComboBox"
ListSelectComboBox.Size = New Size(243, 23)
ListSelectComboBox.TabIndex = 5
'
' Label3
'
Label3.AutoSize = True
Label3.Font = New Font("Segoe UI", 14.25F, FontStyle.Regular, GraphicsUnit.Point)
Label3.Location = New Point(12, 71)
Label3.Name = "Label3"
Label3.Size = New Size(88, 25)
Label3.TabIndex = 6
Label3.Text = "Base List:"
'
' CheckedListBox1
'
CheckedListBox1.Enabled = False
CheckedListBox1.FormattingEnabled = True
CheckedListBox1.Location = New Point(12, 141)
CheckedListBox1.Name = "CheckedListBox1"
CheckedListBox1.Size = New Size(326, 166)
CheckedListBox1.TabIndex = 7
'
' Label4
'
Label4.AutoSize = True
Label4.Font = New Font("Segoe UI", 14.25F, FontStyle.Regular, GraphicsUnit.Point)
Label4.Location = New Point(102, 113)
Label4.Name = "Label4"
Label4.Size = New Size(124, 25)
Label4.TabIndex = 8
Label4.Text = "Include Items"
'
' RichTextBox1
'
RichTextBox1.Location = New Point(12, 555)
RichTextBox1.Name = "RichTextBox1"
RichTextBox1.Size = New Size(326, 96)
RichTextBox1.TabIndex = 9
RichTextBox1.Text = ""
'
' Label5
'
Label5.AutoSize = True
Label5.Font = New Font("Segoe UI", 14.25F, FontStyle.Regular, GraphicsUnit.Point)
Label5.Location = New Point(135, 527)
Label5.Name = "Label5"
Label5.Size = New Size(81, 25)
Label5.TabIndex = 10
Label5.Text = "Purpose"
'
' RoutineButton
'
RoutineButton.AutoSize = True
RoutineButton.Font = New Font("Segoe UI", 9F, FontStyle.Regular, GraphicsUnit.Point)
RoutineButton.Location = New Point(0, 28)
RoutineButton.Name = "RoutineButton"
RoutineButton.Size = New Size(137, 19)
RoutineButton.TabIndex = 11
RoutineButton.TabStop = True
RoutineButton.Text = "Regular Shopping list"
RoutineButton.UseVisualStyleBackColor = True
'
' SpecificButton
'
SpecificButton.AutoSize = True
SpecificButton.Font = New Font("Segoe UI", 9F, FontStyle.Regular, GraphicsUnit.Point)
SpecificButton.Location = New Point(144, 28)
SpecificButton.Name = "SpecificButton"
SpecificButton.Size = New Size(137, 19)
SpecificButton.TabIndex = 12
SpecificButton.TabStop = True
SpecificButton.Text = "Specific shopping list"
SpecificButton.UseVisualStyleBackColor = True
'
' ListType
'
ListType.Controls.Add(RoutineButton)
ListType.Controls.Add(SpecificButton)
ListType.Font = New Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point)
ListType.Location = New Point(12, 331)
ListType.Name = "ListType"
ListType.Size = New Size(326, 62)
ListType.TabIndex = 13
ListType.TabStop = False
ListType.Text = "List Type"
'
' RoutinePanel
'
RoutinePanel.Controls.Add(StoreTextBox)
RoutinePanel.Controls.Add(Store)
RoutinePanel.Controls.Add(GroupBox1)
RoutinePanel.Location = New Point(272, 527)
RoutinePanel.Name = "RoutinePanel"
RoutinePanel.Size = New Size(326, 105)
RoutinePanel.TabIndex = 14
'
' StoreTextBox
'
StoreTextBox.Location = New Point(68, 69)
StoreTextBox.Name = "StoreTextBox"
StoreTextBox.Size = New Size(255, 23)
StoreTextBox.TabIndex = 2
StoreTextBox.Visible = False
'
' Store
'
Store.AutoSize = True
Store.Font = New Font("Segoe UI", 14.25F, FontStyle.Regular, GraphicsUnit.Point)
Store.Location = New Point(3, 66)
Store.Name = "Store"
Store.Size = New Size(59, 25)
Store.TabIndex = 1
Store.Text = "Store:"
Store.Visible = False
'
' GroupBox1
'
GroupBox1.Controls.Add(MonthlyButton)
GroupBox1.Controls.Add(WeeklyButton)
GroupBox1.Controls.Add(DailyButton)
GroupBox1.Font = New Font("Segoe UI", 14.25F, FontStyle.Regular, GraphicsUnit.Point)
GroupBox1.Location = New Point(3, 3)
GroupBox1.Name = "GroupBox1"
GroupBox1.Size = New Size(320, 60)
GroupBox1.TabIndex = 0
GroupBox1.TabStop = False
GroupBox1.Text = "Frequency"
'
' MonthlyButton
'
MonthlyButton.AutoSize = True
MonthlyButton.Location = New Point(189, 22)
MonthlyButton.Name = "MonthlyButton"
MonthlyButton.Size = New Size(100, 29)
MonthlyButton.TabIndex = 2
MonthlyButton.TabStop = True
MonthlyButton.Text = "Monthly"
MonthlyButton.UseVisualStyleBackColor = True
'
' WeeklyButton
'
WeeklyButton.AutoSize = True
WeeklyButton.Location = New Point(93, 22)
WeeklyButton.Name = "WeeklyButton"
WeeklyButton.Size = New Size(90, 29)
WeeklyButton.TabIndex = 1
WeeklyButton.TabStop = True
WeeklyButton.Text = "Weekly"
WeeklyButton.UseVisualStyleBackColor = True
'
' DailyButton
'
DailyButton.AutoSize = True
DailyButton.Location = New Point(12, 22)
DailyButton.Name = "DailyButton"
DailyButton.Size = New Size(72, 29)
DailyButton.TabIndex = 0
DailyButton.TabStop = True
DailyButton.Text = "Daily"
DailyButton.UseVisualStyleBackColor = True
'
' SpecificPanel
'
SpecificPanel.Controls.Add(Label6)
SpecificPanel.Controls.Add(DateTimePicker1)
SpecificPanel.Location = New Point(12, 399)
SpecificPanel.Name = "SpecificPanel"
SpecificPanel.Size = New Size(326, 100)
SpecificPanel.TabIndex = 15
'
' Label6
'
Label6.AutoSize = True
Label6.Font = New Font("Segoe UI", 14.25F, FontStyle.Regular, GraphicsUnit.Point)
Label6.Location = New Point(105, 0)
Label6.Name = "Label6"
Label6.Size = New Size(99, 25)
Label6.TabIndex = 1
Label6.Text = "Shop Date"
'
' DateTimePicker1
'
DateTimePicker1.Location = New Point(63, 28)
DateTimePicker1.Name = "DateTimePicker1"
DateTimePicker1.Size = New Size(200, 23)
DateTimePicker1.TabIndex = 0
'
' ListCancelButton
'
ListCancelButton.Font = New Font("Segoe UI", 24F, FontStyle.Regular, GraphicsUnit.Point)
ListCancelButton.Location = New Point(12, 682)
ListCancelButton.Name = "ListCancelButton"
ListCancelButton.Size = New Size(161, 85)
ListCancelButton.TabIndex = 16
ListCancelButton.Text = "Cancel"
ListCancelButton.UseVisualStyleBackColor = True
'
' ListCreate
'
AutoScaleDimensions = New SizeF(7F, 15F)
AutoScaleMode = AutoScaleMode.Font
ClientSize = New Size(358, 774)
Controls.Add(ListCancelButton)
Controls.Add(SpecificPanel)
Controls.Add(RoutinePanel)
Controls.Add(ListType)
Controls.Add(Label5)
Controls.Add(RichTextBox1)
Controls.Add(Label4)
Controls.Add(CheckedListBox1)
Controls.Add(Label3)
Controls.Add(ListSelectComboBox)
Controls.Add(ListNameBox)
Controls.Add(Label2)
Controls.Add(Label1)
Controls.Add(ListTypeComboBox)
Controls.Add(CreateButton)
Name = "ListCreate"
Text = "ListCreate"
ListType.ResumeLayout(False)
ListType.PerformLayout()
RoutinePanel.ResumeLayout(False)
RoutinePanel.PerformLayout()
GroupBox1.ResumeLayout(False)
GroupBox1.PerformLayout()
SpecificPanel.ResumeLayout(False)
SpecificPanel.PerformLayout()
ResumeLayout(False)
PerformLayout()
End Sub
Friend WithEvents CreateButton As Button
Friend WithEvents Label1 As Label
Friend WithEvents TabPage2 As TabPage
Friend WithEvents ListTypeComboBox As ComboBox
Friend WithEvents Label2 As Label
Friend WithEvents ListNameBox As TextBox
Friend WithEvents ListSelectComboBox As ComboBox
Friend WithEvents Label3 As Label
Friend WithEvents CheckedListBox1 As CheckedListBox
Friend WithEvents Label4 As Label
Friend WithEvents RichTextBox1 As RichTextBox
Friend WithEvents Label5 As Label
Friend WithEvents RoutineButton As RadioButton
Friend WithEvents SpecificButton As RadioButton
Friend WithEvents ListType As GroupBox
Friend WithEvents RoutinePanel As Panel
Friend WithEvents GroupBox1 As GroupBox
Friend WithEvents MonthlyButton As RadioButton
Friend WithEvents WeeklyButton As RadioButton
Friend WithEvents DailyButton As RadioButton
Friend WithEvents Store As Label
Friend WithEvents StoreTextBox As TextBox
Friend WithEvents SpecificPanel As Panel
Friend WithEvents Label6 As Label
Friend WithEvents DateTimePicker1 As DateTimePicker
Friend WithEvents ListCancelButton As Button
End Class