-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStart.Designer.cs
253 lines (246 loc) · 13.2 KB
/
Start.Designer.cs
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
namespace COD_Public_Cheater
{
partial class Start
{
/// <summary>
/// Erforderliche Designervariable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Verwendete Ressourcen bereinigen.
/// </summary>
/// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Vom Windows Form-Designer generierter Code
/// <summary>
/// Erforderliche Methode für die Designerunterstützung.
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.WelcomeLbl = new System.Windows.Forms.Label();
this.WelcomeLinkLbl = new System.Windows.Forms.LinkLabel();
this.FlashLinkLblTimer = new System.Windows.Forms.Timer(this.components);
this.DisableFlash = new System.Windows.Forms.CheckBox();
this.Bo3PBox = new System.Windows.Forms.PictureBox();
this.Bo2PBox = new System.Windows.Forms.PictureBox();
this.Bo1PBox = new System.Windows.Forms.PictureBox();
this.Mw3PBox = new System.Windows.Forms.PictureBox();
this.Mw2PBox = new System.Windows.Forms.PictureBox();
this.Mw1PBox = new System.Windows.Forms.PictureBox();
this.GitHubLinkLbl = new System.Windows.Forms.LinkLabel();
this.DisableOnTop = new System.Windows.Forms.CheckBox();
this.BugLinkLbl = new System.Windows.Forms.LinkLabel();
this.PPLinkLbl = new System.Windows.Forms.LinkLabel();
((System.ComponentModel.ISupportInitialize)(this.Bo3PBox)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Bo2PBox)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Bo1PBox)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Mw3PBox)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Mw2PBox)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Mw1PBox)).BeginInit();
this.SuspendLayout();
//
// WelcomeLbl
//
this.WelcomeLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.WelcomeLbl.Location = new System.Drawing.Point(12, 418);
this.WelcomeLbl.Name = "WelcomeLbl";
this.WelcomeLbl.Size = new System.Drawing.Size(562, 23);
this.WelcomeLbl.TabIndex = 0;
this.WelcomeLbl.Text = "Welcome to Project COD Public Cheater by K Town Mods, available on GitHub:";
this.WelcomeLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// WelcomeLinkLbl
//
this.WelcomeLinkLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.WelcomeLinkLbl.Location = new System.Drawing.Point(580, 418);
this.WelcomeLinkLbl.Name = "WelcomeLinkLbl";
this.WelcomeLinkLbl.Size = new System.Drawing.Size(204, 23);
this.WelcomeLinkLbl.TabIndex = 1;
this.WelcomeLinkLbl.TabStop = true;
this.WelcomeLinkLbl.Text = "Project COD Public Cheater";
this.WelcomeLinkLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.WelcomeLinkLbl.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.WelcomeLinkLbl_LinkClicked);
//
// FlashLinkLblTimer
//
this.FlashLinkLblTimer.Interval = 250;
this.FlashLinkLblTimer.Tick += new System.EventHandler(this.FlashLinkLblTimer_Tick);
//
// DisableFlash
//
this.DisableFlash.Location = new System.Drawing.Point(679, 398);
this.DisableFlash.Name = "DisableFlash";
this.DisableFlash.Size = new System.Drawing.Size(109, 17);
this.DisableFlash.TabIndex = 2;
this.DisableFlash.Text = "Disable Flashing?";
this.DisableFlash.UseVisualStyleBackColor = true;
this.DisableFlash.CheckedChanged += new System.EventHandler(this.DisableFlash_CheckedChanged);
//
// Bo3PBox
//
this.Bo3PBox.Image = global::COD_Public_Cheater.Properties.Resources.call_of_duty_black_ops_iii_by_em80em_d8tdts9;
this.Bo3PBox.Location = new System.Drawing.Point(270, 141);
this.Bo3PBox.Name = "Bo3PBox";
this.Bo3PBox.Size = new System.Drawing.Size(123, 123);
this.Bo3PBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.Bo3PBox.TabIndex = 8;
this.Bo3PBox.TabStop = false;
this.Bo3PBox.Click += new System.EventHandler(this.Bo3PBox_Click);
//
// Bo2PBox
//
this.Bo2PBox.Image = global::COD_Public_Cheater.Properties.Resources.call_of_duty_black_ops_2_icons___ico__by_backjumpone_d5pp83f;
this.Bo2PBox.Location = new System.Drawing.Point(141, 141);
this.Bo2PBox.Name = "Bo2PBox";
this.Bo2PBox.Size = new System.Drawing.Size(123, 123);
this.Bo2PBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.Bo2PBox.TabIndex = 7;
this.Bo2PBox.TabStop = false;
this.Bo2PBox.Click += new System.EventHandler(this.Bo2PBox_Click);
//
// Bo1PBox
//
this.Bo1PBox.Image = global::COD_Public_Cheater.Properties.Resources.Call_Of_Duty_Black_Ops_256;
this.Bo1PBox.Location = new System.Drawing.Point(12, 141);
this.Bo1PBox.Name = "Bo1PBox";
this.Bo1PBox.Size = new System.Drawing.Size(123, 123);
this.Bo1PBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.Bo1PBox.TabIndex = 6;
this.Bo1PBox.TabStop = false;
this.Bo1PBox.Click += new System.EventHandler(this.Bo1PBox_Click);
//
// Mw3PBox
//
this.Mw3PBox.Image = global::COD_Public_Cheater.Properties.Resources.CoD_Modern_Warfare_3_1_icon;
this.Mw3PBox.Location = new System.Drawing.Point(270, 12);
this.Mw3PBox.Name = "Mw3PBox";
this.Mw3PBox.Size = new System.Drawing.Size(123, 123);
this.Mw3PBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.Mw3PBox.TabIndex = 5;
this.Mw3PBox.TabStop = false;
this.Mw3PBox.Click += new System.EventHandler(this.Mw3PBox_Click);
//
// Mw2PBox
//
this.Mw2PBox.Image = global::COD_Public_Cheater.Properties.Resources.Call_of_Duty_Modern_Warfare_2_2_icon;
this.Mw2PBox.Location = new System.Drawing.Point(141, 12);
this.Mw2PBox.Name = "Mw2PBox";
this.Mw2PBox.Size = new System.Drawing.Size(123, 123);
this.Mw2PBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.Mw2PBox.TabIndex = 4;
this.Mw2PBox.TabStop = false;
this.Mw2PBox.Click += new System.EventHandler(this.Mw2PBox_Click);
//
// Mw1PBox
//
this.Mw1PBox.Image = global::COD_Public_Cheater.Properties.Resources.COD_MW_new_3_icon;
this.Mw1PBox.Location = new System.Drawing.Point(12, 12);
this.Mw1PBox.Name = "Mw1PBox";
this.Mw1PBox.Size = new System.Drawing.Size(123, 123);
this.Mw1PBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.Mw1PBox.TabIndex = 3;
this.Mw1PBox.TabStop = false;
this.Mw1PBox.Click += new System.EventHandler(this.Mw1_Click);
//
// GitHubLinkLbl
//
this.GitHubLinkLbl.AutoSize = true;
this.GitHubLinkLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.GitHubLinkLbl.Location = new System.Drawing.Point(704, 9);
this.GitHubLinkLbl.Name = "GitHubLinkLbl";
this.GitHubLinkLbl.Size = new System.Drawing.Size(84, 20);
this.GitHubLinkLbl.TabIndex = 9;
this.GitHubLinkLbl.TabStop = true;
this.GitHubLinkLbl.Text = "My GitHub";
this.GitHubLinkLbl.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.GitHubLinkLbl.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.GitHubLinkLbl_LinkClicked);
//
// DisableOnTop
//
this.DisableOnTop.Location = new System.Drawing.Point(679, 375);
this.DisableOnTop.Name = "DisableOnTop";
this.DisableOnTop.Size = new System.Drawing.Size(109, 17);
this.DisableOnTop.TabIndex = 10;
this.DisableOnTop.Text = "Disable on Top";
this.DisableOnTop.UseVisualStyleBackColor = true;
this.DisableOnTop.CheckedChanged += new System.EventHandler(this.DisableOnTop_CheckedChanged);
//
// BugLinkLbl
//
this.BugLinkLbl.AutoSize = true;
this.BugLinkLbl.Location = new System.Drawing.Point(690, 38);
this.BugLinkLbl.Name = "BugLinkLbl";
this.BugLinkLbl.Size = new System.Drawing.Size(98, 13);
this.BugLinkLbl.TabIndex = 11;
this.BugLinkLbl.TabStop = true;
this.BugLinkLbl.Text = "Do you find a Bug?";
this.BugLinkLbl.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.BugLinkLbl_LinkClicked);
//
// PPLinkLbl
//
this.PPLinkLbl.AutoSize = true;
this.PPLinkLbl.Location = new System.Drawing.Point(646, 56);
this.PPLinkLbl.Name = "PPLinkLbl";
this.PPLinkLbl.Size = new System.Drawing.Size(142, 13);
this.PPLinkLbl.TabIndex = 12;
this.PPLinkLbl.TabStop = true;
this.PPLinkLbl.Text = "Do you want to Support me?";
this.PPLinkLbl.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.PPLinkLbl_LinkClicked);
//
// Start
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.PPLinkLbl);
this.Controls.Add(this.BugLinkLbl);
this.Controls.Add(this.DisableOnTop);
this.Controls.Add(this.GitHubLinkLbl);
this.Controls.Add(this.Bo3PBox);
this.Controls.Add(this.Bo2PBox);
this.Controls.Add(this.Bo1PBox);
this.Controls.Add(this.Mw3PBox);
this.Controls.Add(this.Mw2PBox);
this.Controls.Add(this.Mw1PBox);
this.Controls.Add(this.DisableFlash);
this.Controls.Add(this.WelcomeLinkLbl);
this.Controls.Add(this.WelcomeLbl);
this.Name = "Start";
this.Text = "Form1";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Start_FormClosing);
this.Load += new System.EventHandler(this.Start_Load);
((System.ComponentModel.ISupportInitialize)(this.Bo3PBox)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Bo2PBox)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Bo1PBox)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Mw3PBox)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Mw2PBox)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Mw1PBox)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label WelcomeLbl;
private System.Windows.Forms.LinkLabel WelcomeLinkLbl;
private System.Windows.Forms.Timer FlashLinkLblTimer;
private System.Windows.Forms.CheckBox DisableFlash;
private System.Windows.Forms.PictureBox Mw1PBox;
private System.Windows.Forms.PictureBox Mw2PBox;
private System.Windows.Forms.PictureBox Mw3PBox;
private System.Windows.Forms.PictureBox Bo1PBox;
private System.Windows.Forms.PictureBox Bo2PBox;
private System.Windows.Forms.PictureBox Bo3PBox;
private System.Windows.Forms.LinkLabel GitHubLinkLbl;
private System.Windows.Forms.CheckBox DisableOnTop;
private System.Windows.Forms.LinkLabel BugLinkLbl;
private System.Windows.Forms.LinkLabel PPLinkLbl;
}
}