This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
FileScanner.Designer.vb
284 lines (280 loc) · 12 KB
/
FileScanner.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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FileScanner
Inherits System.Windows.Forms.Form
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
<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
'Wird vom Windows Form-Designer benötigt.
Private components As System.ComponentModel.IContainer
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FileScanner))
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
Me.ScannerCrackBtn = New System.Windows.Forms.Button()
Me.ScannerStopBtn = New System.Windows.Forms.Button()
Me.StartKryptoBtn = New System.Windows.Forms.Button()
Me.ListBox1 = New System.Windows.Forms.ListBox()
Me.BackgroundWorker1 = New System.ComponentModel.BackgroundWorker()
Me.TextBox1 = New System.Windows.Forms.TextBox()
Me.Button1 = New System.Windows.Forms.Button()
Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
Me.EndeSub = New System.Windows.Forms.Label()
Me.Sieben = New System.Windows.Forms.Label()
Me.RAR = New System.Windows.Forms.Label()
Me.zip = New System.Windows.Forms.Label()
Me.XLS = New System.Windows.Forms.Label()
Me.Label6 = New System.Windows.Forms.Label()
Me.DOC = New System.Windows.Forms.Label()
Me.PDF = New System.Windows.Forms.Label()
Me.Label3 = New System.Windows.Forms.Label()
Me.Button2 = New System.Windows.Forms.Button()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'PictureBox1
'
Me.PictureBox1.BackColor = System.Drawing.Color.Black
Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
Me.PictureBox1.Location = New System.Drawing.Point(961, 165)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(94, 43)
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBox1.TabIndex = 13
Me.PictureBox1.TabStop = False
Me.PictureBox1.Visible = False
'
'ScannerCrackBtn
'
Me.ScannerCrackBtn.Location = New System.Drawing.Point(952, 74)
Me.ScannerCrackBtn.Name = "ScannerCrackBtn"
Me.ScannerCrackBtn.Size = New System.Drawing.Size(112, 25)
Me.ScannerCrackBtn.TabIndex = 3
Me.ScannerCrackBtn.Text = "Crack"
Me.ScannerCrackBtn.UseVisualStyleBackColor = True
'
'ScannerStopBtn
'
Me.ScannerStopBtn.Enabled = False
Me.ScannerStopBtn.Location = New System.Drawing.Point(952, 43)
Me.ScannerStopBtn.Name = "ScannerStopBtn"
Me.ScannerStopBtn.Size = New System.Drawing.Size(112, 25)
Me.ScannerStopBtn.TabIndex = 2
Me.ScannerStopBtn.Text = "Stop"
Me.ScannerStopBtn.UseVisualStyleBackColor = True
'
'StartKryptoBtn
'
Me.StartKryptoBtn.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.StartKryptoBtn.Location = New System.Drawing.Point(952, 12)
Me.StartKryptoBtn.Name = "StartKryptoBtn"
Me.StartKryptoBtn.Size = New System.Drawing.Size(112, 25)
Me.StartKryptoBtn.TabIndex = 1
Me.StartKryptoBtn.Text = "START"
Me.StartKryptoBtn.UseVisualStyleBackColor = True
'
'ListBox1
'
Me.ListBox1.BackColor = System.Drawing.SystemColors.InfoText
Me.ListBox1.Dock = System.Windows.Forms.DockStyle.Fill
Me.ListBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.ListBox1.ForeColor = System.Drawing.Color.Chartreuse
Me.ListBox1.FormattingEnabled = True
Me.ListBox1.ItemHeight = 15
Me.ListBox1.Location = New System.Drawing.Point(0, 0)
Me.ListBox1.Name = "ListBox1"
Me.ListBox1.Size = New System.Drawing.Size(1101, 584)
Me.ListBox1.TabIndex = 10
'
'BackgroundWorker1
'
Me.BackgroundWorker1.WorkerSupportsCancellation = True
'
'TextBox1
'
Me.TextBox1.Location = New System.Drawing.Point(12, 552)
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(218, 20)
Me.TextBox1.TabIndex = 16
Me.TextBox1.Visible = False
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(952, 134)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(112, 25)
Me.Button1.TabIndex = 4
Me.Button1.Text = "Settings"
Me.Button1.UseVisualStyleBackColor = True
'
'EndeSub
'
Me.EndeSub.AutoSize = True
Me.EndeSub.ForeColor = System.Drawing.SystemColors.ControlLightLight
Me.EndeSub.Location = New System.Drawing.Point(1033, 344)
Me.EndeSub.Name = "EndeSub"
Me.EndeSub.Size = New System.Drawing.Size(22, 52)
Me.EndeSub.TabIndex = 32
Me.EndeSub.Text = "" & Global.Microsoft.VisualBasic.ChrW(9) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & " )" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & ")" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
Me.EndeSub.Visible = False
'
'Sieben
'
Me.Sieben.AutoSize = True
Me.Sieben.ForeColor = System.Drawing.SystemColors.ControlLightLight
Me.Sieben.Location = New System.Drawing.Point(684, 424)
Me.Sieben.Name = "Sieben"
Me.Sieben.Size = New System.Drawing.Size(699, 117)
Me.Sieben.TabIndex = 31
Me.Sieben.Text = resources.GetString("Sieben.Text")
Me.Sieben.Visible = False
'
'RAR
'
Me.RAR.AutoSize = True
Me.RAR.ForeColor = System.Drawing.SystemColors.ControlLightLight
Me.RAR.Location = New System.Drawing.Point(684, 424)
Me.RAR.Name = "RAR"
Me.RAR.Size = New System.Drawing.Size(699, 130)
Me.RAR.TabIndex = 30
Me.RAR.Text = resources.GetString("RAR.Text")
Me.RAR.Visible = False
'
'zip
'
Me.zip.AutoSize = True
Me.zip.ForeColor = System.Drawing.SystemColors.ControlLightLight
Me.zip.Location = New System.Drawing.Point(716, 437)
Me.zip.Name = "zip"
Me.zip.Size = New System.Drawing.Size(699, 117)
Me.zip.TabIndex = 29
Me.zip.Text = resources.GetString("zip.Text")
Me.zip.Visible = False
'
'XLS
'
Me.XLS.AutoSize = True
Me.XLS.ForeColor = System.Drawing.SystemColors.ControlLightLight
Me.XLS.Location = New System.Drawing.Point(740, 411)
Me.XLS.Name = "XLS"
Me.XLS.Size = New System.Drawing.Size(699, 143)
Me.XLS.TabIndex = 28
Me.XLS.Text = resources.GetString("XLS.Text")
Me.XLS.Visible = False
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.ForeColor = System.Drawing.SystemColors.ControlLightLight
Me.Label6.Location = New System.Drawing.Point(684, 437)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(699, 117)
Me.Label6.TabIndex = 27
Me.Label6.Text = resources.GetString("Label6.Text")
Me.Label6.Visible = False
'
'DOC
'
Me.DOC.AutoSize = True
Me.DOC.ForeColor = System.Drawing.SystemColors.ControlLightLight
Me.DOC.Location = New System.Drawing.Point(694, 424)
Me.DOC.Name = "DOC"
Me.DOC.Size = New System.Drawing.Size(699, 130)
Me.DOC.TabIndex = 26
Me.DOC.Text = resources.GetString("DOC.Text")
Me.DOC.Visible = False
'
'PDF
'
Me.PDF.AutoSize = True
Me.PDF.ForeColor = System.Drawing.SystemColors.ControlLightLight
Me.PDF.Location = New System.Drawing.Point(810, 437)
Me.PDF.Name = "PDF"
Me.PDF.Size = New System.Drawing.Size(699, 117)
Me.PDF.TabIndex = 25
Me.PDF.Text = resources.GetString("PDF.Text")
Me.PDF.Visible = False
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.ForeColor = System.Drawing.SystemColors.ControlLightLight
Me.Label3.Location = New System.Drawing.Point(924, 370)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(57, 26)
Me.Label3.TabIndex = 24
Me.Label3.Text = "@echo off" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
Me.Label3.Visible = False
'
'Button2
'
Me.Button2.Location = New System.Drawing.Point(952, 105)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(112, 23)
Me.Button2.TabIndex = 33
Me.Button2.Text = "Copy hits"
Me.Button2.UseVisualStyleBackColor = True
'
'FileScanner
'
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(1101, 584)
Me.Controls.Add(Me.Button2)
Me.Controls.Add(Me.EndeSub)
Me.Controls.Add(Me.Sieben)
Me.Controls.Add(Me.RAR)
Me.Controls.Add(Me.zip)
Me.Controls.Add(Me.XLS)
Me.Controls.Add(Me.Label6)
Me.Controls.Add(Me.DOC)
Me.Controls.Add(Me.PDF)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.TextBox1)
Me.Controls.Add(Me.PictureBox1)
Me.Controls.Add(Me.ScannerCrackBtn)
Me.Controls.Add(Me.ScannerStopBtn)
Me.Controls.Add(Me.StartKryptoBtn)
Me.Controls.Add(Me.ListBox1)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "FileScanner"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Encrypted-File-Scanner"
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents PictureBox1 As PictureBox
Friend WithEvents ScannerCrackBtn As Button
Friend WithEvents ScannerStopBtn As Button
Friend WithEvents StartKryptoBtn As Button
Friend WithEvents ListBox1 As ListBox
Friend WithEvents BackgroundWorker1 As System.ComponentModel.BackgroundWorker
Friend WithEvents TextBox1 As TextBox
Friend WithEvents Button1 As Button
Friend WithEvents Timer1 As Timer
Friend WithEvents EndeSub As Label
Friend WithEvents Sieben As Label
Friend WithEvents RAR As Label
Friend WithEvents zip As Label
Friend WithEvents XLS As Label
Friend WithEvents Label6 As Label
Friend WithEvents DOC As Label
Friend WithEvents PDF As Label
Friend WithEvents Label3 As Label
Friend WithEvents Button2 As Button
End Class