-
Notifications
You must be signed in to change notification settings - Fork 9
/
Form1.Designer.vb
698 lines (693 loc) · 31.7 KB
/
Form1.Designer.vb
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
<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()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1))
Me.TabControl1 = New System.Windows.Forms.TabControl
Me.TabPage1 = New System.Windows.Forms.TabPage
Me.GroupBox1 = New System.Windows.Forms.GroupBox
Me.iPhone4btn = New System.Windows.Forms.Button
Me.iPhone3GSbttn = New System.Windows.Forms.Button
Me.iPhone3Gbttn = New System.Windows.Forms.Button
Me.iPhone2Gbttn = New System.Windows.Forms.Button
Me.Label11 = New System.Windows.Forms.Label
Me.dfuinstructions = New System.Windows.Forms.Label
Me.ProgressBar1 = New System.Windows.Forms.ProgressBar
Me.Label10 = New System.Windows.Forms.Label
Me.Prepare = New System.Windows.Forms.Label
Me.GroupBox2 = New System.Windows.Forms.GroupBox
Me.iPod4btn = New System.Windows.Forms.Button
Me.iPod1Gbtn = New System.Windows.Forms.Button
Me.iPod3Gbtn = New System.Windows.Forms.Button
Me.iPod2Gbtn = New System.Windows.Forms.Button
Me.Label9 = New System.Windows.Forms.Label
Me.PictureBox5 = New System.Windows.Forms.PictureBox
Me.GroupBox3 = New System.Windows.Forms.GroupBox
Me.iPadbtn = New System.Windows.Forms.Button
Me.atv2btn = New System.Windows.Forms.Button
Me.PictureBox6 = New System.Windows.Forms.PictureBox
Me.TabPage2 = New System.Windows.Forms.TabPage
Me.Button2 = New System.Windows.Forms.Button
Me.Label8 = New System.Windows.Forms.Label
Me.Button1 = New System.Windows.Forms.Button
Me.PictureBox4 = New System.Windows.Forms.PictureBox
Me.TabPage3 = New System.Windows.Forms.TabPage
Me.Label15 = New System.Windows.Forms.Label
Me.Label14 = New System.Windows.Forms.Label
Me.Label12 = New System.Windows.Forms.Label
Me.Label7 = New System.Windows.Forms.Label
Me.Label6 = New System.Windows.Forms.Label
Me.Label5 = New System.Windows.Forms.Label
Me.Label4 = New System.Windows.Forms.Label
Me.Label3 = New System.Windows.Forms.Label
Me.Label2 = New System.Windows.Forms.Label
Me.PictureBox3 = New System.Windows.Forms.PictureBox
Me.console = New System.Windows.Forms.RichTextBox
Me.Label1 = New System.Windows.Forms.Label
Me.Search4IPSW = New System.Windows.Forms.OpenFileDialog
Me.Quote = New System.Windows.Forms.Label
Me.Batcher = New System.Windows.Forms.RichTextBox
Me.WebBrowser1 = New System.Windows.Forms.WebBrowser
Me.Label13 = New System.Windows.Forms.Label
Me.TabControl1.SuspendLayout()
Me.TabPage1.SuspendLayout()
Me.GroupBox1.SuspendLayout()
Me.GroupBox2.SuspendLayout()
CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).BeginInit()
Me.GroupBox3.SuspendLayout()
CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).BeginInit()
Me.TabPage2.SuspendLayout()
CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).BeginInit()
Me.TabPage3.SuspendLayout()
CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'TabControl1
'
Me.TabControl1.Controls.Add(Me.TabPage1)
Me.TabControl1.Controls.Add(Me.TabPage2)
Me.TabControl1.Controls.Add(Me.TabPage3)
Me.TabControl1.Location = New System.Drawing.Point(12, 8)
Me.TabControl1.Name = "TabControl1"
Me.TabControl1.SelectedIndex = 0
Me.TabControl1.Size = New System.Drawing.Size(468, 332)
Me.TabControl1.TabIndex = 0
Me.TabControl1.TabStop = False
'
'TabPage1
'
Me.TabPage1.BackColor = System.Drawing.Color.Black
Me.TabPage1.Controls.Add(Me.GroupBox1)
Me.TabPage1.Controls.Add(Me.Label11)
Me.TabPage1.Controls.Add(Me.dfuinstructions)
Me.TabPage1.Controls.Add(Me.ProgressBar1)
Me.TabPage1.Controls.Add(Me.Label10)
Me.TabPage1.Controls.Add(Me.Prepare)
Me.TabPage1.Controls.Add(Me.GroupBox2)
Me.TabPage1.Controls.Add(Me.Label9)
Me.TabPage1.Controls.Add(Me.PictureBox5)
Me.TabPage1.Controls.Add(Me.GroupBox3)
Me.TabPage1.Controls.Add(Me.PictureBox6)
Me.TabPage1.Location = New System.Drawing.Point(4, 22)
Me.TabPage1.Name = "TabPage1"
Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage1.Size = New System.Drawing.Size(460, 306)
Me.TabPage1.TabIndex = 0
Me.TabPage1.Text = "iREB"
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.iPhone4btn)
Me.GroupBox1.Controls.Add(Me.iPhone3GSbttn)
Me.GroupBox1.Controls.Add(Me.iPhone3Gbttn)
Me.GroupBox1.Controls.Add(Me.iPhone2Gbttn)
Me.GroupBox1.ForeColor = System.Drawing.Color.White
Me.GroupBox1.Location = New System.Drawing.Point(6, 112)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(145, 188)
Me.GroupBox1.TabIndex = 11
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "iPhones"
'
'iPhone4btn
'
Me.iPhone4btn.ForeColor = System.Drawing.Color.Black
Me.iPhone4btn.Location = New System.Drawing.Point(5, 144)
Me.iPhone4btn.Name = "iPhone4btn"
Me.iPhone4btn.Size = New System.Drawing.Size(132, 37)
Me.iPhone4btn.TabIndex = 3
Me.iPhone4btn.TabStop = False
Me.iPhone4btn.Text = "iPhone 4"
Me.iPhone4btn.UseVisualStyleBackColor = True
'
'iPhone3GSbttn
'
Me.iPhone3GSbttn.ForeColor = System.Drawing.Color.Black
Me.iPhone3GSbttn.Location = New System.Drawing.Point(6, 101)
Me.iPhone3GSbttn.Name = "iPhone3GSbttn"
Me.iPhone3GSbttn.Size = New System.Drawing.Size(132, 37)
Me.iPhone3GSbttn.TabIndex = 2
Me.iPhone3GSbttn.TabStop = False
Me.iPhone3GSbttn.Text = "iPhone 3G[S]"
Me.iPhone3GSbttn.UseVisualStyleBackColor = True
'
'iPhone3Gbttn
'
Me.iPhone3Gbttn.ForeColor = System.Drawing.Color.Black
Me.iPhone3Gbttn.Location = New System.Drawing.Point(6, 58)
Me.iPhone3Gbttn.Name = "iPhone3Gbttn"
Me.iPhone3Gbttn.Size = New System.Drawing.Size(132, 37)
Me.iPhone3Gbttn.TabIndex = 1
Me.iPhone3Gbttn.TabStop = False
Me.iPhone3Gbttn.Text = "iPhone 3G"
Me.iPhone3Gbttn.UseVisualStyleBackColor = True
'
'iPhone2Gbttn
'
Me.iPhone2Gbttn.ForeColor = System.Drawing.Color.Black
Me.iPhone2Gbttn.Location = New System.Drawing.Point(7, 15)
Me.iPhone2Gbttn.Name = "iPhone2Gbttn"
Me.iPhone2Gbttn.Size = New System.Drawing.Size(132, 37)
Me.iPhone2Gbttn.TabIndex = 0
Me.iPhone2Gbttn.TabStop = False
Me.iPhone2Gbttn.Text = "iPhone 2G"
Me.iPhone2Gbttn.UseVisualStyleBackColor = True
'
'Label11
'
Me.Label11.AutoSize = True
Me.Label11.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label11.ForeColor = System.Drawing.Color.White
Me.Label11.Location = New System.Drawing.Point(6, 253)
Me.Label11.Name = "Label11"
Me.Label11.Size = New System.Drawing.Size(124, 13)
Me.Label11.TabIndex = 6
Me.Label11.Text = "Searching for DFU..."
Me.Label11.Visible = False
'
'dfuinstructions
'
Me.dfuinstructions.AutoSize = True
Me.dfuinstructions.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.dfuinstructions.ForeColor = System.Drawing.Color.Lime
Me.dfuinstructions.Location = New System.Drawing.Point(201, 73)
Me.dfuinstructions.Name = "dfuinstructions"
Me.dfuinstructions.Size = New System.Drawing.Size(0, 18)
Me.dfuinstructions.TabIndex = 5
'
'ProgressBar1
'
Me.ProgressBar1.Location = New System.Drawing.Point(5, 269)
Me.ProgressBar1.MarqueeAnimationSpeed = 25
Me.ProgressBar1.Name = "ProgressBar1"
Me.ProgressBar1.Size = New System.Drawing.Size(448, 29)
Me.ProgressBar1.Step = 1
Me.ProgressBar1.Style = System.Windows.Forms.ProgressBarStyle.Marquee
Me.ProgressBar1.TabIndex = 2
Me.ProgressBar1.Visible = False
'
'Label10
'
Me.Label10.AutoSize = True
Me.Label10.BackColor = System.Drawing.Color.Transparent
Me.Label10.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.75!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label10.ForeColor = System.Drawing.Color.White
Me.Label10.Location = New System.Drawing.Point(159, 9)
Me.Label10.Name = "Label10"
Me.Label10.Size = New System.Drawing.Size(134, 25)
Me.Label10.TabIndex = 3
Me.Label10.Text = "DFU Helper"
Me.Label10.Visible = False
'
'Prepare
'
Me.Prepare.AutoSize = True
Me.Prepare.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me.Prepare.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Prepare.ForeColor = System.Drawing.Color.Red
Me.Prepare.Location = New System.Drawing.Point(102, 47)
Me.Prepare.Name = "Prepare"
Me.Prepare.Size = New System.Drawing.Size(280, 20)
Me.Prepare.TabIndex = 4
Me.Prepare.Text = "Prepare to press Power + Home (5)"
Me.Prepare.Visible = False
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.iPod4btn)
Me.GroupBox2.Controls.Add(Me.iPod1Gbtn)
Me.GroupBox2.Controls.Add(Me.iPod3Gbtn)
Me.GroupBox2.Controls.Add(Me.iPod2Gbtn)
Me.GroupBox2.ForeColor = System.Drawing.Color.White
Me.GroupBox2.Location = New System.Drawing.Point(159, 112)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(145, 188)
Me.GroupBox2.TabIndex = 12
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "iPods"
'
'iPod4btn
'
Me.iPod4btn.ForeColor = System.Drawing.Color.Black
Me.iPod4btn.Location = New System.Drawing.Point(7, 144)
Me.iPod4btn.Name = "iPod4btn"
Me.iPod4btn.Size = New System.Drawing.Size(132, 37)
Me.iPod4btn.TabIndex = 7
Me.iPod4btn.TabStop = False
Me.iPod4btn.Text = "iPod Touch 4"
Me.iPod4btn.UseVisualStyleBackColor = True
'
'iPod1Gbtn
'
Me.iPod1Gbtn.ForeColor = System.Drawing.Color.Black
Me.iPod1Gbtn.Location = New System.Drawing.Point(7, 15)
Me.iPod1Gbtn.Name = "iPod1Gbtn"
Me.iPod1Gbtn.Size = New System.Drawing.Size(132, 37)
Me.iPod1Gbtn.TabIndex = 4
Me.iPod1Gbtn.TabStop = False
Me.iPod1Gbtn.Text = "iPod Touch 1G"
Me.iPod1Gbtn.UseVisualStyleBackColor = True
'
'iPod3Gbtn
'
Me.iPod3Gbtn.ForeColor = System.Drawing.Color.Black
Me.iPod3Gbtn.Location = New System.Drawing.Point(7, 101)
Me.iPod3Gbtn.Name = "iPod3Gbtn"
Me.iPod3Gbtn.Size = New System.Drawing.Size(132, 37)
Me.iPod3Gbtn.TabIndex = 6
Me.iPod3Gbtn.TabStop = False
Me.iPod3Gbtn.Text = "iPod Touch 3"
Me.iPod3Gbtn.UseVisualStyleBackColor = True
'
'iPod2Gbtn
'
Me.iPod2Gbtn.ForeColor = System.Drawing.Color.Black
Me.iPod2Gbtn.Location = New System.Drawing.Point(7, 58)
Me.iPod2Gbtn.Name = "iPod2Gbtn"
Me.iPod2Gbtn.Size = New System.Drawing.Size(132, 37)
Me.iPod2Gbtn.TabIndex = 5
Me.iPod2Gbtn.TabStop = False
Me.iPod2Gbtn.Text = "iPod Touch 2G"
Me.iPod2Gbtn.UseVisualStyleBackColor = True
'
'Label9
'
Me.Label9.AutoSize = True
Me.Label9.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label9.ForeColor = System.Drawing.Color.White
Me.Label9.Location = New System.Drawing.Point(66, 53)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(231, 20)
Me.Label9.TabIndex = 10
Me.Label9.Text = "iREB V4.0.x/4.1 [Release 2]"
'
'PictureBox5
'
Me.PictureBox5.Image = Global.iREB.My.Resources.Resources.Flake
Me.PictureBox5.Location = New System.Drawing.Point(5, 4)
Me.PictureBox5.Name = "PictureBox5"
Me.PictureBox5.Size = New System.Drawing.Size(87, 102)
Me.PictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.PictureBox5.TabIndex = 9
Me.PictureBox5.TabStop = False
'
'GroupBox3
'
Me.GroupBox3.Controls.Add(Me.iPadbtn)
Me.GroupBox3.Controls.Add(Me.atv2btn)
Me.GroupBox3.ForeColor = System.Drawing.Color.White
Me.GroupBox3.Location = New System.Drawing.Point(309, 112)
Me.GroupBox3.Name = "GroupBox3"
Me.GroupBox3.Size = New System.Drawing.Size(145, 188)
Me.GroupBox3.TabIndex = 13
Me.GroupBox3.TabStop = False
Me.GroupBox3.Text = "Other"
'
'iPadbtn
'
Me.iPadbtn.ForeColor = System.Drawing.Color.Black
Me.iPadbtn.Location = New System.Drawing.Point(7, 15)
Me.iPadbtn.Name = "iPadbtn"
Me.iPadbtn.Size = New System.Drawing.Size(132, 37)
Me.iPadbtn.TabIndex = 8
Me.iPadbtn.TabStop = False
Me.iPadbtn.Text = "iPad"
Me.iPadbtn.UseVisualStyleBackColor = True
'
'atv2btn
'
Me.atv2btn.ForeColor = System.Drawing.Color.Black
Me.atv2btn.Location = New System.Drawing.Point(7, 58)
Me.atv2btn.Name = "atv2btn"
Me.atv2btn.Size = New System.Drawing.Size(132, 37)
Me.atv2btn.TabIndex = 9
Me.atv2btn.TabStop = False
Me.atv2btn.Text = "Apple TV 2"
Me.atv2btn.UseVisualStyleBackColor = True
'
'PictureBox6
'
Me.PictureBox6.Image = Global.iREB.My.Resources.Resources.sn0w
Me.PictureBox6.Location = New System.Drawing.Point(152, 47)
Me.PictureBox6.Name = "PictureBox6"
Me.PictureBox6.Size = New System.Drawing.Size(150, 164)
Me.PictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.PictureBox6.TabIndex = 11
Me.PictureBox6.TabStop = False
Me.PictureBox6.Visible = False
'
'TabPage2
'
Me.TabPage2.BackColor = System.Drawing.Color.Black
Me.TabPage2.Controls.Add(Me.Button2)
Me.TabPage2.Controls.Add(Me.Label8)
Me.TabPage2.Controls.Add(Me.Button1)
Me.TabPage2.Controls.Add(Me.PictureBox4)
Me.TabPage2.Location = New System.Drawing.Point(4, 22)
Me.TabPage2.Name = "TabPage2"
Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage2.Size = New System.Drawing.Size(460, 306)
Me.TabPage2.TabIndex = 1
Me.TabPage2.Text = "Recovery Mode Loop Fixer / SHSH Blobs Grabber"
'
'Button2
'
Me.Button2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button2.ForeColor = System.Drawing.Color.Black
Me.Button2.Location = New System.Drawing.Point(6, 238)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(447, 58)
Me.Button2.TabIndex = 4
Me.Button2.Text = "SHSH Blobs Grabber"
Me.Button2.UseVisualStyleBackColor = True
'
'Label8
'
Me.Label8.AutoSize = True
Me.Label8.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label8.ForeColor = System.Drawing.Color.Red
Me.Label8.Location = New System.Drawing.Point(6, 206)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(405, 13)
Me.Label8.TabIndex = 1
Me.Label8.Text = "* Recovery Loops cannot be removed on Tethered-jailbroken devices."
'
'Button1
'
Me.Button1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button1.ForeColor = System.Drawing.Color.Black
Me.Button1.Location = New System.Drawing.Point(7, 143)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(447, 58)
Me.Button1.TabIndex = 0
Me.Button1.Text = "Set Auto-Boot True (Fixes 1015 Errors / Recovery Loops)"
Me.Button1.UseVisualStyleBackColor = True
'
'PictureBox4
'
Me.PictureBox4.Image = Global.iREB.My.Resources.Resources.Flake
Me.PictureBox4.Location = New System.Drawing.Point(173, 14)
Me.PictureBox4.Name = "PictureBox4"
Me.PictureBox4.Size = New System.Drawing.Size(86, 106)
Me.PictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.PictureBox4.TabIndex = 3
Me.PictureBox4.TabStop = False
'
'TabPage3
'
Me.TabPage3.BackColor = System.Drawing.Color.Black
Me.TabPage3.Controls.Add(Me.Label15)
Me.TabPage3.Controls.Add(Me.Label14)
Me.TabPage3.Controls.Add(Me.Label12)
Me.TabPage3.Controls.Add(Me.Label7)
Me.TabPage3.Controls.Add(Me.Label6)
Me.TabPage3.Controls.Add(Me.Label5)
Me.TabPage3.Controls.Add(Me.Label4)
Me.TabPage3.Controls.Add(Me.Label3)
Me.TabPage3.Controls.Add(Me.Label2)
Me.TabPage3.Controls.Add(Me.PictureBox3)
Me.TabPage3.Location = New System.Drawing.Point(4, 22)
Me.TabPage3.Name = "TabPage3"
Me.TabPage3.Size = New System.Drawing.Size(460, 306)
Me.TabPage3.TabIndex = 2
Me.TabPage3.Text = "Credits"
'
'Label15
'
Me.Label15.AutoSize = True
Me.Label15.Cursor = System.Windows.Forms.Cursors.Hand
Me.Label15.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label15.ForeColor = System.Drawing.Color.Blue
Me.Label15.Location = New System.Drawing.Point(15, 276)
Me.Label15.Name = "Label15"
Me.Label15.Size = New System.Drawing.Size(174, 16)
Me.Label15.TabIndex = 9
Me.Label15.Text = "posixninja (For syringe.)"
'
'Label14
'
Me.Label14.AutoSize = True
Me.Label14.Cursor = System.Windows.Forms.Cursors.Hand
Me.Label14.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label14.ForeColor = System.Drawing.Color.Blue
Me.Label14.Location = New System.Drawing.Point(15, 145)
Me.Label14.Name = "Label14"
Me.Label14.Size = New System.Drawing.Size(20, 16)
Me.Label14.TabIndex = 8
Me.Label14.Text = "cj"
'
'Label12
'
Me.Label12.AutoSize = True
Me.Label12.Cursor = System.Windows.Forms.Cursors.Hand
Me.Label12.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label12.ForeColor = System.Drawing.Color.Blue
Me.Label12.Location = New System.Drawing.Point(15, 260)
Me.Label12.Name = "Label12"
Me.Label12.Size = New System.Drawing.Size(304, 16)
Me.Label12.TabIndex = 7
Me.Label12.Text = "pod2g (For allowing me to use steaks4uce)"
'
'Label7
'
Me.Label7.AutoSize = True
Me.Label7.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label7.ForeColor = System.Drawing.Color.White
Me.Label7.Location = New System.Drawing.Point(15, 226)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(133, 18)
Me.Label7.TabIndex = 6
Me.Label7.Text = "Special Thanks :"
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Cursor = System.Windows.Forms.Cursors.Hand
Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label6.ForeColor = System.Drawing.Color.Blue
Me.Label6.Location = New System.Drawing.Point(15, 177)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(78, 16)
Me.Label6.TabIndex = 5
Me.Label6.Text = "LiLBush81"
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Cursor = System.Windows.Forms.Cursors.Hand
Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label5.ForeColor = System.Drawing.Color.Blue
Me.Label5.Location = New System.Drawing.Point(15, 193)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(54, 16)
Me.Label5.TabIndex = 4
Me.Label5.Text = "w3st05"
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label4.ForeColor = System.Drawing.Color.White
Me.Label4.Location = New System.Drawing.Point(11, 126)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(103, 18)
Me.Label4.TabIndex = 3
Me.Label4.Text = "Developers :"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Cursor = System.Windows.Forms.Cursors.Hand
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label3.ForeColor = System.Drawing.Color.Blue
Me.Label3.Location = New System.Drawing.Point(15, 161)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(65, 16)
Me.Label3.TabIndex = 1
Me.Label3.Text = "iH8sn0w"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Cursor = System.Windows.Forms.Cursors.Hand
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label2.ForeColor = System.Drawing.Color.Blue
Me.Label2.Location = New System.Drawing.Point(15, 244)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(252, 16)
Me.Label2.TabIndex = 0
Me.Label2.Text = "planetbeing (For xpwn + Partial Zip)"
'
'PictureBox3
'
Me.PictureBox3.Image = Global.iREB.My.Resources.Resources.Flake
Me.PictureBox3.Location = New System.Drawing.Point(173, 14)
Me.PictureBox3.Name = "PictureBox3"
Me.PictureBox3.Size = New System.Drawing.Size(86, 106)
Me.PictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.PictureBox3.TabIndex = 2
Me.PictureBox3.TabStop = False
'
'console
'
Me.console.Location = New System.Drawing.Point(532, 12)
Me.console.Name = "console"
Me.console.ReadOnly = True
Me.console.Size = New System.Drawing.Size(11, 10)
Me.console.TabIndex = 7
Me.console.Text = ""
Me.console.Visible = False
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Cursor = System.Windows.Forms.Cursors.Hand
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.ForeColor = System.Drawing.Color.Blue
Me.Label1.Location = New System.Drawing.Point(362, 343)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(118, 13)
Me.Label1.TabIndex = 1
Me.Label1.Text = "http://ih8sn0w.com"
'
'Quote
'
Me.Quote.AutoSize = True
Me.Quote.Location = New System.Drawing.Point(386, 8)
Me.Quote.Name = "Quote"
Me.Quote.Size = New System.Drawing.Size(12, 13)
Me.Quote.TabIndex = 11
Me.Quote.Text = """"
Me.Quote.Visible = False
'
'Batcher
'
Me.Batcher.Location = New System.Drawing.Point(378, 6)
Me.Batcher.Name = "Batcher"
Me.Batcher.Size = New System.Drawing.Size(19, 14)
Me.Batcher.TabIndex = 12
Me.Batcher.Text = ""
Me.Batcher.Visible = False
'
'WebBrowser1
'
Me.WebBrowser1.Location = New System.Drawing.Point(408, 3)
Me.WebBrowser1.MinimumSize = New System.Drawing.Size(20, 20)
Me.WebBrowser1.Name = "WebBrowser1"
Me.WebBrowser1.ScriptErrorsSuppressed = True
Me.WebBrowser1.Size = New System.Drawing.Size(75, 20)
Me.WebBrowser1.TabIndex = 13
Me.WebBrowser1.Url = New System.Uri("http://ih8sn0w.com", System.UriKind.Absolute)
Me.WebBrowser1.Visible = False
'
'Label13
'
Me.Label13.AutoSize = True
Me.Label13.Font = New System.Drawing.Font("Arial", 9.0!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label13.ForeColor = System.Drawing.Color.White
Me.Label13.Location = New System.Drawing.Point(9, 343)
Me.Label13.Name = "Label13"
Me.Label13.Size = New System.Drawing.Size(174, 15)
Me.Label13.TabIndex = 14
Me.Label13.Text = "Requires iTunes 10 or above."
'
'Form1
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.Black
Me.ClientSize = New System.Drawing.Size(490, 361)
Me.Controls.Add(Me.Label13)
Me.Controls.Add(Me.WebBrowser1)
Me.Controls.Add(Me.Batcher)
Me.Controls.Add(Me.Quote)
Me.Controls.Add(Me.console)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.TabControl1)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MaximizeBox = False
Me.Name = "Form1"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "iREB V4.0.x/4.1 -- [r2] -- For Windows -- By: iH8sn0w"
Me.TabControl1.ResumeLayout(False)
Me.TabPage1.ResumeLayout(False)
Me.TabPage1.PerformLayout()
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox2.ResumeLayout(False)
CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).EndInit()
Me.GroupBox3.ResumeLayout(False)
CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).EndInit()
Me.TabPage2.ResumeLayout(False)
Me.TabPage2.PerformLayout()
CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).EndInit()
Me.TabPage3.ResumeLayout(False)
Me.TabPage3.PerformLayout()
CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents TabPage3 As System.Windows.Forms.TabPage
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents PictureBox3 As System.Windows.Forms.PictureBox
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents Label7 As System.Windows.Forms.Label
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents Button2 As System.Windows.Forms.Button
Friend WithEvents PictureBox4 As System.Windows.Forms.PictureBox
Friend WithEvents Label8 As System.Windows.Forms.Label
Friend WithEvents PictureBox5 As System.Windows.Forms.PictureBox
Friend WithEvents Label9 As System.Windows.Forms.Label
Friend WithEvents ProgressBar1 As System.Windows.Forms.ProgressBar
Friend WithEvents Label10 As System.Windows.Forms.Label
Friend WithEvents Prepare As System.Windows.Forms.Label
Friend WithEvents dfuinstructions As System.Windows.Forms.Label
Friend WithEvents Label11 As System.Windows.Forms.Label
Friend WithEvents console As System.Windows.Forms.RichTextBox
Friend WithEvents Label12 As System.Windows.Forms.Label
Friend WithEvents Search4IPSW As System.Windows.Forms.OpenFileDialog
Friend WithEvents Quote As System.Windows.Forms.Label
Friend WithEvents Batcher As System.Windows.Forms.RichTextBox
Friend WithEvents PictureBox6 As System.Windows.Forms.PictureBox
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents WebBrowser1 As System.Windows.Forms.WebBrowser
Friend WithEvents Label13 As System.Windows.Forms.Label
Friend WithEvents Label14 As System.Windows.Forms.Label
Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents iPhone4btn As System.Windows.Forms.Button
Friend WithEvents iPhone3GSbttn As System.Windows.Forms.Button
Friend WithEvents iPhone3Gbttn As System.Windows.Forms.Button
Friend WithEvents iPhone2Gbttn As System.Windows.Forms.Button
Friend WithEvents iPadbtn As System.Windows.Forms.Button
Friend WithEvents atv2btn As System.Windows.Forms.Button
Friend WithEvents iPod4btn As System.Windows.Forms.Button
Friend WithEvents iPod1Gbtn As System.Windows.Forms.Button
Friend WithEvents iPod3Gbtn As System.Windows.Forms.Button
Friend WithEvents iPod2Gbtn As System.Windows.Forms.Button
Friend WithEvents Label15 As System.Windows.Forms.Label
End Class