Update VeragProgAllgemein; Feature: RDP direkt starten;

This commit is contained in:
ms
2022-11-22 10:53:34 +01:00
parent 67f2a10607
commit f717deac50
31 changed files with 900 additions and 315 deletions

View File

@@ -51,6 +51,8 @@ Partial Class uscntr_DomUser
Me.chkAutoLogoff = New System.Windows.Forms.CheckBox()
Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
Me.cmd3Uhr = New System.Windows.Forms.Button()
Me.btnRDP = New System.Windows.Forms.Button()
Me.Button1 = New System.Windows.Forms.Button()
Me.SuspendLayout()
'
'cmdSave
@@ -233,7 +235,7 @@ Partial Class uscntr_DomUser
Me.Label9.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label9.Location = New System.Drawing.Point(144, 156)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(13, 16)
Me.Label9.Size = New System.Drawing.Size(12, 16)
Me.Label9.TabIndex = 156
Me.Label9.Text = "\"
'
@@ -315,7 +317,7 @@ Partial Class uscntr_DomUser
'
Me.chkAutoLogoff.AutoSize = True
Me.chkAutoLogoff.CheckAlign = System.Drawing.ContentAlignment.MiddleRight
Me.chkAutoLogoff.Location = New System.Drawing.Point(8, 227)
Me.chkAutoLogoff.Location = New System.Drawing.Point(8, 290)
Me.chkAutoLogoff.Name = "chkAutoLogoff"
Me.chkAutoLogoff.Size = New System.Drawing.Size(78, 17)
Me.chkAutoLogoff.TabIndex = 164
@@ -327,7 +329,7 @@ Partial Class uscntr_DomUser
'
Me.DateTimePicker1.Enabled = False
Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Time
Me.DateTimePicker1.Location = New System.Drawing.Point(103, 224)
Me.DateTimePicker1.Location = New System.Drawing.Point(103, 287)
Me.DateTimePicker1.Name = "DateTimePicker1"
Me.DateTimePicker1.Size = New System.Drawing.Size(82, 20)
Me.DateTimePicker1.TabIndex = 165
@@ -339,19 +341,45 @@ Partial Class uscntr_DomUser
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.Location = New System.Drawing.Point(191, 287)
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
'
'btnRDP
'
Me.btnRDP.BackColor = System.Drawing.SystemColors.ControlLightLight
Me.btnRDP.FlatAppearance.BorderColor = System.Drawing.Color.DimGray
Me.btnRDP.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnRDP.Location = New System.Drawing.Point(8, 219)
Me.btnRDP.Name = "btnRDP"
Me.btnRDP.Size = New System.Drawing.Size(104, 23)
Me.btnRDP.TabIndex = 167
Me.btnRDP.Text = "RDP"
Me.btnRDP.UseVisualStyleBackColor = False
'
'Button1
'
Me.Button1.BackColor = System.Drawing.SystemColors.ControlLightLight
Me.Button1.FlatAppearance.BorderColor = System.Drawing.Color.DimGray
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button1.Location = New System.Drawing.Point(118, 219)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(104, 23)
Me.Button1.TabIndex = 168
Me.Button1.Text = "RDP Fenster"
Me.Button1.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.Button1)
Me.Controls.Add(Me.btnRDP)
Me.Controls.Add(Me.cmd3Uhr)
Me.Controls.Add(Me.DateTimePicker1)
Me.Controls.Add(Me.chkAutoLogoff)
@@ -417,4 +445,6 @@ Partial Class uscntr_DomUser
Friend WithEvents chkAutoLogoff As CheckBox
Friend WithEvents DateTimePicker1 As DateTimePicker
Friend WithEvents cmd3Uhr As Button
Friend WithEvents btnRDP As Button
Friend WithEvents Button1 As Button
End Class