Projects

Find all our projects in development below.
All source code is GNU General Public License (GPL)

Encrypto

Browsing frmMain.Designer.vb (8.88 KB)

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmMain
    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(frmMain))
        Me.grpDateRange = New System.Windows.Forms.GroupBox
        Me.radDecrypt = New System.Windows.Forms.RadioButton
        Me.radEncrypt = New System.Windows.Forms.RadioButton
        Me.lblMethod = New System.Windows.Forms.Label
        Me.picKey = New System.Windows.Forms.PictureBox
        Me.txtInput = New System.Windows.Forms.TextBox
        Me.txtKey = New System.Windows.Forms.TextBox
        Me.lblInput = New System.Windows.Forms.Label
        Me.lblKey = New System.Windows.Forms.Label
        Me.grpOutput = New System.Windows.Forms.GroupBox
        Me.txtOutput = New System.Windows.Forms.TextBox
        Me.btnClose = New System.Windows.Forms.Button
        Me.btnGenerate = New System.Windows.Forms.Button
        Me.grpDateRange.SuspendLayout()
        CType(Me.picKey, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.grpOutput.SuspendLayout()
        Me.SuspendLayout()
        '
        'grpDateRange
        '
        Me.grpDateRange.Controls.Add(Me.radDecrypt)
        Me.grpDateRange.Controls.Add(Me.radEncrypt)
        Me.grpDateRange.Controls.Add(Me.lblMethod)
        Me.grpDateRange.Controls.Add(Me.picKey)
        Me.grpDateRange.Controls.Add(Me.txtInput)
        Me.grpDateRange.Controls.Add(Me.txtKey)
        Me.grpDateRange.Controls.Add(Me.lblInput)
        Me.grpDateRange.Controls.Add(Me.lblKey)
        Me.grpDateRange.Location = New System.Drawing.Point(12, 12)
        Me.grpDateRange.Name = "grpDateRange"
        Me.grpDateRange.Size = New System.Drawing.Size(461, 115)
        Me.grpDateRange.TabIndex = 0
        Me.grpDateRange.TabStop = False
        Me.grpDateRange.Text = "&Inputs"
        '
        'radDecrypt
        '
        Me.radDecrypt.AutoSize = True
        Me.radDecrypt.Location = New System.Drawing.Point(328, 87)
        Me.radDecrypt.Name = "radDecrypt"
        Me.radDecrypt.Size = New System.Drawing.Size(63, 17)
        Me.radDecrypt.TabIndex = 5
        Me.radDecrypt.Text = "&Decrypt"
        Me.radDecrypt.UseVisualStyleBackColor = True
        '
        'radEncrypt
        '
        Me.radEncrypt.AutoSize = True
        Me.radEncrypt.Checked = True
        Me.radEncrypt.Location = New System.Drawing.Point(243, 85)
        Me.radEncrypt.Name = "radEncrypt"
        Me.radEncrypt.Size = New System.Drawing.Size(62, 17)
        Me.radEncrypt.TabIndex = 4
        Me.radEncrypt.TabStop = True
        Me.radEncrypt.Text = "&Encrypt"
        Me.radEncrypt.UseVisualStyleBackColor = True
        '
        'lblMethod
        '
        Me.lblMethod.Location = New System.Drawing.Point(93, 87)
        Me.lblMethod.Name = "lblMethod"
        Me.lblMethod.Size = New System.Drawing.Size(94, 13)
        Me.lblMethod.TabIndex = 13
        Me.lblMethod.Text = "Method:"
        Me.lblMethod.TextAlign = System.Drawing.ContentAlignment.TopRight
        '
        'picKey
        '
        Me.picKey.Image = Global.encrypto.My.Resources.Resources.key2
        Me.picKey.Location = New System.Drawing.Point(8, 25)
        Me.picKey.Name = "picKey"
        Me.picKey.Size = New System.Drawing.Size(74, 80)
        Me.picKey.TabIndex = 12
        Me.picKey.TabStop = False
        '
        'txtInput
        '
        Me.txtInput.Location = New System.Drawing.Point(192, 58)
        Me.txtInput.MaxLength = 1024
        Me.txtInput.Name = "txtInput"
        Me.txtInput.Size = New System.Drawing.Size(252, 21)
        Me.txtInput.TabIndex = 3
        '
        'txtKey
        '
        Me.txtKey.Location = New System.Drawing.Point(192, 31)
        Me.txtKey.MaxLength = 1024
        Me.txtKey.Name = "txtKey"
        Me.txtKey.Size = New System.Drawing.Size(252, 21)
        Me.txtKey.TabIndex = 1
        '
        'lblInput
        '
        Me.lblInput.Location = New System.Drawing.Point(92, 61)
        Me.lblInput.Name = "lblInput"
        Me.lblInput.Size = New System.Drawing.Size(94, 13)
        Me.lblInput.TabIndex = 2
        Me.lblInput.Text = "I&nput String:"
        Me.lblInput.TextAlign = System.Drawing.ContentAlignment.TopRight
        '
        'lblKey
        '
        Me.lblKey.Location = New System.Drawing.Point(89, 34)
        Me.lblKey.Name = "lblKey"
        Me.lblKey.Size = New System.Drawing.Size(97, 13)
        Me.lblKey.TabIndex = 0
        Me.lblKey.Text = "&Security Key:"
        Me.lblKey.TextAlign = System.Drawing.ContentAlignment.TopRight
        '
        'grpOutput
        '
        Me.grpOutput.Controls.Add(Me.txtOutput)
        Me.grpOutput.Location = New System.Drawing.Point(12, 142)
        Me.grpOutput.Name = "grpOutput"
        Me.grpOutput.Size = New System.Drawing.Size(461, 118)
        Me.grpOutput.TabIndex = 1
        Me.grpOutput.TabStop = False
        Me.grpOutput.Text = "&Output"
        '
        'txtOutput
        '
        Me.txtOutput.Location = New System.Drawing.Point(17, 23)
        Me.txtOutput.Multiline = True
        Me.txtOutput.Name = "txtOutput"
        Me.txtOutput.ReadOnly = True
        Me.txtOutput.Size = New System.Drawing.Size(427, 77)
        Me.txtOutput.TabIndex = 0
        '
        'btnClose
        '
        Me.btnClose.Location = New System.Drawing.Point(357, 279)
        Me.btnClose.Name = "btnClose"
        Me.btnClose.Size = New System.Drawing.Size(115, 24)
        Me.btnClose.TabIndex = 3
        Me.btnClose.Text = "&Close"
        Me.btnClose.UseVisualStyleBackColor = True
        '
        'btnGenerate
        '
        Me.btnGenerate.Image = Global.encrypto.My.Resources.Resources.key
        Me.btnGenerate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
        Me.btnGenerate.Location = New System.Drawing.Point(233, 279)
        Me.btnGenerate.Name = "btnGenerate"
        Me.btnGenerate.Size = New System.Drawing.Size(118, 24)
        Me.btnGenerate.TabIndex = 2
        Me.btnGenerate.Text = "&Generate Output"
        Me.btnGenerate.TextAlign = System.Drawing.ContentAlignment.MiddleRight
        Me.btnGenerate.UseVisualStyleBackColor = True
        '
        'frmMain
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(485, 316)
        Me.Controls.Add(Me.btnClose)
        Me.Controls.Add(Me.btnGenerate)
        Me.Controls.Add(Me.grpOutput)
        Me.Controls.Add(Me.grpDateRange)
        Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
        Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
        Me.MaximizeBox = False
        Me.Name = "frmMain"
        Me.Text = "Encrypto"
        Me.grpDateRange.ResumeLayout(False)
        Me.grpDateRange.PerformLayout()
        CType(Me.picKey, System.ComponentModel.ISupportInitialize).EndInit()
        Me.grpOutput.ResumeLayout(False)
        Me.grpOutput.PerformLayout()
        Me.ResumeLayout(False)

    End Sub
    Friend WithEvents grpDateRange As System.Windows.Forms.GroupBox
    Friend WithEvents txtInput As System.Windows.Forms.TextBox
    Friend WithEvents txtKey As System.Windows.Forms.TextBox
    Friend WithEvents lblInput As System.Windows.Forms.Label
    Friend WithEvents lblKey As System.Windows.Forms.Label
    Friend WithEvents grpOutput As System.Windows.Forms.GroupBox
    Friend WithEvents txtOutput As System.Windows.Forms.TextBox
    Friend WithEvents btnGenerate As System.Windows.Forms.Button
    Friend WithEvents btnClose As System.Windows.Forms.Button
    Friend WithEvents picKey As System.Windows.Forms.PictureBox
    Friend WithEvents radDecrypt As System.Windows.Forms.RadioButton
    Friend WithEvents radEncrypt As System.Windows.Forms.RadioButton
    Friend WithEvents lblMethod As System.Windows.Forms.Label

End Class

Download frmMain.Designer.vb

Back to file list


Back to project page