2 Computereinträge pro User

This commit is contained in:
ms
2026-04-28 13:19:10 +02:00
parent d6cf889f5b
commit 6c572e110e
7 changed files with 59 additions and 13 deletions

View File

@@ -58,6 +58,9 @@ Partial Class uscntr_DomUser
Me.chkRDP2TS = New System.Windows.Forms.CheckBox()
Me.btnAMT = New System.Windows.Forms.Button()
Me.rdpadmin = New System.Windows.Forms.CheckBox()
Me.Label5 = New System.Windows.Forms.Label()
Me.txtComputer2 = New System.Windows.Forms.TextBox()
Me.btnConnectRDPComputer2 = New System.Windows.Forms.Button()
Me.SuspendLayout()
'
'cmdSave
@@ -322,7 +325,7 @@ Partial Class uscntr_DomUser
'
Me.chkAutoLogoff.AutoSize = True
Me.chkAutoLogoff.CheckAlign = System.Drawing.ContentAlignment.MiddleRight
Me.chkAutoLogoff.Location = New System.Drawing.Point(8, 290)
Me.chkAutoLogoff.Location = New System.Drawing.Point(8, 376)
Me.chkAutoLogoff.Name = "chkAutoLogoff"
Me.chkAutoLogoff.Size = New System.Drawing.Size(78, 17)
Me.chkAutoLogoff.TabIndex = 164
@@ -334,7 +337,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, 287)
Me.DateTimePicker1.Location = New System.Drawing.Point(103, 373)
Me.DateTimePicker1.Name = "DateTimePicker1"
Me.DateTimePicker1.Size = New System.Drawing.Size(82, 20)
Me.DateTimePicker1.TabIndex = 165
@@ -346,7 +349,7 @@ 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, 287)
Me.cmd3Uhr.Location = New System.Drawing.Point(191, 373)
Me.cmd3Uhr.Name = "cmd3Uhr"
Me.cmd3Uhr.Size = New System.Drawing.Size(66, 20)
Me.cmd3Uhr.TabIndex = 166
@@ -430,12 +433,44 @@ Partial Class uscntr_DomUser
Me.rdpadmin.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.rdpadmin.UseVisualStyleBackColor = True
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Location = New System.Drawing.Point(5, 288)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(58, 13)
Me.Label5.TabIndex = 177
Me.Label5.Text = "Computer2"
'
'txtComputer2
'
Me.txtComputer2.Location = New System.Drawing.Point(8, 304)
Me.txtComputer2.Margin = New System.Windows.Forms.Padding(8, 3, 8, 3)
Me.txtComputer2.Name = "txtComputer2"
Me.txtComputer2.Size = New System.Drawing.Size(300, 20)
Me.txtComputer2.TabIndex = 176
'
'btnConnectRDPComputer2
'
Me.btnConnectRDPComputer2.BackColor = System.Drawing.SystemColors.ControlLightLight
Me.btnConnectRDPComputer2.FlatAppearance.BorderColor = System.Drawing.Color.DimGray
Me.btnConnectRDPComputer2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnConnectRDPComputer2.Location = New System.Drawing.Point(118, 330)
Me.btnConnectRDPComputer2.Name = "btnConnectRDPComputer2"
Me.btnConnectRDPComputer2.Size = New System.Drawing.Size(104, 23)
Me.btnConnectRDPComputer2.TabIndex = 175
Me.btnConnectRDPComputer2.Text = "RDP Fenster"
Me.btnConnectRDPComputer2.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.Label5)
Me.Controls.Add(Me.txtComputer2)
Me.Controls.Add(Me.btnConnectRDPComputer2)
Me.Controls.Add(Me.rdpadmin)
Me.Controls.Add(Me.btnAMT)
Me.Controls.Add(Me.chkRDP2TS)
@@ -473,7 +508,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, 369)
Me.Size = New System.Drawing.Size(678, 413)
Me.ResumeLayout(False)
Me.PerformLayout()
@@ -515,4 +550,7 @@ Partial Class uscntr_DomUser
Friend WithEvents chkRDP2TS As CheckBox
Friend WithEvents btnAMT As Button
Friend WithEvents rdpadmin As CheckBox
Friend WithEvents Label5 As Label
Friend WithEvents txtComputer2 As TextBox
Friend WithEvents btnConnectRDPComputer2 As Button
End Class