129 lines
4.8 KiB
VB.net
129 lines
4.8 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmCryptTest
|
|
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()
|
|
Me.txtDecrypt = New System.Windows.Forms.TextBox()
|
|
Me.txtEncrypt = New System.Windows.Forms.TextBox()
|
|
Me.txtPassword = New System.Windows.Forms.TextBox()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.Button2 = New System.Windows.Forms.Button()
|
|
Me.lblPassworts = New System.Windows.Forms.Label()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.SuspendLayout()
|
|
'
|
|
'txtDecrypt
|
|
'
|
|
Me.txtDecrypt.Location = New System.Drawing.Point(138, 35)
|
|
Me.txtDecrypt.Name = "txtDecrypt"
|
|
Me.txtDecrypt.Size = New System.Drawing.Size(100, 20)
|
|
Me.txtDecrypt.TabIndex = 0
|
|
'
|
|
'txtEncrypt
|
|
'
|
|
Me.txtEncrypt.Location = New System.Drawing.Point(138, 61)
|
|
Me.txtEncrypt.Name = "txtEncrypt"
|
|
Me.txtEncrypt.Size = New System.Drawing.Size(100, 20)
|
|
Me.txtEncrypt.TabIndex = 1
|
|
'
|
|
'txtPassword
|
|
'
|
|
Me.txtPassword.Location = New System.Drawing.Point(74, 93)
|
|
Me.txtPassword.Name = "txtPassword"
|
|
Me.txtPassword.Size = New System.Drawing.Size(100, 20)
|
|
Me.txtPassword.TabIndex = 2
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Location = New System.Drawing.Point(16, 132)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(75, 23)
|
|
Me.Button1.TabIndex = 3
|
|
Me.Button1.Text = "Verschlüsseln"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'Button2
|
|
'
|
|
Me.Button2.Location = New System.Drawing.Point(16, 161)
|
|
Me.Button2.Name = "Button2"
|
|
Me.Button2.Size = New System.Drawing.Size(75, 23)
|
|
Me.Button2.TabIndex = 4
|
|
Me.Button2.Text = "Entschlüsseln"
|
|
Me.Button2.UseVisualStyleBackColor = True
|
|
'
|
|
'lblPassworts
|
|
'
|
|
Me.lblPassworts.AutoSize = True
|
|
Me.lblPassworts.Location = New System.Drawing.Point(13, 96)
|
|
Me.lblPassworts.Name = "lblPassworts"
|
|
Me.lblPassworts.Size = New System.Drawing.Size(55, 13)
|
|
Me.lblPassworts.TabIndex = 6
|
|
Me.lblPassworts.Text = "Passworts"
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(13, 38)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(113, 13)
|
|
Me.Label1.TabIndex = 6
|
|
Me.Label1.Text = "unverschlüsselter Text"
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(12, 64)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(101, 13)
|
|
Me.Label2.TabIndex = 6
|
|
Me.Label2.Text = "verschlüsselter Text"
|
|
'
|
|
'frmCryptTest
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(284, 261)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.lblPassworts)
|
|
Me.Controls.Add(Me.Button2)
|
|
Me.Controls.Add(Me.Button1)
|
|
Me.Controls.Add(Me.txtPassword)
|
|
Me.Controls.Add(Me.txtEncrypt)
|
|
Me.Controls.Add(Me.txtDecrypt)
|
|
Me.Name = "frmCryptTest"
|
|
Me.Text = "frmCryptTest"
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents txtDecrypt As System.Windows.Forms.TextBox
|
|
Friend WithEvents txtEncrypt As System.Windows.Forms.TextBox
|
|
Friend WithEvents txtPassword As System.Windows.Forms.TextBox
|
|
Friend WithEvents Button1 As System.Windows.Forms.Button
|
|
Friend WithEvents Button2 As System.Windows.Forms.Button
|
|
Friend WithEvents lblPassworts As System.Windows.Forms.Label
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
End Class
|