-
Notifications
You must be signed in to change notification settings - Fork 1
/
Form3.Designer.vb
324 lines (318 loc) · 20.6 KB
/
Form3.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
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
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class Form3
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()
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 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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form3))
Me.Button1 = New System.Windows.Forms.Button()
Me.Button2 = New System.Windows.Forms.Button()
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
Me.Label4 = New System.Windows.Forms.Label()
Me.Label3 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.Label5 = New System.Windows.Forms.Label()
Me.Guna2TextBox3 = New Guna.UI2.WinForms.Guna2TextBox()
Me.Guna2TextBox2 = New Guna.UI2.WinForms.Guna2TextBox()
Me.Guna2TextBox5 = New Guna.UI2.WinForms.Guna2TextBox()
Me.Guna2TextBox4 = New Guna.UI2.WinForms.Guna2TextBox()
Me.Guna2TextBox1 = New Guna.UI2.WinForms.Guna2TextBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.GroupBox1.SuspendLayout()
Me.SuspendLayout()
'
'Button1
'
Me.Button1.BackColor = System.Drawing.SystemColors.ActiveBorder
Me.Button1.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point)
Me.Button1.ForeColor = System.Drawing.Color.Black
Me.Button1.Location = New System.Drawing.Point(695, 405)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(75, 33)
Me.Button1.TabIndex = 5
Me.Button1.Text = "<Back"
Me.Button1.UseVisualStyleBackColor = False
'
'Button2
'
Me.Button2.BackColor = System.Drawing.SystemColors.ActiveBorder
Me.Button2.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point)
Me.Button2.ForeColor = System.Drawing.Color.Black
Me.Button2.Location = New System.Drawing.Point(524, 406)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(99, 32)
Me.Button2.TabIndex = 6
Me.Button2.Text = "SIGN UP"
Me.Button2.UseVisualStyleBackColor = False
'
'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(757, 12)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(31, 32)
Me.PictureBox1.TabIndex = 12
Me.PictureBox1.TabStop = False
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.BackColor = System.Drawing.Color.Transparent
Me.Label4.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point)
Me.Label4.ForeColor = System.Drawing.Color.White
Me.Label4.Location = New System.Drawing.Point(6, 278)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(97, 25)
Me.Label4.TabIndex = 3
Me.Label4.Text = "Password"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.BackColor = System.Drawing.Color.Transparent
Me.Label3.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point)
Me.Label3.ForeColor = System.Drawing.Color.White
Me.Label3.Location = New System.Drawing.Point(4, 209)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(148, 25)
Me.Label3.TabIndex = 2
Me.Label3.Text = "Phone Number"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.BackColor = System.Drawing.Color.Transparent
Me.Label2.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point)
Me.Label2.ForeColor = System.Drawing.Color.White
Me.Label2.Location = New System.Drawing.Point(6, 122)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(81, 25)
Me.Label2.TabIndex = 1
Me.Label2.Text = "Email id"
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.BackColor = System.Drawing.Color.Transparent
Me.Label5.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point)
Me.Label5.ForeColor = System.Drawing.Color.White
Me.Label5.Location = New System.Drawing.Point(6, 347)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(175, 25)
Me.Label5.TabIndex = 4
Me.Label5.Text = "Confirm Password"
'
'Guna2TextBox3
'
Me.Guna2TextBox3.AutoRoundedCorners = True
Me.Guna2TextBox3.BorderRadius = 12
Me.Guna2TextBox3.CustomizableEdges = CustomizableEdges1
Me.Guna2TextBox3.DefaultText = ""
Me.Guna2TextBox3.DisabledState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer))
Me.Guna2TextBox3.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer))
Me.Guna2TextBox3.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer))
Me.Guna2TextBox3.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer))
Me.Guna2TextBox3.FillColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
Me.Guna2TextBox3.FocusedState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer))
Me.Guna2TextBox3.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
Me.Guna2TextBox3.HoverState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer))
Me.Guna2TextBox3.Location = New System.Drawing.Point(6, 237)
Me.Guna2TextBox3.Name = "Guna2TextBox3"
Me.Guna2TextBox3.PasswordChar = Global.Microsoft.VisualBasic.ChrW(0)
Me.Guna2TextBox3.PlaceholderText = ""
Me.Guna2TextBox3.SelectedText = ""
Me.Guna2TextBox3.ShadowDecoration.CustomizableEdges = CustomizableEdges2
Me.Guna2TextBox3.Size = New System.Drawing.Size(200, 26)
Me.Guna2TextBox3.TabIndex = 15
'
'Guna2TextBox2
'
Me.Guna2TextBox2.AutoRoundedCorners = True
Me.Guna2TextBox2.BackColor = System.Drawing.Color.Transparent
Me.Guna2TextBox2.BorderRadius = 11
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.FillColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, 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.Location = New System.Drawing.Point(6, 165)
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, 25)
Me.Guna2TextBox2.TabIndex = 14
'
'Guna2TextBox5
'
Me.Guna2TextBox5.AutoRoundedCorners = True
Me.Guna2TextBox5.BorderRadius = 13
Me.Guna2TextBox5.CustomizableEdges = CustomizableEdges5
Me.Guna2TextBox5.DefaultText = ""
Me.Guna2TextBox5.DisabledState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer))
Me.Guna2TextBox5.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer))
Me.Guna2TextBox5.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer))
Me.Guna2TextBox5.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer))
Me.Guna2TextBox5.FillColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
Me.Guna2TextBox5.FocusedState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer))
Me.Guna2TextBox5.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
Me.Guna2TextBox5.HoverState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer))
Me.Guna2TextBox5.Location = New System.Drawing.Point(6, 306)
Me.Guna2TextBox5.Name = "Guna2TextBox5"
Me.Guna2TextBox5.PasswordChar = Global.Microsoft.VisualBasic.ChrW(0)
Me.Guna2TextBox5.PlaceholderText = ""
Me.Guna2TextBox5.SelectedText = ""
Me.Guna2TextBox5.ShadowDecoration.CustomizableEdges = CustomizableEdges6
Me.Guna2TextBox5.Size = New System.Drawing.Size(200, 28)
Me.Guna2TextBox5.TabIndex = 17
'
'Guna2TextBox4
'
Me.Guna2TextBox4.AutoRoundedCorners = True
Me.Guna2TextBox4.BorderRadius = 12
Me.Guna2TextBox4.CustomizableEdges = CustomizableEdges7
Me.Guna2TextBox4.DefaultText = ""
Me.Guna2TextBox4.DisabledState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer))
Me.Guna2TextBox4.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer))
Me.Guna2TextBox4.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer))
Me.Guna2TextBox4.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer))
Me.Guna2TextBox4.FillColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
Me.Guna2TextBox4.FocusedState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer))
Me.Guna2TextBox4.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
Me.Guna2TextBox4.HoverState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer))
Me.Guna2TextBox4.Location = New System.Drawing.Point(6, 375)
Me.Guna2TextBox4.Name = "Guna2TextBox4"
Me.Guna2TextBox4.PasswordChar = Global.Microsoft.VisualBasic.ChrW(0)
Me.Guna2TextBox4.PlaceholderText = ""
Me.Guna2TextBox4.SelectedText = ""
Me.Guna2TextBox4.ShadowDecoration.CustomizableEdges = CustomizableEdges8
Me.Guna2TextBox4.Size = New System.Drawing.Size(200, 26)
Me.Guna2TextBox4.TabIndex = 16
'
'Guna2TextBox1
'
Me.Guna2TextBox1.AutoRoundedCorners = True
Me.Guna2TextBox1.BackColor = System.Drawing.Color.Transparent
Me.Guna2TextBox1.BorderColor = System.Drawing.Color.Transparent
Me.Guna2TextBox1.BorderRadius = 13
Me.Guna2TextBox1.CustomizableEdges = CustomizableEdges9
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.FillColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, 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.Location = New System.Drawing.Point(6, 84)
Me.Guna2TextBox1.Name = "Guna2TextBox1"
Me.Guna2TextBox1.PasswordChar = Global.Microsoft.VisualBasic.ChrW(0)
Me.Guna2TextBox1.PlaceholderText = ""
Me.Guna2TextBox1.SelectedText = ""
Me.Guna2TextBox1.ShadowDecoration.CustomizableEdges = CustomizableEdges10
Me.Guna2TextBox1.Size = New System.Drawing.Size(200, 28)
Me.Guna2TextBox1.TabIndex = 13
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point)
Me.Label1.ForeColor = System.Drawing.Color.White
Me.Label1.Location = New System.Drawing.Point(6, 56)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(101, 25)
Me.Label1.TabIndex = 18
Me.Label1.Text = "Username"
'
'GroupBox1
'
Me.GroupBox1.BackColor = System.Drawing.Color.Transparent
Me.GroupBox1.Controls.Add(Me.Label1)
Me.GroupBox1.Controls.Add(Me.Guna2TextBox4)
Me.GroupBox1.Controls.Add(Me.Label2)
Me.GroupBox1.Controls.Add(Me.Label5)
Me.GroupBox1.Controls.Add(Me.Guna2TextBox1)
Me.GroupBox1.Controls.Add(Me.Guna2TextBox5)
Me.GroupBox1.Controls.Add(Me.Guna2TextBox2)
Me.GroupBox1.Controls.Add(Me.Label4)
Me.GroupBox1.Controls.Add(Me.Guna2TextBox3)
Me.GroupBox1.Controls.Add(Me.Label3)
Me.GroupBox1.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point)
Me.GroupBox1.ForeColor = System.Drawing.Color.Red
Me.GroupBox1.Location = New System.Drawing.Point(24, 12)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(387, 407)
Me.GroupBox1.TabIndex = 19
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Enter Correct Information:"
'
'Form3
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 15.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"), System.Drawing.Image)
Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.ClientSize = New System.Drawing.Size(800, 440)
Me.Controls.Add(Me.GroupBox1)
Me.Controls.Add(Me.PictureBox1)
Me.Controls.Add(Me.Button2)
Me.Controls.Add(Me.Button1)
Me.DoubleBuffered = True
Me.ForeColor = System.Drawing.Color.White
Me.Name = "Form3"
Me.Text = "Form3"
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
Me.ResumeLayout(False)
End Sub
Friend WithEvents Button1 As Button
Friend WithEvents Button2 As Button
Friend WithEvents PictureBox1 As PictureBox
Friend WithEvents Label4 As Label
Friend WithEvents Label3 As Label
Friend WithEvents Label2 As Label
Friend WithEvents Label5 As Label
Friend WithEvents Guna2TextBox3 As Guna.UI2.WinForms.Guna2TextBox
Friend WithEvents Guna2TextBox2 As Guna.UI2.WinForms.Guna2TextBox
Friend WithEvents Guna2TextBox5 As Guna.UI2.WinForms.Guna2TextBox
Friend WithEvents Guna2TextBox4 As Guna.UI2.WinForms.Guna2TextBox
Friend WithEvents Guna2TextBox1 As Guna.UI2.WinForms.Guna2TextBox
Friend WithEvents Label1 As Label
Friend WithEvents GroupBox1 As GroupBox
End Class