Files
2026-08-27 11:04:21 -06:00

357 lines
17 KiB
VB.net

<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.Button1 = New System.Windows.Forms.Button
Me.TextBox1 = New System.Windows.Forms.TextBox
Me.Button2 = New System.Windows.Forms.Button
Me.CheckBox1 = New System.Windows.Forms.CheckBox
Me.NumericUpDown1 = New System.Windows.Forms.NumericUpDown
Me.CheckBox2 = New System.Windows.Forms.CheckBox
Me.CheckBox3 = New System.Windows.Forms.CheckBox
Me.CheckBox4 = New System.Windows.Forms.CheckBox
Me.txtADescription = New System.Windows.Forms.TextBox
Me.Label20 = New System.Windows.Forms.Label
Me.Label21 = New System.Windows.Forms.Label
Me.txtACompany = New System.Windows.Forms.TextBox
Me.Label19 = New System.Windows.Forms.Label
Me.Label17 = New System.Windows.Forms.Label
Me.txtACopyright = New System.Windows.Forms.TextBox
Me.Button3 = New System.Windows.Forms.Button
Me.TextBox2 = New System.Windows.Forms.TextBox
Me.picIcon = New System.Windows.Forms.PictureBox
Me.Label1 = New System.Windows.Forms.Label
Me.Label2 = New System.Windows.Forms.Label
Me.EsdVgupXgOPatrBYabcvBYJ = New System.Net.WebClient
CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.picIcon, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'Button1
'
Me.Button1.BackgroundImage = CType(resources.GetObject("Button1.BackgroundImage"), System.Drawing.Image)
Me.Button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me.Button1.ForeColor = System.Drawing.Color.White
Me.Button1.Location = New System.Drawing.Point(279, 68)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(75, 20)
Me.Button1.TabIndex = 0
Me.Button1.Text = "..."
Me.Button1.UseVisualStyleBackColor = True
'
'TextBox1
'
Me.TextBox1.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
Me.TextBox1.ForeColor = System.Drawing.Color.White
Me.TextBox1.Location = New System.Drawing.Point(12, 68)
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(261, 20)
Me.TextBox1.TabIndex = 1
'
'Button2
'
Me.Button2.BackgroundImage = CType(resources.GetObject("Button2.BackgroundImage"), System.Drawing.Image)
Me.Button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me.Button2.ForeColor = System.Drawing.Color.White
Me.Button2.Location = New System.Drawing.Point(12, 294)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(350, 54)
Me.Button2.TabIndex = 2
Me.Button2.Text = "Crypt"
Me.Button2.UseVisualStyleBackColor = True
'
'CheckBox1
'
Me.CheckBox1.AutoSize = True
Me.CheckBox1.BackColor = System.Drawing.Color.Transparent
Me.CheckBox1.Enabled = False
Me.CheckBox1.ForeColor = System.Drawing.Color.White
Me.CheckBox1.Location = New System.Drawing.Point(12, 97)
Me.CheckBox1.Name = "CheckBox1"
Me.CheckBox1.Size = New System.Drawing.Size(95, 17)
Me.CheckBox1.TabIndex = 3
Me.CheckBox1.Text = "Pump File (mb)"
Me.CheckBox1.UseVisualStyleBackColor = False
'
'NumericUpDown1
'
Me.NumericUpDown1.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
Me.NumericUpDown1.Enabled = False
Me.NumericUpDown1.ForeColor = System.Drawing.Color.White
Me.NumericUpDown1.Location = New System.Drawing.Point(113, 94)
Me.NumericUpDown1.Maximum = New Decimal(New Integer() {10000, 0, 0, 0})
Me.NumericUpDown1.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
Me.NumericUpDown1.Name = "NumericUpDown1"
Me.NumericUpDown1.Size = New System.Drawing.Size(120, 20)
Me.NumericUpDown1.TabIndex = 4
Me.NumericUpDown1.Value = New Decimal(New Integer() {1, 0, 0, 0})
'
'CheckBox2
'
Me.CheckBox2.AutoSize = True
Me.CheckBox2.BackColor = System.Drawing.Color.Transparent
Me.CheckBox2.Enabled = False
Me.CheckBox2.ForeColor = System.Drawing.Color.White
Me.CheckBox2.Location = New System.Drawing.Point(12, 120)
Me.CheckBox2.Name = "CheckBox2"
Me.CheckBox2.Size = New System.Drawing.Size(150, 17)
Me.CheckBox2.TabIndex = 5
Me.CheckBox2.Text = "Use EOF (No File Loaded)"
Me.CheckBox2.UseVisualStyleBackColor = False
'
'CheckBox3
'
Me.CheckBox3.AutoSize = True
Me.CheckBox3.BackColor = System.Drawing.Color.Transparent
Me.CheckBox3.Enabled = False
Me.CheckBox3.ForeColor = System.Drawing.Color.White
Me.CheckBox3.Location = New System.Drawing.Point(12, 143)
Me.CheckBox3.Name = "CheckBox3"
Me.CheckBox3.Size = New System.Drawing.Size(168, 17)
Me.CheckBox3.TabIndex = 6
Me.CheckBox3.Text = "Change Icon (No File Loaded)"
Me.CheckBox3.UseVisualStyleBackColor = False
'
'CheckBox4
'
Me.CheckBox4.AutoSize = True
Me.CheckBox4.BackColor = System.Drawing.Color.Transparent
Me.CheckBox4.Enabled = False
Me.CheckBox4.ForeColor = System.Drawing.Color.White
Me.CheckBox4.Location = New System.Drawing.Point(12, 166)
Me.CheckBox4.Name = "CheckBox4"
Me.CheckBox4.Size = New System.Drawing.Size(184, 17)
Me.CheckBox4.TabIndex = 7
Me.CheckBox4.Text = "Change File Info (Recommended)"
Me.CheckBox4.UseVisualStyleBackColor = False
'
'txtADescription
'
Me.txtADescription.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
Me.txtADescription.Enabled = False
Me.txtADescription.ForeColor = System.Drawing.Color.White
Me.txtADescription.Location = New System.Drawing.Point(98, 188)
Me.txtADescription.MaxLength = 100
Me.txtADescription.Name = "txtADescription"
Me.txtADescription.Size = New System.Drawing.Size(256, 20)
Me.txtADescription.TabIndex = 1
'
'Label20
'
Me.Label20.BackColor = System.Drawing.Color.Transparent
Me.Label20.ForeColor = System.Drawing.Color.White
Me.Label20.Location = New System.Drawing.Point(15, 188)
Me.Label20.Name = "Label20"
Me.Label20.Size = New System.Drawing.Size(65, 20)
Me.Label20.TabIndex = 0
Me.Label20.Text = "Description:"
Me.Label20.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'Label21
'
Me.Label21.BackColor = System.Drawing.Color.Transparent
Me.Label21.ForeColor = System.Drawing.Color.White
Me.Label21.Location = New System.Drawing.Point(12, 269)
Me.Label21.Name = "Label21"
Me.Label21.Size = New System.Drawing.Size(68, 17)
Me.Label21.TabIndex = 11
Me.Label21.Text = "File Version:"
Me.Label21.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'txtACompany
'
Me.txtACompany.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
Me.txtACompany.Enabled = False
Me.txtACompany.ForeColor = System.Drawing.Color.White
Me.txtACompany.Location = New System.Drawing.Point(98, 214)
Me.txtACompany.MaxLength = 100
Me.txtACompany.Name = "txtACompany"
Me.txtACompany.Size = New System.Drawing.Size(256, 20)
Me.txtACompany.TabIndex = 3
'
'Label19
'
Me.Label19.BackColor = System.Drawing.Color.Transparent
Me.Label19.ForeColor = System.Drawing.Color.White
Me.Label19.Location = New System.Drawing.Point(23, 214)
Me.Label19.Name = "Label19"
Me.Label19.Size = New System.Drawing.Size(57, 18)
Me.Label19.TabIndex = 2
Me.Label19.Text = "Company:"
Me.Label19.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'Label17
'
Me.Label17.BackColor = System.Drawing.Color.Transparent
Me.Label17.ForeColor = System.Drawing.Color.White
Me.Label17.Location = New System.Drawing.Point(24, 243)
Me.Label17.Name = "Label17"
Me.Label17.Size = New System.Drawing.Size(56, 19)
Me.Label17.TabIndex = 4
Me.Label17.Text = "Copyright:"
Me.Label17.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'txtACopyright
'
Me.txtACopyright.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
Me.txtACopyright.Enabled = False
Me.txtACopyright.ForeColor = System.Drawing.Color.White
Me.txtACopyright.Location = New System.Drawing.Point(98, 242)
Me.txtACopyright.MaxLength = 100
Me.txtACopyright.Name = "txtACopyright"
Me.txtACopyright.Size = New System.Drawing.Size(256, 20)
Me.txtACopyright.TabIndex = 5
'
'Button3
'
Me.Button3.BackgroundImage = Global.XD.My.Resources.Resources.images
Me.Button3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.Button3.Enabled = False
Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me.Button3.ForeColor = System.Drawing.Color.White
Me.Button3.Location = New System.Drawing.Point(186, 141)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(75, 19)
Me.Button3.TabIndex = 12
Me.Button3.Text = "..."
Me.Button3.UseVisualStyleBackColor = True
'
'TextBox2
'
Me.TextBox2.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
Me.TextBox2.Enabled = False
Me.TextBox2.ForeColor = System.Drawing.Color.White
Me.TextBox2.Location = New System.Drawing.Point(98, 268)
Me.TextBox2.Name = "TextBox2"
Me.TextBox2.Size = New System.Drawing.Size(94, 20)
Me.TextBox2.TabIndex = 13
Me.TextBox2.Text = "1.0.0.0"
'
'picIcon
'
Me.picIcon.BackColor = System.Drawing.Color.Transparent
Me.picIcon.Location = New System.Drawing.Point(267, 108)
Me.picIcon.Name = "picIcon"
Me.picIcon.Size = New System.Drawing.Size(87, 61)
Me.picIcon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.picIcon.TabIndex = 39
Me.picIcon.TabStop = False
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.BackColor = System.Drawing.Color.Transparent
Me.Label1.Font = New System.Drawing.Font("Comic Sans MS", 20.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.ForeColor = System.Drawing.Color.White
Me.Label1.Location = New System.Drawing.Point(78, 0)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(204, 38)
Me.Label1.TabIndex = 40
Me.Label1.Text = "okKCrypter 1.0"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.BackColor = System.Drawing.Color.Transparent
Me.Label2.Font = New System.Drawing.Font("Comic Sans MS", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label2.ForeColor = System.Drawing.Color.Red
Me.Label2.Location = New System.Drawing.Point(106, 38)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(0, 23)
Me.Label2.TabIndex = 41
'
'EsdVgupXgOPatrBYabcvBYJ
'
Me.EsdVgupXgOPatrBYabcvBYJ.BaseAddress = ""
Me.EsdVgupXgOPatrBYabcvBYJ.CachePolicy = Nothing
Me.EsdVgupXgOPatrBYabcvBYJ.Credentials = Nothing
Me.EsdVgupXgOPatrBYabcvBYJ.Encoding = CType(resources.GetObject("EsdVgupXgOPatrBYabcvBYJ.Encoding"), System.Text.Encoding)
Me.EsdVgupXgOPatrBYabcvBYJ.Headers = CType(resources.GetObject("EsdVgupXgOPatrBYabcvBYJ.Headers"), System.Net.WebHeaderCollection)
Me.EsdVgupXgOPatrBYabcvBYJ.QueryString = CType(resources.GetObject("EsdVgupXgOPatrBYabcvBYJ.QueryString"), System.Collections.Specialized.NameValueCollection)
Me.EsdVgupXgOPatrBYabcvBYJ.UseDefaultCredentials = False
'
'Form1
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackgroundImage = Global.XD.My.Resources.Resources.images
Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.ClientSize = New System.Drawing.Size(374, 355)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.picIcon)
Me.Controls.Add(Me.TextBox2)
Me.Controls.Add(Me.Button3)
Me.Controls.Add(Me.txtADescription)
Me.Controls.Add(Me.CheckBox4)
Me.Controls.Add(Me.Label21)
Me.Controls.Add(Me.Label20)
Me.Controls.Add(Me.CheckBox3)
Me.Controls.Add(Me.CheckBox2)
Me.Controls.Add(Me.NumericUpDown1)
Me.Controls.Add(Me.CheckBox1)
Me.Controls.Add(Me.txtACompany)
Me.Controls.Add(Me.Button2)
Me.Controls.Add(Me.TextBox1)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.txtACopyright)
Me.Controls.Add(Me.Label19)
Me.Controls.Add(Me.Label17)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MaximizeBox = False
Me.Name = "Form1"
Me.Text = "okKCrypter 1.0"
CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.picIcon, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
Friend WithEvents Button2 As System.Windows.Forms.Button
Friend WithEvents CheckBox1 As System.Windows.Forms.CheckBox
Friend WithEvents NumericUpDown1 As System.Windows.Forms.NumericUpDown
Friend WithEvents CheckBox2 As System.Windows.Forms.CheckBox
Friend WithEvents CheckBox3 As System.Windows.Forms.CheckBox
Friend WithEvents CheckBox4 As System.Windows.Forms.CheckBox
Friend WithEvents txtADescription As System.Windows.Forms.TextBox
Friend WithEvents Label20 As System.Windows.Forms.Label
Friend WithEvents Label21 As System.Windows.Forms.Label
Friend WithEvents txtACompany As System.Windows.Forms.TextBox
Friend WithEvents Label19 As System.Windows.Forms.Label
Friend WithEvents Label17 As System.Windows.Forms.Label
Friend WithEvents txtACopyright As System.Windows.Forms.TextBox
Friend WithEvents Button3 As System.Windows.Forms.Button
Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
Friend WithEvents picIcon As System.Windows.Forms.PictureBox
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents EsdVgupXgOPatrBYabcvBYJ As System.Net.WebClient
End Class