-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshows.Designer.vb
291 lines (286 loc) · 11.7 KB
/
shows.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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class shows
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()
Me.Label3 = New System.Windows.Forms.Label()
Me.txtTime = New System.Windows.Forms.TextBox()
Me.Label2 = New System.Windows.Forms.Label()
Me.Label1 = New System.Windows.Forms.Label()
Me.btnAdd = New System.Windows.Forms.Button()
Me.PB3 = New System.Windows.Forms.PictureBox()
Me.PB2 = New System.Windows.Forms.PictureBox()
Me.PB1 = New System.Windows.Forms.PictureBox()
Me.DTShowDate = New System.Windows.Forms.DateTimePicker()
Me.TxtShowname = New System.Windows.Forms.TextBox()
Me.btnCustInfo = New System.Windows.Forms.Button()
Me.PB6 = New System.Windows.Forms.PictureBox()
Me.PB5 = New System.Windows.Forms.PictureBox()
Me.PB4 = New System.Windows.Forms.PictureBox()
Me.PB9 = New System.Windows.Forms.PictureBox()
Me.PB8 = New System.Windows.Forms.PictureBox()
Me.PB7 = New System.Windows.Forms.PictureBox()
Me.PB10 = New System.Windows.Forms.PictureBox()
CType(Me.PB3, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PB2, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PB1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PB6, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PB5, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PB4, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PB9, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PB8, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PB7, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PB10, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(595, 99)
Me.Label3.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(60, 13)
Me.Label3.TabIndex = 19
Me.Label3.Text = "Show Time"
'
'txtTime
'
Me.txtTime.Location = New System.Drawing.Point(598, 133)
Me.txtTime.Margin = New System.Windows.Forms.Padding(2)
Me.txtTime.Name = "txtTime"
Me.txtTime.Size = New System.Drawing.Size(91, 20)
Me.txtTime.TabIndex = 18
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(391, 99)
Me.Label2.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(60, 13)
Me.Label2.TabIndex = 17
Me.Label2.Text = "Show Date"
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(111, 99)
Me.Label1.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(63, 13)
Me.Label1.TabIndex = 16
Me.Label1.Text = "Show name"
'
'btnAdd
'
Me.btnAdd.BackColor = System.Drawing.SystemColors.GradientActiveCaption
Me.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnAdd.Location = New System.Drawing.Point(196, 353)
Me.btnAdd.Margin = New System.Windows.Forms.Padding(2)
Me.btnAdd.Name = "btnAdd"
Me.btnAdd.Size = New System.Drawing.Size(69, 36)
Me.btnAdd.TabIndex = 15
Me.btnAdd.Text = "Add Show"
Me.btnAdd.UseVisualStyleBackColor = False
'
'PB3
'
Me.PB3.BackColor = System.Drawing.SystemColors.GradientActiveCaption
Me.PB3.Location = New System.Drawing.Point(276, 188)
Me.PB3.Margin = New System.Windows.Forms.Padding(2)
Me.PB3.Name = "PB3"
Me.PB3.Size = New System.Drawing.Size(67, 48)
Me.PB3.TabIndex = 14
Me.PB3.TabStop = False
'
'PB2
'
Me.PB2.BackColor = System.Drawing.SystemColors.GradientActiveCaption
Me.PB2.Location = New System.Drawing.Point(170, 188)
Me.PB2.Margin = New System.Windows.Forms.Padding(2)
Me.PB2.Name = "PB2"
Me.PB2.Size = New System.Drawing.Size(67, 48)
Me.PB2.TabIndex = 13
Me.PB2.TabStop = False
'
'PB1
'
Me.PB1.BackColor = System.Drawing.SystemColors.GradientActiveCaption
Me.PB1.Location = New System.Drawing.Point(63, 188)
Me.PB1.Margin = New System.Windows.Forms.Padding(2)
Me.PB1.Name = "PB1"
Me.PB1.Size = New System.Drawing.Size(67, 48)
Me.PB1.TabIndex = 12
Me.PB1.TabStop = False
'
'DTShowDate
'
Me.DTShowDate.Location = New System.Drawing.Point(394, 132)
Me.DTShowDate.Margin = New System.Windows.Forms.Padding(2)
Me.DTShowDate.Name = "DTShowDate"
Me.DTShowDate.Size = New System.Drawing.Size(145, 20)
Me.DTShowDate.TabIndex = 11
'
'TxtShowname
'
Me.TxtShowname.Location = New System.Drawing.Point(112, 132)
Me.TxtShowname.Margin = New System.Windows.Forms.Padding(2)
Me.TxtShowname.Name = "TxtShowname"
Me.TxtShowname.Size = New System.Drawing.Size(197, 20)
Me.TxtShowname.TabIndex = 10
'
'btnCustInfo
'
Me.btnCustInfo.BackColor = System.Drawing.SystemColors.GradientActiveCaption
Me.btnCustInfo.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnCustInfo.Location = New System.Drawing.Point(465, 353)
Me.btnCustInfo.Name = "btnCustInfo"
Me.btnCustInfo.Size = New System.Drawing.Size(143, 23)
Me.btnCustInfo.TabIndex = 20
Me.btnCustInfo.Text = "Fill customer info"
Me.btnCustInfo.UseVisualStyleBackColor = False
'
'PB6
'
Me.PB6.BackColor = System.Drawing.SystemColors.GradientActiveCaption
Me.PB6.Location = New System.Drawing.Point(622, 188)
Me.PB6.Margin = New System.Windows.Forms.Padding(2)
Me.PB6.Name = "PB6"
Me.PB6.Size = New System.Drawing.Size(67, 48)
Me.PB6.TabIndex = 23
Me.PB6.TabStop = False
'
'PB5
'
Me.PB5.BackColor = System.Drawing.SystemColors.GradientActiveCaption
Me.PB5.Location = New System.Drawing.Point(512, 188)
Me.PB5.Margin = New System.Windows.Forms.Padding(2)
Me.PB5.Name = "PB5"
Me.PB5.Size = New System.Drawing.Size(67, 48)
Me.PB5.TabIndex = 22
Me.PB5.TabStop = False
'
'PB4
'
Me.PB4.BackColor = System.Drawing.SystemColors.GradientActiveCaption
Me.PB4.Location = New System.Drawing.Point(403, 188)
Me.PB4.Margin = New System.Windows.Forms.Padding(2)
Me.PB4.Name = "PB4"
Me.PB4.Size = New System.Drawing.Size(67, 48)
Me.PB4.TabIndex = 21
Me.PB4.TabStop = False
'
'PB9
'
Me.PB9.BackColor = System.Drawing.SystemColors.GradientActiveCaption
Me.PB9.Location = New System.Drawing.Point(403, 267)
Me.PB9.Margin = New System.Windows.Forms.Padding(2)
Me.PB9.Name = "PB9"
Me.PB9.Size = New System.Drawing.Size(67, 48)
Me.PB9.TabIndex = 26
Me.PB9.TabStop = False
'
'PB8
'
Me.PB8.BackColor = System.Drawing.SystemColors.GradientActiveCaption
Me.PB8.Location = New System.Drawing.Point(276, 267)
Me.PB8.Margin = New System.Windows.Forms.Padding(2)
Me.PB8.Name = "PB8"
Me.PB8.Size = New System.Drawing.Size(67, 48)
Me.PB8.TabIndex = 25
Me.PB8.TabStop = False
'
'PB7
'
Me.PB7.BackColor = System.Drawing.SystemColors.GradientActiveCaption
Me.PB7.Location = New System.Drawing.Point(169, 267)
Me.PB7.Margin = New System.Windows.Forms.Padding(2)
Me.PB7.Name = "PB7"
Me.PB7.Size = New System.Drawing.Size(67, 48)
Me.PB7.TabIndex = 24
Me.PB7.TabStop = False
'
'PB10
'
Me.PB10.BackColor = System.Drawing.SystemColors.GradientActiveCaption
Me.PB10.Location = New System.Drawing.Point(521, 267)
Me.PB10.Margin = New System.Windows.Forms.Padding(2)
Me.PB10.Name = "PB10"
Me.PB10.Size = New System.Drawing.Size(67, 48)
Me.PB10.TabIndex = 27
Me.PB10.TabStop = False
'
'shows
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.SystemColors.Highlight
Me.ClientSize = New System.Drawing.Size(800, 450)
Me.Controls.Add(Me.PB10)
Me.Controls.Add(Me.PB9)
Me.Controls.Add(Me.PB8)
Me.Controls.Add(Me.PB7)
Me.Controls.Add(Me.PB6)
Me.Controls.Add(Me.PB5)
Me.Controls.Add(Me.PB4)
Me.Controls.Add(Me.btnCustInfo)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.txtTime)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.btnAdd)
Me.Controls.Add(Me.PB3)
Me.Controls.Add(Me.PB2)
Me.Controls.Add(Me.PB1)
Me.Controls.Add(Me.DTShowDate)
Me.Controls.Add(Me.TxtShowname)
Me.Name = "shows"
Me.Text = "Add Shows"
CType(Me.PB3, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PB2, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PB1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PB6, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PB5, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PB4, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PB9, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PB8, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PB7, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PB10, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Label3 As Label
Friend WithEvents txtTime As TextBox
Friend WithEvents Label2 As Label
Friend WithEvents Label1 As Label
Friend WithEvents btnAdd As Button
Friend WithEvents PB3 As PictureBox
Friend WithEvents PB2 As PictureBox
Friend WithEvents PB1 As PictureBox
Friend WithEvents DTShowDate As DateTimePicker
Friend WithEvents TxtShowname As TextBox
Friend WithEvents btnCustInfo As Button
Friend WithEvents PB6 As PictureBox
Friend WithEvents PB5 As PictureBox
Friend WithEvents PB4 As PictureBox
Friend WithEvents PB9 As PictureBox
Friend WithEvents PB8 As PictureBox
Friend WithEvents PB7 As PictureBox
Friend WithEvents PB10 As PictureBox
End Class