This repository has been archived by the owner on Dec 31, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathForgotPassword.Designer.vb
216 lines (212 loc) · 10.5 KB
/
ForgotPassword.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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class ForgotPassword
Inherits MetroFramework.Forms.MetroForm
'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(ForgotPassword))
Me.dtpDOB = New System.Windows.Forms.DateTimePicker()
Me.LinkLabel2 = New System.Windows.Forms.LinkLabel()
Me.txtUserID = New System.Windows.Forms.TextBox()
Me.Label4 = New System.Windows.Forms.Label()
Me.txtPOB = New System.Windows.Forms.TextBox()
Me.txtUserName = New System.Windows.Forms.TextBox()
Me.Label3 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.label1 = New System.Windows.Forms.Label()
Me.btnClose = New System.Windows.Forms.Button()
Me.btnClear = New System.Windows.Forms.Button()
Me.btnCheck = New System.Windows.Forms.Button()
Me.SuspendLayout()
'
'dtpDOB
'
Me.dtpDOB.CustomFormat = "MMM / dd / yyyy"
Me.dtpDOB.Font = New System.Drawing.Font("Century Gothic", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.dtpDOB.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
Me.dtpDOB.Location = New System.Drawing.Point(147, 135)
Me.dtpDOB.Name = "dtpDOB"
Me.dtpDOB.Size = New System.Drawing.Size(175, 23)
Me.dtpDOB.TabIndex = 2
'
'LinkLabel2
'
Me.LinkLabel2.ActiveLinkColor = System.Drawing.Color.Navy
Me.LinkLabel2.AutoSize = True
Me.LinkLabel2.BackColor = System.Drawing.Color.Transparent
Me.LinkLabel2.Font = New System.Drawing.Font("Calibri", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.LinkLabel2.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline
Me.LinkLabel2.LinkColor = System.Drawing.Color.MediumVioletRed
Me.LinkLabel2.Location = New System.Drawing.Point(124, 230)
Me.LinkLabel2.Name = "LinkLabel2"
Me.LinkLabel2.Size = New System.Drawing.Size(96, 15)
Me.LinkLabel2.TabIndex = 7
Me.LinkLabel2.TabStop = True
Me.LinkLabel2.Text = "Go to login form"
Me.LinkLabel2.Visible = False
'
'txtUserID
'
Me.txtUserID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txtUserID.Font = New System.Drawing.Font("Century Gothic", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtUserID.Location = New System.Drawing.Point(147, 77)
Me.txtUserID.Name = "txtUserID"
Me.txtUserID.Size = New System.Drawing.Size(175, 23)
Me.txtUserID.TabIndex = 0
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Font = New System.Drawing.Font("Century Gothic", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label4.Location = New System.Drawing.Point(23, 79)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(71, 21)
Me.Label4.TabIndex = 138
Me.Label4.Text = "User ID :"
'
'txtPOB
'
Me.txtPOB.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txtPOB.Font = New System.Drawing.Font("Century Gothic", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtPOB.Location = New System.Drawing.Point(147, 164)
Me.txtPOB.Name = "txtPOB"
Me.txtPOB.Size = New System.Drawing.Size(175, 23)
Me.txtPOB.TabIndex = 3
'
'txtUserName
'
Me.txtUserName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txtUserName.Font = New System.Drawing.Font("Century Gothic", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtUserName.Location = New System.Drawing.Point(147, 106)
Me.txtUserName.Name = "txtUserName"
Me.txtUserName.Size = New System.Drawing.Size(175, 23)
Me.txtUserName.TabIndex = 1
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Font = New System.Drawing.Font("Century Gothic", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label3.Location = New System.Drawing.Point(23, 166)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(118, 21)
Me.Label3.TabIndex = 137
Me.Label3.Text = "Place of Birth :"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Font = New System.Drawing.Font("Century Gothic", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label2.Location = New System.Drawing.Point(23, 138)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(115, 21)
Me.Label2.TabIndex = 136
Me.Label2.Text = "Date of Birth :"
'
'label1
'
Me.label1.AutoSize = True
Me.label1.Font = New System.Drawing.Font("Century Gothic", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.label1.Location = New System.Drawing.Point(23, 108)
Me.label1.Name = "label1"
Me.label1.Size = New System.Drawing.Size(106, 21)
Me.label1.TabIndex = 135
Me.label1.Text = "Your Name :"
'
'btnClose
'
Me.btnClose.BackColor = System.Drawing.Color.Maroon
Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnClose.Font = New System.Drawing.Font("Century Gothic", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnClose.ForeColor = System.Drawing.Color.White
Me.btnClose.Image = CType(resources.GetObject("btnClose.Image"), System.Drawing.Image)
Me.btnClose.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnClose.Location = New System.Drawing.Point(230, 190)
Me.btnClose.Name = "btnClose"
Me.btnClose.Size = New System.Drawing.Size(103, 37)
Me.btnClose.TabIndex = 6
Me.btnClose.Text = " &Close"
Me.btnClose.UseVisualStyleBackColor = False
'
'btnClear
'
Me.btnClear.BackColor = System.Drawing.Color.Purple
Me.btnClear.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnClear.Font = New System.Drawing.Font("Century Gothic", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnClear.ForeColor = System.Drawing.Color.White
Me.btnClear.Image = CType(resources.GetObject("btnClear.Image"), System.Drawing.Image)
Me.btnClear.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnClear.Location = New System.Drawing.Point(121, 190)
Me.btnClear.Name = "btnClear"
Me.btnClear.Size = New System.Drawing.Size(103, 37)
Me.btnClear.TabIndex = 5
Me.btnClear.Text = " &Clear"
Me.btnClear.UseVisualStyleBackColor = False
'
'btnCheck
'
Me.btnCheck.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
Me.btnCheck.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnCheck.Font = New System.Drawing.Font("Century Gothic", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnCheck.ForeColor = System.Drawing.Color.White
Me.btnCheck.Image = CType(resources.GetObject("btnCheck.Image"), System.Drawing.Image)
Me.btnCheck.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnCheck.Location = New System.Drawing.Point(12, 190)
Me.btnCheck.Name = "btnCheck"
Me.btnCheck.Size = New System.Drawing.Size(103, 37)
Me.btnCheck.TabIndex = 4
Me.btnCheck.Text = " &Check"
Me.btnCheck.UseVisualStyleBackColor = False
'
'ForgotPassword
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(345, 248)
Me.Controls.Add(Me.dtpDOB)
Me.Controls.Add(Me.LinkLabel2)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.txtUserID)
Me.Controls.Add(Me.label1)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.btnClose)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.btnClear)
Me.Controls.Add(Me.txtUserName)
Me.Controls.Add(Me.btnCheck)
Me.Controls.Add(Me.txtPOB)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MaximizeBox = False
Me.Name = "ForgotPassword"
Me.Resizable = False
Me.Text = "Forgot Password"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Private WithEvents txtUserID As System.Windows.Forms.TextBox
Private WithEvents Label4 As System.Windows.Forms.Label
Private WithEvents btnClose As System.Windows.Forms.Button
Private WithEvents btnClear As System.Windows.Forms.Button
Private WithEvents txtPOB As System.Windows.Forms.TextBox
Private WithEvents txtUserName As System.Windows.Forms.TextBox
Private WithEvents Label3 As System.Windows.Forms.Label
Private WithEvents Label2 As System.Windows.Forms.Label
Private WithEvents label1 As System.Windows.Forms.Label
Private WithEvents LinkLabel2 As System.Windows.Forms.LinkLabel
Friend WithEvents dtpDOB As System.Windows.Forms.DateTimePicker
Private WithEvents btnCheck As Button
End Class