RDP auch auf Computer

This commit is contained in:
ms
2022-12-28 12:03:37 +01:00
parent e5536265a6
commit 28fac86b58
5 changed files with 60 additions and 6 deletions

View File

@@ -53,6 +53,9 @@ Partial Class uscntr_DomUser
Me.cmd3Uhr = New System.Windows.Forms.Button()
Me.btnRDP = New System.Windows.Forms.Button()
Me.Button1 = New System.Windows.Forms.Button()
Me.txtComputer = New System.Windows.Forms.TextBox()
Me.Label4 = New System.Windows.Forms.Label()
Me.chkRDP2TS = New System.Windows.Forms.CheckBox()
Me.SuspendLayout()
'
'cmdSave
@@ -353,7 +356,7 @@ Partial Class uscntr_DomUser
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.Location = New System.Drawing.Point(8, 258)
Me.btnRDP.Name = "btnRDP"
Me.btnRDP.Size = New System.Drawing.Size(104, 23)
Me.btnRDP.TabIndex = 167
@@ -365,19 +368,51 @@ Partial Class uscntr_DomUser
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.Location = New System.Drawing.Point(118, 258)
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
'
'txtComputer
'
Me.txtComputer.Location = New System.Drawing.Point(8, 232)
Me.txtComputer.Margin = New System.Windows.Forms.Padding(8, 3, 8, 3)
Me.txtComputer.Name = "txtComputer"
Me.txtComputer.Size = New System.Drawing.Size(300, 20)
Me.txtComputer.TabIndex = 169
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(5, 216)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(52, 13)
Me.Label4.TabIndex = 170
Me.Label4.Text = "Computer"
'
'chkRDP2TS
'
Me.chkRDP2TS.AutoSize = True
Me.chkRDP2TS.CheckAlign = System.Drawing.ContentAlignment.MiddleRight
Me.chkRDP2TS.Location = New System.Drawing.Point(230, 262)
Me.chkRDP2TS.Name = "chkRDP2TS"
Me.chkRDP2TS.Size = New System.Drawing.Size(69, 17)
Me.chkRDP2TS.TabIndex = 171
Me.chkRDP2TS.Text = "RDP2TS"
Me.chkRDP2TS.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.chkRDP2TS.UseVisualStyleBackColor = True
'
'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.chkRDP2TS)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.txtComputer)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.btnRDP)
Me.Controls.Add(Me.cmd3Uhr)
@@ -447,4 +482,7 @@ Partial Class uscntr_DomUser
Friend WithEvents cmd3Uhr As Button
Friend WithEvents btnRDP As Button
Friend WithEvents Button1 As Button
Friend WithEvents txtComputer As TextBox
Friend WithEvents Label4 As Label
Friend WithEvents chkRDP2TS As CheckBox
End Class