103 lines
3.9 KiB
VB.net
103 lines
3.9 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
<Global.System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1726")> _
|
|
Partial Class frmLogin
|
|
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
|
|
Friend WithEvents UsernameLabel As System.Windows.Forms.Label
|
|
Friend WithEvents PasswordLabel As System.Windows.Forms.Label
|
|
Friend WithEvents UsernameTextBox As System.Windows.Forms.TextBox
|
|
Friend WithEvents PasswordTextBox As System.Windows.Forms.TextBox
|
|
Friend WithEvents OK As System.Windows.Forms.Button
|
|
Friend WithEvents Cancel As System.Windows.Forms.Button
|
|
|
|
'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(frmLogin))
|
|
Me.UsernameLabel = New System.Windows.Forms.Label()
|
|
Me.PasswordLabel = New System.Windows.Forms.Label()
|
|
Me.UsernameTextBox = New System.Windows.Forms.TextBox()
|
|
Me.PasswordTextBox = New System.Windows.Forms.TextBox()
|
|
Me.OK = New System.Windows.Forms.Button()
|
|
Me.Cancel = New System.Windows.Forms.Button()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.SuspendLayout()
|
|
'
|
|
'UsernameLabel
|
|
'
|
|
resources.ApplyResources(Me.UsernameLabel, "UsernameLabel")
|
|
Me.UsernameLabel.Name = "UsernameLabel"
|
|
'
|
|
'PasswordLabel
|
|
'
|
|
resources.ApplyResources(Me.PasswordLabel, "PasswordLabel")
|
|
Me.PasswordLabel.Name = "PasswordLabel"
|
|
'
|
|
'UsernameTextBox
|
|
'
|
|
resources.ApplyResources(Me.UsernameTextBox, "UsernameTextBox")
|
|
Me.UsernameTextBox.Name = "UsernameTextBox"
|
|
'
|
|
'PasswordTextBox
|
|
'
|
|
resources.ApplyResources(Me.PasswordTextBox, "PasswordTextBox")
|
|
Me.PasswordTextBox.Name = "PasswordTextBox"
|
|
'
|
|
'OK
|
|
'
|
|
resources.ApplyResources(Me.OK, "OK")
|
|
Me.OK.Name = "OK"
|
|
'
|
|
'Cancel
|
|
'
|
|
resources.ApplyResources(Me.Cancel, "Cancel")
|
|
Me.Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
|
|
Me.Cancel.Name = "Cancel"
|
|
'
|
|
'Label1
|
|
'
|
|
resources.ApplyResources(Me.Label1, "Label1")
|
|
Me.Label1.Name = "Label1"
|
|
'
|
|
'frmLogin
|
|
'
|
|
Me.AcceptButton = Me.OK
|
|
resources.ApplyResources(Me, "$this")
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.CancelButton = Me.Cancel
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.Cancel)
|
|
Me.Controls.Add(Me.OK)
|
|
Me.Controls.Add(Me.PasswordTextBox)
|
|
Me.Controls.Add(Me.UsernameTextBox)
|
|
Me.Controls.Add(Me.PasswordLabel)
|
|
Me.Controls.Add(Me.UsernameLabel)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
|
|
Me.MaximizeBox = False
|
|
Me.MinimizeBox = False
|
|
Me.Name = "frmLogin"
|
|
Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
|
|
End Class
|