This repository has been archived by the owner on May 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathForm1.Designer.vb
390 lines (386 loc) · 18.5 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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Form1
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()
Me.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1))
Dim MouseHook1 As SACNR_Keybinder_Evolution.MouseHook = New SACNR_Keybinder_Evolution.MouseHook()
Me.NotifyIcon1 = New System.Windows.Forms.NotifyIcon(Me.components)
Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
Me.imgLogo2 = New System.Windows.Forms.PictureBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.Label3 = New System.Windows.Forms.Label()
Me.Label4 = New System.Windows.Forms.Label()
Me.Label5 = New System.Windows.Forms.Label()
Me.Label6 = New System.Windows.Forms.Label()
Me.Label7 = New System.Windows.Forms.Label()
Me.Label8 = New System.Windows.Forms.Label()
Me.WebBrowser1 = New System.Windows.Forms.WebBrowser()
Me.MainPanel = New System.Windows.Forms.Panel()
Me.Label9 = New System.Windows.Forms.Label()
Me.PictureBox2 = New System.Windows.Forms.PictureBox()
Me.PictureBox3 = New System.Windows.Forms.PictureBox()
Me.Timer2 = New System.Windows.Forms.Timer(Me.components)
Me.btnLaunch = New SACNR_Keybinder_Evolution.ReactorButton()
Me.MousePanel1 = New SACNR_Keybinder_Evolution.MousePanel()
Me.SettingsPanel1 = New SACNR_Keybinder_Evolution.SettingsPanel()
Me.KbPanelPage2 = New SACNR_Keybinder_Evolution.KBPanel()
Me.KbPanelPage1 = New SACNR_Keybinder_Evolution.KBPanel()
Me.X360Panel1 = New SACNR_Keybinder_Evolution.X360Panel()
Me.AboutPanel1 = New SACNR_Keybinder_Evolution.AboutPanel()
CType(Me.imgLogo2, System.ComponentModel.ISupportInitialize).BeginInit()
Me.MainPanel.SuspendLayout()
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'NotifyIcon1
'
Me.NotifyIcon1.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info
Me.NotifyIcon1.BalloonTipText = "Minimized To Tray"
Me.NotifyIcon1.BalloonTipTitle = "SACNR KeyBinder"
Me.NotifyIcon1.Icon = CType(resources.GetObject("NotifyIcon1.Icon"), System.Drawing.Icon)
Me.NotifyIcon1.Text = "SACNR KeyBinder 2013 Edition"
Me.NotifyIcon1.Visible = True
'
'Timer1
'
Me.Timer1.Enabled = True
Me.Timer1.Interval = 5000
'
'imgLogo2
'
Me.imgLogo2.Cursor = System.Windows.Forms.Cursors.Hand
Me.imgLogo2.Image = CType(resources.GetObject("imgLogo2.Image"), System.Drawing.Image)
Me.imgLogo2.Location = New System.Drawing.Point(3, 2)
Me.imgLogo2.Name = "imgLogo2"
Me.imgLogo2.Size = New System.Drawing.Size(475, 75)
Me.imgLogo2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.imgLogo2.TabIndex = 44
Me.imgLogo2.TabStop = False
'
'Label1
'
Me.Label1.BackColor = System.Drawing.Color.Transparent
Me.Label1.Cursor = System.Windows.Forms.Cursors.Hand
Me.Label1.Font = New System.Drawing.Font("Impact", 20.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.ForeColor = System.Drawing.Color.Gray
Me.Label1.Location = New System.Drawing.Point(12, 30)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(168, 35)
Me.Label1.TabIndex = 58
Me.Label1.Text = "Keyboard"
Me.Label1.TextAlign = System.Drawing.ContentAlignment.TopCenter
'
'Label2
'
Me.Label2.BackColor = System.Drawing.Color.Transparent
Me.Label2.Cursor = System.Windows.Forms.Cursors.Hand
Me.Label2.Font = New System.Drawing.Font("Impact", 20.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label2.ForeColor = System.Drawing.Color.Gray
Me.Label2.Location = New System.Drawing.Point(12, 115)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(168, 34)
Me.Label2.TabIndex = 58
Me.Label2.Text = "Mouse"
Me.Label2.TextAlign = System.Drawing.ContentAlignment.TopCenter
'
'Label3
'
Me.Label3.BackColor = System.Drawing.Color.Transparent
Me.Label3.Cursor = System.Windows.Forms.Cursors.Hand
Me.Label3.Font = New System.Drawing.Font("Impact", 20.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label3.ForeColor = System.Drawing.Color.Gray
Me.Label3.Location = New System.Drawing.Point(12, 195)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(168, 34)
Me.Label3.TabIndex = 58
Me.Label3.Text = "Xbox 360"
Me.Label3.TextAlign = System.Drawing.ContentAlignment.TopCenter
'
'Label4
'
Me.Label4.BackColor = System.Drawing.Color.Transparent
Me.Label4.Cursor = System.Windows.Forms.Cursors.Hand
Me.Label4.Font = New System.Drawing.Font("Impact", 20.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label4.ForeColor = System.Drawing.Color.Gray
Me.Label4.Location = New System.Drawing.Point(12, 353)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(168, 34)
Me.Label4.TabIndex = 58
Me.Label4.Text = "What's New?"
Me.Label4.TextAlign = System.Drawing.ContentAlignment.TopCenter
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.BackColor = System.Drawing.Color.Transparent
Me.Label5.Cursor = System.Windows.Forms.Cursors.Hand
Me.Label5.Font = New System.Drawing.Font("Impact", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label5.ForeColor = System.Drawing.Color.Gray
Me.Label5.Location = New System.Drawing.Point(100, 65)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(45, 17)
Me.Label5.TabIndex = 59
Me.Label5.Text = "Page 2"
Me.Label5.TextAlign = System.Drawing.ContentAlignment.TopCenter
Me.Label5.Visible = False
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.BackColor = System.Drawing.Color.Transparent
Me.Label6.Cursor = System.Windows.Forms.Cursors.Hand
Me.Label6.Font = New System.Drawing.Font("Impact", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label6.ForeColor = System.Drawing.Color.Gray
Me.Label6.Location = New System.Drawing.Point(47, 65)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(43, 17)
Me.Label6.TabIndex = 59
Me.Label6.Text = "Page 1"
Me.Label6.TextAlign = System.Drawing.ContentAlignment.TopCenter
Me.Label6.Visible = False
'
'Label7
'
Me.Label7.AutoSize = True
Me.Label7.BackColor = System.Drawing.Color.Transparent
Me.Label7.Font = New System.Drawing.Font("Impact", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label7.ForeColor = System.Drawing.Color.White
Me.Label7.Location = New System.Drawing.Point(67, 76)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(369, 23)
Me.Label7.TabIndex = 61
Me.Label7.Text = "Cyanlabs presents SACnR Keybinder Evolution"
'
'Label8
'
Me.Label8.AutoSize = True
Me.Label8.BackColor = System.Drawing.Color.Transparent
Me.Label8.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label8.ForeColor = System.Drawing.Color.White
Me.Label8.Location = New System.Drawing.Point(18, 102)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(514, 13)
Me.Label8.TabIndex = 62
Me.Label8.Text = "Please watch the video below to understand how to fully use SACnR Keybinder Evolu" & _
"tion"
'
'WebBrowser1
'
Me.WebBrowser1.AllowWebBrowserDrop = False
Me.WebBrowser1.IsWebBrowserContextMenuEnabled = False
Me.WebBrowser1.Location = New System.Drawing.Point(44, 118)
Me.WebBrowser1.MinimumSize = New System.Drawing.Size(20, 20)
Me.WebBrowser1.Name = "WebBrowser1"
Me.WebBrowser1.ScriptErrorsSuppressed = True
Me.WebBrowser1.ScrollBarsEnabled = False
Me.WebBrowser1.Size = New System.Drawing.Size(440, 267)
Me.WebBrowser1.TabIndex = 63
Me.WebBrowser1.WebBrowserShortcutsEnabled = False
'
'MainPanel
'
Me.MainPanel.BackColor = System.Drawing.Color.Transparent
Me.MainPanel.Controls.Add(Me.Label8)
Me.MainPanel.Controls.Add(Me.Label7)
Me.MainPanel.Controls.Add(Me.WebBrowser1)
Me.MainPanel.Controls.Add(Me.imgLogo2)
Me.MainPanel.ForeColor = System.Drawing.Color.White
Me.MainPanel.Location = New System.Drawing.Point(186, 19)
Me.MainPanel.Name = "MainPanel"
Me.MainPanel.Size = New System.Drawing.Size(550, 421)
Me.MainPanel.TabIndex = 65
'
'Label9
'
Me.Label9.BackColor = System.Drawing.Color.Transparent
Me.Label9.Cursor = System.Windows.Forms.Cursors.Hand
Me.Label9.Font = New System.Drawing.Font("Impact", 20.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label9.ForeColor = System.Drawing.Color.Gray
Me.Label9.Location = New System.Drawing.Point(12, 300)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(168, 34)
Me.Label9.TabIndex = 58
Me.Label9.Text = "Settings"
Me.Label9.TextAlign = System.Drawing.ContentAlignment.TopCenter
'
'PictureBox2
'
Me.PictureBox2.BackColor = System.Drawing.Color.Transparent
Me.PictureBox2.Cursor = System.Windows.Forms.Cursors.Hand
Me.PictureBox2.Image = Global.SACNR_Keybinder_Evolution.My.Resources.Resources.close
Me.PictureBox2.Location = New System.Drawing.Point(644, 2)
Me.PictureBox2.Name = "PictureBox2"
Me.PictureBox2.Size = New System.Drawing.Size(20, 20)
Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBox2.TabIndex = 66
Me.PictureBox2.TabStop = False
'
'PictureBox3
'
Me.PictureBox3.BackColor = System.Drawing.Color.Transparent
Me.PictureBox3.Cursor = System.Windows.Forms.Cursors.Hand
Me.PictureBox3.Image = Global.SACNR_Keybinder_Evolution.My.Resources.Resources.minimize
Me.PictureBox3.Location = New System.Drawing.Point(625, -2)
Me.PictureBox3.Name = "PictureBox3"
Me.PictureBox3.Size = New System.Drawing.Size(20, 20)
Me.PictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBox3.TabIndex = 67
Me.PictureBox3.TabStop = False
'
'Timer2
'
Me.Timer2.Enabled = True
'
'btnLaunch
'
Me.btnLaunch.BackColor = System.Drawing.Color.FromArgb(CType(CType(38, Byte), Integer), CType(CType(38, Byte), Integer), CType(CType(38, Byte), Integer))
Me.btnLaunch.Font = New System.Drawing.Font("Verdana", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnLaunch.Location = New System.Drawing.Point(184, 400)
Me.btnLaunch.Name = "btnLaunch"
Me.btnLaunch.Size = New System.Drawing.Size(538, 41)
Me.btnLaunch.TabIndex = 50
Me.btnLaunch.Text = "Launch ""San Andreas Cops N Robbers"""
'
'MousePanel1
'
Me.MousePanel1.BackColor = System.Drawing.Color.Transparent
Me.MousePanel1.Location = New System.Drawing.Point(186, 19)
Me.MousePanel1.mHook = MouseHook1
Me.MousePanel1.Name = "MousePanel1"
Me.MousePanel1.Size = New System.Drawing.Size(550, 420)
Me.MousePanel1.TabIndex = 53
Me.MousePanel1.Visible = False
'
'SettingsPanel1
'
Me.SettingsPanel1.BackColor = System.Drawing.Color.Transparent
Me.SettingsPanel1.ForeColor = System.Drawing.Color.White
Me.SettingsPanel1.Location = New System.Drawing.Point(186, 19)
Me.SettingsPanel1.Name = "SettingsPanel1"
Me.SettingsPanel1.Size = New System.Drawing.Size(550, 420)
Me.SettingsPanel1.TabIndex = 55
Me.SettingsPanel1.Visible = False
'
'KbPanelPage2
'
Me.KbPanelPage2.BackColor = System.Drawing.Color.Transparent
Me.KbPanelPage2.Location = New System.Drawing.Point(186, 19)
Me.KbPanelPage2.Name = "KbPanelPage2"
Me.KbPanelPage2.Size = New System.Drawing.Size(550, 420)
Me.KbPanelPage2.TabIndex = 68
Me.KbPanelPage2.Visible = False
'
'KbPanelPage1
'
Me.KbPanelPage1.BackColor = System.Drawing.Color.Transparent
Me.KbPanelPage1.Location = New System.Drawing.Point(186, 19)
Me.KbPanelPage1.Name = "KbPanelPage1"
Me.KbPanelPage1.Size = New System.Drawing.Size(550, 420)
Me.KbPanelPage1.TabIndex = 64
Me.KbPanelPage1.Visible = False
'
'X360Panel1
'
Me.X360Panel1.BackColor = System.Drawing.Color.Transparent
Me.X360Panel1.ForeColor = System.Drawing.Color.White
Me.X360Panel1.Location = New System.Drawing.Point(186, 19)
Me.X360Panel1.Name = "X360Panel1"
Me.X360Panel1.Size = New System.Drawing.Size(550, 420)
Me.X360Panel1.TabIndex = 54
Me.X360Panel1.Visible = False
'
'AboutPanel1
'
Me.AboutPanel1.BackColor = System.Drawing.Color.Transparent
Me.AboutPanel1.ForeColor = System.Drawing.Color.White
Me.AboutPanel1.Location = New System.Drawing.Point(186, 19)
Me.AboutPanel1.Name = "AboutPanel1"
Me.AboutPanel1.Size = New System.Drawing.Size(550, 420)
Me.AboutPanel1.TabIndex = 57
Me.AboutPanel1.Visible = False
'
'Form1
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.Magenta
Me.BackgroundImage = Global.SACNR_Keybinder_Evolution.My.Resources.Resources.backgroundwithoutheader
Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None
Me.ClientSize = New System.Drawing.Size(757, 450)
Me.Controls.Add(Me.btnLaunch)
Me.Controls.Add(Me.Label6)
Me.Controls.Add(Me.Label5)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.Label9)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.MousePanel1)
Me.Controls.Add(Me.SettingsPanel1)
Me.Controls.Add(Me.KbPanelPage2)
Me.Controls.Add(Me.KbPanelPage1)
Me.Controls.Add(Me.X360Panel1)
Me.Controls.Add(Me.AboutPanel1)
Me.Controls.Add(Me.PictureBox3)
Me.Controls.Add(Me.PictureBox2)
Me.Controls.Add(Me.MainPanel)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.KeyPreview = True
Me.Name = "Form1"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "SACNR Keybinder 2013 Edition"
Me.TransparencyKey = System.Drawing.Color.Magenta
CType(Me.imgLogo2, System.ComponentModel.ISupportInitialize).EndInit()
Me.MainPanel.ResumeLayout(False)
Me.MainPanel.PerformLayout()
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents NotifyIcon1 As System.Windows.Forms.NotifyIcon
Friend WithEvents imgLogo2 As System.Windows.Forms.PictureBox
Friend WithEvents btnLaunch As SACNR_Keybinder_Evolution.ReactorButton
Friend WithEvents Timer1 As System.Windows.Forms.Timer
Friend WithEvents MousePanel1 As SACNR_Keybinder_Evolution.MousePanel
Friend WithEvents X360Panel1 As SACNR_Keybinder_Evolution.X360Panel
Friend WithEvents SettingsPanel1 As SACNR_Keybinder_Evolution.SettingsPanel
Friend WithEvents AboutPanel1 As SACNR_Keybinder_Evolution.AboutPanel
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents Label7 As System.Windows.Forms.Label
Friend WithEvents Label8 As System.Windows.Forms.Label
Friend WithEvents WebBrowser1 As System.Windows.Forms.WebBrowser
Friend WithEvents MainPanel As System.Windows.Forms.Panel
Friend WithEvents KbPanelPage1 As SACNR_Keybinder_Evolution.KBPanel
Friend WithEvents Label9 As System.Windows.Forms.Label
Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox
Friend WithEvents PictureBox3 As System.Windows.Forms.PictureBox
Friend WithEvents KbPanelPage2 As SACNR_Keybinder_Evolution.KBPanel
Friend WithEvents Timer2 As System.Windows.Forms.Timer
End Class