-
Notifications
You must be signed in to change notification settings - Fork 0
/
admin.Designer.vb
362 lines (357 loc) · 17.9 KB
/
admin.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
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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class admin
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(admin))
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim ChartArea1 As System.Windows.Forms.DataVisualization.Charting.ChartArea = New System.Windows.Forms.DataVisualization.Charting.ChartArea()
Dim Legend1 As System.Windows.Forms.DataVisualization.Charting.Legend = New System.Windows.Forms.DataVisualization.Charting.Legend()
Dim Series1 As System.Windows.Forms.DataVisualization.Charting.Series = New System.Windows.Forms.DataVisualization.Charting.Series()
Me.Panel2 = New System.Windows.Forms.Panel()
Me.Button14 = New System.Windows.Forms.Button()
Me.Button11 = New System.Windows.Forms.Button()
Me.Button10 = New System.Windows.Forms.Button()
Me.Button8 = New System.Windows.Forms.Button()
Me.Button7 = New System.Windows.Forms.Button()
Me.Button1 = New System.Windows.Forms.Button()
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
Me.Label4 = New System.Windows.Forms.Label()
Me.Label5 = New System.Windows.Forms.Label()
Me.Label6 = New System.Windows.Forms.Label()
Me.pcat = New System.Windows.Forms.ComboBox()
Me.Panel1 = New System.Windows.Forms.Panel()
Me.Button4 = New System.Windows.Forms.Button()
Me.Button2 = New System.Windows.Forms.Button()
Me.Button12 = New System.Windows.Forms.Button()
Me.Panel3 = New System.Windows.Forms.Panel()
Me.Panel4 = New System.Windows.Forms.Panel()
Me.ItemDGV = New System.Windows.Forms.DataGridView()
Me.Panel5 = New System.Windows.Forms.Panel()
Me.Chart1 = New System.Windows.Forms.DataVisualization.Charting.Chart()
Me.Panel2.SuspendLayout()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.Panel1.SuspendLayout()
CType(Me.ItemDGV, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.Chart1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'Panel2
'
Me.Panel2.BackColor = System.Drawing.Color.FromArgb(CType(CType(10, Byte), Integer), CType(CType(34, Byte), Integer), CType(CType(57, Byte), Integer))
Me.Panel2.Controls.Add(Me.Button14)
Me.Panel2.Controls.Add(Me.Button11)
Me.Panel2.Controls.Add(Me.Button10)
Me.Panel2.Controls.Add(Me.Button8)
Me.Panel2.Controls.Add(Me.Button7)
Me.Panel2.Controls.Add(Me.Button1)
Me.Panel2.Controls.Add(Me.PictureBox1)
Me.Panel2.Location = New System.Drawing.Point(-3, -4)
Me.Panel2.Name = "Panel2"
Me.Panel2.Size = New System.Drawing.Size(252, 876)
Me.Panel2.TabIndex = 73
'
'Button14
'
Me.Button14.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.Button14.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me.Button14.Location = New System.Drawing.Point(0, 280)
Me.Button14.Name = "Button14"
Me.Button14.Size = New System.Drawing.Size(249, 25)
Me.Button14.TabIndex = 34
Me.Button14.UseVisualStyleBackColor = True
'
'Button11
'
Me.Button11.BackgroundImage = CType(resources.GetObject("Button11.BackgroundImage"), System.Drawing.Image)
Me.Button11.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.Button11.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me.Button11.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button11.Location = New System.Drawing.Point(52, 524)
Me.Button11.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2)
Me.Button11.Name = "Button11"
Me.Button11.Size = New System.Drawing.Size(204, 69)
Me.Button11.TabIndex = 33
Me.Button11.Text = " "
Me.Button11.UseVisualStyleBackColor = True
'
'Button10
'
Me.Button10.BackgroundImage = CType(resources.GetObject("Button10.BackgroundImage"), System.Drawing.Image)
Me.Button10.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.Button10.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me.Button10.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button10.Location = New System.Drawing.Point(3, 214)
Me.Button10.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2)
Me.Button10.Name = "Button10"
Me.Button10.Size = New System.Drawing.Size(249, 65)
Me.Button10.TabIndex = 32
Me.Button10.Text = " "
Me.Button10.UseVisualStyleBackColor = True
'
'Button8
'
Me.Button8.BackgroundImage = CType(resources.GetObject("Button8.BackgroundImage"), System.Drawing.Image)
Me.Button8.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.Button8.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me.Button8.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button8.Location = New System.Drawing.Point(52, 401)
Me.Button8.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2)
Me.Button8.Name = "Button8"
Me.Button8.Size = New System.Drawing.Size(200, 63)
Me.Button8.TabIndex = 30
Me.Button8.Text = " "
Me.Button8.UseVisualStyleBackColor = True
'
'Button7
'
Me.Button7.BackgroundImage = CType(resources.GetObject("Button7.BackgroundImage"), System.Drawing.Image)
Me.Button7.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.Button7.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me.Button7.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button7.Location = New System.Drawing.Point(7, 128)
Me.Button7.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2)
Me.Button7.Name = "Button7"
Me.Button7.Size = New System.Drawing.Size(249, 65)
Me.Button7.TabIndex = 29
Me.Button7.Text = " "
Me.Button7.UseVisualStyleBackColor = True
'
'Button1
'
Me.Button1.BackgroundImage = CType(resources.GetObject("Button1.BackgroundImage"), System.Drawing.Image)
Me.Button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.Button1.Cursor = System.Windows.Forms.Cursors.Hand
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me.Button1.Location = New System.Drawing.Point(4, 0)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(50, 45)
Me.Button1.TabIndex = 3
Me.Button1.UseVisualStyleBackColor = True
'
'PictureBox1
'
Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
Me.PictureBox1.Location = New System.Drawing.Point(52, 6)
Me.PictureBox1.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(200, 118)
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.PictureBox1.TabIndex = 2
Me.PictureBox1.TabStop = False
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Font = New System.Drawing.Font("Mongolian Baiti", 16.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label4.ForeColor = System.Drawing.SystemColors.ControlDarkDark
Me.Label4.Location = New System.Drawing.Point(272, 453)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(312, 30)
Me.Label4.TabIndex = 93
Me.Label4.Text = "Overview of Product Sales"
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Font = New System.Drawing.Font("Lucida Bright", 19.8!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
Me.Label5.Location = New System.Drawing.Point(255, 56)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(195, 37)
Me.Label5.TabIndex = 77
Me.Label5.Text = "Dashboard"
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Font = New System.Drawing.Font("Mongolian Baiti", 16.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label6.ForeColor = System.Drawing.SystemColors.ControlDarkDark
Me.Label6.Location = New System.Drawing.Point(957, 453)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(234, 30)
Me.Label6.TabIndex = 128
Me.Label6.Text = "Overview of Stocks"
'
'pcat
'
Me.pcat.Font = New System.Drawing.Font("Microsoft Sans Serif", 13.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.pcat.FormattingEnabled = True
Me.pcat.Items.AddRange(New Object() {"Keyboard", "Guitar", "String", "Wind", "Percussion", "Studio Accessories", "Accessories"})
Me.pcat.Location = New System.Drawing.Point(1256, 450)
Me.pcat.Name = "pcat"
Me.pcat.Size = New System.Drawing.Size(188, 37)
Me.pcat.TabIndex = 129
Me.pcat.Text = "Filter"
'
'Panel1
'
Me.Panel1.BackColor = System.Drawing.Color.Azure
Me.Panel1.BackgroundImage = CType(resources.GetObject("Panel1.BackgroundImage"), System.Drawing.Image)
Me.Panel1.Controls.Add(Me.Button4)
Me.Panel1.Controls.Add(Me.Button2)
Me.Panel1.Controls.Add(Me.Button12)
Me.Panel1.Location = New System.Drawing.Point(248, 0)
Me.Panel1.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(1296, 54)
Me.Panel1.TabIndex = 130
'
'Button4
'
Me.Button4.Image = CType(resources.GetObject("Button4.Image"), System.Drawing.Image)
Me.Button4.Location = New System.Drawing.Point(883, 4)
Me.Button4.Name = "Button4"
Me.Button4.Size = New System.Drawing.Size(182, 44)
Me.Button4.TabIndex = 134
Me.Button4.UseVisualStyleBackColor = True
'
'Button2
'
Me.Button2.Image = CType(resources.GetObject("Button2.Image"), System.Drawing.Image)
Me.Button2.Location = New System.Drawing.Point(1085, 4)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(128, 44)
Me.Button2.TabIndex = 135
Me.Button2.UseVisualStyleBackColor = True
'
'Button12
'
Me.Button12.Image = CType(resources.GetObject("Button12.Image"), System.Drawing.Image)
Me.Button12.Location = New System.Drawing.Point(1233, 4)
Me.Button12.Name = "Button12"
Me.Button12.Size = New System.Drawing.Size(47, 44)
Me.Button12.TabIndex = 136
Me.Button12.UseVisualStyleBackColor = True
'
'Panel3
'
Me.Panel3.BackgroundImage = CType(resources.GetObject("Panel3.BackgroundImage"), System.Drawing.Image)
Me.Panel3.Location = New System.Drawing.Point(405, 110)
Me.Panel3.Name = "Panel3"
Me.Panel3.Size = New System.Drawing.Size(424, 182)
Me.Panel3.TabIndex = 131
'
'Panel4
'
Me.Panel4.BackgroundImage = CType(resources.GetObject("Panel4.BackgroundImage"), System.Drawing.Image)
Me.Panel4.Location = New System.Drawing.Point(889, 110)
Me.Panel4.Name = "Panel4"
Me.Panel4.Size = New System.Drawing.Size(424, 182)
Me.Panel4.TabIndex = 132
'
'ItemDGV
'
Me.ItemDGV.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight
DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle1.BackColor = System.Drawing.Color.SlateBlue
DataGridViewCellStyle1.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.InactiveBorder
DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
Me.ItemDGV.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1
Me.ItemDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.ItemDGV.GridColor = System.Drawing.SystemColors.ActiveCaptionText
Me.ItemDGV.Location = New System.Drawing.Point(954, 493)
Me.ItemDGV.Name = "ItemDGV"
Me.ItemDGV.RowHeadersWidth = 51
Me.ItemDGV.RowTemplate.Height = 24
Me.ItemDGV.Size = New System.Drawing.Size(543, 301)
Me.ItemDGV.TabIndex = 135
'
'Panel5
'
Me.Panel5.BackColor = System.Drawing.SystemColors.ControlDark
Me.Panel5.Location = New System.Drawing.Point(350, 336)
Me.Panel5.Name = "Panel5"
Me.Panel5.Size = New System.Drawing.Size(997, 10)
Me.Panel5.TabIndex = 137
'
'Chart1
'
ChartArea1.Name = "ChartArea1"
Me.Chart1.ChartAreas.Add(ChartArea1)
Legend1.Name = "Legend1"
Me.Chart1.Legends.Add(Legend1)
Me.Chart1.Location = New System.Drawing.Point(277, 493)
Me.Chart1.Name = "Chart1"
Me.Chart1.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.SeaGreen
Series1.ChartArea = "ChartArea1"
Series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Range
Series1.Legend = "Legend1"
Series1.Name = "Sales Rating"
Series1.YValuesPerPoint = 2
Me.Chart1.Series.Add(Series1)
Me.Chart1.Size = New System.Drawing.Size(620, 301)
Me.Chart1.TabIndex = 154
Me.Chart1.Text = "Chart1"
'
'admin
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center
Me.ClientSize = New System.Drawing.Size(1539, 843)
Me.Controls.Add(Me.Chart1)
Me.Controls.Add(Me.Panel5)
Me.Controls.Add(Me.ItemDGV)
Me.Controls.Add(Me.Panel4)
Me.Controls.Add(Me.Panel3)
Me.Controls.Add(Me.Panel1)
Me.Controls.Add(Me.pcat)
Me.Controls.Add(Me.Label6)
Me.Controls.Add(Me.Label5)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.Panel2)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
Me.Name = "admin"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "admin"
Me.Panel2.ResumeLayout(False)
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
Me.Panel1.ResumeLayout(False)
CType(Me.ItemDGV, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.Chart1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Panel2 As Windows.Forms.Panel
Friend WithEvents Button10 As Windows.Forms.Button
Friend WithEvents Button7 As Windows.Forms.Button
Friend WithEvents Button1 As Windows.Forms.Button
Friend WithEvents PictureBox1 As Windows.Forms.PictureBox
Friend WithEvents Button14 As Windows.Forms.Button
Friend WithEvents Button11 As Windows.Forms.Button
Friend WithEvents Button8 As Windows.Forms.Button
Friend WithEvents Label4 As Windows.Forms.Label
Friend WithEvents Label5 As Windows.Forms.Label
Friend WithEvents Label6 As Windows.Forms.Label
Friend WithEvents pcat As Windows.Forms.ComboBox
Friend WithEvents Panel1 As Windows.Forms.Panel
Friend WithEvents Button4 As Windows.Forms.Button
Friend WithEvents Button2 As Windows.Forms.Button
Friend WithEvents Button12 As Windows.Forms.Button
Friend WithEvents Panel3 As Windows.Forms.Panel
Friend WithEvents Panel4 As Windows.Forms.Panel
Friend WithEvents ItemDGV As Windows.Forms.DataGridView
Friend WithEvents Panel5 As Windows.Forms.Panel
Friend WithEvents Chart1 As Windows.Forms.DataVisualization.Charting.Chart
End Class