forked from gauri-santhosh/Event-Management-System-vb.net
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUser_Registration.Designer.vb
More file actions
266 lines (261 loc) · 11.2 KB
/
User_Registration.Designer.vb
File metadata and controls
266 lines (261 loc) · 11.2 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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class User_Registration
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.Label1 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.Label4 = New System.Windows.Forms.Label()
Me.Label5 = New System.Windows.Forms.Label()
Me.Label6 = New System.Windows.Forms.Label()
Me.Label7 = New System.Windows.Forms.Label()
Me.username = New System.Windows.Forms.TextBox()
Me.phone = New System.Windows.Forms.TextBox()
Me.email = New System.Windows.Forms.TextBox()
Me.password = New System.Windows.Forms.TextBox()
Me.gender = New System.Windows.Forms.ComboBox()
Me.CheckBox1 = New System.Windows.Forms.CheckBox()
Me.Button1 = New System.Windows.Forms.Button()
Me.address = New System.Windows.Forms.RichTextBox()
Me.Label3 = New System.Windows.Forms.Label()
Me.Button2 = New System.Windows.Forms.Button()
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("Papyrus", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point)
Me.Label1.Location = New System.Drawing.Point(295, 45)
Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(240, 24)
Me.Label1.TabIndex = 0
Me.Label1.Text = "USER REGISTRATION"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Font = New System.Drawing.Font("Papyrus", 10.2!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point)
Me.Label2.Location = New System.Drawing.Point(182, 128)
Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(96, 27)
Me.Label2.TabIndex = 1
Me.Label2.Text = "Username"
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Font = New System.Drawing.Font("Papyrus", 10.2!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point)
Me.Label4.Location = New System.Drawing.Point(203, 202)
Me.Label4.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(75, 27)
Me.Label4.TabIndex = 3
Me.Label4.Text = "Gender"
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Font = New System.Drawing.Font("Papyrus", 10.2!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point)
Me.Label5.Location = New System.Drawing.Point(186, 287)
Me.Label5.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(92, 27)
Me.Label5.TabIndex = 4
Me.Label5.Text = "Phone no."
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Font = New System.Drawing.Font("Papyrus", 10.2!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point)
Me.Label6.Location = New System.Drawing.Point(194, 382)
Me.Label6.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(84, 27)
Me.Label6.TabIndex = 5
Me.Label6.Text = "Address"
'
'Label7
'
Me.Label7.AutoSize = True
Me.Label7.Font = New System.Drawing.Font("Papyrus", 10.2!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point)
Me.Label7.Location = New System.Drawing.Point(219, 458)
Me.Label7.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(59, 27)
Me.Label7.TabIndex = 6
Me.Label7.Text = "Email"
'
'username
'
Me.username.Location = New System.Drawing.Point(329, 128)
Me.username.Margin = New System.Windows.Forms.Padding(4)
Me.username.Name = "username"
Me.username.Size = New System.Drawing.Size(188, 28)
Me.username.TabIndex = 7
'
'phone
'
Me.phone.Location = New System.Drawing.Point(329, 286)
Me.phone.Margin = New System.Windows.Forms.Padding(4)
Me.phone.Name = "phone"
Me.phone.Size = New System.Drawing.Size(188, 28)
Me.phone.TabIndex = 9
'
'email
'
Me.email.Location = New System.Drawing.Point(329, 457)
Me.email.Margin = New System.Windows.Forms.Padding(4)
Me.email.Name = "email"
Me.email.Size = New System.Drawing.Size(188, 28)
Me.email.TabIndex = 10
'
'password
'
Me.password.Location = New System.Drawing.Point(329, 523)
Me.password.Margin = New System.Windows.Forms.Padding(4)
Me.password.Name = "password"
Me.password.Size = New System.Drawing.Size(188, 28)
Me.password.TabIndex = 11
Me.password.UseSystemPasswordChar = True
'
'gender
'
Me.gender.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.gender.FormattingEnabled = True
Me.gender.Items.AddRange(New Object() {"Male", "Female", "Others"})
Me.gender.Location = New System.Drawing.Point(329, 200)
Me.gender.Margin = New System.Windows.Forms.Padding(4)
Me.gender.Name = "gender"
Me.gender.Size = New System.Drawing.Size(188, 29)
Me.gender.TabIndex = 12
'
'CheckBox1
'
Me.CheckBox1.AutoSize = True
Me.CheckBox1.Location = New System.Drawing.Point(343, 575)
Me.CheckBox1.Margin = New System.Windows.Forms.Padding(4)
Me.CheckBox1.Name = "CheckBox1"
Me.CheckBox1.Size = New System.Drawing.Size(141, 25)
Me.CheckBox1.TabIndex = 13
Me.CheckBox1.Text = "Show Password"
Me.CheckBox1.UseVisualStyleBackColor = True
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(217, 640)
Me.Button1.Margin = New System.Windows.Forms.Padding(4)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(117, 31)
Me.Button1.TabIndex = 14
Me.Button1.Text = "Register"
Me.Button1.UseVisualStyleBackColor = True
'
'address
'
Me.address.Location = New System.Drawing.Point(329, 360)
Me.address.Margin = New System.Windows.Forms.Padding(4)
Me.address.Name = "address"
Me.address.Size = New System.Drawing.Size(188, 64)
Me.address.TabIndex = 15
Me.address.Text = ""
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Font = New System.Drawing.Font("Papyrus", 10.2!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point)
Me.Label3.Location = New System.Drawing.Point(189, 524)
Me.Label3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(89, 27)
Me.Label3.TabIndex = 16
Me.Label3.Text = "Password"
'
'Button2
'
Me.Button2.Location = New System.Drawing.Point(474, 640)
Me.Button2.Margin = New System.Windows.Forms.Padding(4)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(117, 31)
Me.Button2.TabIndex = 17
Me.Button2.Text = "Back"
Me.Button2.UseVisualStyleBackColor = True
'
'PictureBox1
'
Me.PictureBox1.Image = Global.Event_Management.My.Resources.Resources.logo_70
Me.PictureBox1.Location = New System.Drawing.Point(12, 12)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(80, 59)
Me.PictureBox1.TabIndex = 18
Me.PictureBox1.TabStop = False
'
'User_Registration
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(10.0!, 21.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(241, Byte), Integer), CType(CType(239, Byte), Integer), CType(CType(185, Byte), Integer))
Me.ClientSize = New System.Drawing.Size(817, 730)
Me.Controls.Add(Me.PictureBox1)
Me.Controls.Add(Me.Button2)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.address)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.CheckBox1)
Me.Controls.Add(Me.gender)
Me.Controls.Add(Me.password)
Me.Controls.Add(Me.email)
Me.Controls.Add(Me.phone)
Me.Controls.Add(Me.username)
Me.Controls.Add(Me.Label7)
Me.Controls.Add(Me.Label6)
Me.Controls.Add(Me.Label5)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label1)
Me.Font = New System.Drawing.Font("Papyrus", 7.8!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point)
Me.Margin = New System.Windows.Forms.Padding(4)
Me.Name = "User_Registration"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "User_Registration"
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Label1 As Label
Friend WithEvents Label2 As Label
Friend WithEvents Label4 As Label
Friend WithEvents Label5 As Label
Friend WithEvents Label6 As Label
Friend WithEvents Label7 As Label
Friend WithEvents username As TextBox
Friend WithEvents phone As TextBox
Friend WithEvents email As TextBox
Friend WithEvents password As TextBox
Friend WithEvents gender As ComboBox
Friend WithEvents CheckBox1 As CheckBox
Friend WithEvents Button1 As Button
Friend WithEvents address As RichTextBox
Friend WithEvents Label3 As Label
Friend WithEvents Button2 As Button
Friend WithEvents PictureBox1 As PictureBox
End Class