95 lines
3.5 KiB
VB.net
95 lines
3.5 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frm2Factor_Properties
|
|
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()
|
|
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
|
|
'
|
|
resources.ApplyResources(Me.txtMail, "txtMail")
|
|
Me.txtMail.Name = "txtMail"
|
|
Me.txtMail.ReadOnly = True
|
|
'
|
|
'txtValid
|
|
'
|
|
resources.ApplyResources(Me.txtValid, "txtValid")
|
|
Me.txtValid.Name = "txtValid"
|
|
Me.txtValid.ReadOnly = True
|
|
'
|
|
'chkTOTP
|
|
'
|
|
resources.ApplyResources(Me.chkTOTP, "chkTOTP")
|
|
Me.chkTOTP.Name = "chkTOTP"
|
|
Me.chkTOTP.UseVisualStyleBackColor = True
|
|
'
|
|
'Label1
|
|
'
|
|
resources.ApplyResources(Me.Label1, "Label1")
|
|
Me.Label1.Name = "Label1"
|
|
'
|
|
'Label3
|
|
'
|
|
resources.ApplyResources(Me.Label3, "Label3")
|
|
Me.Label3.Name = "Label3"
|
|
'
|
|
'SimpleButton1
|
|
'
|
|
resources.ApplyResources(Me.SimpleButton1, "SimpleButton1")
|
|
Me.SimpleButton1.Appearance.Font = CType(resources.GetObject("SimpleButton1.Appearance.Font"), System.Drawing.Font)
|
|
Me.SimpleButton1.Appearance.Options.UseFont = True
|
|
Me.SimpleButton1.ImageOptions.SvgImage = CType(resources.GetObject("SimpleButton1.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
|
Me.SimpleButton1.Name = "SimpleButton1"
|
|
'
|
|
'frm2Factor_Properties
|
|
'
|
|
resources.ApplyResources(Me, "$this")
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
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.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
|