-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathForm1.Designer.vb
More file actions
165 lines (160 loc) · 5.87 KB
/
Form1.Designer.vb
File metadata and controls
165 lines (160 loc) · 5.87 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
<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()
Me.cbAmmo = New System.Windows.Forms.CheckBox()
Me.timerAmmo = New System.Windows.Forms.Timer(Me.components)
Me.Panel1 = New System.Windows.Forms.Panel()
Me.cbNoRecoil = New System.Windows.Forms.CheckBox()
Me.cbAimBot = New System.Windows.Forms.CheckBox()
Me.cbKevlar = New System.Windows.Forms.CheckBox()
Me.cbGodMode = New System.Windows.Forms.CheckBox()
Me.timerGod = New System.Windows.Forms.Timer(Me.components)
Me.timerKevlar = New System.Windows.Forms.Timer(Me.components)
Me.timerNoRecoil = New System.Windows.Forms.Timer(Me.components)
Me.Label1 = New System.Windows.Forms.Label()
Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
Me.Panel1.SuspendLayout()
Me.SuspendLayout()
'
'cbAmmo
'
Me.cbAmmo.AutoSize = True
Me.cbAmmo.ForeColor = System.Drawing.Color.White
Me.cbAmmo.Location = New System.Drawing.Point(5, 5)
Me.cbAmmo.Name = "cbAmmo"
Me.cbAmmo.Size = New System.Drawing.Size(118, 19)
Me.cbAmmo.TabIndex = 0
Me.cbAmmo.Text = "Unlimited Ammo"
Me.cbAmmo.UseVisualStyleBackColor = True
'
'timerAmmo
'
Me.timerAmmo.Interval = 10
'
'Panel1
'
Me.Panel1.BackColor = System.Drawing.Color.Crimson
Me.Panel1.Controls.Add(Me.cbNoRecoil)
Me.Panel1.Controls.Add(Me.cbAimBot)
Me.Panel1.Controls.Add(Me.cbKevlar)
Me.Panel1.Controls.Add(Me.cbGodMode)
Me.Panel1.Controls.Add(Me.cbAmmo)
Me.Panel1.Location = New System.Drawing.Point(12, 12)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(200, 302)
Me.Panel1.TabIndex = 1
'
'cbNoRecoil
'
Me.cbNoRecoil.AutoSize = True
Me.cbNoRecoil.ForeColor = System.Drawing.Color.White
Me.cbNoRecoil.Location = New System.Drawing.Point(5, 105)
Me.cbNoRecoil.Name = "cbNoRecoil"
Me.cbNoRecoil.Size = New System.Drawing.Size(77, 19)
Me.cbNoRecoil.TabIndex = 4
Me.cbNoRecoil.Text = "No Recoil"
Me.cbNoRecoil.UseVisualStyleBackColor = True
'
'cbAimBot
'
Me.cbAimBot.AutoSize = True
Me.cbAimBot.ForeColor = System.Drawing.Color.White
Me.cbAimBot.Location = New System.Drawing.Point(5, 80)
Me.cbAimBot.Name = "cbAimBot"
Me.cbAimBot.Size = New System.Drawing.Size(66, 19)
Me.cbAimBot.TabIndex = 3
Me.cbAimBot.Text = "AimBot"
Me.cbAimBot.UseVisualStyleBackColor = True
'
'cbKevlar
'
Me.cbKevlar.AutoSize = True
Me.cbKevlar.ForeColor = System.Drawing.Color.White
Me.cbKevlar.Location = New System.Drawing.Point(5, 55)
Me.cbKevlar.Name = "cbKevlar"
Me.cbKevlar.Size = New System.Drawing.Size(113, 19)
Me.cbKevlar.TabIndex = 2
Me.cbKevlar.Text = "Unlimited Kevlar"
Me.cbKevlar.UseVisualStyleBackColor = True
'
'cbGodMode
'
Me.cbGodMode.AutoSize = True
Me.cbGodMode.ForeColor = System.Drawing.Color.White
Me.cbGodMode.Location = New System.Drawing.Point(5, 30)
Me.cbGodMode.Name = "cbGodMode"
Me.cbGodMode.Size = New System.Drawing.Size(82, 19)
Me.cbGodMode.TabIndex = 1
Me.cbGodMode.Text = "God Mode"
Me.cbGodMode.UseVisualStyleBackColor = True
'
'timerGod
'
Me.timerGod.Interval = 10
'
'timerKevlar
'
Me.timerKevlar.Interval = 10
'
'timerNoRecoil
'
Me.timerNoRecoil.Interval = 10
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(310, 46)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(41, 15)
Me.Label1.TabIndex = 2
Me.Label1.Text = "Label1"
'
'Timer1
'
'
'Form1
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 15.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(800, 450)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.Panel1)
Me.Name = "Form1"
Me.Text = "Projekt Assualt Cube Trainer"
Me.Panel1.ResumeLayout(False)
Me.Panel1.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents cbAmmo As CheckBox
Friend WithEvents timerAmmo As Timer
Friend WithEvents Panel1 As Panel
Friend WithEvents cbGodMode As CheckBox
Friend WithEvents timerGod As Timer
Friend WithEvents cbKevlar As CheckBox
Friend WithEvents timerKevlar As Timer
Friend WithEvents cbAimBot As CheckBox
Friend WithEvents cbNoRecoil As CheckBox
Friend WithEvents timerNoRecoil As Timer
Friend WithEvents Label1 As Label
Friend WithEvents Timer1 As Timer
End Class