forked from AdvDebug/NetShield_Protector
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathMain.Designer.cs
818 lines (781 loc) · 40.5 KB
/
Main.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
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
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
namespace NetShield_Protector
{
// Token: 0x02000002 RID: 2
public partial class Main : global::System.Windows.Forms.Form
{
// Token: 0x06000021 RID: 33 RVA: 0x000051FC File Offset: 0x000033FC
protected override void Dispose(bool disposing)
{
bool flag = disposing && this.components != null;
if (flag)
{
this.components.Dispose();
}
base.Dispose(disposing);
}
// Token: 0x06000022 RID: 34 RVA: 0x00005234 File Offset: 0x00003434
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
this.checkBox13 = new System.Windows.Forms.CheckBox();
this.checkBox11 = new System.Windows.Forms.CheckBox();
this.checkBox10 = new System.Windows.Forms.CheckBox();
this.checkBox8 = new System.Windows.Forms.CheckBox();
this.checkBox7 = new System.Windows.Forms.CheckBox();
this.checkBox6 = new System.Windows.Forms.CheckBox();
this.checkBox5 = new System.Windows.Forms.CheckBox();
this.checkBox2 = new System.Windows.Forms.CheckBox();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.label7 = new System.Windows.Forms.Label();
this.textBox4 = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.textBox3 = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.button3 = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.button2 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.textBox2 = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.button7 = new System.Windows.Forms.Button();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.button1 = new System.Windows.Forms.Button();
this.button6 = new System.Windows.Forms.Button();
this.radioButton3 = new System.Windows.Forms.RadioButton();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.radioButton2 = new System.Windows.Forms.RadioButton();
this.checkBox3 = new System.Windows.Forms.CheckBox();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.mainMenu1 = new System.Windows.Forms.MainMenu(this.components);
this.menuItem1 = new System.Windows.Forms.MenuItem();
this.menuItem2 = new System.Windows.Forms.MenuItem();
this.menuItem3 = new System.Windows.Forms.MenuItem();
this.menuItem4 = new System.Windows.Forms.MenuItem();
this.menuItem5 = new System.Windows.Forms.MenuItem();
this.menuItem6 = new System.Windows.Forms.MenuItem();
this.menuItem7 = new System.Windows.Forms.MenuItem();
this.menuItem8 = new System.Windows.Forms.MenuItem();
this.menuItem11 = new System.Windows.Forms.MenuItem();
this.menuItem12 = new System.Windows.Forms.MenuItem();
this.menuItem9 = new System.Windows.Forms.MenuItem();
this.menuItem10 = new System.Windows.Forms.MenuItem();
this.panel1 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.statusBar1 = new System.Windows.Forms.StatusBar();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout();
this.groupBox5.SuspendLayout();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// checkBox13
//
this.checkBox13.AutoSize = true;
this.checkBox13.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.checkBox13.Location = new System.Drawing.Point(8, 74);
this.checkBox13.Margin = new System.Windows.Forms.Padding(2);
this.checkBox13.Name = "checkBox13";
this.checkBox13.Size = new System.Drawing.Size(94, 17);
this.checkBox13.TabIndex = 10;
this.checkBox13.Text = "Calli Protection";
this.checkBox13.UseVisualStyleBackColor = true;
this.checkBox13.MouseEnter += new System.EventHandler(this.checkBox1_MouseHover);
this.checkBox13.MouseHover += new System.EventHandler(this.checkBox1_MouseHover);
//
// checkBox11
//
this.checkBox11.AutoSize = true;
this.checkBox11.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.checkBox11.Location = new System.Drawing.Point(156, 55);
this.checkBox11.Margin = new System.Windows.Forms.Padding(2);
this.checkBox11.Name = "checkBox11";
this.checkBox11.Size = new System.Drawing.Size(81, 17);
this.checkBox11.TabIndex = 8;
this.checkBox11.Text = "Anti ILDasm";
this.checkBox11.UseVisualStyleBackColor = true;
this.checkBox11.MouseEnter += new System.EventHandler(this.checkBox1_MouseHover);
this.checkBox11.MouseHover += new System.EventHandler(this.checkBox1_MouseHover);
//
// checkBox10
//
this.checkBox10.AutoSize = true;
this.checkBox10.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.checkBox10.Location = new System.Drawing.Point(8, 55);
this.checkBox10.Margin = new System.Windows.Forms.Padding(2);
this.checkBox10.Name = "checkBox10";
this.checkBox10.Size = new System.Drawing.Size(92, 17);
this.checkBox10.TabIndex = 7;
this.checkBox10.Text = "INT Confusion";
this.checkBox10.UseVisualStyleBackColor = true;
this.checkBox10.MouseEnter += new System.EventHandler(this.checkBox1_MouseHover);
this.checkBox10.MouseHover += new System.EventHandler(this.checkBox1_MouseHover);
//
// checkBox8
//
this.checkBox8.AutoSize = true;
this.checkBox8.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.checkBox8.Location = new System.Drawing.Point(156, 17);
this.checkBox8.Margin = new System.Windows.Forms.Padding(2);
this.checkBox8.Name = "checkBox8";
this.checkBox8.Size = new System.Drawing.Size(72, 17);
this.checkBox8.TabIndex = 5;
this.checkBox8.Text = "Renaming";
this.checkBox8.UseVisualStyleBackColor = true;
this.checkBox8.MouseEnter += new System.EventHandler(this.checkBox1_MouseHover);
this.checkBox8.MouseHover += new System.EventHandler(this.checkBox1_MouseHover);
//
// checkBox7
//
this.checkBox7.AutoSize = true;
this.checkBox7.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.checkBox7.Location = new System.Drawing.Point(8, 36);
this.checkBox7.Margin = new System.Windows.Forms.Padding(2);
this.checkBox7.Name = "checkBox7";
this.checkBox7.Size = new System.Drawing.Size(82, 17);
this.checkBox7.TabIndex = 4;
this.checkBox7.Text = "Control Flow";
this.checkBox7.UseVisualStyleBackColor = true;
this.checkBox7.MouseEnter += new System.EventHandler(this.checkBox1_MouseHover);
this.checkBox7.MouseHover += new System.EventHandler(this.checkBox1_MouseHover);
//
// checkBox6
//
this.checkBox6.AutoSize = true;
this.checkBox6.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.checkBox6.Location = new System.Drawing.Point(8, 94);
this.checkBox6.Margin = new System.Windows.Forms.Padding(2);
this.checkBox6.Name = "checkBox6";
this.checkBox6.Size = new System.Drawing.Size(132, 17);
this.checkBox6.TabIndex = 3;
this.checkBox6.Text = "Junk Methods && Types";
this.checkBox6.UseVisualStyleBackColor = true;
this.checkBox6.MouseEnter += new System.EventHandler(this.checkBox1_MouseHover);
this.checkBox6.MouseHover += new System.EventHandler(this.checkBox1_MouseHover);
//
// checkBox5
//
this.checkBox5.AutoSize = true;
this.checkBox5.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.checkBox5.Location = new System.Drawing.Point(156, 74);
this.checkBox5.Margin = new System.Windows.Forms.Padding(2);
this.checkBox5.Name = "checkBox5";
this.checkBox5.Size = new System.Drawing.Size(155, 17);
this.checkBox5.TabIndex = 2;
this.checkBox5.Text = "Fake Obfuscastor Attributes";
this.checkBox5.UseVisualStyleBackColor = true;
this.checkBox5.MouseEnter += new System.EventHandler(this.checkBox1_MouseHover);
this.checkBox5.MouseHover += new System.EventHandler(this.checkBox1_MouseHover);
//
// checkBox2
//
this.checkBox2.AutoSize = true;
this.checkBox2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.checkBox2.Location = new System.Drawing.Point(156, 36);
this.checkBox2.Margin = new System.Windows.Forms.Padding(2);
this.checkBox2.Name = "checkBox2";
this.checkBox2.Size = new System.Drawing.Size(80, 17);
this.checkBox2.TabIndex = 1;
this.checkBox2.Text = "Anti-De4dot";
this.checkBox2.UseVisualStyleBackColor = true;
this.checkBox2.MouseEnter += new System.EventHandler(this.checkBox1_MouseHover);
this.checkBox2.MouseHover += new System.EventHandler(this.checkBox1_MouseHover);
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.checkBox1.Location = new System.Drawing.Point(8, 17);
this.checkBox1.Margin = new System.Windows.Forms.Padding(2);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(138, 17);
this.checkBox1.TabIndex = 0;
this.checkBox1.Text = "Base64 String Encoding";
this.checkBox1.UseVisualStyleBackColor = true;
this.checkBox1.MouseEnter += new System.EventHandler(this.checkBox1_MouseHover);
this.checkBox1.MouseHover += new System.EventHandler(this.checkBox1_MouseHover);
//
// comboBox1
//
this.comboBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(10)))));
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.comboBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238)))));
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(44, 20);
this.comboBox1.Margin = new System.Windows.Forms.Padding(2);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(117, 21);
this.comboBox1.TabIndex = 11;
this.comboBox1.MouseEnter += new System.EventHandler(this.checkBox1_MouseHover);
this.comboBox1.MouseHover += new System.EventHandler(this.checkBox1_MouseHover);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(6, 22);
this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(35, 13);
this.label7.TabIndex = 10;
this.label7.Text = "Drive:";
//
// textBox4
//
this.textBox4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(10)))));
this.textBox4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238)))));
this.textBox4.Location = new System.Drawing.Point(59, 47);
this.textBox4.Margin = new System.Windows.Forms.Padding(2);
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(194, 20);
this.textBox4.TabIndex = 14;
this.textBox4.Text = "License.dat";
this.textBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.textBox4.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(5, 50);
this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(52, 13);
this.label6.TabIndex = 13;
this.label6.Text = "Filename:";
//
// textBox3
//
this.textBox3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(10)))));
this.textBox3.Font = new System.Drawing.Font("Consolas", 8.25F);
this.textBox3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238)))));
this.textBox3.Location = new System.Drawing.Point(59, 20);
this.textBox3.Margin = new System.Windows.Forms.Padding(2);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(194, 20);
this.textBox3.TabIndex = 6;
this.textBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(10, 22);
this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(47, 13);
this.label5.TabIndex = 5;
this.label5.Text = "License:";
//
// button3
//
this.button3.Enabled = false;
this.button3.FlatAppearance.BorderColor = System.Drawing.Color.DarkRed;
this.button3.FlatAppearance.MouseDownBackColor = System.Drawing.Color.ForestGreen;
this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button3.Location = new System.Drawing.Point(11, 379);
this.button3.Margin = new System.Windows.Forms.Padding(2);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(318, 25);
this.button3.TabIndex = 6;
this.button3.UseVisualStyleBackColor = true;
this.button3.EnabledChanged += new System.EventHandler(this.button3_EnabledChanged);
this.button3.Click += new System.EventHandler(this.button3_Click);
this.button3.MouseEnter += new System.EventHandler(this.checkBox1_MouseHover);
this.button3.MouseHover += new System.EventHandler(this.checkBox1_MouseHover);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.button2);
this.groupBox1.Controls.Add(this.button4);
this.groupBox1.Controls.Add(this.textBox2);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238)))));
this.groupBox1.Location = new System.Drawing.Point(6, 19);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(299, 81);
this.groupBox1.TabIndex = 11;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Locked via Computer HWID";
//
// button2
//
this.button2.FlatAppearance.BorderColor = System.Drawing.Color.Gray;
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button2.Location = new System.Drawing.Point(50, 42);
this.button2.Margin = new System.Windows.Forms.Padding(2);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(242, 29);
this.button2.TabIndex = 12;
this.button2.Text = "Get Computer HWID";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
this.button2.MouseEnter += new System.EventHandler(this.checkBox1_MouseHover);
this.button2.MouseHover += new System.EventHandler(this.checkBox1_MouseHover);
//
// button4
//
this.button4.FlatAppearance.BorderColor = System.Drawing.Color.Gray;
this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button4.Location = new System.Drawing.Point(11, 42);
this.button4.Margin = new System.Windows.Forms.Padding(2);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(35, 29);
this.button4.TabIndex = 13;
this.button4.Text = "?";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
this.button4.MouseEnter += new System.EventHandler(this.checkBox1_MouseHover);
this.button4.MouseHover += new System.EventHandler(this.checkBox1_MouseHover);
//
// textBox2
//
this.textBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(10)))));
this.textBox2.Font = new System.Drawing.Font("Consolas", 8.25F);
this.textBox2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238)))));
this.textBox2.Location = new System.Drawing.Point(50, 18);
this.textBox2.Margin = new System.Windows.Forms.Padding(2);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(242, 20);
this.textBox2.TabIndex = 10;
this.textBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(8, 20);
this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(40, 13);
this.label4.TabIndex = 9;
this.label4.Text = "HWID:";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.button7);
this.groupBox2.Controls.Add(this.textBox4);
this.groupBox2.Controls.Add(this.textBox3);
this.groupBox2.Controls.Add(this.label6);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Enabled = false;
this.groupBox2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238)))));
this.groupBox2.Location = new System.Drawing.Point(6, 106);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(299, 75);
this.groupBox2.TabIndex = 14;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Locked via License File";
//
// button7
//
this.button7.FlatAppearance.BorderColor = System.Drawing.Color.Gray;
this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button7.Location = new System.Drawing.Point(257, 20);
this.button7.Margin = new System.Windows.Forms.Padding(2);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(35, 47);
this.button7.TabIndex = 13;
this.button7.Text = "?";
this.button7.UseVisualStyleBackColor = true;
this.button7.Click += new System.EventHandler(this.button7_Click);
this.button7.MouseEnter += new System.EventHandler(this.checkBox1_MouseHover);
this.button7.MouseHover += new System.EventHandler(this.checkBox1_MouseHover);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.button1);
this.groupBox3.Controls.Add(this.button6);
this.groupBox3.Controls.Add(this.comboBox1);
this.groupBox3.Controls.Add(this.label7);
this.groupBox3.Enabled = false;
this.groupBox3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238)))));
this.groupBox3.Location = new System.Drawing.Point(8, 187);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(297, 49);
this.groupBox3.TabIndex = 15;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Locked via Removable Drive";
//
// button1
//
this.button1.FlatAppearance.BorderColor = System.Drawing.Color.Gray;
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.Location = new System.Drawing.Point(165, 20);
this.button1.Margin = new System.Windows.Forms.Padding(2);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(77, 21);
this.button1.TabIndex = 14;
this.button1.Text = "Refresh";
this.button1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.button1.UseVisualStyleBackColor = true;
this.button1.MouseEnter += new System.EventHandler(this.checkBox1_MouseHover);
this.button1.MouseHover += new System.EventHandler(this.checkBox1_MouseHover);
//
// button6
//
this.button6.FlatAppearance.BorderColor = System.Drawing.Color.Gray;
this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button6.Location = new System.Drawing.Point(246, 20);
this.button6.Margin = new System.Windows.Forms.Padding(2);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(44, 21);
this.button6.TabIndex = 13;
this.button6.Text = "?";
this.button6.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.button6.UseVisualStyleBackColor = true;
this.button6.Click += new System.EventHandler(this.button6_Click);
this.button6.MouseEnter += new System.EventHandler(this.checkBox1_MouseHover);
this.button6.MouseHover += new System.EventHandler(this.checkBox1_MouseHover);
//
// radioButton3
//
this.radioButton3.AutoSize = true;
this.radioButton3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.radioButton3.Location = new System.Drawing.Point(298, 187);
this.radioButton3.Name = "radioButton3";
this.radioButton3.Size = new System.Drawing.Size(13, 12);
this.radioButton3.TabIndex = 17;
this.radioButton3.UseVisualStyleBackColor = true;
this.radioButton3.CheckedChanged += new System.EventHandler(this.radioButton3_CheckedChanged);
//
// groupBox4
//
this.groupBox4.Controls.Add(this.radioButton1);
this.groupBox4.Controls.Add(this.radioButton2);
this.groupBox4.Controls.Add(this.groupBox1);
this.groupBox4.Controls.Add(this.radioButton3);
this.groupBox4.Controls.Add(this.groupBox2);
this.groupBox4.Controls.Add(this.groupBox3);
this.groupBox4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238)))));
this.groupBox4.Location = new System.Drawing.Point(11, 130);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(318, 244);
this.groupBox4.TabIndex = 18;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "Licensing / Packing";
//
// radioButton1
//
this.radioButton1.AutoSize = true;
this.radioButton1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.radioButton1.Location = new System.Drawing.Point(298, 19);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(13, 12);
this.radioButton1.TabIndex = 19;
this.radioButton1.UseVisualStyleBackColor = true;
this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
//
// radioButton2
//
this.radioButton2.AutoSize = true;
this.radioButton2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.radioButton2.Location = new System.Drawing.Point(298, 106);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(13, 12);
this.radioButton2.TabIndex = 18;
this.radioButton2.UseVisualStyleBackColor = true;
this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
//
// checkBox3
//
this.checkBox3.AutoSize = true;
this.checkBox3.Checked = true;
this.checkBox3.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBox3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.checkBox3.Location = new System.Drawing.Point(322, 130);
this.checkBox3.Name = "checkBox3";
this.checkBox3.Size = new System.Drawing.Size(13, 12);
this.checkBox3.TabIndex = 19;
this.checkBox3.UseVisualStyleBackColor = true;
this.checkBox3.CheckedChanged += new System.EventHandler(this.checkBox3_CheckedChanged);
this.checkBox3.MouseEnter += new System.EventHandler(this.checkBox1_MouseHover);
this.checkBox3.MouseHover += new System.EventHandler(this.checkBox1_MouseHover);
//
// groupBox5
//
this.groupBox5.Controls.Add(this.checkBox13);
this.groupBox5.Controls.Add(this.checkBox1);
this.groupBox5.Controls.Add(this.checkBox11);
this.groupBox5.Controls.Add(this.checkBox2);
this.groupBox5.Controls.Add(this.checkBox10);
this.groupBox5.Controls.Add(this.checkBox5);
this.groupBox5.Controls.Add(this.checkBox8);
this.groupBox5.Controls.Add(this.checkBox6);
this.groupBox5.Controls.Add(this.checkBox7);
this.groupBox5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238)))));
this.groupBox5.Location = new System.Drawing.Point(11, 5);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(318, 119);
this.groupBox5.TabIndex = 20;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "Obfuscation";
//
// mainMenu1
//
this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
this.menuItem1,
this.menuItem12,
this.menuItem9,
this.menuItem10});
//
// menuItem1
//
this.menuItem1.Index = 0;
this.menuItem1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
this.menuItem2,
this.menuItem3,
this.menuItem4,
this.menuItem5,
this.menuItem6,
this.menuItem7,
this.menuItem8,
this.menuItem11});
this.menuItem1.Text = "OldAbout";
this.menuItem1.Visible = false;
//
// menuItem2
//
this.menuItem2.Index = 0;
this.menuItem2.Shortcut = System.Windows.Forms.Shortcut.CtrlO;
this.menuItem2.Text = "Open";
this.menuItem2.Visible = false;
this.menuItem2.Click += new System.EventHandler(this.menuItem2_Click);
//
// menuItem3
//
this.menuItem3.Checked = true;
this.menuItem3.Enabled = false;
this.menuItem3.Index = 1;
this.menuItem3.Text = "NetShieldEx by misonothx";
//
// menuItem4
//
this.menuItem4.Checked = true;
this.menuItem4.Enabled = false;
this.menuItem4.Index = 2;
this.menuItem4.Text = "Version: 1.0";
//
// menuItem5
//
this.menuItem5.Index = 3;
this.menuItem5.Text = "View App Github Repository";
//
// menuItem6
//
this.menuItem6.Index = 4;
this.menuItem6.Text = "-";
//
// menuItem7
//
this.menuItem7.Checked = true;
this.menuItem7.Enabled = false;
this.menuItem7.Index = 5;
this.menuItem7.Text = "NetShield by AhmedMinegames";
//
// menuItem8
//
this.menuItem8.Checked = true;
this.menuItem8.Enabled = false;
this.menuItem8.Index = 6;
this.menuItem8.Text = "Based on: NetShield v1.3.3";
//
// menuItem11
//
this.menuItem11.Index = 7;
this.menuItem11.Text = "View App Github Repository";
//
// menuItem12
//
this.menuItem12.Index = 1;
this.menuItem12.Text = "About";
this.menuItem12.Click += new System.EventHandler(this.menuItem12_Click);
//
// menuItem9
//
this.menuItem9.Enabled = false;
this.menuItem9.Index = 2;
this.menuItem9.Text = "|";
//
// menuItem10
//
this.menuItem10.Index = 3;
this.menuItem10.Shortcut = System.Windows.Forms.Shortcut.CtrlO;
this.menuItem10.Text = "Missing Input File";
this.menuItem10.Click += new System.EventHandler(this.menuItem10_Click);
//
// panel1
//
this.panel1.AllowDrop = true;
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.label1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(342, 433);
this.panel1.TabIndex = 23;
this.panel1.Visible = false;
this.panel1.VisibleChanged += new System.EventHandler(this.panel1_VisibleChanged);
this.panel1.DragDrop += new System.Windows.Forms.DragEventHandler(this.label1_DragDrop);
//
// label1
//
this.label1.AllowDrop = true;
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
this.label1.Location = new System.Drawing.Point(0, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(340, 431);
this.label1.TabIndex = 0;
this.label1.Text = "Drop File Here!";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.label1.DragDrop += new System.Windows.Forms.DragEventHandler(this.label1_DragDrop);
this.label1.DragEnter += new System.Windows.Forms.DragEventHandler(this.label1_DragEnter);
this.label1.DragLeave += new System.EventHandler(this.label1_DragLeave);
//
// timer1
//
this.timer1.Interval = 1000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// statusBar1
//
this.statusBar1.Location = new System.Drawing.Point(0, 411);
this.statusBar1.Name = "statusBar1";
this.statusBar1.Size = new System.Drawing.Size(342, 22);
this.statusBar1.SizingGrip = false;
this.statusBar1.TabIndex = 24;
this.statusBar1.Text = "NetShieldEx v1.0 by misonothx";
//
// Main
//
this.AllowDrop = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(10)))));
this.ClientSize = new System.Drawing.Size(342, 433);
this.Controls.Add(this.statusBar1);
this.Controls.Add(this.groupBox5);
this.Controls.Add(this.checkBox3);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.button3);
this.Controls.Add(this.panel1);
this.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238)))));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.KeyPreview = true;
this.Margin = new System.Windows.Forms.Padding(2);
this.MaximizeBox = false;
this.Menu = this.mainMenu1;
this.MinimizeBox = false;
this.Name = "Main";
this.Text = "NetShieldEx Protector";
this.TopMost = true;
this.Load += new System.EventHandler(this.Main_Load);
this.DragDrop += new System.Windows.Forms.DragEventHandler(this.label1_DragDrop);
this.DragOver += new System.Windows.Forms.DragEventHandler(this.Main_DragEnter);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Main_KeyDown);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.groupBox5.ResumeLayout(false);
this.groupBox5.PerformLayout();
this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
// Token: 0x04000001 RID: 1
private global::System.ComponentModel.IContainer components = null;
// Token: 0x04000002 RID: 2
// Token: 0x04000003 RID: 3
// Token: 0x04000004 RID: 4
// Token: 0x04000005 RID: 5
// Token: 0x04000006 RID: 6
// Token: 0x04000007 RID: 7
// Token: 0x04000008 RID: 8
// Token: 0x04000009 RID: 9
// Token: 0x0400000A RID: 10
private global::System.Windows.Forms.TextBox textBox3;
// Token: 0x0400000B RID: 11
private global::System.Windows.Forms.Label label5;
// Token: 0x0400000C RID: 12
// Token: 0x0400000D RID: 13
// Token: 0x0400000E RID: 14
// Token: 0x0400000F RID: 15
// Token: 0x04000010 RID: 16
// Token: 0x04000011 RID: 17
private global::System.Windows.Forms.Button button3;
// Token: 0x04000012 RID: 18
private global::System.Windows.Forms.CheckBox checkBox5;
// Token: 0x04000013 RID: 19
private global::System.Windows.Forms.CheckBox checkBox2;
// Token: 0x04000014 RID: 20
private global::System.Windows.Forms.CheckBox checkBox1;
// Token: 0x04000015 RID: 21
private global::System.Windows.Forms.CheckBox checkBox7;
// Token: 0x04000016 RID: 22
private global::System.Windows.Forms.CheckBox checkBox6;
// Token: 0x04000017 RID: 23
private global::System.Windows.Forms.CheckBox checkBox8;
// Token: 0x04000018 RID: 24
// Token: 0x04000019 RID: 25
private global::System.Windows.Forms.ComboBox comboBox1;
// Token: 0x0400001A RID: 26
private global::System.Windows.Forms.Label label7;
// Token: 0x0400001B RID: 27
// Token: 0x0400001C RID: 28
// Token: 0x0400001D RID: 29
// Token: 0x0400001E RID: 30
private global::System.Windows.Forms.CheckBox checkBox10;
// Token: 0x0400001F RID: 31
private global::System.Windows.Forms.CheckBox checkBox11;
// Token: 0x04000020 RID: 32
// Token: 0x04000021 RID: 33
private global::System.Windows.Forms.TextBox textBox4;
// Token: 0x04000022 RID: 34
private global::System.Windows.Forms.Label label6;
// Token: 0x04000023 RID: 35
private global::System.Windows.Forms.CheckBox checkBox13;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.RadioButton radioButton3;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.RadioButton radioButton1;
private System.Windows.Forms.RadioButton radioButton2;
private System.Windows.Forms.CheckBox checkBox3;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.MainMenu mainMenu1;
private System.Windows.Forms.MenuItem menuItem1;
private System.Windows.Forms.MenuItem menuItem2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.StatusBar statusBar1;
private System.Windows.Forms.MenuItem menuItem9;
private System.Windows.Forms.MenuItem menuItem10;
private System.Windows.Forms.MenuItem menuItem3;
private System.Windows.Forms.MenuItem menuItem4;
private System.Windows.Forms.MenuItem menuItem5;
private System.Windows.Forms.MenuItem menuItem6;
private System.Windows.Forms.MenuItem menuItem7;
private System.Windows.Forms.MenuItem menuItem8;
private System.Windows.Forms.MenuItem menuItem11;
private System.Windows.Forms.MenuItem menuItem12;
}
}