245 lines
14 KiB
VB.net
245 lines
14 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|||
|
|
Partial Class Ransomware
|
||
|
|
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(Ransomware))
|
||
|
|
PictureBox1 = New System.Windows.Forms.PictureBox()
|
||
|
|
Label1 = New System.Windows.Forms.Label()
|
||
|
|
Label2 = New System.Windows.Forms.Label()
|
||
|
|
Label3 = New System.Windows.Forms.Label()
|
||
|
|
StatusStrip1 = New System.Windows.Forms.StatusStrip()
|
||
|
|
ToolStripStatusLabel1 = New System.Windows.Forms.ToolStripStatusLabel()
|
||
|
|
Guna2TextBox1 = New Guna.UI2.WinForms.Guna2TextBox()
|
||
|
|
Guna2TextBox2 = New Guna.UI2.WinForms.Guna2TextBox()
|
||
|
|
Guna2TextBox3 = New Guna.UI2.WinForms.Guna2TextBox()
|
||
|
|
Guna2GradientButton1 = New Guna.UI2.WinForms.Guna2GradientButton()
|
||
|
|
Guna2Panel1 = New Guna.UI2.WinForms.Guna2Panel()
|
||
|
|
CType(PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
|
|
StatusStrip1.SuspendLayout()
|
||
|
|
Guna2Panel1.SuspendLayout()
|
||
|
|
SuspendLayout()
|
||
|
|
'
|
||
|
|
'PictureBox1
|
||
|
|
'
|
||
|
|
PictureBox1.Cursor = System.Windows.Forms.Cursors.Hand
|
||
|
|
PictureBox1.Dock = System.Windows.Forms.DockStyle.Fill
|
||
|
|
PictureBox1.Location = New System.Drawing.Point(0, 0)
|
||
|
|
PictureBox1.Name = "PictureBox1"
|
||
|
|
PictureBox1.Size = New System.Drawing.Size(325, 164)
|
||
|
|
PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
||
|
|
PictureBox1.TabIndex = 0
|
||
|
|
PictureBox1.TabStop = False
|
||
|
|
'
|
||
|
|
'Label1
|
||
|
|
'
|
||
|
|
Label1.AutoSize = True
|
||
|
|
Label1.ForeColor = System.Drawing.Color.Black
|
||
|
|
Label1.Location = New System.Drawing.Point(16, 17)
|
||
|
|
Label1.Name = "Label1"
|
||
|
|
Label1.Size = New System.Drawing.Size(53, 13)
|
||
|
|
Label1.TabIndex = 1
|
||
|
|
Label1.Text = "Address :"
|
||
|
|
'
|
||
|
|
'Label2
|
||
|
|
'
|
||
|
|
Label2.AutoSize = True
|
||
|
|
Label2.ForeColor = System.Drawing.Color.Black
|
||
|
|
Label2.Location = New System.Drawing.Point(9, 71)
|
||
|
|
Label2.Name = "Label2"
|
||
|
|
Label2.Size = New System.Drawing.Size(60, 13)
|
||
|
|
Label2.TabIndex = 4
|
||
|
|
Label2.Text = "Amount $ :"
|
||
|
|
'
|
||
|
|
'Label3
|
||
|
|
'
|
||
|
|
Label3.AutoSize = True
|
||
|
|
Label3.ForeColor = System.Drawing.Color.Black
|
||
|
|
Label3.Location = New System.Drawing.Point(31, 44)
|
||
|
|
Label3.Name = "Label3"
|
||
|
|
Label3.Size = New System.Drawing.Size(38, 13)
|
||
|
|
Label3.TabIndex = 6
|
||
|
|
Label3.Text = "Email :"
|
||
|
|
'
|
||
|
|
'StatusStrip1
|
||
|
|
'
|
||
|
|
StatusStrip1.BackColor = System.Drawing.Color.White
|
||
|
|
StatusStrip1.ImageScalingSize = New System.Drawing.Size(24, 24)
|
||
|
|
StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {ToolStripStatusLabel1})
|
||
|
|
StatusStrip1.Location = New System.Drawing.Point(0, 305)
|
||
|
|
StatusStrip1.Name = "StatusStrip1"
|
||
|
|
StatusStrip1.Padding = New System.Windows.Forms.Padding(1, 0, 9, 0)
|
||
|
|
StatusStrip1.Size = New System.Drawing.Size(325, 22)
|
||
|
|
StatusStrip1.SizingGrip = False
|
||
|
|
StatusStrip1.TabIndex = 8
|
||
|
|
StatusStrip1.Text = "StatusStrip1"
|
||
|
|
'
|
||
|
|
'ToolStripStatusLabel1
|
||
|
|
'
|
||
|
|
ToolStripStatusLabel1.ForeColor = System.Drawing.Color.Black
|
||
|
|
ToolStripStatusLabel1.Name = "ToolStripStatusLabel1"
|
||
|
|
ToolStripStatusLabel1.Size = New System.Drawing.Size(13, 17)
|
||
|
|
ToolStripStatusLabel1.Text = ".."
|
||
|
|
'
|
||
|
|
'Guna2TextBox1
|
||
|
|
'
|
||
|
|
Guna2TextBox1.BorderColor = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer))
|
||
|
|
Guna2TextBox1.BorderRadius = 3
|
||
|
|
Guna2TextBox1.Cursor = System.Windows.Forms.Cursors.IBeam
|
||
|
|
Guna2TextBox1.DefaultText = "Your BTC Address"
|
||
|
|
Guna2TextBox1.DisabledState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer))
|
||
|
|
Guna2TextBox1.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer))
|
||
|
|
Guna2TextBox1.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer))
|
||
|
|
Guna2TextBox1.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer))
|
||
|
|
Guna2TextBox1.FocusedState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer))
|
||
|
|
Guna2TextBox1.Font = New System.Drawing.Font("Segoe UI", 9.0!)
|
||
|
|
Guna2TextBox1.ForeColor = System.Drawing.Color.Black
|
||
|
|
Guna2TextBox1.HoverState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer))
|
||
|
|
Guna2TextBox1.Location = New System.Drawing.Point(75, 14)
|
||
|
|
Guna2TextBox1.Name = "Guna2TextBox1"
|
||
|
|
Guna2TextBox1.PasswordChar = Global.Microsoft.VisualBasic.ChrW(0)
|
||
|
|
Guna2TextBox1.PlaceholderForeColor = System.Drawing.Color.Black
|
||
|
|
Guna2TextBox1.PlaceholderText = ""
|
||
|
|
Guna2TextBox1.SelectedText = ""
|
||
|
|
Guna2TextBox1.Size = New System.Drawing.Size(237, 21)
|
||
|
|
Guna2TextBox1.TabIndex = 50
|
||
|
|
'
|
||
|
|
'Guna2TextBox2
|
||
|
|
'
|
||
|
|
Guna2TextBox2.BorderColor = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer))
|
||
|
|
Guna2TextBox2.BorderRadius = 3
|
||
|
|
Guna2TextBox2.Cursor = System.Windows.Forms.Cursors.IBeam
|
||
|
|
Guna2TextBox2.DefaultText = "300"
|
||
|
|
Guna2TextBox2.DisabledState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer))
|
||
|
|
Guna2TextBox2.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer))
|
||
|
|
Guna2TextBox2.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer))
|
||
|
|
Guna2TextBox2.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer))
|
||
|
|
Guna2TextBox2.FocusedState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer))
|
||
|
|
Guna2TextBox2.Font = New System.Drawing.Font("Segoe UI", 9.0!)
|
||
|
|
Guna2TextBox2.ForeColor = System.Drawing.Color.Black
|
||
|
|
Guna2TextBox2.HoverState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer))
|
||
|
|
Guna2TextBox2.Location = New System.Drawing.Point(75, 68)
|
||
|
|
Guna2TextBox2.Name = "Guna2TextBox2"
|
||
|
|
Guna2TextBox2.PasswordChar = Global.Microsoft.VisualBasic.ChrW(0)
|
||
|
|
Guna2TextBox2.PlaceholderForeColor = System.Drawing.Color.Black
|
||
|
|
Guna2TextBox2.PlaceholderText = ""
|
||
|
|
Guna2TextBox2.SelectedText = ""
|
||
|
|
Guna2TextBox2.Size = New System.Drawing.Size(237, 21)
|
||
|
|
Guna2TextBox2.TabIndex = 51
|
||
|
|
'
|
||
|
|
'Guna2TextBox3
|
||
|
|
'
|
||
|
|
Guna2TextBox3.BorderColor = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer))
|
||
|
|
Guna2TextBox3.BorderRadius = 3
|
||
|
|
Guna2TextBox3.Cursor = System.Windows.Forms.Cursors.IBeam
|
||
|
|
Guna2TextBox3.DefaultText = "Your Email"
|
||
|
|
Guna2TextBox3.DisabledState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer))
|
||
|
|
Guna2TextBox3.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer))
|
||
|
|
Guna2TextBox3.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer))
|
||
|
|
Guna2TextBox3.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer))
|
||
|
|
Guna2TextBox3.FocusedState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer))
|
||
|
|
Guna2TextBox3.Font = New System.Drawing.Font("Segoe UI", 9.0!)
|
||
|
|
Guna2TextBox3.ForeColor = System.Drawing.Color.Black
|
||
|
|
Guna2TextBox3.HoverState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer))
|
||
|
|
Guna2TextBox3.Location = New System.Drawing.Point(75, 41)
|
||
|
|
Guna2TextBox3.Name = "Guna2TextBox3"
|
||
|
|
Guna2TextBox3.PasswordChar = Global.Microsoft.VisualBasic.ChrW(0)
|
||
|
|
Guna2TextBox3.PlaceholderForeColor = System.Drawing.Color.Black
|
||
|
|
Guna2TextBox3.PlaceholderText = ""
|
||
|
|
Guna2TextBox3.SelectedText = ""
|
||
|
|
Guna2TextBox3.Size = New System.Drawing.Size(237, 21)
|
||
|
|
Guna2TextBox3.TabIndex = 52
|
||
|
|
'
|
||
|
|
'Guna2GradientButton1
|
||
|
|
'
|
||
|
|
Guna2GradientButton1.BorderRadius = 4
|
||
|
|
Guna2GradientButton1.DisabledState.BorderColor = System.Drawing.Color.DarkGray
|
||
|
|
Guna2GradientButton1.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray
|
||
|
|
Guna2GradientButton1.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer))
|
||
|
|
Guna2GradientButton1.DisabledState.FillColor2 = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer))
|
||
|
|
Guna2GradientButton1.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer))
|
||
|
|
Guna2GradientButton1.FillColor2 = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer))
|
||
|
|
Guna2GradientButton1.Font = New System.Drawing.Font("Segoe UI", 9.0!)
|
||
|
|
Guna2GradientButton1.ForeColor = System.Drawing.Color.White
|
||
|
|
Guna2GradientButton1.Image = CType(resources.GetObject("Guna2GradientButton1.Image"), System.Drawing.Image)
|
||
|
|
Guna2GradientButton1.ImageAlign = System.Windows.Forms.HorizontalAlignment.Left
|
||
|
|
Guna2GradientButton1.ImageSize = New System.Drawing.Size(17, 17)
|
||
|
|
Guna2GradientButton1.Location = New System.Drawing.Point(3, 100)
|
||
|
|
Guna2GradientButton1.Name = "Guna2GradientButton1"
|
||
|
|
Guna2GradientButton1.Size = New System.Drawing.Size(319, 28)
|
||
|
|
Guna2GradientButton1.TabIndex = 96
|
||
|
|
Guna2GradientButton1.Text = "Attack"
|
||
|
|
'
|
||
|
|
'Guna2Panel1
|
||
|
|
'
|
||
|
|
Guna2Panel1.Controls.Add(Guna2TextBox1)
|
||
|
|
Guna2Panel1.Controls.Add(Guna2GradientButton1)
|
||
|
|
Guna2Panel1.Controls.Add(Label1)
|
||
|
|
Guna2Panel1.Controls.Add(Guna2TextBox3)
|
||
|
|
Guna2Panel1.Controls.Add(Label2)
|
||
|
|
Guna2Panel1.Controls.Add(Guna2TextBox2)
|
||
|
|
Guna2Panel1.Controls.Add(Label3)
|
||
|
|
Guna2Panel1.Dock = System.Windows.Forms.DockStyle.Bottom
|
||
|
|
Guna2Panel1.Location = New System.Drawing.Point(0, 164)
|
||
|
|
Guna2Panel1.Name = "Guna2Panel1"
|
||
|
|
Guna2Panel1.Size = New System.Drawing.Size(325, 141)
|
||
|
|
Guna2Panel1.TabIndex = 97
|
||
|
|
'
|
||
|
|
'Ransomware
|
||
|
|
'
|
||
|
|
AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||
|
|
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||
|
|
AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
|
||
|
|
BackColor = System.Drawing.Color.White
|
||
|
|
ClientSize = New System.Drawing.Size(325, 327)
|
||
|
|
Controls.Add(PictureBox1)
|
||
|
|
Controls.Add(Guna2Panel1)
|
||
|
|
Controls.Add(StatusStrip1)
|
||
|
|
Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||
|
|
MaximizeBox = False
|
||
|
|
MinimizeBox = False
|
||
|
|
Name = "Ransomware"
|
||
|
|
SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide
|
||
|
|
Text = "Ransomware Attack"
|
||
|
|
CType(PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
||
|
|
StatusStrip1.ResumeLayout(False)
|
||
|
|
StatusStrip1.PerformLayout()
|
||
|
|
Guna2Panel1.ResumeLayout(False)
|
||
|
|
Guna2Panel1.PerformLayout()
|
||
|
|
ResumeLayout(False)
|
||
|
|
PerformLayout()
|
||
|
|
|
||
|
|
End Sub
|
||
|
|
|
||
|
|
Friend WithEvents PictureBox1 As PictureBox
|
||
|
|
Friend WithEvents Label1 As Label
|
||
|
|
Friend WithEvents Label2 As Label
|
||
|
|
Friend WithEvents Label3 As Label
|
||
|
|
Friend WithEvents StatusStrip1 As StatusStrip
|
||
|
|
Friend WithEvents ToolStripStatusLabel1 As ToolStripStatusLabel
|
||
|
|
Friend WithEvents Guna2TextBox1 As Guna.UI2.WinForms.Guna2TextBox
|
||
|
|
Friend WithEvents Guna2TextBox2 As Guna.UI2.WinForms.Guna2TextBox
|
||
|
|
Friend WithEvents Guna2TextBox3 As Guna.UI2.WinForms.Guna2TextBox
|
||
|
|
Friend WithEvents Guna2GradientButton1 As Guna.UI2.WinForms.Guna2GradientButton
|
||
|
|
Friend WithEvents Guna2Panel1 As Guna.UI2.WinForms.Guna2Panel
|
||
|
|
End Class
|