-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMainMenu.Designer.vb
More file actions
361 lines (356 loc) · 24.5 KB
/
Copy pathMainMenu.Designer.vb
File metadata and controls
361 lines (356 loc) · 24.5 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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class MainMenu
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(MainMenu))
Me.pnlSidebarPanel = New Guna.UI2.WinForms.Guna2Panel()
Me.Guna2Panel3 = New Guna.UI2.WinForms.Guna2Panel()
Me.Guna2Button2 = New Guna.UI2.WinForms.Guna2Button()
Me.btnLogoutMmenu = New Guna.UI2.WinForms.Guna2Button()
Me.btnSettingMmenu = New Guna.UI2.WinForms.Guna2Button()
Me.btnReportsMmenu = New Guna.UI2.WinForms.Guna2Button()
Me.btnSupplierManagement = New Guna.UI2.WinForms.Guna2Button()
Me.btnInventoryMgtMmenu = New Guna.UI2.WinForms.Guna2Button()
Me.btnDashboardMmenu = New Guna.UI2.WinForms.Guna2Button()
Me.btnSalesPOSMmenu = New Guna.UI2.WinForms.Guna2Button()
Me.btnProductMgtMmenu = New Guna.UI2.WinForms.Guna2Button()
Me.btnStaffMgtMmenu = New Guna.UI2.WinForms.Guna2Button()
Me.btnCustomer_mgt = New Guna.UI2.WinForms.Guna2Button()
Me.Guna2Panel2 = New Guna.UI2.WinForms.Guna2Panel()
Me.btnMyProfile = New Guna.UI2.WinForms.Guna2Button()
Me.lblWelcome = New Guna.UI2.WinForms.Guna2HtmlLabel()
Me.lblFormTitle = New Guna.UI2.WinForms.Guna2HtmlLabel()
Me.pnlContent = New Guna.UI2.WinForms.Guna2Panel()
Me.pnlSidebarPanel.SuspendLayout()
Me.Guna2Panel3.SuspendLayout()
Me.Guna2Panel2.SuspendLayout()
Me.SuspendLayout()
'
'pnlSidebarPanel
'
Me.pnlSidebarPanel.Controls.Add(Me.Guna2Panel3)
Me.pnlSidebarPanel.Controls.Add(Me.btnLogoutMmenu)
Me.pnlSidebarPanel.Controls.Add(Me.btnSettingMmenu)
Me.pnlSidebarPanel.Controls.Add(Me.btnReportsMmenu)
Me.pnlSidebarPanel.Controls.Add(Me.btnSupplierManagement)
Me.pnlSidebarPanel.Controls.Add(Me.btnInventoryMgtMmenu)
Me.pnlSidebarPanel.Controls.Add(Me.btnDashboardMmenu)
Me.pnlSidebarPanel.Controls.Add(Me.btnSalesPOSMmenu)
Me.pnlSidebarPanel.Controls.Add(Me.btnProductMgtMmenu)
Me.pnlSidebarPanel.Controls.Add(Me.btnStaffMgtMmenu)
Me.pnlSidebarPanel.Controls.Add(Me.btnCustomer_mgt)
Me.pnlSidebarPanel.Dock = System.Windows.Forms.DockStyle.Left
Me.pnlSidebarPanel.FillColor = System.Drawing.Color.FromArgb(CType(CType(30, Byte), Integer), CType(CType(30, Byte), Integer), CType(CType(30, Byte), Integer))
Me.pnlSidebarPanel.Location = New System.Drawing.Point(0, 0)
Me.pnlSidebarPanel.Name = "pnlSidebarPanel"
Me.pnlSidebarPanel.Size = New System.Drawing.Size(200, 767)
Me.pnlSidebarPanel.TabIndex = 0
'
'Guna2Panel3
'
Me.Guna2Panel3.BackColor = System.Drawing.SystemColors.ActiveCaptionText
Me.Guna2Panel3.Controls.Add(Me.Guna2Button2)
Me.Guna2Panel3.Location = New System.Drawing.Point(3, 3)
Me.Guna2Panel3.Name = "Guna2Panel3"
Me.Guna2Panel3.Size = New System.Drawing.Size(200, 91)
Me.Guna2Panel3.TabIndex = 0
'
'Guna2Button2
'
Me.Guna2Button2.DisabledState.BorderColor = System.Drawing.Color.DarkGray
Me.Guna2Button2.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray
Me.Guna2Button2.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer))
Me.Guna2Button2.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer))
Me.Guna2Button2.FillColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(128, Byte), Integer))
Me.Guna2Button2.Font = New System.Drawing.Font("Arial Rounded MT Bold", 16.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Guna2Button2.ForeColor = System.Drawing.Color.Black
Me.Guna2Button2.ImageAlign = System.Windows.Forms.HorizontalAlignment.Left
Me.Guna2Button2.Location = New System.Drawing.Point(-3, -3)
Me.Guna2Button2.Margin = New System.Windows.Forms.Padding(5)
Me.Guna2Button2.Name = "Guna2Button2"
Me.Guna2Button2.Size = New System.Drawing.Size(200, 61)
Me.Guna2Button2.TabIndex = 1
Me.Guna2Button2.Text = "S&N Tyres"
'
'btnLogoutMmenu
'
Me.btnLogoutMmenu.DisabledState.BorderColor = System.Drawing.Color.DarkGray
Me.btnLogoutMmenu.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray
Me.btnLogoutMmenu.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer))
Me.btnLogoutMmenu.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer))
Me.btnLogoutMmenu.FillColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(128, Byte), Integer))
Me.btnLogoutMmenu.Font = New System.Drawing.Font("Segoe UI Semibold", 10.8!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnLogoutMmenu.ForeColor = System.Drawing.Color.Black
Me.btnLogoutMmenu.Image = CType(resources.GetObject("btnLogoutMmenu.Image"), System.Drawing.Image)
Me.btnLogoutMmenu.ImageAlign = System.Windows.Forms.HorizontalAlignment.Left
Me.btnLogoutMmenu.Location = New System.Drawing.Point(0, 680)
Me.btnLogoutMmenu.Margin = New System.Windows.Forms.Padding(5)
Me.btnLogoutMmenu.Name = "btnLogoutMmenu"
Me.btnLogoutMmenu.Size = New System.Drawing.Size(200, 55)
Me.btnLogoutMmenu.TabIndex = 9
Me.btnLogoutMmenu.Text = "Logout"
'
'btnSettingMmenu
'
Me.btnSettingMmenu.DisabledState.BorderColor = System.Drawing.Color.DarkGray
Me.btnSettingMmenu.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray
Me.btnSettingMmenu.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer))
Me.btnSettingMmenu.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer))
Me.btnSettingMmenu.FillColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(128, Byte), Integer))
Me.btnSettingMmenu.Font = New System.Drawing.Font("Segoe UI Semibold", 10.8!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnSettingMmenu.ForeColor = System.Drawing.Color.Black
Me.btnSettingMmenu.Image = CType(resources.GetObject("btnSettingMmenu.Image"), System.Drawing.Image)
Me.btnSettingMmenu.ImageAlign = System.Windows.Forms.HorizontalAlignment.Left
Me.btnSettingMmenu.Location = New System.Drawing.Point(0, 615)
Me.btnSettingMmenu.Margin = New System.Windows.Forms.Padding(5)
Me.btnSettingMmenu.Name = "btnSettingMmenu"
Me.btnSettingMmenu.Size = New System.Drawing.Size(200, 55)
Me.btnSettingMmenu.TabIndex = 8
Me.btnSettingMmenu.Text = "Settings"
'
'btnReportsMmenu
'
Me.btnReportsMmenu.DisabledState.BorderColor = System.Drawing.Color.DarkGray
Me.btnReportsMmenu.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray
Me.btnReportsMmenu.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer))
Me.btnReportsMmenu.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer))
Me.btnReportsMmenu.FillColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(107, Byte), Integer), CType(CType(0, Byte), Integer))
Me.btnReportsMmenu.Font = New System.Drawing.Font("Segoe UI Semibold", 10.8!, System.Drawing.FontStyle.Bold)
Me.btnReportsMmenu.ForeColor = System.Drawing.Color.Black
Me.btnReportsMmenu.Location = New System.Drawing.Point(0, 555)
Me.btnReportsMmenu.Margin = New System.Windows.Forms.Padding(5)
Me.btnReportsMmenu.Name = "btnReportsMmenu"
Me.btnReportsMmenu.Size = New System.Drawing.Size(200, 55)
Me.btnReportsMmenu.TabIndex = 10
Me.btnReportsMmenu.Text = "Reports"
'
'btnSupplierManagement
'
Me.btnSupplierManagement.DisabledState.BorderColor = System.Drawing.Color.DarkGray
Me.btnSupplierManagement.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray
Me.btnSupplierManagement.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer))
Me.btnSupplierManagement.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer))
Me.btnSupplierManagement.FillColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(107, Byte), Integer), CType(CType(0, Byte), Integer))
Me.btnSupplierManagement.Font = New System.Drawing.Font("Segoe UI Semibold", 10.8!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnSupplierManagement.ForeColor = System.Drawing.Color.Black
Me.btnSupplierManagement.Image = CType(resources.GetObject("btnSupplierManagement.Image"), System.Drawing.Image)
Me.btnSupplierManagement.ImageAlign = System.Windows.Forms.HorizontalAlignment.Left
Me.btnSupplierManagement.Location = New System.Drawing.Point(0, 360)
Me.btnSupplierManagement.Margin = New System.Windows.Forms.Padding(5)
Me.btnSupplierManagement.Name = "btnSupplierManagement"
Me.btnSupplierManagement.Size = New System.Drawing.Size(200, 55)
Me.btnSupplierManagement.TabIndex = 5
Me.btnSupplierManagement.Text = "Supplier Management"
'
'btnInventoryMgtMmenu
'
Me.btnInventoryMgtMmenu.DisabledState.BorderColor = System.Drawing.Color.DarkGray
Me.btnInventoryMgtMmenu.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray
Me.btnInventoryMgtMmenu.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer))
Me.btnInventoryMgtMmenu.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer))
Me.btnInventoryMgtMmenu.FillColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(107, Byte), Integer), CType(CType(0, Byte), Integer))
Me.btnInventoryMgtMmenu.Font = New System.Drawing.Font("Segoe UI Semibold", 10.8!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnInventoryMgtMmenu.ForeColor = System.Drawing.Color.Black
Me.btnInventoryMgtMmenu.Image = CType(resources.GetObject("btnInventoryMgtMmenu.Image"), System.Drawing.Image)
Me.btnInventoryMgtMmenu.ImageAlign = System.Windows.Forms.HorizontalAlignment.Left
Me.btnInventoryMgtMmenu.Location = New System.Drawing.Point(0, 425)
Me.btnInventoryMgtMmenu.Margin = New System.Windows.Forms.Padding(5)
Me.btnInventoryMgtMmenu.Name = "btnInventoryMgtMmenu"
Me.btnInventoryMgtMmenu.Size = New System.Drawing.Size(200, 55)
Me.btnInventoryMgtMmenu.TabIndex = 7
Me.btnInventoryMgtMmenu.Text = "Inventory Management"
'
'btnDashboardMmenu
'
Me.btnDashboardMmenu.DisabledState.BorderColor = System.Drawing.Color.DarkGray
Me.btnDashboardMmenu.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray
Me.btnDashboardMmenu.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer))
Me.btnDashboardMmenu.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer))
Me.btnDashboardMmenu.FillColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(107, Byte), Integer), CType(CType(0, Byte), Integer))
Me.btnDashboardMmenu.Font = New System.Drawing.Font("Segoe UI Semibold", 10.8!, System.Drawing.FontStyle.Bold)
Me.btnDashboardMmenu.ForeColor = System.Drawing.Color.Black
Me.btnDashboardMmenu.Image = CType(resources.GetObject("btnDashboardMmenu.Image"), System.Drawing.Image)
Me.btnDashboardMmenu.ImageAlign = System.Windows.Forms.HorizontalAlignment.Left
Me.btnDashboardMmenu.Location = New System.Drawing.Point(0, 100)
Me.btnDashboardMmenu.Margin = New System.Windows.Forms.Padding(5)
Me.btnDashboardMmenu.Name = "btnDashboardMmenu"
Me.btnDashboardMmenu.Size = New System.Drawing.Size(200, 55)
Me.btnDashboardMmenu.TabIndex = 0
Me.btnDashboardMmenu.Text = "Dashboard"
'
'btnSalesPOSMmenu
'
Me.btnSalesPOSMmenu.DisabledState.BorderColor = System.Drawing.Color.DarkGray
Me.btnSalesPOSMmenu.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray
Me.btnSalesPOSMmenu.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer))
Me.btnSalesPOSMmenu.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer))
Me.btnSalesPOSMmenu.FillColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(107, Byte), Integer), CType(CType(0, Byte), Integer))
Me.btnSalesPOSMmenu.Font = New System.Drawing.Font("Segoe UI Semibold", 10.8!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnSalesPOSMmenu.ForeColor = System.Drawing.Color.Black
Me.btnSalesPOSMmenu.Image = CType(resources.GetObject("btnSalesPOSMmenu.Image"), System.Drawing.Image)
Me.btnSalesPOSMmenu.ImageAlign = System.Windows.Forms.HorizontalAlignment.Left
Me.btnSalesPOSMmenu.Location = New System.Drawing.Point(0, 230)
Me.btnSalesPOSMmenu.Margin = New System.Windows.Forms.Padding(5)
Me.btnSalesPOSMmenu.Name = "btnSalesPOSMmenu"
Me.btnSalesPOSMmenu.Size = New System.Drawing.Size(200, 55)
Me.btnSalesPOSMmenu.TabIndex = 6
Me.btnSalesPOSMmenu.Text = "Sales (POS)"
'
'btnProductMgtMmenu
'
Me.btnProductMgtMmenu.DisabledState.BorderColor = System.Drawing.Color.DarkGray
Me.btnProductMgtMmenu.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray
Me.btnProductMgtMmenu.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer))
Me.btnProductMgtMmenu.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer))
Me.btnProductMgtMmenu.FillColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(107, Byte), Integer), CType(CType(0, Byte), Integer))
Me.btnProductMgtMmenu.Font = New System.Drawing.Font("Segoe UI Semibold", 10.8!, System.Drawing.FontStyle.Bold)
Me.btnProductMgtMmenu.ForeColor = System.Drawing.Color.Black
Me.btnProductMgtMmenu.Image = CType(resources.GetObject("btnProductMgtMmenu.Image"), System.Drawing.Image)
Me.btnProductMgtMmenu.ImageAlign = System.Windows.Forms.HorizontalAlignment.Left
Me.btnProductMgtMmenu.Location = New System.Drawing.Point(0, 295)
Me.btnProductMgtMmenu.Margin = New System.Windows.Forms.Padding(5)
Me.btnProductMgtMmenu.Name = "btnProductMgtMmenu"
Me.btnProductMgtMmenu.Size = New System.Drawing.Size(200, 55)
Me.btnProductMgtMmenu.TabIndex = 2
Me.btnProductMgtMmenu.Text = "Product Management"
'
'btnStaffMgtMmenu
'
Me.btnStaffMgtMmenu.DisabledState.BorderColor = System.Drawing.Color.DarkGray
Me.btnStaffMgtMmenu.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray
Me.btnStaffMgtMmenu.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer))
Me.btnStaffMgtMmenu.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer))
Me.btnStaffMgtMmenu.FillColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(107, Byte), Integer), CType(CType(0, Byte), Integer))
Me.btnStaffMgtMmenu.Font = New System.Drawing.Font("Segoe UI Semibold", 10.8!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnStaffMgtMmenu.ForeColor = System.Drawing.Color.Black
Me.btnStaffMgtMmenu.Image = CType(resources.GetObject("btnStaffMgtMmenu.Image"), System.Drawing.Image)
Me.btnStaffMgtMmenu.ImageAlign = System.Windows.Forms.HorizontalAlignment.Left
Me.btnStaffMgtMmenu.Location = New System.Drawing.Point(0, 490)
Me.btnStaffMgtMmenu.Margin = New System.Windows.Forms.Padding(5)
Me.btnStaffMgtMmenu.Name = "btnStaffMgtMmenu"
Me.btnStaffMgtMmenu.Size = New System.Drawing.Size(200, 55)
Me.btnStaffMgtMmenu.TabIndex = 4
Me.btnStaffMgtMmenu.Text = "Staff Management"
'
'btnCustomer_mgt
'
Me.btnCustomer_mgt.DisabledState.BorderColor = System.Drawing.Color.DarkGray
Me.btnCustomer_mgt.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray
Me.btnCustomer_mgt.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer))
Me.btnCustomer_mgt.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer))
Me.btnCustomer_mgt.FillColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(107, Byte), Integer), CType(CType(0, Byte), Integer))
Me.btnCustomer_mgt.Font = New System.Drawing.Font("Segoe UI Semibold", 10.8!, System.Drawing.FontStyle.Bold)
Me.btnCustomer_mgt.ForeColor = System.Drawing.Color.Black
Me.btnCustomer_mgt.Image = CType(resources.GetObject("btnCustomer_mgt.Image"), System.Drawing.Image)
Me.btnCustomer_mgt.ImageAlign = System.Windows.Forms.HorizontalAlignment.Left
Me.btnCustomer_mgt.Location = New System.Drawing.Point(0, 165)
Me.btnCustomer_mgt.Margin = New System.Windows.Forms.Padding(5)
Me.btnCustomer_mgt.Name = "btnCustomer_mgt"
Me.btnCustomer_mgt.Size = New System.Drawing.Size(200, 55)
Me.btnCustomer_mgt.TabIndex = 3
Me.btnCustomer_mgt.Text = "Customer Management"
'
'Guna2Panel2
'
Me.Guna2Panel2.Controls.Add(Me.btnMyProfile)
Me.Guna2Panel2.Controls.Add(Me.lblWelcome)
Me.Guna2Panel2.Controls.Add(Me.lblFormTitle)
Me.Guna2Panel2.Dock = System.Windows.Forms.DockStyle.Top
Me.Guna2Panel2.Location = New System.Drawing.Point(200, 0)
Me.Guna2Panel2.Name = "Guna2Panel2"
Me.Guna2Panel2.Size = New System.Drawing.Size(801, 100)
Me.Guna2Panel2.TabIndex = 1
'
'btnMyProfile
'
Me.btnMyProfile.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnMyProfile.BorderRadius = 10
Me.btnMyProfile.FillColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(0, Byte), Integer))
Me.btnMyProfile.Font = New System.Drawing.Font("Segoe UI Semibold", 9.0!, System.Drawing.FontStyle.Bold)
Me.btnMyProfile.ForeColor = System.Drawing.Color.White
Me.btnMyProfile.Location = New System.Drawing.Point(640, 52)
Me.btnMyProfile.Name = "btnMyProfile"
Me.btnMyProfile.Size = New System.Drawing.Size(140, 36)
Me.btnMyProfile.TabIndex = 3
Me.btnMyProfile.Text = "My Profile"
'
'lblWelcome
'
Me.lblWelcome.BackColor = System.Drawing.Color.Transparent
Me.lblWelcome.Location = New System.Drawing.Point(21, 58)
Me.lblWelcome.Name = "lblWelcome"
Me.lblWelcome.Size = New System.Drawing.Size(3, 2)
Me.lblWelcome.TabIndex = 2
Me.lblWelcome.Text = Nothing
'
'lblFormTitle
'
Me.lblFormTitle.AutoSize = False
Me.lblFormTitle.BackColor = System.Drawing.Color.Transparent
Me.lblFormTitle.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblFormTitle.Location = New System.Drawing.Point(6, 12)
Me.lblFormTitle.Name = "lblFormTitle"
Me.lblFormTitle.Size = New System.Drawing.Size(354, 79)
Me.lblFormTitle.TabIndex = 1
Me.lblFormTitle.Text = "Dashboard"
'
'pnlContent
'
Me.pnlContent.Dock = System.Windows.Forms.DockStyle.Fill
Me.pnlContent.Location = New System.Drawing.Point(200, 100)
Me.pnlContent.Name = "pnlContent"
Me.pnlContent.Size = New System.Drawing.Size(801, 667)
Me.pnlContent.TabIndex = 2
'
'MainMenu
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(1001, 767)
Me.Controls.Add(Me.pnlContent)
Me.Controls.Add(Me.Guna2Panel2)
Me.Controls.Add(Me.pnlSidebarPanel)
Me.Name = "MainMenu"
Me.Text = "MainMenu"
Me.pnlSidebarPanel.ResumeLayout(False)
Me.Guna2Panel3.ResumeLayout(False)
Me.Guna2Panel2.ResumeLayout(False)
Me.Guna2Panel2.PerformLayout()
Me.ResumeLayout(False)
End Sub
Friend WithEvents pnlSidebarPanel As Guna.UI2.WinForms.Guna2Panel
Friend WithEvents Guna2Panel2 As Guna.UI2.WinForms.Guna2Panel
Friend WithEvents pnlContent As Guna.UI2.WinForms.Guna2Panel
Friend WithEvents btnDashboardMmenu As Guna.UI2.WinForms.Guna2Button
Friend WithEvents btnStaffMgtMmenu As Guna.UI2.WinForms.Guna2Button
Friend WithEvents btnCustomer_mgt As Guna.UI2.WinForms.Guna2Button
Friend WithEvents btnProductMgtMmenu As Guna.UI2.WinForms.Guna2Button
Friend WithEvents btnInventoryMgtMmenu As Guna.UI2.WinForms.Guna2Button
Friend WithEvents btnSalesPOSMmenu As Guna.UI2.WinForms.Guna2Button
Friend WithEvents Guna2Panel3 As Guna.UI2.WinForms.Guna2Panel
Friend WithEvents lblFormTitle As Guna.UI2.WinForms.Guna2HtmlLabel
Friend WithEvents Guna2Button2 As Guna.UI2.WinForms.Guna2Button
Friend WithEvents btnSettingMmenu As Guna.UI2.WinForms.Guna2Button
Friend WithEvents btnReportsMmenu As Guna.UI2.WinForms.Guna2Button
Friend WithEvents btnSupplierManagement As Guna.UI2.WinForms.Guna2Button
Friend WithEvents btnLogoutMmenu As Guna.UI2.WinForms.Guna2Button
Friend WithEvents btnMyProfile As Guna.UI2.WinForms.Guna2Button
Friend WithEvents lblWelcome As Guna.UI2.WinForms.Guna2HtmlLabel
End Class