_ Partial Class Form1 Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ 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. _ Private Sub InitializeComponent() Me.NsTheme1 = New Encryption_Klein2.NSTheme() Me.NumericUpDown1 = New System.Windows.Forms.NumericUpDown() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.NsButton3 = New Encryption_Klein2.NSButton() Me.NsButton2 = New Encryption_Klein2.NSButton() Me.NsTextBox1 = New Encryption_Klein2.NSTextBox() Me.NsButton1 = New Encryption_Klein2.NSButton() Me.NsButton4 = New Encryption_Klein2.NSButton() Me.NsButton5 = New Encryption_Klein2.NSButton() Me.NsTheme1.SuspendLayout() CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'NsTheme1 ' Me.NsTheme1.AccentOffset = 42 Me.NsTheme1.BackColor = System.Drawing.Color.FromArgb(CType(CType(50, Byte), Integer), CType(CType(50, Byte), Integer), CType(CType(50, Byte), Integer)) Me.NsTheme1.BorderStyle = System.Windows.Forms.FormBorderStyle.None Me.NsTheme1.Colors = New Encryption_Klein2.Bloom(-1) {} Me.NsTheme1.Controls.Add(Me.NsButton5) Me.NsTheme1.Controls.Add(Me.NsButton4) Me.NsTheme1.Controls.Add(Me.NumericUpDown1) Me.NsTheme1.Controls.Add(Me.TextBox1) Me.NsTheme1.Controls.Add(Me.NsButton3) Me.NsTheme1.Controls.Add(Me.NsButton2) Me.NsTheme1.Controls.Add(Me.NsTextBox1) Me.NsTheme1.Controls.Add(Me.NsButton1) Me.NsTheme1.Customization = "" Me.NsTheme1.Dock = System.Windows.Forms.DockStyle.Fill Me.NsTheme1.Font = New System.Drawing.Font("Verdana", 8.0!) Me.NsTheme1.Image = Nothing Me.NsTheme1.Location = New System.Drawing.Point(0, 0) Me.NsTheme1.Movable = True Me.NsTheme1.Name = "NsTheme1" Me.NsTheme1.NoRounding = False Me.NsTheme1.Sizable = True Me.NsTheme1.Size = New System.Drawing.Size(603, 258) Me.NsTheme1.SmartBounds = True Me.NsTheme1.StartPosition = System.Windows.Forms.FormStartPosition.WindowsDefaultLocation Me.NsTheme1.TabIndex = 0 Me.NsTheme1.Text = "Encryption Klein" Me.NsTheme1.TransparencyKey = System.Drawing.Color.Empty Me.NsTheme1.Transparent = False ' 'NumericUpDown1 ' Me.NumericUpDown1.Location = New System.Drawing.Point(498, 86) Me.NumericUpDown1.Name = "NumericUpDown1" Me.NumericUpDown1.Size = New System.Drawing.Size(83, 20) Me.NumericUpDown1.TabIndex = 10 ' 'TextBox1 ' Me.TextBox1.BackColor = System.Drawing.Color.Black Me.TextBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.TextBox1.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.TextBox1.ForeColor = System.Drawing.Color.Lime Me.TextBox1.Location = New System.Drawing.Point(39, 75) Me.TextBox1.Multiline = True Me.TextBox1.Name = "TextBox1" Me.TextBox1.ReadOnly = True Me.TextBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical Me.TextBox1.Size = New System.Drawing.Size(440, 169) Me.TextBox1.TabIndex = 9 ' 'NsButton3 ' Me.NsButton3.Location = New System.Drawing.Point(501, 177) Me.NsButton3.Name = "NsButton3" Me.NsButton3.Size = New System.Drawing.Size(88, 25) Me.NsButton3.TabIndex = 3 Me.NsButton3.Text = "Copy" ' 'NsButton2 ' Me.NsButton2.Location = New System.Drawing.Point(498, 117) Me.NsButton2.Name = "NsButton2" Me.NsButton2.Size = New System.Drawing.Size(91, 27) Me.NsButton2.TabIndex = 2 Me.NsButton2.Text = "Crypter" ' 'NsTextBox1 ' Me.NsTextBox1.Cursor = System.Windows.Forms.Cursors.IBeam Me.NsTextBox1.Location = New System.Drawing.Point(55, 46) Me.NsTextBox1.MaxLength = 32767 Me.NsTextBox1.Multiline = False Me.NsTextBox1.Name = "NsTextBox1" Me.NsTextBox1.ReadOnly = False Me.NsTextBox1.Size = New System.Drawing.Size(424, 23) Me.NsTextBox1.TabIndex = 1 Me.NsTextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Left Me.NsTextBox1.UseSystemPasswordChar = False ' 'NsButton1 ' Me.NsButton1.Location = New System.Drawing.Point(498, 44) Me.NsButton1.Name = "NsButton1" Me.NsButton1.Size = New System.Drawing.Size(91, 26) Me.NsButton1.TabIndex = 0 Me.NsButton1.Text = "Add...." ' 'NsButton4 ' Me.NsButton4.Location = New System.Drawing.Point(533, 223) Me.NsButton4.Name = "NsButton4" Me.NsButton4.Size = New System.Drawing.Size(67, 32) Me.NsButton4.TabIndex = 11 Me.NsButton4.Text = "الحقوق " ' 'NsButton5 ' Me.NsButton5.Font = New System.Drawing.Font("Verdana", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.NsButton5.Location = New System.Drawing.Point(565, 0) Me.NsButton5.Name = "NsButton5" Me.NsButton5.Size = New System.Drawing.Size(37, 30) Me.NsButton5.TabIndex = 12 Me.NsButton5.Text = "X" ' 'Form1 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(603, 258) Me.Controls.Add(Me.NsTheme1) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None Me.Name = "Form1" Me.Text = "Form1" Me.NsTheme1.ResumeLayout(False) Me.NsTheme1.PerformLayout() CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents NsTheme1 As Encryption_Klein2.NSTheme Friend WithEvents NumericUpDown1 As System.Windows.Forms.NumericUpDown Friend WithEvents TextBox1 As System.Windows.Forms.TextBox Friend WithEvents NsButton3 As Encryption_Klein2.NSButton Friend WithEvents NsButton2 As Encryption_Klein2.NSButton Friend WithEvents NsTextBox1 As Encryption_Klein2.NSTextBox Friend WithEvents NsButton1 As Encryption_Klein2.NSButton Friend WithEvents NsButton4 As Encryption_Klein2.NSButton Friend WithEvents NsButton5 As Encryption_Klein2.NSButton End Class