Imports System.Windows.Forms Partial Class frm2Factor_Properties Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ 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. _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frm2Factor_Properties)) Me.txtMail = New System.Windows.Forms.TextBox() Me.txtValid = New System.Windows.Forms.TextBox() Me.chkTOTP = New System.Windows.Forms.CheckBox() Me.Label1 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.SimpleButton1 = New DevExpress.XtraEditors.SimpleButton() Me.SuspendLayout() ' 'txtMail ' Me.txtMail.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtMail.Location = New System.Drawing.Point(85, 24) Me.txtMail.Name = "txtMail" Me.txtMail.ReadOnly = True Me.txtMail.Size = New System.Drawing.Size(342, 23) Me.txtMail.TabIndex = 0 ' 'txtValid ' Me.txtValid.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtValid.Location = New System.Drawing.Point(85, 79) Me.txtValid.Name = "txtValid" Me.txtValid.ReadOnly = True Me.txtValid.Size = New System.Drawing.Size(202, 23) Me.txtValid.TabIndex = 1 ' 'chkTOTP ' Me.chkTOTP.AutoSize = True Me.chkTOTP.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.chkTOTP.Location = New System.Drawing.Point(85, 53) Me.chkTOTP.Name = "chkTOTP" Me.chkTOTP.Size = New System.Drawing.Size(151, 20) Me.chkTOTP.TabIndex = 2 Me.chkTOTP.Text = "Secret Key vorhanden" Me.chkTOTP.UseVisualStyleBackColor = True ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(12, 27) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(47, 16) Me.Label1.TabIndex = 3 Me.Label1.Text = "E-Mail:" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label3.Location = New System.Drawing.Point(15, 82) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(64, 16) Me.Label3.TabIndex = 5 Me.Label3.Text = "Gültig bis:" ' 'SimpleButton1 ' Me.SimpleButton1.Appearance.Font = New System.Drawing.Font("Tahoma", 9.75!) Me.SimpleButton1.Appearance.Options.UseFont = True Me.SimpleButton1.ImageOptions.SvgImage = CType(resources.GetObject("SimpleButton1.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.SimpleButton1.Location = New System.Drawing.Point(18, 121) Me.SimpleButton1.Name = "SimpleButton1" Me.SimpleButton1.Size = New System.Drawing.Size(116, 40) Me.SimpleButton1.TabIndex = 6 Me.SimpleButton1.Text = "Zurücksetzen" ' 'frm2Factor_Properties ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(443, 170) Me.Controls.Add(Me.SimpleButton1) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.chkTOTP) Me.Controls.Add(Me.txtValid) Me.Controls.Add(Me.txtMail) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "frm2Factor_Properties" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Zwei-Faktor Eigenschaften Empfänger:" Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents txtMail As TextBox Friend WithEvents txtValid As TextBox Friend WithEvents chkTOTP As CheckBox Friend WithEvents Label1 As Label Friend WithEvents Label3 As Label Friend WithEvents SimpleButton1 As DevExpress.XtraEditors.SimpleButton End Class