-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathForm2.Designer.vb
199 lines (194 loc) · 8.77 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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Form2
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(Form2))
Me.TabControl1 = New System.Windows.Forms.TabControl()
Me.TabPage1 = New System.Windows.Forms.TabPage()
Me.Label5 = New System.Windows.Forms.Label()
Me.Label4 = New System.Windows.Forms.Label()
Me.Label3 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.Label1 = New System.Windows.Forms.Label()
Me.TabPage2 = New System.Windows.Forms.TabPage()
Me.OOFBUTTON = New System.Windows.Forms.Button()
Me.OOFver = New System.Windows.Forms.Label()
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
Me.TabControl1.SuspendLayout()
Me.TabPage1.SuspendLayout()
Me.TabPage2.SuspendLayout()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'TabControl1
'
Me.TabControl1.Controls.Add(Me.TabPage1)
Me.TabControl1.Controls.Add(Me.TabPage2)
Me.TabControl1.Font = New System.Drawing.Font("Arial Narrow", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.TabControl1.Location = New System.Drawing.Point(12, 12)
Me.TabControl1.Name = "TabControl1"
Me.TabControl1.SelectedIndex = 0
Me.TabControl1.Size = New System.Drawing.Size(692, 168)
Me.TabControl1.TabIndex = 1
'
'TabPage1
'
Me.TabPage1.BackColor = System.Drawing.Color.Gainsboro
Me.TabPage1.Controls.Add(Me.Label5)
Me.TabPage1.Controls.Add(Me.Label4)
Me.TabPage1.Controls.Add(Me.Label3)
Me.TabPage1.Controls.Add(Me.Label2)
Me.TabPage1.Controls.Add(Me.Label1)
Me.TabPage1.Controls.Add(Me.PictureBox1)
Me.TabPage1.Location = New System.Drawing.Point(4, 29)
Me.TabPage1.Name = "TabPage1"
Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage1.Size = New System.Drawing.Size(684, 135)
Me.TabPage1.TabIndex = 0
Me.TabPage1.Text = "About Browser"
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label5.Location = New System.Drawing.Point(6, 91)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(215, 20)
Me.Label5.TabIndex = 5
Me.Label5.Text = "Proudly hosted on GitHub"
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(535, 45)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(148, 20)
Me.Label4.TabIndex = 4
Me.Label4.Text = "(C) ChazizYT 2018-2019"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Font = New System.Drawing.Font("Arial", 11.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label3.Location = New System.Drawing.Point(238, 71)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(440, 17)
Me.Label3.TabIndex = 3
Me.Label3.Text = "Made possible with Internet Explorer and Visual Studio Community"
Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Font = New System.Drawing.Font("Tahoma", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label2.Location = New System.Drawing.Point(240, 40)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(257, 19)
Me.Label2.TabIndex = 2
Me.Label2.Text = "Version Alpha 1.8 Pre-Release"
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.Location = New System.Drawing.Point(239, 15)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(429, 25)
Me.Label1.TabIndex = 1
Me.Label1.Text = "Chaziz Web Explorer Codename NetChaziz"
'
'TabPage2
'
Me.TabPage2.BackColor = System.Drawing.Color.Firebrick
Me.TabPage2.Controls.Add(Me.OOFBUTTON)
Me.TabPage2.Controls.Add(Me.OOFver)
Me.TabPage2.Location = New System.Drawing.Point(4, 29)
Me.TabPage2.Name = "TabPage2"
Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage2.Size = New System.Drawing.Size(684, 135)
Me.TabPage2.TabIndex = 1
Me.TabPage2.Text = "About Windows"
'
'OOFBUTTON
'
Me.OOFBUTTON.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.OOFBUTTON.Location = New System.Drawing.Point(148, 89)
Me.OOFBUTTON.Name = "OOFBUTTON"
Me.OOFBUTTON.Size = New System.Drawing.Size(356, 42)
Me.OOFBUTTON.TabIndex = 1
Me.OOFBUTTON.Text = "In the meantime open Winver.exe"
Me.OOFBUTTON.UseVisualStyleBackColor = True
'
'OOFver
'
Me.OOFver.AutoSize = True
Me.OOFver.BackColor = System.Drawing.Color.DarkRed
Me.OOFver.Font = New System.Drawing.Font("Microsoft Sans Serif", 27.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.OOFver.ForeColor = System.Drawing.SystemColors.ButtonHighlight
Me.OOFver.Location = New System.Drawing.Point(141, 29)
Me.OOFver.Name = "OOFver"
Me.OOFver.Size = New System.Drawing.Size(378, 42)
Me.OOFver.TabIndex = 0
Me.OOFver.Text = "Windows Placeholder"
'
'PictureBox1
'
Me.PictureBox1.Image = Global.IEChaziz.My.Resources.Resources.Sans_titre
Me.PictureBox1.Location = New System.Drawing.Point(6, 15)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(213, 73)
Me.PictureBox1.TabIndex = 0
Me.PictureBox1.TabStop = False
'
'Form2
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackgroundImage = Global.IEChaziz.My.Resources.Resources.Final3
Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.ClientSize = New System.Drawing.Size(719, 190)
Me.Controls.Add(Me.TabControl1)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "Form2"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
Me.Text = "About"
Me.TabControl1.ResumeLayout(False)
Me.TabPage1.ResumeLayout(False)
Me.TabPage1.PerformLayout()
Me.TabPage2.ResumeLayout(False)
Me.TabPage2.PerformLayout()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
Friend WithEvents PictureBox1 As PictureBox
Friend WithEvents TabControl1 As TabControl
Friend WithEvents TabPage1 As TabPage
Friend WithEvents TabPage2 As TabPage
Friend WithEvents Label1 As Label
Friend WithEvents Label2 As Label
Friend WithEvents Label4 As Label
Friend WithEvents Label3 As Label
Friend WithEvents Label5 As Label
Friend WithEvents OOFver As Label
Friend WithEvents OOFBUTTON As Button
End Class