-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAddCustomer.Designer.vb
More file actions
434 lines (429 loc) · 33 KB
/
Copy pathAddCustomer.Designer.vb
File metadata and controls
434 lines (429 loc) · 33 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
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class AddCustomer
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 DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Me.btnAddCustomerCusfrm = New Guna.UI2.WinForms.Guna2Button()
Me.btnDeleteCustomerCusfrm = New Guna.UI2.WinForms.Guna2Button()
Me.Guna2HtmlLabel1 = New Guna.UI2.WinForms.Guna2HtmlLabel()
Me.Guna2HtmlLabel2 = New Guna.UI2.WinForms.Guna2HtmlLabel()
Me.Guna2HtmlLabel3 = New Guna.UI2.WinForms.Guna2HtmlLabel()
Me.Guna2HtmlLabel4 = New Guna.UI2.WinForms.Guna2HtmlLabel()
Me.Guna2HtmlLabel6 = New Guna.UI2.WinForms.Guna2HtmlLabel()
Me.cmbcustomerType = New Guna.UI2.WinForms.Guna2ComboBox()
Me.txtcustomerPhone = New Guna.UI2.WinForms.Guna2TextBox()
Me.txtcustomerEmail = New Guna.UI2.WinForms.Guna2TextBox()
Me.txtcustomerName = New Guna.UI2.WinForms.Guna2TextBox()
Me.Guna2GroupBox1 = New Guna.UI2.WinForms.Guna2GroupBox()
Me.txtCustomerID = New Guna.UI2.WinForms.Guna2TextBox()
Me.txtcustomerAddress = New Guna.UI2.WinForms.Guna2TextBox()
Me.btnUpdateCustomerCusfrm = New Guna.UI2.WinForms.Guna2Button()
Me.txtsearchcustomer = New Guna.UI2.WinForms.Guna2TextBox()
Me.btnSearchCustomer = New Guna.UI2.WinForms.Guna2Button()
Me.Guna2GroupBox2 = New Guna.UI2.WinForms.Guna2GroupBox()
Me.dgvCustomers = New Guna.UI2.WinForms.Guna2DataGridView()
Me.Guna2GroupBox1.SuspendLayout()
Me.Guna2GroupBox2.SuspendLayout()
CType(Me.dgvCustomers, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'btnAddCustomerCusfrm
'
Me.btnAddCustomerCusfrm.BorderRadius = 15
Me.btnAddCustomerCusfrm.DisabledState.BorderColor = System.Drawing.Color.DarkGray
Me.btnAddCustomerCusfrm.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray
Me.btnAddCustomerCusfrm.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer))
Me.btnAddCustomerCusfrm.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer))
Me.btnAddCustomerCusfrm.FillColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(0, Byte), Integer))
Me.btnAddCustomerCusfrm.Font = New System.Drawing.Font("Segoe UI Semibold", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnAddCustomerCusfrm.ForeColor = System.Drawing.Color.White
Me.btnAddCustomerCusfrm.Location = New System.Drawing.Point(787, 76)
Me.btnAddCustomerCusfrm.Name = "btnAddCustomerCusfrm"
Me.btnAddCustomerCusfrm.Size = New System.Drawing.Size(135, 45)
Me.btnAddCustomerCusfrm.TabIndex = 6
Me.btnAddCustomerCusfrm.Text = "Add New Customer"
'
'btnDeleteCustomerCusfrm
'
Me.btnDeleteCustomerCusfrm.BorderRadius = 15
Me.btnDeleteCustomerCusfrm.DisabledState.BorderColor = System.Drawing.Color.DarkGray
Me.btnDeleteCustomerCusfrm.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray
Me.btnDeleteCustomerCusfrm.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer))
Me.btnDeleteCustomerCusfrm.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer))
Me.btnDeleteCustomerCusfrm.FillColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(128, Byte), Integer))
Me.btnDeleteCustomerCusfrm.Font = New System.Drawing.Font("Segoe UI Semibold", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnDeleteCustomerCusfrm.ForeColor = System.Drawing.Color.Black
Me.btnDeleteCustomerCusfrm.Location = New System.Drawing.Point(787, 213)
Me.btnDeleteCustomerCusfrm.Name = "btnDeleteCustomerCusfrm"
Me.btnDeleteCustomerCusfrm.Size = New System.Drawing.Size(135, 45)
Me.btnDeleteCustomerCusfrm.TabIndex = 7
Me.btnDeleteCustomerCusfrm.Text = "Delete Customer"
'
'Guna2HtmlLabel1
'
Me.Guna2HtmlLabel1.AutoSize = False
Me.Guna2HtmlLabel1.BackColor = System.Drawing.Color.Transparent
Me.Guna2HtmlLabel1.Font = New System.Drawing.Font("Segoe UI Semibold", 10.8!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Guna2HtmlLabel1.ForeColor = System.Drawing.Color.Black
Me.Guna2HtmlLabel1.Location = New System.Drawing.Point(26, 76)
Me.Guna2HtmlLabel1.Name = "Guna2HtmlLabel1"
Me.Guna2HtmlLabel1.Size = New System.Drawing.Size(83, 30)
Me.Guna2HtmlLabel1.TabIndex = 1
Me.Guna2HtmlLabel1.Text = "Name" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
'
'Guna2HtmlLabel2
'
Me.Guna2HtmlLabel2.AutoSize = False
Me.Guna2HtmlLabel2.BackColor = System.Drawing.Color.Transparent
Me.Guna2HtmlLabel2.Font = New System.Drawing.Font("Segoe UI Semibold", 10.8!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Guna2HtmlLabel2.ForeColor = System.Drawing.Color.Black
Me.Guna2HtmlLabel2.Location = New System.Drawing.Point(26, 147)
Me.Guna2HtmlLabel2.Name = "Guna2HtmlLabel2"
Me.Guna2HtmlLabel2.Size = New System.Drawing.Size(94, 29)
Me.Guna2HtmlLabel2.TabIndex = 1
Me.Guna2HtmlLabel2.Text = "Phone"
'
'Guna2HtmlLabel3
'
Me.Guna2HtmlLabel3.AutoSize = False
Me.Guna2HtmlLabel3.BackColor = System.Drawing.Color.Transparent
Me.Guna2HtmlLabel3.Font = New System.Drawing.Font("Segoe UI Semibold", 10.8!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Guna2HtmlLabel3.ForeColor = System.Drawing.Color.Black
Me.Guna2HtmlLabel3.Location = New System.Drawing.Point(23, 220)
Me.Guna2HtmlLabel3.Name = "Guna2HtmlLabel3"
Me.Guna2HtmlLabel3.Size = New System.Drawing.Size(81, 38)
Me.Guna2HtmlLabel3.TabIndex = 1
Me.Guna2HtmlLabel3.Text = "Email"
'
'Guna2HtmlLabel4
'
Me.Guna2HtmlLabel4.AutoSize = False
Me.Guna2HtmlLabel4.BackColor = System.Drawing.Color.Transparent
Me.Guna2HtmlLabel4.Font = New System.Drawing.Font("Segoe UI Semibold", 10.8!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Guna2HtmlLabel4.ForeColor = System.Drawing.Color.Black
Me.Guna2HtmlLabel4.Location = New System.Drawing.Point(387, 185)
Me.Guna2HtmlLabel4.Name = "Guna2HtmlLabel4"
Me.Guna2HtmlLabel4.Size = New System.Drawing.Size(172, 30)
Me.Guna2HtmlLabel4.TabIndex = 1
Me.Guna2HtmlLabel4.Text = "Price Type"
'
'Guna2HtmlLabel6
'
Me.Guna2HtmlLabel6.AutoSize = False
Me.Guna2HtmlLabel6.BackColor = System.Drawing.Color.Transparent
Me.Guna2HtmlLabel6.Font = New System.Drawing.Font("Segoe UI Semibold", 10.8!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Guna2HtmlLabel6.ForeColor = System.Drawing.Color.Black
Me.Guna2HtmlLabel6.Location = New System.Drawing.Point(387, 57)
Me.Guna2HtmlLabel6.Name = "Guna2HtmlLabel6"
Me.Guna2HtmlLabel6.Size = New System.Drawing.Size(172, 29)
Me.Guna2HtmlLabel6.TabIndex = 1
Me.Guna2HtmlLabel6.Text = "Address"
'
'cmbcustomerType
'
Me.cmbcustomerType.BackColor = System.Drawing.Color.Transparent
Me.cmbcustomerType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed
Me.cmbcustomerType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbcustomerType.FocusedColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer))
Me.cmbcustomerType.FocusedState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer))
Me.cmbcustomerType.Font = New System.Drawing.Font("Segoe UI", 10.0!)
Me.cmbcustomerType.ForeColor = System.Drawing.Color.FromArgb(CType(CType(68, Byte), Integer), CType(CType(88, Byte), Integer), CType(CType(112, Byte), Integer))
Me.cmbcustomerType.ItemHeight = 30
Me.cmbcustomerType.Location = New System.Drawing.Point(377, 233)
Me.cmbcustomerType.Name = "cmbcustomerType"
Me.cmbcustomerType.Size = New System.Drawing.Size(352, 36)
Me.cmbcustomerType.TabIndex = 3
'
'txtcustomerPhone
'
Me.txtcustomerPhone.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtcustomerPhone.DefaultText = ""
Me.txtcustomerPhone.DisabledState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer))
Me.txtcustomerPhone.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer))
Me.txtcustomerPhone.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer))
Me.txtcustomerPhone.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer))
Me.txtcustomerPhone.FocusedState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer))
Me.txtcustomerPhone.Font = New System.Drawing.Font("Segoe UI", 9.0!)
Me.txtcustomerPhone.HoverState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer))
Me.txtcustomerPhone.Location = New System.Drawing.Point(23, 183)
Me.txtcustomerPhone.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.txtcustomerPhone.Name = "txtcustomerPhone"
Me.txtcustomerPhone.PlaceholderText = ""
Me.txtcustomerPhone.SelectedText = ""
Me.txtcustomerPhone.Size = New System.Drawing.Size(300, 32)
Me.txtcustomerPhone.TabIndex = 2
'
'txtcustomerEmail
'
Me.txtcustomerEmail.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtcustomerEmail.DefaultText = ""
Me.txtcustomerEmail.DisabledState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer))
Me.txtcustomerEmail.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer))
Me.txtcustomerEmail.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer))
Me.txtcustomerEmail.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer))
Me.txtcustomerEmail.FocusedState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer))
Me.txtcustomerEmail.Font = New System.Drawing.Font("Segoe UI", 9.0!)
Me.txtcustomerEmail.HoverState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer))
Me.txtcustomerEmail.Location = New System.Drawing.Point(26, 263)
Me.txtcustomerEmail.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.txtcustomerEmail.Name = "txtcustomerEmail"
Me.txtcustomerEmail.PlaceholderText = ""
Me.txtcustomerEmail.SelectedText = ""
Me.txtcustomerEmail.Size = New System.Drawing.Size(297, 27)
Me.txtcustomerEmail.TabIndex = 3
'
'txtcustomerName
'
Me.txtcustomerName.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtcustomerName.DefaultText = ""
Me.txtcustomerName.DisabledState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer))
Me.txtcustomerName.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer))
Me.txtcustomerName.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer))
Me.txtcustomerName.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer))
Me.txtcustomerName.FocusedState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer))
Me.txtcustomerName.Font = New System.Drawing.Font("Segoe UI", 9.0!)
Me.txtcustomerName.HoverState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer))
Me.txtcustomerName.Location = New System.Drawing.Point(26, 113)
Me.txtcustomerName.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.txtcustomerName.Name = "txtcustomerName"
Me.txtcustomerName.PlaceholderText = ""
Me.txtcustomerName.SelectedText = ""
Me.txtcustomerName.Size = New System.Drawing.Size(297, 28)
Me.txtcustomerName.TabIndex = 1
'
'Guna2GroupBox1
'
Me.Guna2GroupBox1.BackColor = System.Drawing.Color.White
Me.Guna2GroupBox1.Controls.Add(Me.txtCustomerID)
Me.Guna2GroupBox1.Controls.Add(Me.txtcustomerAddress)
Me.Guna2GroupBox1.Controls.Add(Me.txtcustomerEmail)
Me.Guna2GroupBox1.Controls.Add(Me.Guna2HtmlLabel4)
Me.Guna2GroupBox1.Controls.Add(Me.cmbcustomerType)
Me.Guna2GroupBox1.Controls.Add(Me.txtcustomerName)
Me.Guna2GroupBox1.Controls.Add(Me.Guna2HtmlLabel6)
Me.Guna2GroupBox1.Controls.Add(Me.Guna2HtmlLabel3)
Me.Guna2GroupBox1.Controls.Add(Me.txtcustomerPhone)
Me.Guna2GroupBox1.Controls.Add(Me.Guna2HtmlLabel2)
Me.Guna2GroupBox1.Controls.Add(Me.btnDeleteCustomerCusfrm)
Me.Guna2GroupBox1.Controls.Add(Me.Guna2HtmlLabel1)
Me.Guna2GroupBox1.Controls.Add(Me.btnUpdateCustomerCusfrm)
Me.Guna2GroupBox1.Controls.Add(Me.btnAddCustomerCusfrm)
Me.Guna2GroupBox1.FillColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer))
Me.Guna2GroupBox1.Font = New System.Drawing.Font("Segoe UI", 9.0!)
Me.Guna2GroupBox1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(125, Byte), Integer), CType(CType(137, Byte), Integer), CType(CType(149, Byte), Integer))
Me.Guna2GroupBox1.Location = New System.Drawing.Point(12, 12)
Me.Guna2GroupBox1.Name = "Guna2GroupBox1"
Me.Guna2GroupBox1.Size = New System.Drawing.Size(943, 315)
Me.Guna2GroupBox1.TabIndex = 8
Me.Guna2GroupBox1.Text = "Customer Details"
'
'txtCustomerID
'
Me.txtCustomerID.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtCustomerID.DefaultText = "customerid"
Me.txtCustomerID.DisabledState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer))
Me.txtCustomerID.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer))
Me.txtCustomerID.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer))
Me.txtCustomerID.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer))
Me.txtCustomerID.FocusedState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer))
Me.txtCustomerID.Font = New System.Drawing.Font("Segoe UI", 9.0!)
Me.txtCustomerID.HoverState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer))
Me.txtCustomerID.Location = New System.Drawing.Point(23, 44)
Me.txtCustomerID.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.txtCustomerID.Name = "txtCustomerID"
Me.txtCustomerID.PlaceholderText = ""
Me.txtCustomerID.ReadOnly = True
Me.txtCustomerID.SelectedText = ""
Me.txtCustomerID.Size = New System.Drawing.Size(229, 33)
Me.txtCustomerID.TabIndex = 9
Me.txtCustomerID.Visible = False
'
'txtcustomerAddress
'
Me.txtcustomerAddress.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtcustomerAddress.DefaultText = ""
Me.txtcustomerAddress.DisabledState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer))
Me.txtcustomerAddress.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer))
Me.txtcustomerAddress.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer))
Me.txtcustomerAddress.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer))
Me.txtcustomerAddress.FocusedState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer))
Me.txtcustomerAddress.Font = New System.Drawing.Font("Segoe UI", 9.0!)
Me.txtcustomerAddress.HoverState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer))
Me.txtcustomerAddress.Location = New System.Drawing.Point(377, 97)
Me.txtcustomerAddress.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.txtcustomerAddress.Name = "txtcustomerAddress"
Me.txtcustomerAddress.PlaceholderText = ""
Me.txtcustomerAddress.SelectedText = ""
Me.txtcustomerAddress.Size = New System.Drawing.Size(364, 79)
Me.txtcustomerAddress.TabIndex = 8
'
'btnUpdateCustomerCusfrm
'
Me.btnUpdateCustomerCusfrm.BorderRadius = 15
Me.btnUpdateCustomerCusfrm.DisabledState.BorderColor = System.Drawing.Color.DarkGray
Me.btnUpdateCustomerCusfrm.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray
Me.btnUpdateCustomerCusfrm.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer))
Me.btnUpdateCustomerCusfrm.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer))
Me.btnUpdateCustomerCusfrm.FillColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(0, Byte), Integer))
Me.btnUpdateCustomerCusfrm.Font = New System.Drawing.Font("Segoe UI Semibold", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnUpdateCustomerCusfrm.ForeColor = System.Drawing.Color.White
Me.btnUpdateCustomerCusfrm.Location = New System.Drawing.Point(787, 147)
Me.btnUpdateCustomerCusfrm.Name = "btnUpdateCustomerCusfrm"
Me.btnUpdateCustomerCusfrm.Size = New System.Drawing.Size(135, 45)
Me.btnUpdateCustomerCusfrm.TabIndex = 6
Me.btnUpdateCustomerCusfrm.Text = "UpdateCustomer"
'
'txtsearchcustomer
'
Me.txtsearchcustomer.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtsearchcustomer.DefaultText = "Search here....."
Me.txtsearchcustomer.DisabledState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer))
Me.txtsearchcustomer.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer))
Me.txtsearchcustomer.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer))
Me.txtsearchcustomer.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer))
Me.txtsearchcustomer.FocusedState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer))
Me.txtsearchcustomer.Font = New System.Drawing.Font("Segoe UI", 9.0!)
Me.txtsearchcustomer.HoverState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer))
Me.txtsearchcustomer.Location = New System.Drawing.Point(43, 58)
Me.txtsearchcustomer.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.txtsearchcustomer.Name = "txtsearchcustomer"
Me.txtsearchcustomer.PlaceholderText = ""
Me.txtsearchcustomer.SelectedText = ""
Me.txtsearchcustomer.Size = New System.Drawing.Size(349, 48)
Me.txtsearchcustomer.TabIndex = 10
'
'btnSearchCustomer
'
Me.btnSearchCustomer.DisabledState.BorderColor = System.Drawing.Color.DarkGray
Me.btnSearchCustomer.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray
Me.btnSearchCustomer.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer))
Me.btnSearchCustomer.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer))
Me.btnSearchCustomer.FillColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(0, Byte), Integer))
Me.btnSearchCustomer.Font = New System.Drawing.Font("Segoe UI", 9.0!)
Me.btnSearchCustomer.ForeColor = System.Drawing.Color.White
Me.btnSearchCustomer.Location = New System.Drawing.Point(462, 58)
Me.btnSearchCustomer.Name = "btnSearchCustomer"
Me.btnSearchCustomer.Size = New System.Drawing.Size(180, 45)
Me.btnSearchCustomer.TabIndex = 11
Me.btnSearchCustomer.Text = "Search Customer"
'
'Guna2GroupBox2
'
Me.Guna2GroupBox2.BorderThickness = 0
Me.Guna2GroupBox2.Controls.Add(Me.dgvCustomers)
Me.Guna2GroupBox2.Controls.Add(Me.txtsearchcustomer)
Me.Guna2GroupBox2.Controls.Add(Me.btnSearchCustomer)
Me.Guna2GroupBox2.FillColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer))
Me.Guna2GroupBox2.Font = New System.Drawing.Font("Segoe UI", 13.8!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Guna2GroupBox2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(125, Byte), Integer), CType(CType(137, Byte), Integer), CType(CType(149, Byte), Integer))
Me.Guna2GroupBox2.Location = New System.Drawing.Point(12, 406)
Me.Guna2GroupBox2.Name = "Guna2GroupBox2"
Me.Guna2GroupBox2.Size = New System.Drawing.Size(943, 310)
Me.Guna2GroupBox2.TabIndex = 12
Me.Guna2GroupBox2.Text = "Customer History"
'
'dgvCustomers
'
DataGridViewCellStyle1.BackColor = System.Drawing.Color.White
Me.dgvCustomers.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(128, Byte), Integer))
DataGridViewCellStyle2.Font = New System.Drawing.Font("Segoe UI", 13.8!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle2.ForeColor = System.Drawing.Color.White
DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(0, Byte), Integer))
DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
Me.dgvCustomers.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
Me.dgvCustomers.ColumnHeadersHeight = 25
Me.dgvCustomers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.EnableResizing
DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle3.BackColor = System.Drawing.Color.White
DataGridViewCellStyle3.Font = New System.Drawing.Font("Segoe UI", 13.8!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(125, Byte), Integer), CType(CType(137, Byte), Integer), CType(CType(149, Byte), Integer))
DataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(CType(CType(231, Byte), Integer), CType(CType(229, Byte), Integer), CType(CType(255, Byte), Integer))
DataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(CType(CType(71, Byte), Integer), CType(CType(69, Byte), Integer), CType(CType(94, Byte), Integer))
DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgvCustomers.DefaultCellStyle = DataGridViewCellStyle3
Me.dgvCustomers.GridColor = System.Drawing.Color.FromArgb(CType(CType(231, Byte), Integer), CType(CType(229, Byte), Integer), CType(CType(255, Byte), Integer))
Me.dgvCustomers.Location = New System.Drawing.Point(26, 113)
Me.dgvCustomers.Name = "dgvCustomers"
Me.dgvCustomers.RowHeadersVisible = False
Me.dgvCustomers.RowHeadersWidth = 51
Me.dgvCustomers.RowTemplate.Height = 24
Me.dgvCustomers.Size = New System.Drawing.Size(896, 184)
Me.dgvCustomers.TabIndex = 12
Me.dgvCustomers.ThemeStyle.AlternatingRowsStyle.BackColor = System.Drawing.Color.White
Me.dgvCustomers.ThemeStyle.AlternatingRowsStyle.Font = Nothing
Me.dgvCustomers.ThemeStyle.AlternatingRowsStyle.ForeColor = System.Drawing.Color.Empty
Me.dgvCustomers.ThemeStyle.AlternatingRowsStyle.SelectionBackColor = System.Drawing.Color.Empty
Me.dgvCustomers.ThemeStyle.AlternatingRowsStyle.SelectionForeColor = System.Drawing.Color.Empty
Me.dgvCustomers.ThemeStyle.BackColor = System.Drawing.Color.White
Me.dgvCustomers.ThemeStyle.GridColor = System.Drawing.Color.FromArgb(CType(CType(231, Byte), Integer), CType(CType(229, Byte), Integer), CType(CType(255, Byte), Integer))
Me.dgvCustomers.ThemeStyle.HeaderStyle.BackColor = System.Drawing.Color.FromArgb(CType(CType(100, Byte), Integer), CType(CType(88, Byte), Integer), CType(CType(255, Byte), Integer))
Me.dgvCustomers.ThemeStyle.HeaderStyle.BorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None
Me.dgvCustomers.ThemeStyle.HeaderStyle.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.dgvCustomers.ThemeStyle.HeaderStyle.ForeColor = System.Drawing.Color.White
Me.dgvCustomers.ThemeStyle.HeaderStyle.HeaightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.EnableResizing
Me.dgvCustomers.ThemeStyle.HeaderStyle.Height = 25
Me.dgvCustomers.ThemeStyle.ReadOnly = False
Me.dgvCustomers.ThemeStyle.RowsStyle.BackColor = System.Drawing.Color.White
Me.dgvCustomers.ThemeStyle.RowsStyle.BorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal
Me.dgvCustomers.ThemeStyle.RowsStyle.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.dgvCustomers.ThemeStyle.RowsStyle.ForeColor = System.Drawing.Color.FromArgb(CType(CType(71, Byte), Integer), CType(CType(69, Byte), Integer), CType(CType(94, Byte), Integer))
Me.dgvCustomers.ThemeStyle.RowsStyle.Height = 24
Me.dgvCustomers.ThemeStyle.RowsStyle.SelectionBackColor = System.Drawing.Color.FromArgb(CType(CType(231, Byte), Integer), CType(CType(229, Byte), Integer), CType(CType(255, Byte), Integer))
Me.dgvCustomers.ThemeStyle.RowsStyle.SelectionForeColor = System.Drawing.Color.FromArgb(CType(CType(71, Byte), Integer), CType(CType(69, Byte), Integer), CType(CType(94, Byte), Integer))
'
'AddCustomer
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(1369, 898)
Me.Controls.Add(Me.Guna2GroupBox2)
Me.Controls.Add(Me.Guna2GroupBox1)
Me.Name = "AddCustomer"
Me.Text = "AddCustomer"
Me.Guna2GroupBox1.ResumeLayout(False)
Me.Guna2GroupBox2.ResumeLayout(False)
CType(Me.dgvCustomers, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
Friend WithEvents btnAddCustomerCusfrm As Guna.UI2.WinForms.Guna2Button
Friend WithEvents btnDeleteCustomerCusfrm As Guna.UI2.WinForms.Guna2Button
Friend WithEvents Guna2HtmlLabel1 As Guna.UI2.WinForms.Guna2HtmlLabel
Friend WithEvents Guna2HtmlLabel2 As Guna.UI2.WinForms.Guna2HtmlLabel
Friend WithEvents Guna2HtmlLabel3 As Guna.UI2.WinForms.Guna2HtmlLabel
Friend WithEvents Guna2HtmlLabel4 As Guna.UI2.WinForms.Guna2HtmlLabel
Friend WithEvents Guna2HtmlLabel6 As Guna.UI2.WinForms.Guna2HtmlLabel
Friend WithEvents cmbcustomerType As Guna.UI2.WinForms.Guna2ComboBox
Friend WithEvents txtcustomerPhone As Guna.UI2.WinForms.Guna2TextBox
Friend WithEvents txtcustomerEmail As Guna.UI2.WinForms.Guna2TextBox
Friend WithEvents txtcustomerName As Guna.UI2.WinForms.Guna2TextBox
Friend WithEvents Guna2GroupBox1 As Guna.UI2.WinForms.Guna2GroupBox
Friend WithEvents txtcustomerAddress As Guna.UI2.WinForms.Guna2TextBox
Friend WithEvents txtsearchcustomer As Guna.UI2.WinForms.Guna2TextBox
Friend WithEvents btnSearchCustomer As Guna.UI2.WinForms.Guna2Button
Friend WithEvents Guna2GroupBox2 As Guna.UI2.WinForms.Guna2GroupBox
Friend WithEvents dgvCustomers As Guna.UI2.WinForms.Guna2DataGridView
Friend WithEvents btnUpdateCustomerCusfrm As Guna.UI2.WinForms.Guna2Button
Friend WithEvents txtCustomerID As Guna.UI2.WinForms.Guna2TextBox
End Class