-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathForm1.Designer.vb
More file actions
226 lines (221 loc) · 8.6 KB
/
Form1.Designer.vb
File metadata and controls
226 lines (221 loc) · 8.6 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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class Form1
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()
components = New ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1))
Label1 = New Label()
Label2 = New Label()
TextBox1 = New TextBox()
TextBox2 = New TextBox()
Label3 = New Label()
Label4 = New Label()
Button1 = New Button()
PictureBox2 = New PictureBox()
PictureBox3 = New PictureBox()
PictureBox4 = New PictureBox()
Button2 = New Button()
CheckBox1 = New CheckBox()
ErrorProvider1 = New ErrorProvider(components)
CType(PictureBox2, ComponentModel.ISupportInitialize).BeginInit()
CType(PictureBox3, ComponentModel.ISupportInitialize).BeginInit()
CType(PictureBox4, ComponentModel.ISupportInitialize).BeginInit()
CType(ErrorProvider1, ComponentModel.ISupportInitialize).BeginInit()
SuspendLayout()
'
' Label1
'
Label1.AutoSize = True
Label1.BackColor = Color.SaddleBrown
Label1.Font = New Font("Times New Roman", 15.75F, FontStyle.Bold, GraphicsUnit.Point, CByte(0))
Label1.ForeColor = Color.White
Label1.Location = New Point(203, 215)
Label1.Name = "Label1"
Label1.Size = New Size(167, 24)
Label1.TabIndex = 1
Label1.Text = "Enter Username :"
'
' Label2
'
Label2.AutoSize = True
Label2.BackColor = Color.SaddleBrown
Label2.Font = New Font("Times New Roman", 15.75F, FontStyle.Bold, GraphicsUnit.Point, CByte(0))
Label2.ForeColor = Color.White
Label2.Location = New Point(203, 317)
Label2.Name = "Label2"
Label2.Size = New Size(163, 24)
Label2.TabIndex = 2
Label2.Text = "Enter Password :"
'
' TextBox1
'
TextBox1.Cursor = Cursors.IBeam
TextBox1.Location = New Point(203, 252)
TextBox1.Name = "TextBox1"
TextBox1.Size = New Size(264, 23)
TextBox1.TabIndex = 3
'
' TextBox2
'
TextBox2.Cursor = Cursors.IBeam
TextBox2.Location = New Point(203, 354)
TextBox2.Name = "TextBox2"
TextBox2.Size = New Size(264, 23)
TextBox2.TabIndex = 4
TextBox2.UseSystemPasswordChar = True
'
' Label3
'
Label3.AutoSize = True
Label3.BackColor = Color.SaddleBrown
Label3.Font = New Font("Times New Roman", 24F, FontStyle.Bold Or FontStyle.Italic, GraphicsUnit.Point, CByte(0))
Label3.ForeColor = Color.White
Label3.Location = New Point(236, 55)
Label3.Name = "Label3"
Label3.Size = New Size(220, 36)
Label3.TabIndex = 5
Label3.Text = "NXT CAPITAL"
'
' Label4
'
Label4.AutoSize = True
Label4.BackColor = Color.SaddleBrown
Label4.Font = New Font("Times New Roman", 24F, FontStyle.Bold Or FontStyle.Italic, GraphicsUnit.Point, CByte(0))
Label4.ForeColor = Color.White
Label4.Location = New Point(432, 92)
Label4.Name = "Label4"
Label4.Size = New Size(159, 36)
Label4.TabIndex = 6
Label4.Text = "DELIGHT"
'
' Button1
'
Button1.BackColor = Color.OrangeRed
Button1.Cursor = Cursors.Hand
Button1.Font = New Font("Times New Roman", 21.75F, FontStyle.Bold, GraphicsUnit.Point, CByte(0))
Button1.ForeColor = Color.White
Button1.Location = New Point(363, 428)
Button1.Name = "Button1"
Button1.Size = New Size(132, 50)
Button1.TabIndex = 7
Button1.Text = "LOGIN"
Button1.UseVisualStyleBackColor = False
'
' PictureBox2
'
PictureBox2.BackColor = Color.Transparent
PictureBox2.Image = CType(resources.GetObject("PictureBox2.Image"), Image)
PictureBox2.Location = New Point(130, 215)
PictureBox2.Name = "PictureBox2"
PictureBox2.Size = New Size(67, 60)
PictureBox2.SizeMode = PictureBoxSizeMode.StretchImage
PictureBox2.TabIndex = 8
PictureBox2.TabStop = False
'
' PictureBox3
'
PictureBox3.Image = CType(resources.GetObject("PictureBox3.Image"), Image)
PictureBox3.Location = New Point(130, 317)
PictureBox3.Name = "PictureBox3"
PictureBox3.Size = New Size(67, 60)
PictureBox3.SizeMode = PictureBoxSizeMode.StretchImage
PictureBox3.TabIndex = 9
PictureBox3.TabStop = False
'
' PictureBox4
'
PictureBox4.BackColor = Color.FromArgb(CByte(255), CByte(128), CByte(0))
PictureBox4.Location = New Point(-1, 0)
PictureBox4.Name = "PictureBox4"
PictureBox4.Size = New Size(838, 50)
PictureBox4.TabIndex = 10
PictureBox4.TabStop = False
'
' Button2
'
Button2.BackColor = Color.FromArgb(CByte(255), CByte(192), CByte(128))
Button2.Font = New Font("Times New Roman", 20.25F, FontStyle.Bold, GraphicsUnit.Point, CByte(0))
Button2.Location = New Point(758, 7)
Button2.Name = "Button2"
Button2.Size = New Size(48, 38)
Button2.TabIndex = 11
Button2.Text = "X"
Button2.UseVisualStyleBackColor = False
'
' CheckBox1
'
CheckBox1.AutoSize = True
CheckBox1.BackColor = Color.Transparent
CheckBox1.Font = New Font("Times New Roman", 11.25F, FontStyle.Bold, GraphicsUnit.Point, CByte(0))
CheckBox1.ForeColor = Color.White
CheckBox1.Location = New Point(337, 383)
CheckBox1.Name = "CheckBox1"
CheckBox1.Size = New Size(127, 21)
CheckBox1.TabIndex = 12
CheckBox1.Text = "Show Password"
CheckBox1.UseVisualStyleBackColor = False
'
' ErrorProvider1
'
ErrorProvider1.ContainerControl = Me
'
' Form1
'
AutoScaleDimensions = New SizeF(7F, 15F)
AutoScaleMode = AutoScaleMode.Font
BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"), Image)
ClientSize = New Size(835, 549)
Controls.Add(CheckBox1)
Controls.Add(Button2)
Controls.Add(PictureBox4)
Controls.Add(PictureBox3)
Controls.Add(PictureBox2)
Controls.Add(Button1)
Controls.Add(Label4)
Controls.Add(Label3)
Controls.Add(TextBox2)
Controls.Add(TextBox1)
Controls.Add(Label2)
Controls.Add(Label1)
FormBorderStyle = FormBorderStyle.None
Name = "Form1"
Text = "login"
CType(PictureBox2, ComponentModel.ISupportInitialize).EndInit()
CType(PictureBox3, ComponentModel.ISupportInitialize).EndInit()
CType(PictureBox4, ComponentModel.ISupportInitialize).EndInit()
CType(ErrorProvider1, ComponentModel.ISupportInitialize).EndInit()
ResumeLayout(False)
PerformLayout()
End Sub
Friend WithEvents PictureBox1 As PictureBox
Friend WithEvents Label1 As Label
Friend WithEvents Label2 As Label
Friend WithEvents TextBox1 As TextBox
Friend WithEvents TextBox2 As TextBox
Friend WithEvents Label3 As Label
Friend WithEvents Label4 As Label
Friend WithEvents Button1 As Button
Friend WithEvents PictureBox2 As PictureBox
Friend WithEvents PictureBox3 As PictureBox
Friend WithEvents PictureBox4 As PictureBox
Friend WithEvents Button2 As Button
Friend WithEvents CheckBox1 As CheckBox
Friend WithEvents ErrorProvider1 As ErrorProvider
End Class