-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathData.cs
481 lines (453 loc) · 17.9 KB
/
Data.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
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
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
// Decompiled with JetBrains decompiler
// Type: ArenaFighters.Data
// Assembly: Arena Fighters, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
// MVID: 2DC6B005-E91F-4E91-B085-E39357C10E21
// Assembly location: C:\Users\magni\Desktop\AF\Arena Fighters\Arena Fighters.exe
// XML documentation location: C:\Users\magni\Desktop\AF\Arena Fighters\Arena Fighters.xml
using Microsoft.VisualBasic.CompilerServices;
using System.ComponentModel;
using System.Diagnostics;
using System.Drawing;
using System.Runtime.CompilerServices;
using System.Windows.Forms;
namespace ArenaFighters
{
[DesignerGenerated]
public class Data : Form
{
private IContainer components;
[AccessedThroughProperty("MenuStrip1")]
private MenuStrip _MenuStrip1;
[AccessedThroughProperty("GoldToolStripMenuItem")]
private ToolStripMenuItem _GoldToolStripMenuItem;
[AccessedThroughProperty("GoldData")]
private ToolStripMenuItem _GoldData;
[AccessedThroughProperty("ExpDataa")]
private ToolStripMenuItem _ExpDataa;
[AccessedThroughProperty("ExpData")]
private ToolStripMenuItem _ExpData;
[AccessedThroughProperty("HP10ToolStripMenuItem")]
private ToolStripMenuItem _HP10ToolStripMenuItem;
[AccessedThroughProperty("HP10Data")]
private ToolStripMenuItem _HP10Data;
[AccessedThroughProperty("HP50ToolStripMenuItem")]
private ToolStripMenuItem _HP50ToolStripMenuItem;
[AccessedThroughProperty("HP50Data")]
private ToolStripMenuItem _HP50Data;
[AccessedThroughProperty("HP100ToolStripMenuItem")]
private ToolStripMenuItem _HP100ToolStripMenuItem;
[AccessedThroughProperty("HP100Data")]
private ToolStripMenuItem _HP100Data;
[AccessedThroughProperty("EP10Dataa")]
private ToolStripMenuItem _EP10Dataa;
[AccessedThroughProperty("EP10Data")]
private ToolStripMenuItem _EP10Data;
[AccessedThroughProperty("EP50Dataa")]
private ToolStripMenuItem _EP50Dataa;
[AccessedThroughProperty("EP50data")]
private ToolStripMenuItem _EP50data;
[AccessedThroughProperty("EP100Dataa")]
private ToolStripMenuItem _EP100Dataa;
[AccessedThroughProperty("EP100Data")]
private ToolStripMenuItem _EP100Data;
[AccessedThroughProperty("NukesData")]
private ToolStripMenuItem _NukesData;
[AccessedThroughProperty("NukeData")]
private ToolStripMenuItem _NukeData;
[AccessedThroughProperty("PokeballsToolStripMenuItem")]
private ToolStripMenuItem _PokeballsToolStripMenuItem;
[AccessedThroughProperty("PokeData")]
private ToolStripMenuItem _PokeData;
[AccessedThroughProperty("LevelDataa")]
private ToolStripMenuItem _LevelDataa;
[AccessedThroughProperty("LevelData")]
private ToolStripMenuItem _LevelData;
[DebuggerNonUserCode]
public Data() => this.InitializeComponent();
[DebuggerNonUserCode]
protected override void Dispose(bool disposing)
{
try
{
if (!disposing || this.components == null)
return;
this.components.Dispose();
}
finally
{
base.Dispose(disposing);
}
}
[DebuggerStepThrough]
private void InitializeComponent()
{
ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (Data));
this.MenuStrip1 = new MenuStrip();
this.GoldToolStripMenuItem = new ToolStripMenuItem();
this.GoldData = new ToolStripMenuItem();
this.ExpDataa = new ToolStripMenuItem();
this.ExpData = new ToolStripMenuItem();
this.HP10ToolStripMenuItem = new ToolStripMenuItem();
this.HP10Data = new ToolStripMenuItem();
this.HP50ToolStripMenuItem = new ToolStripMenuItem();
this.HP50Data = new ToolStripMenuItem();
this.HP100ToolStripMenuItem = new ToolStripMenuItem();
this.HP100Data = new ToolStripMenuItem();
this.EP10Dataa = new ToolStripMenuItem();
this.EP10Data = new ToolStripMenuItem();
this.EP50Dataa = new ToolStripMenuItem();
this.EP50data = new ToolStripMenuItem();
this.EP100Dataa = new ToolStripMenuItem();
this.EP100Data = new ToolStripMenuItem();
this.NukesData = new ToolStripMenuItem();
this.NukeData = new ToolStripMenuItem();
this.PokeballsToolStripMenuItem = new ToolStripMenuItem();
this.PokeData = new ToolStripMenuItem();
this.LevelDataa = new ToolStripMenuItem();
this.LevelData = new ToolStripMenuItem();
this.MenuStrip1.SuspendLayout();
this.SuspendLayout();
this.MenuStrip1.Items.AddRange(new ToolStripItem[11]
{
(ToolStripItem) this.GoldToolStripMenuItem,
(ToolStripItem) this.ExpDataa,
(ToolStripItem) this.HP10ToolStripMenuItem,
(ToolStripItem) this.HP50ToolStripMenuItem,
(ToolStripItem) this.HP100ToolStripMenuItem,
(ToolStripItem) this.EP10Dataa,
(ToolStripItem) this.EP50Dataa,
(ToolStripItem) this.EP100Dataa,
(ToolStripItem) this.NukesData,
(ToolStripItem) this.PokeballsToolStripMenuItem,
(ToolStripItem) this.LevelDataa
});
this.MenuStrip1.Location = new Point(0, 0);
this.MenuStrip1.Name = "MenuStrip1";
MenuStrip menuStrip1 = this.MenuStrip1;
Size size1 = new Size(662, 24);
Size size2 = size1;
menuStrip1.Size = size2;
this.MenuStrip1.TabIndex = 0;
this.MenuStrip1.Text = "MenuStrip1";
this.GoldToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[1]
{
(ToolStripItem) this.GoldData
});
this.GoldToolStripMenuItem.Name = "GoldToolStripMenuItem";
ToolStripMenuItem toolStripMenuItem1 = this.GoldToolStripMenuItem;
size1 = new Size(44, 20);
Size size3 = size1;
toolStripMenuItem1.Size = size3;
this.GoldToolStripMenuItem.Text = "Gold";
this.GoldData.Name = "GoldData";
ToolStripMenuItem goldData = this.GoldData;
size1 = new Size(99, 22);
Size size4 = size1;
goldData.Size = size4;
this.GoldData.Text = "Gold";
this.GoldData.ToolTipText = "20";
this.ExpDataa.DropDownItems.AddRange(new ToolStripItem[1]
{
(ToolStripItem) this.ExpData
});
this.ExpDataa.Name = "ExpDataa";
ToolStripMenuItem expDataa = this.ExpDataa;
size1 = new Size(75, 20);
Size size5 = size1;
expDataa.Size = size5;
this.ExpDataa.Text = "Experience";
this.ExpData.Name = "ExpData";
ToolStripMenuItem expData = this.ExpData;
size1 = new Size(92, 22);
Size size6 = size1;
expData.Size = size6;
this.ExpData.Text = "Exp";
this.ExpData.ToolTipText = "1";
this.HP10ToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[1]
{
(ToolStripItem) this.HP10Data
});
this.HP10ToolStripMenuItem.Name = "HP10ToolStripMenuItem";
ToolStripMenuItem toolStripMenuItem2 = this.HP10ToolStripMenuItem;
size1 = new Size(47, 20);
Size size7 = size1;
toolStripMenuItem2.Size = size7;
this.HP10ToolStripMenuItem.Text = "HP10";
this.HP10Data.Name = "HP10Data";
ToolStripMenuItem hp10Data = this.HP10Data;
size1 = new Size(102, 22);
Size size8 = size1;
hp10Data.Size = size8;
this.HP10Data.Text = "HP10";
this.HP10Data.ToolTipText = "1";
this.HP50ToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[1]
{
(ToolStripItem) this.HP50Data
});
this.HP50ToolStripMenuItem.Name = "HP50ToolStripMenuItem";
ToolStripMenuItem toolStripMenuItem3 = this.HP50ToolStripMenuItem;
size1 = new Size(47, 20);
Size size9 = size1;
toolStripMenuItem3.Size = size9;
this.HP50ToolStripMenuItem.Text = "HP50";
this.HP50Data.Name = "HP50Data";
ToolStripMenuItem hp50Data = this.HP50Data;
size1 = new Size(102, 22);
Size size10 = size1;
hp50Data.Size = size10;
this.HP50Data.Text = "HP50";
this.HP50Data.ToolTipText = "0";
this.HP100ToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[1]
{
(ToolStripItem) this.HP100Data
});
this.HP100ToolStripMenuItem.Name = "HP100ToolStripMenuItem";
ToolStripMenuItem toolStripMenuItem4 = this.HP100ToolStripMenuItem;
size1 = new Size(53, 20);
Size size11 = size1;
toolStripMenuItem4.Size = size11;
this.HP100ToolStripMenuItem.Text = "HP100";
this.HP100Data.Name = "HP100Data";
ToolStripMenuItem hp100Data = this.HP100Data;
size1 = new Size(108, 22);
Size size12 = size1;
hp100Data.Size = size12;
this.HP100Data.Text = "HP100";
this.HP100Data.ToolTipText = "0";
this.EP10Dataa.DropDownItems.AddRange(new ToolStripItem[1]
{
(ToolStripItem) this.EP10Data
});
this.EP10Dataa.Name = "EP10Dataa";
ToolStripMenuItem ep10Dataa = this.EP10Dataa;
size1 = new Size(44, 20);
Size size13 = size1;
ep10Dataa.Size = size13;
this.EP10Dataa.Text = "EP10";
this.EP10Dataa.ToolTipText = "1";
this.EP10Data.Name = "EP10Data";
ToolStripMenuItem ep10Data = this.EP10Data;
size1 = new Size(99, 22);
Size size14 = size1;
ep10Data.Size = size14;
this.EP10Data.Text = "EP10";
this.EP10Data.ToolTipText = "1";
this.EP50Dataa.DropDownItems.AddRange(new ToolStripItem[1]
{
(ToolStripItem) this.EP50data
});
this.EP50Dataa.Name = "EP50Dataa";
ToolStripMenuItem ep50Dataa = this.EP50Dataa;
size1 = new Size(44, 20);
Size size15 = size1;
ep50Dataa.Size = size15;
this.EP50Dataa.Text = "EP50";
this.EP50Dataa.ToolTipText = "0";
this.EP50data.Name = "EP50data";
ToolStripMenuItem ep50data = this.EP50data;
size1 = new Size(99, 22);
Size size16 = size1;
ep50data.Size = size16;
this.EP50data.Text = "EP50";
this.EP50data.ToolTipText = "0";
this.EP100Dataa.DropDownItems.AddRange(new ToolStripItem[1]
{
(ToolStripItem) this.EP100Data
});
this.EP100Dataa.Name = "EP100Dataa";
ToolStripMenuItem ep100Dataa = this.EP100Dataa;
size1 = new Size(50, 20);
Size size17 = size1;
ep100Dataa.Size = size17;
this.EP100Dataa.Text = "EP100";
this.EP100Dataa.ToolTipText = "0";
this.EP100Data.Name = "EP100Data";
ToolStripMenuItem ep100Data = this.EP100Data;
size1 = new Size(105, 22);
Size size18 = size1;
ep100Data.Size = size18;
this.EP100Data.Text = "EP100";
this.EP100Data.ToolTipText = "0";
this.NukesData.DropDownItems.AddRange(new ToolStripItem[1]
{
(ToolStripItem) this.NukeData
});
this.NukesData.Name = "NukesData";
ToolStripMenuItem nukesData = this.NukesData;
size1 = new Size(52, 20);
Size size19 = size1;
nukesData.Size = size19;
this.NukesData.Text = "Nukes";
this.NukeData.Name = "NukeData";
ToolStripMenuItem nukeData = this.NukeData;
size1 = new Size(102, 22);
Size size20 = size1;
nukeData.Size = size20;
this.NukeData.Text = "Nuke";
this.NukeData.ToolTipText = "0";
this.PokeballsToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[1]
{
(ToolStripItem) this.PokeData
});
this.PokeballsToolStripMenuItem.Name = "PokeballsToolStripMenuItem";
ToolStripMenuItem toolStripMenuItem5 = this.PokeballsToolStripMenuItem;
size1 = new Size(69, 20);
Size size21 = size1;
toolStripMenuItem5.Size = size21;
this.PokeballsToolStripMenuItem.Text = "Pokeballs";
this.PokeData.Name = "PokeData";
ToolStripMenuItem pokeData = this.PokeData;
size1 = new Size(100, 22);
Size size22 = size1;
pokeData.Size = size22;
this.PokeData.Text = "Poke";
this.PokeData.ToolTipText = "0";
this.LevelDataa.DropDownItems.AddRange(new ToolStripItem[1]
{
(ToolStripItem) this.LevelData
});
this.LevelDataa.Name = "LevelDataa";
ToolStripMenuItem levelDataa = this.LevelDataa;
size1 = new Size(46, 20);
Size size23 = size1;
levelDataa.Size = size23;
this.LevelDataa.Text = "Level";
this.LevelData.Name = "LevelData";
ToolStripMenuItem levelData = this.LevelData;
size1 = new Size(98, 22);
Size size24 = size1;
levelData.Size = size24;
this.LevelData.Text = "level";
this.LevelData.ToolTipText = "0";
this.AutoScaleDimensions = new SizeF(6f, 13f);
this.AutoScaleMode = AutoScaleMode.Font;
size1 = new Size(662, 23);
this.ClientSize = size1;
this.Controls.Add((Control) this.MenuStrip1);
this.Icon = (Icon) componentResourceManager.GetObject("$this.Icon");
this.MainMenuStrip = this.MenuStrip1;
this.Name = nameof (Data);
this.StartPosition = FormStartPosition.CenterScreen;
this.Text = nameof (Data);
this.MenuStrip1.ResumeLayout(false);
this.MenuStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
internal virtual MenuStrip MenuStrip1
{
[DebuggerNonUserCode] get => this._MenuStrip1;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._MenuStrip1 = value;
}
internal virtual ToolStripMenuItem GoldToolStripMenuItem
{
[DebuggerNonUserCode] get => this._GoldToolStripMenuItem;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._GoldToolStripMenuItem = value;
}
internal virtual ToolStripMenuItem GoldData
{
[DebuggerNonUserCode] get => this._GoldData;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._GoldData = value;
}
internal virtual ToolStripMenuItem ExpDataa
{
[DebuggerNonUserCode] get => this._ExpDataa;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._ExpDataa = value;
}
internal virtual ToolStripMenuItem ExpData
{
[DebuggerNonUserCode] get => this._ExpData;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._ExpData = value;
}
internal virtual ToolStripMenuItem HP10ToolStripMenuItem
{
[DebuggerNonUserCode] get => this._HP10ToolStripMenuItem;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._HP10ToolStripMenuItem = value;
}
internal virtual ToolStripMenuItem HP10Data
{
[DebuggerNonUserCode] get => this._HP10Data;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._HP10Data = value;
}
internal virtual ToolStripMenuItem HP50ToolStripMenuItem
{
[DebuggerNonUserCode] get => this._HP50ToolStripMenuItem;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._HP50ToolStripMenuItem = value;
}
internal virtual ToolStripMenuItem HP50Data
{
[DebuggerNonUserCode] get => this._HP50Data;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._HP50Data = value;
}
internal virtual ToolStripMenuItem HP100ToolStripMenuItem
{
[DebuggerNonUserCode] get => this._HP100ToolStripMenuItem;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._HP100ToolStripMenuItem = value;
}
internal virtual ToolStripMenuItem HP100Data
{
[DebuggerNonUserCode] get => this._HP100Data;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._HP100Data = value;
}
internal virtual ToolStripMenuItem EP10Dataa
{
[DebuggerNonUserCode] get => this._EP10Dataa;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._EP10Dataa = value;
}
internal virtual ToolStripMenuItem EP10Data
{
[DebuggerNonUserCode] get => this._EP10Data;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._EP10Data = value;
}
internal virtual ToolStripMenuItem EP50Dataa
{
[DebuggerNonUserCode] get => this._EP50Dataa;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._EP50Dataa = value;
}
internal virtual ToolStripMenuItem EP50data
{
[DebuggerNonUserCode] get => this._EP50data;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._EP50data = value;
}
internal virtual ToolStripMenuItem EP100Dataa
{
[DebuggerNonUserCode] get => this._EP100Dataa;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._EP100Dataa = value;
}
internal virtual ToolStripMenuItem EP100Data
{
[DebuggerNonUserCode] get => this._EP100Data;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._EP100Data = value;
}
internal virtual ToolStripMenuItem NukesData
{
[DebuggerNonUserCode] get => this._NukesData;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._NukesData = value;
}
internal virtual ToolStripMenuItem NukeData
{
[DebuggerNonUserCode] get => this._NukeData;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._NukeData = value;
}
internal virtual ToolStripMenuItem PokeballsToolStripMenuItem
{
[DebuggerNonUserCode] get => this._PokeballsToolStripMenuItem;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._PokeballsToolStripMenuItem = value;
}
internal virtual ToolStripMenuItem PokeData
{
[DebuggerNonUserCode] get => this._PokeData;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._PokeData = value;
}
internal virtual ToolStripMenuItem LevelDataa
{
[DebuggerNonUserCode] get => this._LevelDataa;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._LevelDataa = value;
}
internal virtual ToolStripMenuItem LevelData
{
[DebuggerNonUserCode] get => this._LevelData;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._LevelData = value;
}
}
}