-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathForm1.Designer.vb
422 lines (370 loc) · 18.1 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
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
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class Form1
Inherits System.Windows.Forms.Form
'Form remplace la méthode Dispose pour nettoyer la liste des composants.
<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
'Requise par le Concepteur Windows Form
Private components As System.ComponentModel.IContainer
'REMARQUE : la procédure suivante est requise par le Concepteur Windows Form
'Elle peut être modifiée à l'aide du Concepteur Windows Form.
'Ne la modifiez pas à l'aide de l'éditeur de code.
<System.Diagnostics.DebuggerStepThrough()>
Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1))
Me.TextBox1 = New System.Windows.Forms.TextBox()
Me.WebBrowser1 = New System.Windows.Forms.WebBrowser()
Me.MenuStrip1 = New System.Windows.Forms.MenuStrip()
Me.InternetOptionsToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.AaToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.Process1 = New System.Diagnostics.Process()
Me.Button7 = New System.Windows.Forms.Button()
Me.Label1 = New System.Windows.Forms.Label()
Me.Button8 = New System.Windows.Forms.Button()
Me.Button6 = New System.Windows.Forms.Button()
Me.Button5 = New System.Windows.Forms.Button()
Me.Button4 = New System.Windows.Forms.Button()
Me.Button3 = New System.Windows.Forms.Button()
Me.Button2 = New System.Windows.Forms.Button()
Me.Button1 = New System.Windows.Forms.Button()
Me.YouTubeToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ROBLOXToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.GoogleToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.AboutToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.Panel1 = New System.Windows.Forms.Panel()
Me.MenuStrip1.SuspendLayout()
Me.Panel1.SuspendLayout()
Me.SuspendLayout()
'
'TextBox1
'
Me.TextBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.TextBox1.BackColor = System.Drawing.Color.White
Me.TextBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.TextBox1.Location = New System.Drawing.Point(63, 3)
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(883, 20)
Me.TextBox1.TabIndex = 1
'
'WebBrowser1
'
Me.WebBrowser1.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.WebBrowser1.Location = New System.Drawing.Point(0, 125)
Me.WebBrowser1.MinimumSize = New System.Drawing.Size(20, 20)
Me.WebBrowser1.Name = "WebBrowser1"
Me.WebBrowser1.Size = New System.Drawing.Size(1122, 703)
Me.WebBrowser1.TabIndex = 2
Me.WebBrowser1.Url = New System.Uri("http://google.com", System.UriKind.Absolute)
'
'MenuStrip1
'
Me.MenuStrip1.BackColor = System.Drawing.SystemColors.MenuBar
Me.MenuStrip1.Font = New System.Drawing.Font("Segoe UI Semibold", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.InternetOptionsToolStripMenuItem, Me.AaToolStripMenuItem, Me.AboutToolStripMenuItem})
Me.MenuStrip1.Location = New System.Drawing.Point(0, 0)
Me.MenuStrip1.Name = "MenuStrip1"
Me.MenuStrip1.Size = New System.Drawing.Size(1122, 24)
Me.MenuStrip1.TabIndex = 8
Me.MenuStrip1.Text = "MenuStrip1"
'
'InternetOptionsToolStripMenuItem
'
Me.InternetOptionsToolStripMenuItem.Name = "InternetOptionsToolStripMenuItem"
Me.InternetOptionsToolStripMenuItem.Size = New System.Drawing.Size(106, 20)
Me.InternetOptionsToolStripMenuItem.Text = "Internet Options"
'
'AaToolStripMenuItem
'
Me.AaToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.YouTubeToolStripMenuItem, Me.ROBLOXToolStripMenuItem, Me.GoogleToolStripMenuItem})
Me.AaToolStripMenuItem.Name = "AaToolStripMenuItem"
Me.AaToolStripMenuItem.Size = New System.Drawing.Size(67, 20)
Me.AaToolStripMenuItem.Text = "Websites"
'
'Process1
'
Me.Process1.StartInfo.Domain = ""
Me.Process1.StartInfo.LoadUserProfile = False
Me.Process1.StartInfo.Password = Nothing
Me.Process1.StartInfo.StandardErrorEncoding = Nothing
Me.Process1.StartInfo.StandardOutputEncoding = Nothing
Me.Process1.StartInfo.UserName = ""
Me.Process1.SynchronizingObject = Me
'
'Button7
'
Me.Button7.BackColor = System.Drawing.Color.Red
Me.Button7.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.Button7.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button7.ForeColor = System.Drawing.Color.White
Me.Button7.Location = New System.Drawing.Point(246, 27)
Me.Button7.Name = "Button7"
Me.Button7.Size = New System.Drawing.Size(76, 64)
Me.Button7.TabIndex = 10
Me.Button7.Text = "STOP"
Me.Button7.UseVisualStyleBackColor = False
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.ForeColor = System.Drawing.Color.White
Me.Label1.Location = New System.Drawing.Point(3, 7)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(54, 13)
Me.Label1.TabIndex = 13
Me.Label1.Text = "URL/Link"
'
'Button8
'
Me.Button8.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Button8.BackColor = System.Drawing.Color.Gray
Me.Button8.BackgroundImage = Global.IEChaziz.My.Resources.Resources.Search2
Me.Button8.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.Button8.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button8.Location = New System.Drawing.Point(1030, 27)
Me.Button8.Name = "Button8"
Me.Button8.Size = New System.Drawing.Size(92, 92)
Me.Button8.TabIndex = 12
Me.Button8.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Button8.UseVisualStyleBackColor = False
'
'Button6
'
Me.Button6.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Button6.BackColor = System.Drawing.Color.DarkBlue
Me.Button6.BackgroundImage = Global.IEChaziz.My.Resources.Resources.Print_icon
Me.Button6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.Button6.Location = New System.Drawing.Point(881, 25)
Me.Button6.Name = "Button6"
Me.Button6.Size = New System.Drawing.Size(68, 66)
Me.Button6.TabIndex = 9
Me.Button6.UseVisualStyleBackColor = False
'
'Button5
'
Me.Button5.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Button5.BackColor = System.Drawing.Color.LightCyan
Me.Button5.BackgroundImage = Global.IEChaziz.My.Resources.Resources.home
Me.Button5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.Button5.Location = New System.Drawing.Point(955, 25)
Me.Button5.Name = "Button5"
Me.Button5.Size = New System.Drawing.Size(69, 66)
Me.Button5.TabIndex = 6
Me.Button5.UseVisualStyleBackColor = False
'
'Button4
'
Me.Button4.BackColor = System.Drawing.Color.DarkSeaGreen
Me.Button4.BackgroundImage = Global.IEChaziz.My.Resources.Resources.Button_Refresh_icon
Me.Button4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.Button4.Location = New System.Drawing.Point(171, 27)
Me.Button4.Name = "Button4"
Me.Button4.Size = New System.Drawing.Size(69, 64)
Me.Button4.TabIndex = 5
Me.Button4.UseVisualStyleBackColor = False
'
'Button3
'
Me.Button3.BackColor = System.Drawing.Color.Green
Me.Button3.BackgroundImage = Global.IEChaziz.My.Resources.Resources.back_button
Me.Button3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.Button3.Location = New System.Drawing.Point(12, 27)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(83, 64)
Me.Button3.TabIndex = 4
Me.Button3.UseVisualStyleBackColor = False
'
'Button2
'
Me.Button2.BackColor = System.Drawing.Color.Green
Me.Button2.BackgroundImage = Global.IEChaziz.My.Resources.Resources.forward_button
Me.Button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.Button2.Location = New System.Drawing.Point(101, 27)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(64, 64)
Me.Button2.TabIndex = 3
Me.Button2.UseVisualStyleBackColor = False
'
'Button1
'
Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Button1.BackColor = System.Drawing.Color.Green
Me.Button1.ForeColor = System.Drawing.Color.White
Me.Button1.Image = Global.IEChaziz.My.Resources.Resources._290
Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button1.Location = New System.Drawing.Point(952, 1)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(57, 25)
Me.Button1.TabIndex = 0
Me.Button1.Text = "Enter"
Me.Button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Button1.UseVisualStyleBackColor = False
'
'YouTubeToolStripMenuItem
'
Me.YouTubeToolStripMenuItem.Image = Global.IEChaziz.My.Resources.Resources.favicon_vfl1123
Me.YouTubeToolStripMenuItem.Name = "YouTubeToolStripMenuItem"
Me.YouTubeToolStripMenuItem.Size = New System.Drawing.Size(120, 22)
Me.YouTubeToolStripMenuItem.Text = "YouTube"
'
'ROBLOXToolStripMenuItem
'
Me.ROBLOXToolStripMenuItem.Image = Global.IEChaziz.My.Resources.Resources.favicon
Me.ROBLOXToolStripMenuItem.Name = "ROBLOXToolStripMenuItem"
Me.ROBLOXToolStripMenuItem.Size = New System.Drawing.Size(120, 22)
Me.ROBLOXToolStripMenuItem.Text = "ROBLOX"
'
'GoogleToolStripMenuItem
'
Me.GoogleToolStripMenuItem.Image = Global.IEChaziz.My.Resources.Resources.favicon__1_
Me.GoogleToolStripMenuItem.Name = "GoogleToolStripMenuItem"
Me.GoogleToolStripMenuItem.Size = New System.Drawing.Size(120, 22)
Me.GoogleToolStripMenuItem.Text = "Google"
'
'AboutToolStripMenuItem
'
Me.AboutToolStripMenuItem.Image = Global.IEChaziz.My.Resources.Resources.Information1
Me.AboutToolStripMenuItem.Name = "AboutToolStripMenuItem"
Me.AboutToolStripMenuItem.Size = New System.Drawing.Size(68, 20)
Me.AboutToolStripMenuItem.Text = "About"
'
'Panel1
'
Me.Panel1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel1.BackColor = System.Drawing.Color.Silver
Me.Panel1.Controls.Add(Me.Label1)
Me.Panel1.Controls.Add(Me.TextBox1)
Me.Panel1.Controls.Add(Me.Button1)
Me.Panel1.Location = New System.Drawing.Point(12, 97)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(1012, 25)
Me.Panel1.TabIndex = 14
'
'Form1
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.WhiteSmoke
Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.ClientSize = New System.Drawing.Size(1122, 831)
Me.Controls.Add(Me.Panel1)
Me.Controls.Add(Me.Button8)
Me.Controls.Add(Me.Button7)
Me.Controls.Add(Me.Button6)
Me.Controls.Add(Me.Button5)
Me.Controls.Add(Me.Button4)
Me.Controls.Add(Me.Button3)
Me.Controls.Add(Me.Button2)
Me.Controls.Add(Me.WebBrowser1)
Me.Controls.Add(Me.MenuStrip1)
Me.HelpButton = True
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MainMenuStrip = Me.MenuStrip1
Me.Name = "Form1"
Me.Text = "Chaziz Web Explorer Codename NetChaziz - Alpha 1.8 Pre-Release 2"
Me.MenuStrip1.ResumeLayout(False)
Me.MenuStrip1.PerformLayout()
Me.Panel1.ResumeLayout(False)
Me.Panel1.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Button1 As Button
Friend WithEvents TextBox1 As TextBox
Friend WithEvents WebBrowser1 As WebBrowser
Friend WithEvents Button2 As Button
Friend WithEvents Button3 As Button
Friend WithEvents Button4 As Button
Friend WithEvents Button5 As Button
Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
End Sub
Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
WebBrowser1.GoForward()
End Sub
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
WebBrowser1.Navigate(TextBox1.Text)
End Sub
Private Sub Button3_Click(sender As Object, e As EventArgs) Handles Button3.Click
WebBrowser1.GoBack()
End Sub
Private Sub Button4_Click(sender As Object, e As EventArgs) Handles Button4.Click
WebBrowser1.Refresh()
End Sub
Private Sub Button5_Click(sender As Object, e As EventArgs) Handles Button5.Click
WebBrowser1.GoHome()
End Sub
Private Sub ProgressBar1_Click(sender As Object, e As EventArgs)
End Sub
Private Sub Button6_Click(sender As Object, e As EventArgs)
Diagnostics.Process.Start("inetcpl.cpl")
End Sub
Friend WithEvents MenuStrip1 As MenuStrip
Friend WithEvents InternetOptionsToolStripMenuItem As ToolStripMenuItem
Private Sub InternetOptionsToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles InternetOptionsToolStripMenuItem.Click
Diagnostics.Process.Start("inetcpl.cpl")
End Sub
Private Sub AboutWindowsToolStripMenuItem_Click(sender As Object, e As EventArgs)
Diagnostics.Process.Start("winver.exe")
End Sub
Private Sub AboutToolStripMenuItem_Click(sender As Object, e As EventArgs)
End Sub
Private Sub AboutCodenameNetChazizToolStripMenuItem_Click(sender As Object, e As EventArgs)
End Sub
Friend WithEvents AboutToolStripMenuItem As ToolStripMenuItem
Private Sub AboutToolStripMenuItem_Click_1(sender As Object, e As EventArgs) Handles AboutToolStripMenuItem.Click
Form2.Show()
End Sub
Friend WithEvents Button6 As Button
Private Sub Button6_Click_1(sender As Object, e As EventArgs) Handles Button6.Click
WebBrowser1.ShowPrintDialog()
End Sub
Private Sub ProgressBar1_Click_1(sender As Object, e As EventArgs)
End Sub
Private Sub ComboBox1_SelectedIndexChanged(sender As Object, e As EventArgs)
End Sub
Private Sub NotifyIcon1_MouseDoubleClick(sender As Object, e As MouseEventArgs)
End Sub
Friend WithEvents Process1 As Process
Private Sub DateTimePicker1_ValueChanged(sender As Object, e As EventArgs)
End Sub
Friend WithEvents AaToolStripMenuItem As ToolStripMenuItem
Friend WithEvents Button7 As Button
Private Sub Button7_Click(sender As Object, e As EventArgs) Handles Button7.Click
WebBrowser1.Stop()
End Sub
Private Sub AaToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles AaToolStripMenuItem.Click
End Sub
Private Sub TextBox2_TextChanged(sender As Object, e As EventArgs)
End Sub
Friend WithEvents Button8 As Button
Private Sub Button8_Click(sender As Object, e As EventArgs) Handles Button8.Click
WebBrowser1.GoSearch()
End Sub
Friend WithEvents Label1 As Label
Private Sub MenuStrip1_ItemClicked(sender As Object, e As ToolStripItemClickedEventArgs) Handles MenuStrip1.ItemClicked
End Sub
Friend WithEvents YouTubeToolStripMenuItem As ToolStripMenuItem
Private Sub YouTubeToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles YouTubeToolStripMenuItem.Click
WebBrowser1.Navigate("youtube.com")
End Sub
Friend WithEvents ROBLOXToolStripMenuItem As ToolStripMenuItem
Private Sub ROBLOXToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles ROBLOXToolStripMenuItem.Click
WebBrowser1.Navigate("roblox.com")
End Sub
Friend WithEvents GoogleToolStripMenuItem As ToolStripMenuItem
Private Sub GoogleToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles GoogleToolStripMenuItem.Click
WebBrowser1.Navigate("google.com")
End Sub
Friend WithEvents Panel1 As Panel
End Class