-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathForm1.Designer.vb
290 lines (285 loc) · 13 KB
/
Form1.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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class Form1
Inherits System.Windows.Forms.Form
'Form reemplaza a Dispose para limpiar la lista de componentes.
<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
'Requerido por el Diseñador de Windows Forms
Private components As System.ComponentModel.IContainer
'NOTA: el Diseñador de Windows Forms necesita el siguiente procedimiento
'Se puede modificar usando el Diseñador de Windows Forms.
'No lo modifique con el editor de código.
<System.Diagnostics.DebuggerStepThrough()>
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1))
Me.btnApply = New System.Windows.Forms.Button()
Me.txtIP = New System.Windows.Forms.TextBox()
Me.btnClose = New System.Windows.Forms.Button()
Me.Label1 = New System.Windows.Forms.Label()
Me.lbIPPublic = New System.Windows.Forms.Label()
Me.lbCountry = New System.Windows.Forms.Label()
Me.lbConnection = New System.Windows.Forms.Label()
Me.lbtxt1 = New System.Windows.Forms.Label()
Me.lbtxt2 = New System.Windows.Forms.Label()
Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components)
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
Me.pbCountry = New System.Windows.Forms.PictureBox()
Me.pxCountry = New System.Windows.Forms.PictureBox()
Me.lbIPProxy = New System.Windows.Forms.Label()
Me.lbCountryProxy = New System.Windows.Forms.Label()
Me.Button1 = New System.Windows.Forms.Button()
Me.Notify = New System.Windows.Forms.NotifyIcon(Me.components)
Me.lbSesion = New System.Windows.Forms.Label()
Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.pbCountry, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.pxCountry, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'btnApply
'
Me.btnApply.Location = New System.Drawing.Point(12, 290)
Me.btnApply.Name = "btnApply"
Me.btnApply.Size = New System.Drawing.Size(97, 40)
Me.btnApply.TabIndex = 0
Me.btnApply.Text = "Connect"
Me.btnApply.UseVisualStyleBackColor = True
'
'txtIP
'
Me.txtIP.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtIP.Location = New System.Drawing.Point(12, 249)
Me.txtIP.MaxLength = 21
Me.txtIP.Name = "txtIP"
Me.txtIP.Size = New System.Drawing.Size(303, 30)
Me.txtIP.TabIndex = 1
Me.txtIP.Text = "000.000.000.000:1111"
Me.txtIP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'btnClose
'
Me.btnClose.Location = New System.Drawing.Point(115, 290)
Me.btnClose.Name = "btnClose"
Me.btnClose.Size = New System.Drawing.Size(97, 40)
Me.btnClose.TabIndex = 3
Me.btnClose.Text = "Disconnect"
Me.btnClose.UseVisualStyleBackColor = True
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(9, 233)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(92, 13)
Me.Label1.TabIndex = 0
Me.Label1.Text = "IP Address + Port:"
'
'lbIPPublic
'
Me.lbIPPublic.AutoSize = True
Me.lbIPPublic.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lbIPPublic.ForeColor = System.Drawing.Color.Red
Me.lbIPPublic.Location = New System.Drawing.Point(81, 93)
Me.lbIPPublic.Name = "lbIPPublic"
Me.lbIPPublic.Size = New System.Drawing.Size(123, 25)
Me.lbIPPublic.TabIndex = 4
Me.lbIPPublic.Text = "***.***.***.***"
'
'lbCountry
'
Me.lbCountry.AutoSize = True
Me.lbCountry.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lbCountry.Location = New System.Drawing.Point(81, 119)
Me.lbCountry.Name = "lbCountry"
Me.lbCountry.Size = New System.Drawing.Size(28, 25)
Me.lbCountry.TabIndex = 5
Me.lbCountry.Text = "**"
'
'lbConnection
'
Me.lbConnection.AutoSize = True
Me.lbConnection.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lbConnection.ForeColor = System.Drawing.Color.Red
Me.lbConnection.Location = New System.Drawing.Point(79, 16)
Me.lbConnection.Name = "lbConnection"
Me.lbConnection.Size = New System.Drawing.Size(117, 20)
Me.lbConnection.TabIndex = 8
Me.lbConnection.Text = "Not connected!"
'
'lbtxt1
'
Me.lbtxt1.AutoSize = True
Me.lbtxt1.Location = New System.Drawing.Point(81, 41)
Me.lbtxt1.Name = "lbtxt1"
Me.lbtxt1.Size = New System.Drawing.Size(235, 13)
Me.lbtxt1.TabIndex = 9
Me.lbtxt1.Text = "Warning: Your internet traffic is unencrypted and"
'
'lbtxt2
'
Me.lbtxt2.AutoSize = True
Me.lbtxt2.Location = New System.Drawing.Point(81, 54)
Me.lbtxt2.Name = "lbtxt2"
Me.lbtxt2.Size = New System.Drawing.Size(181, 13)
Me.lbtxt2.TabIndex = 10
Me.lbtxt2.Text = "your virtual online identity is exposed."
'
'ImageList1
'
Me.ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer)
Me.ImageList1.TransparentColor = System.Drawing.Color.Transparent
Me.ImageList1.Images.SetKeyName(0, "Ok-icon.png")
Me.ImageList1.Images.SetKeyName(1, "Close-2-icon.png")
'
'PictureBox1
'
Me.PictureBox1.ErrorImage = CType(resources.GetObject("PictureBox1.ErrorImage"), System.Drawing.Image)
Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
Me.PictureBox1.InitialImage = CType(resources.GetObject("PictureBox1.InitialImage"), System.Drawing.Image)
Me.PictureBox1.Location = New System.Drawing.Point(12, 12)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(63, 62)
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.PictureBox1.TabIndex = 11
Me.PictureBox1.TabStop = False
'
'pbCountry
'
Me.pbCountry.ErrorImage = CType(resources.GetObject("pbCountry.ErrorImage"), System.Drawing.Image)
Me.pbCountry.Image = CType(resources.GetObject("pbCountry.Image"), System.Drawing.Image)
Me.pbCountry.InitialImage = CType(resources.GetObject("pbCountry.InitialImage"), System.Drawing.Image)
Me.pbCountry.Location = New System.Drawing.Point(12, 95)
Me.pbCountry.Name = "pbCountry"
Me.pbCountry.Size = New System.Drawing.Size(63, 47)
Me.pbCountry.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.pbCountry.TabIndex = 12
Me.pbCountry.TabStop = False
'
'pxCountry
'
Me.pxCountry.ErrorImage = CType(resources.GetObject("pxCountry.ErrorImage"), System.Drawing.Image)
Me.pxCountry.Image = CType(resources.GetObject("pxCountry.Image"), System.Drawing.Image)
Me.pxCountry.InitialImage = CType(resources.GetObject("pxCountry.InitialImage"), System.Drawing.Image)
Me.pxCountry.Location = New System.Drawing.Point(12, 165)
Me.pxCountry.Name = "pxCountry"
Me.pxCountry.Size = New System.Drawing.Size(63, 47)
Me.pxCountry.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.pxCountry.TabIndex = 13
Me.pxCountry.TabStop = False
'
'lbIPProxy
'
Me.lbIPProxy.AutoSize = True
Me.lbIPProxy.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lbIPProxy.ForeColor = System.Drawing.Color.Green
Me.lbIPProxy.Location = New System.Drawing.Point(81, 163)
Me.lbIPProxy.Name = "lbIPProxy"
Me.lbIPProxy.Size = New System.Drawing.Size(123, 25)
Me.lbIPProxy.TabIndex = 14
Me.lbIPProxy.Text = "***.***.***.***"
'
'lbCountryProxy
'
Me.lbCountryProxy.AutoSize = True
Me.lbCountryProxy.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lbCountryProxy.Location = New System.Drawing.Point(81, 189)
Me.lbCountryProxy.Name = "lbCountryProxy"
Me.lbCountryProxy.Size = New System.Drawing.Size(28, 25)
Me.lbCountryProxy.TabIndex = 15
Me.lbCountryProxy.Text = "**"
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(218, 290)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(97, 41)
Me.Button1.TabIndex = 16
Me.Button1.Text = "Proxy List"
Me.Button1.UseVisualStyleBackColor = True
'
'Notify
'
Me.Notify.Icon = CType(resources.GetObject("Notify.Icon"), System.Drawing.Icon)
Me.Notify.Text = "NextProxy"
Me.Notify.Visible = True
'
'lbSesion
'
Me.lbSesion.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.lbSesion.AutoSize = True
Me.lbSesion.Location = New System.Drawing.Point(206, 233)
Me.lbSesion.Name = "lbSesion"
Me.lbSesion.RightToLeft = System.Windows.Forms.RightToLeft.Yes
Me.lbSesion.Size = New System.Drawing.Size(113, 13)
Me.lbSesion.TabIndex = 17
Me.lbSesion.Text = "Sesion Time: 00:00:00"
Me.lbSesion.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'Timer1
'
'
'Form1
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(327, 342)
Me.Controls.Add(Me.lbSesion)
Me.Controls.Add(Me.btnClose)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.btnApply)
Me.Controls.Add(Me.lbCountryProxy)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.txtIP)
Me.Controls.Add(Me.lbIPProxy)
Me.Controls.Add(Me.pxCountry)
Me.Controls.Add(Me.pbCountry)
Me.Controls.Add(Me.PictureBox1)
Me.Controls.Add(Me.lbtxt2)
Me.Controls.Add(Me.lbtxt1)
Me.Controls.Add(Me.lbConnection)
Me.Controls.Add(Me.lbCountry)
Me.Controls.Add(Me.lbIPPublic)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MaximizeBox = False
Me.Name = "Form1"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "NextProxy"
Me.TopMost = True
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.pbCountry, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.pxCountry, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents btnApply As Button
Friend WithEvents txtIP As TextBox
Friend WithEvents Label1 As Label
Friend WithEvents btnClose As Button
Friend WithEvents lbIPPublic As Label
Friend WithEvents lbCountry As Label
Friend WithEvents lbConnection As Label
Friend WithEvents lbtxt1 As Label
Friend WithEvents lbtxt2 As Label
Friend WithEvents ImageList1 As ImageList
Friend WithEvents PictureBox1 As PictureBox
Friend WithEvents pbCountry As PictureBox
Friend WithEvents pxCountry As PictureBox
Friend WithEvents lbIPProxy As Label
Friend WithEvents lbCountryProxy As Label
Friend WithEvents Button1 As Button
Friend WithEvents Notify As NotifyIcon
Friend WithEvents lbSesion As Label
Friend WithEvents Timer1 As Timer
End Class