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 pathChangePassword.Designer.vb
184 lines (180 loc) · 9.12 KB
/
ChangePassword.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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class ChangePassword
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(ChangePassword))
Me.TxtNewPass = New System.Windows.Forms.TextBox()
Me.btnClose = New System.Windows.Forms.Button()
Me.btnClear = New System.Windows.Forms.Button()
Me.btnUpdate = New System.Windows.Forms.Button()
Me.txtConformPass = New System.Windows.Forms.TextBox()
Me.txtOldPass = 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.SuspendLayout()
'
'TxtNewPass
'
Me.TxtNewPass.BackColor = System.Drawing.Color.White
Me.TxtNewPass.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.TxtNewPass.Font = New System.Drawing.Font("Century Gothic", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.TxtNewPass.Location = New System.Drawing.Point(213, 119)
Me.TxtNewPass.Name = "TxtNewPass"
Me.TxtNewPass.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
Me.TxtNewPass.Size = New System.Drawing.Size(150, 23)
Me.TxtNewPass.TabIndex = 127
'
'btnClose
'
Me.btnClose.BackColor = System.Drawing.Color.Maroon
Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
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(278, 208)
Me.btnClose.Name = "btnClose"
Me.btnClose.Size = New System.Drawing.Size(114, 35)
Me.btnClose.TabIndex = 131
Me.btnClose.Text = "Cl&ose "
Me.btnClose.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnClose.UseVisualStyleBackColor = False
'
'btnClear
'
Me.btnClear.BackColor = System.Drawing.Color.Purple
Me.btnClear.Cursor = System.Windows.Forms.Cursors.Hand
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(158, 208)
Me.btnClear.Name = "btnClear"
Me.btnClear.Size = New System.Drawing.Size(114, 35)
Me.btnClear.TabIndex = 130
Me.btnClear.Text = "Clea&r "
Me.btnClear.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnClear.UseVisualStyleBackColor = False
'
'btnUpdate
'
Me.btnUpdate.BackColor = System.Drawing.Color.Navy
Me.btnUpdate.Cursor = System.Windows.Forms.Cursors.Hand
Me.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnUpdate.Font = New System.Drawing.Font("Century Gothic", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnUpdate.ForeColor = System.Drawing.Color.White
Me.btnUpdate.Image = CType(resources.GetObject("btnUpdate.Image"), System.Drawing.Image)
Me.btnUpdate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnUpdate.Location = New System.Drawing.Point(38, 208)
Me.btnUpdate.Name = "btnUpdate"
Me.btnUpdate.Size = New System.Drawing.Size(114, 35)
Me.btnUpdate.TabIndex = 129
Me.btnUpdate.Text = "&Update"
Me.btnUpdate.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnUpdate.UseVisualStyleBackColor = False
'
'txtConformPass
'
Me.txtConformPass.BackColor = System.Drawing.Color.White
Me.txtConformPass.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txtConformPass.Font = New System.Drawing.Font("Century Gothic", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtConformPass.Location = New System.Drawing.Point(213, 156)
Me.txtConformPass.Name = "txtConformPass"
Me.txtConformPass.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
Me.txtConformPass.Size = New System.Drawing.Size(150, 23)
Me.txtConformPass.TabIndex = 128
'
'txtOldPass
'
Me.txtOldPass.BackColor = System.Drawing.Color.White
Me.txtOldPass.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txtOldPass.Font = New System.Drawing.Font("Century Gothic", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtOldPass.Location = New System.Drawing.Point(213, 82)
Me.txtOldPass.Name = "txtOldPass"
Me.txtOldPass.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
Me.txtOldPass.Size = New System.Drawing.Size(150, 23)
Me.txtOldPass.TabIndex = 126
'
'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(45, 157)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(162, 21)
Me.Label3.TabIndex = 134
Me.Label3.Text = "Conform Password :"
'
'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(77, 120)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(130, 21)
Me.Label2.TabIndex = 133
Me.Label2.Text = "New Password :"
'
'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(85, 83)
Me.label1.Name = "label1"
Me.label1.Size = New System.Drawing.Size(122, 21)
Me.label1.TabIndex = 132
Me.label1.Text = "Old Password :"
'
'ChangePassword
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(440, 266)
Me.Controls.Add(Me.TxtNewPass)
Me.Controls.Add(Me.btnClose)
Me.Controls.Add(Me.label1)
Me.Controls.Add(Me.btnClear)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.btnUpdate)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.txtConformPass)
Me.Controls.Add(Me.txtOldPass)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "ChangePassword"
Me.Resizable = False
Me.Text = "Change Password"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Private WithEvents TxtNewPass As System.Windows.Forms.TextBox
Private WithEvents btnClose As System.Windows.Forms.Button
Private WithEvents btnClear As System.Windows.Forms.Button
Private WithEvents btnUpdate As System.Windows.Forms.Button
Private WithEvents txtConformPass As System.Windows.Forms.TextBox
Private WithEvents txtOldPass 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
End Class