Chilkat, Telefone, Zoll Notruf

This commit is contained in:
ms
2024-09-02 13:40:30 +02:00
parent e4f7efacc0
commit 5b4354daa1
38 changed files with 1351 additions and 315 deletions

View File

@@ -56,6 +56,8 @@ Partial Class uscntr_DomUser
Me.txtComputer = New System.Windows.Forms.TextBox()
Me.Label4 = New System.Windows.Forms.Label()
Me.chkRDP2TS = New System.Windows.Forms.CheckBox()
Me.btnAMT = New System.Windows.Forms.Button()
Me.rdpadmin = New System.Windows.Forms.CheckBox()
Me.SuspendLayout()
'
'cmdSave
@@ -404,12 +406,38 @@ Partial Class uscntr_DomUser
Me.chkRDP2TS.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.chkRDP2TS.UseVisualStyleBackColor = True
'
'btnAMT
'
Me.btnAMT.BackColor = System.Drawing.SystemColors.ControlLightLight
Me.btnAMT.FlatAppearance.BorderColor = System.Drawing.Color.DimGray
Me.btnAMT.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnAMT.Location = New System.Drawing.Point(541, 256)
Me.btnAMT.Name = "btnAMT"
Me.btnAMT.Size = New System.Drawing.Size(104, 23)
Me.btnAMT.TabIndex = 172
Me.btnAMT.Text = "Intel AMT"
Me.btnAMT.UseVisualStyleBackColor = False
'
'rdpadmin
'
Me.rdpadmin.AutoSize = True
Me.rdpadmin.CheckAlign = System.Drawing.ContentAlignment.MiddleRight
Me.rdpadmin.Location = New System.Drawing.Point(305, 262)
Me.rdpadmin.Name = "rdpadmin"
Me.rdpadmin.Size = New System.Drawing.Size(59, 17)
Me.rdpadmin.TabIndex = 173
Me.rdpadmin.Text = "/admin"
Me.rdpadmin.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.rdpadmin.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.rdpadmin)
Me.Controls.Add(Me.btnAMT)
Me.Controls.Add(Me.chkRDP2TS)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.txtComputer)
@@ -485,4 +513,6 @@ Partial Class uscntr_DomUser
Friend WithEvents txtComputer As TextBox
Friend WithEvents Label4 As Label
Friend WithEvents chkRDP2TS As CheckBox
Friend WithEvents btnAMT As Button
Friend WithEvents rdpadmin As CheckBox
End Class