-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathForm1.Designer.vb
More file actions
348 lines (344 loc) · 13.5 KB
/
Form1.Designer.vb
File metadata and controls
348 lines (344 loc) · 13.5 KB
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
Imports System.Windows.Forms
<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 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()
components = New Container()
Dim resources As ComponentResourceManager = New ComponentResourceManager(GetType(Form1))
Button1 = New Button()
PictureBox2 = New PictureBox()
Label1 = New Label()
PictureBox1 = New PictureBox()
Label2 = New Label()
Label3 = New Label()
PictureBox3 = New PictureBox()
FortnitePictureBox = New PictureBox()
ValorantPictureBox = New PictureBox()
ApexPictureBox = New PictureBox()
Label4 = New Label()
AutoCloseTimer = New Timer(components)
AutoMinimizeTimer = New Timer(components)
CheckWindowTimer = New Timer(components)
GroupBox1 = New GroupBox()
LinkLabel1 = New LinkLabel()
Label5 = New Label()
Farlight84PictureBox = New PictureBox()
GroupBox3 = New GroupBox()
WidescreenFixCheckBox = New CheckBox()
XDefiantPictureBox = New PictureBox()
GameBoxContextMenuStrip = New ContextMenuStrip(components)
CreateDesktopShortcutToolStripMenuItem = New ToolStripMenuItem()
CType(PictureBox2, ISupportInitialize).BeginInit()
CType(PictureBox1, ISupportInitialize).BeginInit()
CType(PictureBox3, ISupportInitialize).BeginInit()
CType(FortnitePictureBox, ISupportInitialize).BeginInit()
CType(ValorantPictureBox, ISupportInitialize).BeginInit()
CType(ApexPictureBox, ISupportInitialize).BeginInit()
GroupBox1.SuspendLayout()
CType(Farlight84PictureBox, ISupportInitialize).BeginInit()
GroupBox3.SuspendLayout()
CType(XDefiantPictureBox, ISupportInitialize).BeginInit()
GameBoxContextMenuStrip.SuspendLayout()
SuspendLayout()
'
' Button1
'
Button1.Location = New Point(59, 138)
Button1.Name = "Button1"
Button1.Size = New Size(144, 35)
Button1.TabIndex = 1
Button1.Text = "Enable True Stretched"
Button1.UseVisualStyleBackColor = True
'
' PictureBox2
'
PictureBox2.BackColor = Color.FromArgb(CByte(29), CByte(29), CByte(29))
PictureBox2.Image = CType(resources.GetObject("PictureBox2.Image"), Image)
PictureBox2.Location = New Point(257, 495)
PictureBox2.Name = "PictureBox2"
PictureBox2.Size = New Size(35, 34)
PictureBox2.SizeMode = PictureBoxSizeMode.Zoom
PictureBox2.TabIndex = 3
PictureBox2.TabStop = False
'
' Label1
'
Label1.AutoSize = True
Label1.BackColor = Color.FromArgb(CByte(29), CByte(29), CByte(29))
Label1.Font = New Font("Segoe UI", 9.75F, FontStyle.Bold)
Label1.ForeColor = Color.White
Label1.Location = New Point(12, 511)
Label1.Name = "Label1"
Label1.Size = New Size(151, 17)
Label1.TabIndex = 4
Label1.Text = "Made By CodingCarson"
'
' PictureBox1
'
PictureBox1.BackColor = Color.FromArgb(CByte(29), CByte(29), CByte(29))
PictureBox1.Location = New Point(-5, 504)
PictureBox1.Name = "PictureBox1"
PictureBox1.Size = New Size(312, 32)
PictureBox1.TabIndex = 7
PictureBox1.TabStop = False
'
' Label2
'
Label2.AutoSize = True
Label2.BackColor = Color.Transparent
Label2.ForeColor = Color.White
Label2.Location = New Point(12, 476)
Label2.Name = "Label2"
Label2.Size = New Size(42, 15)
Label2.TabIndex = 8
Label2.Text = "Status:"
'
' Label3
'
Label3.AutoSize = True
Label3.BackColor = Color.Transparent
Label3.ForeColor = Color.White
Label3.Location = New Point(60, 476)
Label3.Name = "Label3"
Label3.Size = New Size(26, 15)
Label3.TabIndex = 9
Label3.Text = "Idle"
'
' PictureBox3
'
PictureBox3.BackColor = Color.FromArgb(CByte(29), CByte(29), CByte(29))
PictureBox3.Location = New Point(248, -1)
PictureBox3.Name = "PictureBox3"
PictureBox3.Size = New Size(55, 535)
PictureBox3.TabIndex = 10
PictureBox3.TabStop = False
'
' FortnitePictureBox
'
FortnitePictureBox.Image = CType(resources.GetObject("FortnitePictureBox.Image"), Image)
FortnitePictureBox.Location = New Point(253, 109)
FortnitePictureBox.Name = "FortnitePictureBox"
FortnitePictureBox.Size = New Size(43, 43)
FortnitePictureBox.SizeMode = PictureBoxSizeMode.StretchImage
FortnitePictureBox.TabIndex = 11
FortnitePictureBox.TabStop = False
'
' ValorantPictureBox
'
ValorantPictureBox.Image = CType(resources.GetObject("ValorantPictureBox.Image"), Image)
ValorantPictureBox.Location = New Point(253, 158)
ValorantPictureBox.Name = "ValorantPictureBox"
ValorantPictureBox.Size = New Size(43, 43)
ValorantPictureBox.SizeMode = PictureBoxSizeMode.StretchImage
ValorantPictureBox.TabIndex = 12
ValorantPictureBox.TabStop = False
'
' ApexPictureBox
'
ApexPictureBox.Image = CType(resources.GetObject("ApexPictureBox.Image"), Image)
ApexPictureBox.Location = New Point(253, 11)
ApexPictureBox.Name = "ApexPictureBox"
ApexPictureBox.Size = New Size(43, 43)
ApexPictureBox.SizeMode = PictureBoxSizeMode.StretchImage
ApexPictureBox.TabIndex = 13
ApexPictureBox.TabStop = False
'
' Label4
'
Label4.AutoSize = True
Label4.BackColor = Color.Transparent
Label4.Font = New Font("Segoe UI", 18F, FontStyle.Bold)
Label4.ForeColor = Color.White
Label4.Location = New Point(75, 11)
Label4.Name = "Label4"
Label4.Size = New Size(136, 32)
Label4.TabIndex = 14
Label4.Text = "Game Title"
'
' AutoCloseTimer
'
AutoCloseTimer.Interval = 1000
'
' AutoMinimizeTimer
'
AutoMinimizeTimer.Interval = 1000
'
' CheckWindowTimer
'
CheckWindowTimer.Interval = 1000
'
' GroupBox1
'
GroupBox1.BackColor = Color.Transparent
GroupBox1.Controls.Add(LinkLabel1)
GroupBox1.Controls.Add(Label5)
GroupBox1.ForeColor = Color.White
GroupBox1.Location = New Point(14, 371)
GroupBox1.Name = "GroupBox1"
GroupBox1.Size = New Size(221, 92)
GroupBox1.TabIndex = 21
GroupBox1.TabStop = False
GroupBox1.Text = "Game Guide"
'
' LinkLabel1
'
LinkLabel1.AutoSize = True
LinkLabel1.LinkColor = Color.White
LinkLabel1.Location = New Point(6, 65)
LinkLabel1.Name = "LinkLabel1"
LinkLabel1.Size = New Size(193, 15)
LinkLabel1.TabIndex = 1
LinkLabel1.TabStop = True
LinkLabel1.Text = "https://TrueStretched.com/*Game*"
'
' Label5
'
Label5.AutoSize = True
Label5.Location = New Point(6, 19)
Label5.Name = "Label5"
Label5.Size = New Size(203, 30)
Label5.TabIndex = 0
Label5.Text = "Before Enabling: Check out the guide" & vbCrLf & "on TrueStretched.com"
'
' Farlight84PictureBox
'
Farlight84PictureBox.Image = My.Resources.Resources.Farlight84_Logo
Farlight84PictureBox.Location = New Point(253, 60)
Farlight84PictureBox.Name = "Farlight84PictureBox"
Farlight84PictureBox.Size = New Size(43, 43)
Farlight84PictureBox.SizeMode = PictureBoxSizeMode.StretchImage
Farlight84PictureBox.TabIndex = 23
Farlight84PictureBox.TabStop = False
'
' GroupBox3
'
GroupBox3.BackColor = Color.Transparent
GroupBox3.Controls.Add(WidescreenFixCheckBox)
GroupBox3.ForeColor = Color.White
GroupBox3.Location = New Point(14, 305)
GroupBox3.Name = "GroupBox3"
GroupBox3.Size = New Size(221, 60)
GroupBox3.TabIndex = 24
GroupBox3.TabStop = False
GroupBox3.Text = "Valorant Extras"
GroupBox3.Visible = False
'
' WidescreenFixCheckBox
'
WidescreenFixCheckBox.AutoSize = True
WidescreenFixCheckBox.Enabled = False
WidescreenFixCheckBox.Font = New Font("Segoe UI Semibold", 9F, FontStyle.Bold, GraphicsUnit.Point, CByte(0))
WidescreenFixCheckBox.Location = New Point(6, 26)
WidescreenFixCheckBox.Name = "WidescreenFixCheckBox"
WidescreenFixCheckBox.Size = New Size(152, 19)
WidescreenFixCheckBox.TabIndex = 2
WidescreenFixCheckBox.Text = "Widescreen Monitor Fix"
WidescreenFixCheckBox.UseVisualStyleBackColor = True
'
' XDefiantPictureBox
'
XDefiantPictureBox.Image = My.Resources.Resources.XDefiant_Logo
XDefiantPictureBox.Location = New Point(253, 207)
XDefiantPictureBox.Name = "XDefiantPictureBox"
XDefiantPictureBox.Size = New Size(43, 43)
XDefiantPictureBox.SizeMode = PictureBoxSizeMode.StretchImage
XDefiantPictureBox.TabIndex = 25
XDefiantPictureBox.TabStop = False
'
' GameBoxContextMenuStrip
'
GameBoxContextMenuStrip.Items.AddRange(New ToolStripItem() {CreateDesktopShortcutToolStripMenuItem})
GameBoxContextMenuStrip.Name = "ContextMenuStrip1"
GameBoxContextMenuStrip.ShowImageMargin = False
GameBoxContextMenuStrip.Size = New Size(178, 48)
'
' CreateDesktopShortcutToolStripMenuItem
'
CreateDesktopShortcutToolStripMenuItem.Name = "CreateDesktopShortcutToolStripMenuItem"
CreateDesktopShortcutToolStripMenuItem.Size = New Size(177, 22)
CreateDesktopShortcutToolStripMenuItem.Text = "Create Desktop Shortcut"
'
' Form1
'
AutoScaleDimensions = New SizeF(7F, 15F)
AutoScaleMode = AutoScaleMode.Font
BackColor = Color.FromArgb(CByte(41), CByte(55), CByte(66))
BackgroundImageLayout = ImageLayout.Zoom
ClientSize = New Size(300, 533)
Controls.Add(XDefiantPictureBox)
Controls.Add(GroupBox3)
Controls.Add(Farlight84PictureBox)
Controls.Add(GroupBox1)
Controls.Add(Label4)
Controls.Add(ApexPictureBox)
Controls.Add(ValorantPictureBox)
Controls.Add(FortnitePictureBox)
Controls.Add(Label3)
Controls.Add(Label2)
Controls.Add(PictureBox2)
Controls.Add(Label1)
Controls.Add(Button1)
Controls.Add(PictureBox1)
Controls.Add(PictureBox3)
FormBorderStyle = FormBorderStyle.FixedSingle
Icon = CType(resources.GetObject("$this.Icon"), Icon)
MaximizeBox = False
Name = "Form1"
Text = "True Stretched"
CType(PictureBox2, ISupportInitialize).EndInit()
CType(PictureBox1, ISupportInitialize).EndInit()
CType(PictureBox3, ISupportInitialize).EndInit()
CType(FortnitePictureBox, ISupportInitialize).EndInit()
CType(ValorantPictureBox, ISupportInitialize).EndInit()
CType(ApexPictureBox, ISupportInitialize).EndInit()
GroupBox1.ResumeLayout(False)
GroupBox1.PerformLayout()
CType(Farlight84PictureBox, ISupportInitialize).EndInit()
GroupBox3.ResumeLayout(False)
GroupBox3.PerformLayout()
CType(XDefiantPictureBox, ISupportInitialize).EndInit()
GameBoxContextMenuStrip.ResumeLayout(False)
ResumeLayout(False)
PerformLayout()
End Sub
Friend WithEvents Button1 As Button
Friend WithEvents PictureBox2 As PictureBox
Friend WithEvents Label1 As Label
Friend WithEvents PictureBox1 As PictureBox
Friend WithEvents Label2 As Label
Friend WithEvents Label3 As Label
Friend WithEvents PictureBox3 As PictureBox
Friend WithEvents FortnitePictureBox As PictureBox
Friend WithEvents ValorantPictureBox As PictureBox
Friend WithEvents ApexPictureBox As PictureBox
Friend WithEvents Label4 As Label
Friend WithEvents AutoCloseTimer As Timer
Friend WithEvents AutoMinimizeTimer As Timer
Friend WithEvents CheckWindowTimer As Timer
Friend WithEvents GroupBox1 As GroupBox
Friend WithEvents Label5 As Label
Friend WithEvents LinkLabel1 As LinkLabel
Friend WithEvents Farlight84PictureBox As PictureBox
Friend WithEvents GroupBox3 As GroupBox
Friend WithEvents WidescreenFixCheckBox As CheckBox
Friend WithEvents XDefiantPictureBox As PictureBox
Friend WithEvents GameBoxContextMenuStrip As ContextMenuStrip
Friend WithEvents CreateDesktopShortcutToolStripMenuItem As ToolStripMenuItem
End Class