Dumdidummdummda

This commit is contained in:
ms
2020-09-22 09:43:22 +02:00
parent cacc473821
commit 82e83c6a70
16 changed files with 432 additions and 125 deletions

View File

@@ -1,9 +1,9 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class uscntr_DomUser
Inherits System.Windows.Forms.UserControl
'UserControl überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
<System.Diagnostics.DebuggerNonUserCode()> _
<System.Diagnostics.DebuggerNonUserCode()>
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
@@ -20,7 +20,7 @@ Partial Class uscntr_DomUser
'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()> _
<System.Diagnostics.DebuggerStepThrough()>
Private Sub InitializeComponent()
Me.cmdSave = New System.Windows.Forms.Button()
Me.TxtAvisoBenutzername = New System.Windows.Forms.TextBox()
@@ -48,6 +48,9 @@ Partial Class uscntr_DomUser
Me.Label1 = New System.Windows.Forms.Label()
Me.ListDomUser = New System.Windows.Forms.ListBox()
Me.btnSchliessen = New System.Windows.Forms.Button()
Me.chkAutoLogoff = New System.Windows.Forms.CheckBox()
Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
Me.cmd3Uhr = New System.Windows.Forms.Button()
Me.SuspendLayout()
'
'cmdSave
@@ -308,12 +311,50 @@ Partial Class uscntr_DomUser
Me.btnSchliessen.Text = "Schließen"
Me.btnSchliessen.UseVisualStyleBackColor = False
'
'chkAutoLogoff
'
Me.chkAutoLogoff.AutoSize = True
Me.chkAutoLogoff.CheckAlign = System.Drawing.ContentAlignment.MiddleRight
Me.chkAutoLogoff.Location = New System.Drawing.Point(8, 227)
Me.chkAutoLogoff.Name = "chkAutoLogoff"
Me.chkAutoLogoff.Size = New System.Drawing.Size(78, 17)
Me.chkAutoLogoff.TabIndex = 164
Me.chkAutoLogoff.Text = "Aut. Logoff"
Me.chkAutoLogoff.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.chkAutoLogoff.UseVisualStyleBackColor = True
'
'DateTimePicker1
'
Me.DateTimePicker1.Enabled = False
Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Time
Me.DateTimePicker1.Location = New System.Drawing.Point(103, 224)
Me.DateTimePicker1.Name = "DateTimePicker1"
Me.DateTimePicker1.Size = New System.Drawing.Size(82, 20)
Me.DateTimePicker1.TabIndex = 165
'
'cmd3Uhr
'
Me.cmd3Uhr.BackColor = System.Drawing.SystemColors.ControlLightLight
Me.cmd3Uhr.Enabled = False
Me.cmd3Uhr.FlatAppearance.BorderColor = System.Drawing.Color.DimGray
Me.cmd3Uhr.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.cmd3Uhr.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cmd3Uhr.Location = New System.Drawing.Point(191, 224)
Me.cmd3Uhr.Name = "cmd3Uhr"
Me.cmd3Uhr.Size = New System.Drawing.Size(66, 20)
Me.cmd3Uhr.TabIndex = 166
Me.cmd3Uhr.Text = "03:00"
Me.cmd3Uhr.UseVisualStyleBackColor = False
'
'uscntr_DomUser
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.AutoSize = True
Me.BackColor = System.Drawing.SystemColors.GradientInactiveCaption
Me.Controls.Add(Me.cmd3Uhr)
Me.Controls.Add(Me.DateTimePicker1)
Me.Controls.Add(Me.chkAutoLogoff)
Me.Controls.Add(Me.btnSchliessen)
Me.Controls.Add(Me.ListDomUser)
Me.Controls.Add(Me.txtInfo)
@@ -341,7 +382,7 @@ Partial Class uscntr_DomUser
Me.Controls.Add(Me.ChkKennwortAnzeigen)
Me.Controls.Add(Me.cmdSave)
Me.Name = "uscntr_DomUser"
Me.Size = New System.Drawing.Size(678, 498)
Me.Size = New System.Drawing.Size(678, 369)
Me.ResumeLayout(False)
Me.PerformLayout()
@@ -373,4 +414,7 @@ Partial Class uscntr_DomUser
Friend WithEvents Label1 As Label
Friend WithEvents ListDomUser As ListBox
Friend WithEvents btnSchliessen As Button
Friend WithEvents chkAutoLogoff As CheckBox
Friend WithEvents DateTimePicker1 As DateTimePicker
Friend WithEvents cmd3Uhr As Button
End Class