-
Notifications
You must be signed in to change notification settings - Fork 0
/
admin sales.Designer.vb
270 lines (266 loc) · 13.3 KB
/
admin sales.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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class admin_sales
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_sales))
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.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.Label1 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
Me.Panel1 = New System.Windows.Forms.Panel()
Me.userfdbt = New System.Windows.Forms.Button()
Me.logoutbt = New System.Windows.Forms.Button()
Me.closebt = New System.Windows.Forms.Button()
Me.Chart1 = New System.Windows.Forms.DataVisualization.Charting.Chart()
Me.Panel2.SuspendLayout()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.Panel1.SuspendLayout()
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.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(-12, -18)
Me.Panel2.Name = "Panel2"
Me.Panel2.Size = New System.Drawing.Size(252, 865)
Me.Panel2.TabIndex = 88
'
'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(7, 266)
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, 157)
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, 10)
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, 2)
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
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("Mongolian Baiti", 19.8!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.Location = New System.Drawing.Point(284, 73)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(196, 35)
Me.Label1.TabIndex = 90
Me.Label1.Text = "Sales Report"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Font = New System.Drawing.Font("Mongolian Baiti", 16.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label2.ForeColor = System.Drawing.SystemColors.ControlDarkDark
Me.Label2.Location = New System.Drawing.Point(284, 120)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(312, 30)
Me.Label2.TabIndex = 91
Me.Label2.Text = "Overview of Product Sales"
'
'DateTimePicker1
'
Me.DateTimePicker1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.DateTimePicker1.Location = New System.Drawing.Point(1250, 67)
Me.DateTimePicker1.Name = "DateTimePicker1"
Me.DateTimePicker1.Size = New System.Drawing.Size(200, 30)
Me.DateTimePicker1.TabIndex = 92
'
'Panel1
'
Me.Panel1.BackColor = System.Drawing.Color.Azure
Me.Panel1.BackgroundImage = CType(resources.GetObject("Panel1.BackgroundImage"), System.Drawing.Image)
Me.Panel1.Controls.Add(Me.userfdbt)
Me.Panel1.Controls.Add(Me.logoutbt)
Me.Panel1.Controls.Add(Me.closebt)
Me.Panel1.Location = New System.Drawing.Point(240, -2)
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 = 152
'
'userfdbt
'
Me.userfdbt.Image = CType(resources.GetObject("userfdbt.Image"), System.Drawing.Image)
Me.userfdbt.Location = New System.Drawing.Point(883, 4)
Me.userfdbt.Name = "userfdbt"
Me.userfdbt.Size = New System.Drawing.Size(182, 44)
Me.userfdbt.TabIndex = 134
Me.userfdbt.UseVisualStyleBackColor = True
'
'logoutbt
'
Me.logoutbt.Image = CType(resources.GetObject("logoutbt.Image"), System.Drawing.Image)
Me.logoutbt.Location = New System.Drawing.Point(1085, 4)
Me.logoutbt.Name = "logoutbt"
Me.logoutbt.Size = New System.Drawing.Size(128, 44)
Me.logoutbt.TabIndex = 135
Me.logoutbt.UseVisualStyleBackColor = True
'
'closebt
'
Me.closebt.Image = CType(resources.GetObject("closebt.Image"), System.Drawing.Image)
Me.closebt.Location = New System.Drawing.Point(1233, 4)
Me.closebt.Name = "closebt"
Me.closebt.Size = New System.Drawing.Size(47, 44)
Me.closebt.TabIndex = 136
Me.closebt.UseVisualStyleBackColor = True
'
'Chart1
'
ChartArea1.Name = "ChartArea1"
Me.Chart1.ChartAreas.Add(ChartArea1)
Legend1.Name = "Legend1"
Me.Chart1.Legends.Add(Legend1)
Me.Chart1.Location = New System.Drawing.Point(329, 174)
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(1050, 469)
Me.Chart1.TabIndex = 153
Me.Chart1.Text = "Chart1"
'
'admin_sales
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(1539, 843)
Me.Controls.Add(Me.Chart1)
Me.Controls.Add(Me.Panel1)
Me.Controls.Add(Me.DateTimePicker1)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.Panel2)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
Me.Name = "admin_sales"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "admin_sales"
Me.Panel2.ResumeLayout(False)
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
Me.Panel1.ResumeLayout(False)
CType(Me.Chart1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Panel2 As Windows.Forms.Panel
Friend WithEvents Button11 As Windows.Forms.Button
Friend WithEvents Button10 As Windows.Forms.Button
Friend WithEvents Button8 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 Label1 As Windows.Forms.Label
Friend WithEvents Label2 As Windows.Forms.Label
Friend WithEvents DateTimePicker1 As Windows.Forms.DateTimePicker
Friend WithEvents Panel1 As Windows.Forms.Panel
Friend WithEvents userfdbt As Windows.Forms.Button
Friend WithEvents logoutbt As Windows.Forms.Button
Friend WithEvents closebt As Windows.Forms.Button
Friend WithEvents Chart1 As Windows.Forms.DataVisualization.Charting.Chart
End Class