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
/
Scanner.Designer.vb
157 lines (152 loc) · 6.73 KB
/
Scanner.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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class Scanner
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()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Scanner))
Me.ListBox1 = New System.Windows.Forms.ListBox()
Me.StartKryptoBtn = New System.Windows.Forms.Button()
Me.BackgroundWorker1 = New System.ComponentModel.BackgroundWorker()
Me.ScannerStopBtn = New System.Windows.Forms.Button()
Me.TextBox1 = New System.Windows.Forms.TextBox()
Me.ScannerCrackBtn = New System.Windows.Forms.Button()
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
Me.Button2 = New System.Windows.Forms.Button()
Me.Button1 = New System.Windows.Forms.Button()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'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(1105, 575)
Me.ListBox1.TabIndex = 0
'
'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 = 0
Me.StartKryptoBtn.Text = "START"
Me.StartKryptoBtn.UseVisualStyleBackColor = True
'
'BackgroundWorker1
'
Me.BackgroundWorker1.WorkerSupportsCancellation = 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 = 1
Me.ScannerStopBtn.Text = "Stop"
Me.ScannerStopBtn.UseVisualStyleBackColor = True
'
'TextBox1
'
Me.TextBox1.Location = New System.Drawing.Point(12, 543)
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(212, 20)
Me.TextBox1.TabIndex = 4
Me.TextBox1.Visible = False
'
'ScannerCrackBtn
'
Me.ScannerCrackBtn.Enabled = False
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 = 2
Me.ScannerCrackBtn.Text = "Crack"
Me.ScannerCrackBtn.UseVisualStyleBackColor = True
'
'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, 178)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(94, 43)
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBox1.TabIndex = 6
Me.PictureBox1.TabStop = False
Me.PictureBox1.Visible = False
'
'Button2
'
Me.Button2.Location = New System.Drawing.Point(952, 105)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(112, 25)
Me.Button2.TabIndex = 3
Me.Button2.Text = "Search Parameter"
Me.Button2.UseVisualStyleBackColor = True
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(952, 136)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(112, 25)
Me.Button1.TabIndex = 4
Me.Button1.Text = "Help"
Me.Button1.UseVisualStyleBackColor = True
'
'Scanner
'
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(1105, 575)
Me.Controls.Add(Me.Button2)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.PictureBox1)
Me.Controls.Add(Me.ScannerCrackBtn)
Me.Controls.Add(Me.TextBox1)
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 = "Scanner"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Cryptocurrencies-Scanner"
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents ListBox1 As ListBox
Friend WithEvents StartKryptoBtn As Button
Friend WithEvents BackgroundWorker1 As System.ComponentModel.BackgroundWorker
Friend WithEvents ScannerStopBtn As Button
Friend WithEvents TextBox1 As TextBox
Friend WithEvents ScannerCrackBtn As Button
Friend WithEvents PictureBox1 As PictureBox
Friend WithEvents Button2 As Button
Friend WithEvents Button1 As Button
End Class