-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCustomer.Designer.vb
145 lines (140 loc) · 6.37 KB
/
Customer.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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class Customer
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.CustomerLV = New System.Windows.Forms.ListView()
Me.MaKH = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
Me.TenKH = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
Me.GT = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
Me.DiaChi = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
Me.CMND = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
Me.SDT = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
Me.CreateButton = New System.Windows.Forms.Button()
Me.EditButton = New System.Windows.Forms.Button()
Me.DeleteButton = New System.Windows.Forms.Button()
Me.SuspendLayout()
'
'CustomerLV
'
Me.CustomerLV.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.MaKH, Me.TenKH, Me.GT, Me.DiaChi, Me.CMND, Me.SDT})
Me.CustomerLV.FullRowSelect = True
Me.CustomerLV.HideSelection = False
Me.CustomerLV.Location = New System.Drawing.Point(12, 63)
Me.CustomerLV.Name = "CustomerLV"
Me.CustomerLV.Size = New System.Drawing.Size(860, 437)
Me.CustomerLV.TabIndex = 0
Me.CustomerLV.UseCompatibleStateImageBehavior = False
'
'MaKH
'
Me.MaKH.Text = "Mã Khách Hàng"
Me.MaKH.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
Me.MaKH.Width = 100
'
'TenKH
'
Me.TenKH.Text = "Tên Khách Hàng"
Me.TenKH.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
Me.TenKH.Width = 200
'
'GT
'
Me.GT.Text = "Giới tính"
Me.GT.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'DiaChi
'
Me.DiaChi.Text = "Địa Chỉ"
Me.DiaChi.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
Me.DiaChi.Width = 200
'
'CMND
'
Me.CMND.Text = "CMND"
Me.CMND.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
Me.CMND.Width = 150
'
'SDT
'
Me.SDT.Text = "SDT"
Me.SDT.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
Me.SDT.Width = 100
'
'CreateButton
'
Me.CreateButton.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
Me.CreateButton.Font = New System.Drawing.Font("Century Gothic", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.CreateButton.ForeColor = System.Drawing.Color.Yellow
Me.CreateButton.Location = New System.Drawing.Point(12, 11)
Me.CreateButton.Name = "CreateButton"
Me.CreateButton.Size = New System.Drawing.Size(75, 35)
Me.CreateButton.TabIndex = 1
Me.CreateButton.Text = "Tạo mới"
Me.CreateButton.UseVisualStyleBackColor = False
'
'EditButton
'
Me.EditButton.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
Me.EditButton.Font = New System.Drawing.Font("Century Gothic", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.EditButton.ForeColor = System.Drawing.Color.Yellow
Me.EditButton.Location = New System.Drawing.Point(110, 11)
Me.EditButton.Name = "EditButton"
Me.EditButton.Size = New System.Drawing.Size(87, 35)
Me.EditButton.TabIndex = 2
Me.EditButton.Text = "Sửa"
Me.EditButton.UseVisualStyleBackColor = False
'
'DeleteButton
'
Me.DeleteButton.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
Me.DeleteButton.Font = New System.Drawing.Font("Century Gothic", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.DeleteButton.ForeColor = System.Drawing.Color.Yellow
Me.DeleteButton.Location = New System.Drawing.Point(216, 11)
Me.DeleteButton.Name = "DeleteButton"
Me.DeleteButton.Size = New System.Drawing.Size(94, 35)
Me.DeleteButton.TabIndex = 3
Me.DeleteButton.Text = "Xóa"
Me.DeleteButton.UseVisualStyleBackColor = False
'
'Customer
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.SystemColors.ActiveCaption
Me.ClientSize = New System.Drawing.Size(884, 515)
Me.Controls.Add(Me.DeleteButton)
Me.Controls.Add(Me.EditButton)
Me.Controls.Add(Me.CreateButton)
Me.Controls.Add(Me.CustomerLV)
Me.Name = "Customer"
Me.Text = "Customer"
Me.ResumeLayout(False)
End Sub
Friend WithEvents CustomerLV As ListView
Friend WithEvents CreateButton As Button
Friend WithEvents EditButton As Button
Friend WithEvents DeleteButton As Button
Friend WithEvents MaKH As ColumnHeader
Friend WithEvents TenKH As ColumnHeader
Friend WithEvents GT As ColumnHeader
Friend WithEvents DiaChi As ColumnHeader
Friend WithEvents CMND As ColumnHeader
Friend WithEvents SDT As ColumnHeader
End Class