-
Notifications
You must be signed in to change notification settings - Fork 1
/
Form2.Designer.vb
222 lines (218 loc) · 14.6 KB
/
Form2.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
217
218
219
220
221
222
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Form2
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.components = New System.ComponentModel.Container()
Dim CustomizableEdges1 As Guna.UI2.WinForms.Suite.CustomizableEdges = New Guna.UI2.WinForms.Suite.CustomizableEdges()
Dim CustomizableEdges2 As Guna.UI2.WinForms.Suite.CustomizableEdges = New Guna.UI2.WinForms.Suite.CustomizableEdges()
Dim CustomizableEdges3 As Guna.UI2.WinForms.Suite.CustomizableEdges = New Guna.UI2.WinForms.Suite.CustomizableEdges()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form2))
Dim CustomizableEdges4 As Guna.UI2.WinForms.Suite.CustomizableEdges = New Guna.UI2.WinForms.Suite.CustomizableEdges()
Dim CustomizableEdges5 As Guna.UI2.WinForms.Suite.CustomizableEdges = New Guna.UI2.WinForms.Suite.CustomizableEdges()
Dim CustomizableEdges6 As Guna.UI2.WinForms.Suite.CustomizableEdges = New Guna.UI2.WinForms.Suite.CustomizableEdges()
Dim CustomizableEdges7 As Guna.UI2.WinForms.Suite.CustomizableEdges = New Guna.UI2.WinForms.Suite.CustomizableEdges()
Dim CustomizableEdges8 As Guna.UI2.WinForms.Suite.CustomizableEdges = New Guna.UI2.WinForms.Suite.CustomizableEdges()
Dim CustomizableEdges9 As Guna.UI2.WinForms.Suite.CustomizableEdges = New Guna.UI2.WinForms.Suite.CustomizableEdges()
Dim CustomizableEdges10 As Guna.UI2.WinForms.Suite.CustomizableEdges = New Guna.UI2.WinForms.Suite.CustomizableEdges()
Dim CustomizableEdges11 As Guna.UI2.WinForms.Suite.CustomizableEdges = New Guna.UI2.WinForms.Suite.CustomizableEdges()
Dim CustomizableEdges12 As Guna.UI2.WinForms.Suite.CustomizableEdges = New Guna.UI2.WinForms.Suite.CustomizableEdges()
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
Me.Guna2TextBox1 = New Guna.UI2.WinForms.Guna2TextBox()
Me.Guna2TextBox2 = New Guna.UI2.WinForms.Guna2TextBox()
Me.LOGIN = New Guna.UI2.WinForms.Guna2Button()
Me.SIGNUP = New Guna.UI2.WinForms.Guna2Button()
Me.BACK = New Guna.UI2.WinForms.Guna2Button()
Me.Guna2AnimateWindow1 = New Guna.UI2.WinForms.Guna2AnimateWindow(Me.components)
Me.Guna2GroupBox1 = New Guna.UI2.WinForms.Guna2GroupBox()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.Guna2GroupBox1.SuspendLayout()
Me.SuspendLayout()
'
'ContextMenuStrip1
'
Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
Me.ContextMenuStrip1.Size = New System.Drawing.Size(61, 4)
'
'PictureBox1
'
Me.PictureBox1.BackgroundImage = Global.firstpage.My.Resources.Resources.Untitled_design__2_
Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.PictureBox1.Location = New System.Drawing.Point(752, 12)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(36, 30)
Me.PictureBox1.TabIndex = 11
Me.PictureBox1.TabStop = False
'
'Guna2TextBox1
'
Me.Guna2TextBox1.AutoRoundedCorners = True
Me.Guna2TextBox1.BackColor = System.Drawing.Color.Transparent
Me.Guna2TextBox1.BorderRadius = 17
Me.Guna2TextBox1.CustomizableEdges = CustomizableEdges1
Me.Guna2TextBox1.DefaultText = ""
Me.Guna2TextBox1.DisabledState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer))
Me.Guna2TextBox1.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer))
Me.Guna2TextBox1.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer))
Me.Guna2TextBox1.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer))
Me.Guna2TextBox1.FocusedState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer))
Me.Guna2TextBox1.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
Me.Guna2TextBox1.HoverState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer))
Me.Guna2TextBox1.IconLeft = Global.firstpage.My.Resources.Resources.my_account_login
Me.Guna2TextBox1.Location = New System.Drawing.Point(57, 64)
Me.Guna2TextBox1.Name = "Guna2TextBox1"
Me.Guna2TextBox1.PasswordChar = Global.Microsoft.VisualBasic.ChrW(0)
Me.Guna2TextBox1.PlaceholderText = ""
Me.Guna2TextBox1.SelectedText = ""
Me.Guna2TextBox1.ShadowDecoration.CustomizableEdges = CustomizableEdges2
Me.Guna2TextBox1.Size = New System.Drawing.Size(200, 36)
Me.Guna2TextBox1.TabIndex = 12
'
'Guna2TextBox2
'
Me.Guna2TextBox2.AutoRoundedCorners = True
Me.Guna2TextBox2.BackColor = System.Drawing.Color.Transparent
Me.Guna2TextBox2.BorderRadius = 17
Me.Guna2TextBox2.CustomizableEdges = CustomizableEdges3
Me.Guna2TextBox2.DefaultText = ""
Me.Guna2TextBox2.DisabledState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer))
Me.Guna2TextBox2.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer))
Me.Guna2TextBox2.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer))
Me.Guna2TextBox2.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer))
Me.Guna2TextBox2.FocusedState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer))
Me.Guna2TextBox2.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
Me.Guna2TextBox2.HoverState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer))
Me.Guna2TextBox2.IconLeft = CType(resources.GetObject("Guna2TextBox2.IconLeft"), System.Drawing.Image)
Me.Guna2TextBox2.Location = New System.Drawing.Point(57, 134)
Me.Guna2TextBox2.Name = "Guna2TextBox2"
Me.Guna2TextBox2.PasswordChar = Global.Microsoft.VisualBasic.ChrW(0)
Me.Guna2TextBox2.PlaceholderText = ""
Me.Guna2TextBox2.SelectedText = ""
Me.Guna2TextBox2.ShadowDecoration.CustomizableEdges = CustomizableEdges4
Me.Guna2TextBox2.Size = New System.Drawing.Size(200, 36)
Me.Guna2TextBox2.TabIndex = 13
'
'LOGIN
'
Me.LOGIN.AutoRoundedCorners = True
Me.LOGIN.BackColor = System.Drawing.Color.Transparent
Me.LOGIN.BorderRadius = 21
Me.LOGIN.CustomizableEdges = CustomizableEdges5
Me.LOGIN.DisabledState.BorderColor = System.Drawing.Color.DarkGray
Me.LOGIN.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray
Me.LOGIN.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer))
Me.LOGIN.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer))
Me.LOGIN.FillColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer))
Me.LOGIN.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point)
Me.LOGIN.ForeColor = System.Drawing.Color.Black
Me.LOGIN.Location = New System.Drawing.Point(90, 217)
Me.LOGIN.Name = "LOGIN"
Me.LOGIN.ShadowDecoration.CustomizableEdges = CustomizableEdges6
Me.LOGIN.Size = New System.Drawing.Size(128, 45)
Me.LOGIN.TabIndex = 14
Me.LOGIN.Text = "Login"
'
'SIGNUP
'
Me.SIGNUP.AutoRoundedCorners = True
Me.SIGNUP.BackColor = System.Drawing.Color.Transparent
Me.SIGNUP.BorderRadius = 21
Me.SIGNUP.CustomizableEdges = CustomizableEdges7
Me.SIGNUP.DisabledState.BorderColor = System.Drawing.Color.DarkGray
Me.SIGNUP.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray
Me.SIGNUP.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer))
Me.SIGNUP.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer))
Me.SIGNUP.FillColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer))
Me.SIGNUP.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point)
Me.SIGNUP.ForeColor = System.Drawing.Color.Black
Me.SIGNUP.Location = New System.Drawing.Point(389, 374)
Me.SIGNUP.Name = "SIGNUP"
Me.SIGNUP.ShadowDecoration.CustomizableEdges = CustomizableEdges8
Me.SIGNUP.Size = New System.Drawing.Size(122, 45)
Me.SIGNUP.TabIndex = 15
Me.SIGNUP.Text = "Sign up"
'
'BACK
'
Me.BACK.AutoRoundedCorners = True
Me.BACK.BackColor = System.Drawing.Color.Transparent
Me.BACK.BorderRadius = 21
Me.BACK.CustomizableEdges = CustomizableEdges9
Me.BACK.DisabledState.BorderColor = System.Drawing.Color.DarkGray
Me.BACK.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray
Me.BACK.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer))
Me.BACK.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer))
Me.BACK.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point)
Me.BACK.ForeColor = System.Drawing.Color.Black
Me.BACK.Location = New System.Drawing.Point(629, 374)
Me.BACK.Name = "BACK"
Me.BACK.ShadowDecoration.CustomizableEdges = CustomizableEdges10
Me.BACK.Size = New System.Drawing.Size(126, 45)
Me.BACK.TabIndex = 16
Me.BACK.Text = "<Back"
'
'Guna2GroupBox1
'
Me.Guna2GroupBox1.BackColor = System.Drawing.Color.Transparent
Me.Guna2GroupBox1.Controls.Add(Me.Guna2TextBox1)
Me.Guna2GroupBox1.Controls.Add(Me.Guna2TextBox2)
Me.Guna2GroupBox1.Controls.Add(Me.LOGIN)
Me.Guna2GroupBox1.CustomBorderColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
Me.Guna2GroupBox1.CustomizableEdges = CustomizableEdges11
Me.Guna2GroupBox1.FillColor = System.Drawing.Color.Transparent
Me.Guna2GroupBox1.Font = New System.Drawing.Font("Segoe UI", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point)
Me.Guna2GroupBox1.ForeColor = System.Drawing.Color.Black
Me.Guna2GroupBox1.Location = New System.Drawing.Point(12, 36)
Me.Guna2GroupBox1.Name = "Guna2GroupBox1"
Me.Guna2GroupBox1.ShadowDecoration.CustomizableEdges = CustomizableEdges12
Me.Guna2GroupBox1.Size = New System.Drawing.Size(342, 297)
Me.Guna2GroupBox1.TabIndex = 18
Me.Guna2GroupBox1.Text = " Enter Your Credentials:"
'
'Form2
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 15.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.SystemColors.ActiveCaption
Me.BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"), System.Drawing.Image)
Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.ClientSize = New System.Drawing.Size(800, 450)
Me.Controls.Add(Me.Guna2GroupBox1)
Me.Controls.Add(Me.BACK)
Me.Controls.Add(Me.SIGNUP)
Me.Controls.Add(Me.PictureBox1)
Me.DoubleBuffered = True
Me.ForeColor = System.Drawing.SystemColors.ControlText
Me.Name = "Form2"
Me.Text = "Form2"
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
Me.Guna2GroupBox1.ResumeLayout(False)
Me.ResumeLayout(False)
End Sub
Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
Friend WithEvents PictureBox1 As PictureBox
Friend WithEvents Guna2TextBox1 As Guna.UI2.WinForms.Guna2TextBox
Friend WithEvents Guna2TextBox2 As Guna.UI2.WinForms.Guna2TextBox
Friend WithEvents LOGIN As Guna.UI2.WinForms.Guna2Button
Friend WithEvents SIGNUP As Guna.UI2.WinForms.Guna2Button
Friend WithEvents BACK As Guna.UI2.WinForms.Guna2Button
Friend WithEvents Guna2AnimateWindow1 As Guna.UI2.WinForms.Guna2AnimateWindow
Friend WithEvents Guna2GroupBox1 As Guna.UI2.WinForms.Guna2GroupBox
End Class