-
Notifications
You must be signed in to change notification settings - Fork 5
/
Form1.Designer.vb
229 lines (224 loc) · 10 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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class Launcher
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(Launcher))
Me.Button2 = New System.Windows.Forms.Button()
Me.Button1 = New System.Windows.Forms.Button()
Me.Button3 = New System.Windows.Forms.Button()
Me.Button4 = New System.Windows.Forms.Button()
Me.gotoTS = New System.Windows.Forms.Button()
Me.GotoWeb = New System.Windows.Forms.Button()
Me.Beta = New System.Windows.Forms.Label()
Me.Label1 = New System.Windows.Forms.Label()
Me.wiki = New System.Windows.Forms.Button()
Me.Label2 = New System.Windows.Forms.Label()
Me.SuspendLayout()
'
'Button2
'
Me.Button2.BackColor = System.Drawing.Color.Transparent
Me.Button2.BackgroundImage = CType(resources.GetObject("Button2.BackgroundImage"), System.Drawing.Image)
Me.Button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center
Me.Button2.Cursor = System.Windows.Forms.Cursors.Hand
Me.Button2.FlatAppearance.BorderSize = 0
Me.Button2.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.MenuHighlight
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button2.Location = New System.Drawing.Point(807, 7)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(40, 36)
Me.Button2.TabIndex = 3
Me.Button2.UseVisualStyleBackColor = False
'
'Button1
'
Me.Button1.BackColor = System.Drawing.Color.Transparent
Me.Button1.BackgroundImage = CType(resources.GetObject("Button1.BackgroundImage"), System.Drawing.Image)
Me.Button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center
Me.Button1.Cursor = System.Windows.Forms.Cursors.Hand
Me.Button1.FlatAppearance.BorderSize = 0
Me.Button1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Maroon
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button1.ForeColor = System.Drawing.SystemColors.ControlText
Me.Button1.Location = New System.Drawing.Point(852, 7)
Me.Button1.Margin = New System.Windows.Forms.Padding(5)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(40, 36)
Me.Button1.TabIndex = 2
Me.Button1.UseVisualStyleBackColor = False
'
'Button3
'
Me.Button3.BackColor = System.Drawing.Color.Transparent
Me.Button3.BackgroundImage = CType(resources.GetObject("Button3.BackgroundImage"), System.Drawing.Image)
Me.Button3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.Button3.Cursor = System.Windows.Forms.Cursors.Hand
Me.Button3.FlatAppearance.BorderSize = 0
Me.Button3.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent
Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button3.Font = New System.Drawing.Font("Franklin Gothic Medium", 19.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button3.ForeColor = System.Drawing.Color.Transparent
Me.Button3.Location = New System.Drawing.Point(36, 188)
Me.Button3.Margin = New System.Windows.Forms.Padding(0)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(400, 201)
Me.Button3.TabIndex = 6
Me.Button3.UseVisualStyleBackColor = False
'
'Button4
'
Me.Button4.BackColor = System.Drawing.Color.Transparent
Me.Button4.BackgroundImage = CType(resources.GetObject("Button4.BackgroundImage"), System.Drawing.Image)
Me.Button4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.Button4.Cursor = System.Windows.Forms.Cursors.Hand
Me.Button4.FlatAppearance.BorderSize = 0
Me.Button4.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent
Me.Button4.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent
Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button4.ForeColor = System.Drawing.Color.Transparent
Me.Button4.Location = New System.Drawing.Point(36, 441)
Me.Button4.Name = "Button4"
Me.Button4.Size = New System.Drawing.Size(48, 39)
Me.Button4.TabIndex = 7
Me.Button4.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Button4.UseVisualStyleBackColor = False
'
'gotoTS
'
Me.gotoTS.BackColor = System.Drawing.Color.Transparent
Me.gotoTS.BackgroundImage = CType(resources.GetObject("gotoTS.BackgroundImage"), System.Drawing.Image)
Me.gotoTS.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.gotoTS.Cursor = System.Windows.Forms.Cursors.Hand
Me.gotoTS.FlatAppearance.BorderSize = 0
Me.gotoTS.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent
Me.gotoTS.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent
Me.gotoTS.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.gotoTS.ForeColor = System.Drawing.Color.Transparent
Me.gotoTS.Location = New System.Drawing.Point(474, 188)
Me.gotoTS.Margin = New System.Windows.Forms.Padding(0)
Me.gotoTS.Name = "gotoTS"
Me.gotoTS.Size = New System.Drawing.Size(400, 201)
Me.gotoTS.TabIndex = 9
Me.gotoTS.UseVisualStyleBackColor = False
'
'GotoWeb
'
Me.GotoWeb.BackColor = System.Drawing.Color.Transparent
Me.GotoWeb.BackgroundImage = CType(resources.GetObject("GotoWeb.BackgroundImage"), System.Drawing.Image)
Me.GotoWeb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.GotoWeb.Cursor = System.Windows.Forms.Cursors.Hand
Me.GotoWeb.FlatAppearance.BorderSize = 0
Me.GotoWeb.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent
Me.GotoWeb.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent
Me.GotoWeb.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.GotoWeb.ForeColor = System.Drawing.Color.Transparent
Me.GotoWeb.Location = New System.Drawing.Point(29, 10)
Me.GotoWeb.Name = "GotoWeb"
Me.GotoWeb.Size = New System.Drawing.Size(34, 30)
Me.GotoWeb.TabIndex = 10
Me.GotoWeb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.GotoWeb.UseVisualStyleBackColor = False
'
'Beta
'
Me.Beta.AutoSize = True
Me.Beta.BackColor = System.Drawing.Color.Transparent
Me.Beta.ForeColor = System.Drawing.SystemColors.ButtonFace
Me.Beta.Location = New System.Drawing.Point(61, 10)
Me.Beta.Name = "Beta"
Me.Beta.Size = New System.Drawing.Size(29, 13)
Me.Beta.TabIndex = 11
Me.Beta.Text = "Beta"
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.BackColor = System.Drawing.Color.Transparent
Me.Label1.Font = New System.Drawing.Font("Segoe UI", 27.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.ForeColor = System.Drawing.SystemColors.ButtonFace
Me.Label1.Location = New System.Drawing.Point(35, 81)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(157, 50)
Me.Label1.TabIndex = 12
Me.Label1.Text = "ALTTAB"
'
'wiki
'
Me.wiki.BackColor = System.Drawing.Color.Transparent
Me.wiki.BackgroundImage = CType(resources.GetObject("wiki.BackgroundImage"), System.Drawing.Image)
Me.wiki.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.wiki.FlatAppearance.BorderSize = 0
Me.wiki.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.wiki.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.wiki.ForeColor = System.Drawing.Color.Transparent
Me.wiki.Location = New System.Drawing.Point(91, 441)
Me.wiki.Name = "wiki"
Me.wiki.Size = New System.Drawing.Size(70, 39)
Me.wiki.TabIndex = 13
Me.wiki.UseVisualStyleBackColor = False
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.BackColor = System.Drawing.SystemColors.HotTrack
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label2.ForeColor = System.Drawing.SystemColors.ButtonFace
Me.Label2.Location = New System.Drawing.Point(188, 92)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(33, 13)
Me.Label2.TabIndex = 14
Me.Label2.Text = "Beta"
'
'Launcher
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"), System.Drawing.Image)
Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.ClientSize = New System.Drawing.Size(902, 506)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.wiki)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.Beta)
Me.Controls.Add(Me.GotoWeb)
Me.Controls.Add(Me.gotoTS)
Me.Controls.Add(Me.Button4)
Me.Controls.Add(Me.Button3)
Me.Controls.Add(Me.Button2)
Me.Controls.Add(Me.Button1)
Me.DoubleBuffered = True
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "Launcher"
Me.Text = "ALTTAB Beta"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Button2 As Button
Friend WithEvents Button1 As Button
Friend WithEvents Button3 As Button
Friend WithEvents Button4 As Button
Friend WithEvents gotoTS As Button
Friend WithEvents GotoWeb As Button
Friend WithEvents Beta As Label
Friend WithEvents Label1 As Label
Friend WithEvents wiki As Button
Friend WithEvents Label2 As Label
End Class