Update VeragProgAllgemein; Feature: RDP direkt starten;
This commit is contained in:
44
Dokumentation/frmHostBearbeiten.Designer.vb
generated
44
Dokumentation/frmHostBearbeiten.Designer.vb
generated
@@ -72,6 +72,8 @@ Partial Class frmHostBearbeiten
|
||||
Me.CmdDelete = New System.Windows.Forms.Button()
|
||||
Me.TxtBenutzername = New System.Windows.Forms.TextBox()
|
||||
Me.Panel1 = New System.Windows.Forms.Panel()
|
||||
Me.txtSSHPort = New System.Windows.Forms.TextBox()
|
||||
Me.Label14 = New System.Windows.Forms.Label()
|
||||
Me.cmdRDP = New System.Windows.Forms.Button()
|
||||
Me.cmdPutty = New System.Windows.Forms.Button()
|
||||
Me.cmdTVConnect = New System.Windows.Forms.Button()
|
||||
@@ -87,6 +89,7 @@ Partial Class frmHostBearbeiten
|
||||
Me.PanFirewall = New System.Windows.Forms.Panel()
|
||||
Me.PanSlaves = New System.Windows.Forms.Panel()
|
||||
Me.PanNavTop = New System.Windows.Forms.Panel()
|
||||
Me.Button1 = New System.Windows.Forms.Button()
|
||||
Me.ContextMenuStrip2.SuspendLayout()
|
||||
Me.ContextMenuStrip1.SuspendLayout()
|
||||
Me.Panel1.SuspendLayout()
|
||||
@@ -528,6 +531,9 @@ Partial Class frmHostBearbeiten
|
||||
'
|
||||
'Panel1
|
||||
'
|
||||
Me.Panel1.Controls.Add(Me.Button1)
|
||||
Me.Panel1.Controls.Add(Me.txtSSHPort)
|
||||
Me.Panel1.Controls.Add(Me.Label14)
|
||||
Me.Panel1.Controls.Add(Me.cmdRDP)
|
||||
Me.Panel1.Controls.Add(Me.cmdPutty)
|
||||
Me.Panel1.Controls.Add(Me.cmdTVConnect)
|
||||
@@ -582,13 +588,29 @@ Partial Class frmHostBearbeiten
|
||||
Me.Panel1.Size = New System.Drawing.Size(643, 460)
|
||||
Me.Panel1.TabIndex = 137
|
||||
'
|
||||
'txtSSHPort
|
||||
'
|
||||
Me.txtSSHPort.Location = New System.Drawing.Point(123, 352)
|
||||
Me.txtSSHPort.Name = "txtSSHPort"
|
||||
Me.txtSSHPort.Size = New System.Drawing.Size(75, 20)
|
||||
Me.txtSSHPort.TabIndex = 149
|
||||
'
|
||||
'Label14
|
||||
'
|
||||
Me.Label14.AutoSize = True
|
||||
Me.Label14.Location = New System.Drawing.Point(123, 339)
|
||||
Me.Label14.Name = "Label14"
|
||||
Me.Label14.Size = New System.Drawing.Size(51, 13)
|
||||
Me.Label14.TabIndex = 148
|
||||
Me.Label14.Text = "SSH Port"
|
||||
'
|
||||
'cmdRDP
|
||||
'
|
||||
Me.cmdRDP.BackColor = System.Drawing.SystemColors.ControlLightLight
|
||||
Me.cmdRDP.FlatAppearance.BorderColor = System.Drawing.Color.DimGray
|
||||
Me.cmdRDP.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.cmdRDP.Image = Global.Dokumentation.My.Resources.Resources.mstsc1
|
||||
Me.cmdRDP.Location = New System.Drawing.Point(269, 340)
|
||||
Me.cmdRDP.Location = New System.Drawing.Point(231, 340)
|
||||
Me.cmdRDP.Name = "cmdRDP"
|
||||
Me.cmdRDP.Size = New System.Drawing.Size(32, 32)
|
||||
Me.cmdRDP.TabIndex = 147
|
||||
@@ -600,7 +622,7 @@ Partial Class frmHostBearbeiten
|
||||
Me.cmdPutty.FlatAppearance.BorderColor = System.Drawing.Color.DimGray
|
||||
Me.cmdPutty.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.cmdPutty.Image = Global.Dokumentation.My.Resources.Resources.ico_putty_exe0001
|
||||
Me.cmdPutty.Location = New System.Drawing.Point(231, 340)
|
||||
Me.cmdPutty.Location = New System.Drawing.Point(85, 339)
|
||||
Me.cmdPutty.Name = "cmdPutty"
|
||||
Me.cmdPutty.Size = New System.Drawing.Size(32, 32)
|
||||
Me.cmdPutty.TabIndex = 146
|
||||
@@ -740,6 +762,21 @@ Partial Class frmHostBearbeiten
|
||||
Me.PanNavTop.Size = New System.Drawing.Size(309, 32)
|
||||
Me.PanNavTop.TabIndex = 141
|
||||
'
|
||||
'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.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Button1.ForeColor = System.Drawing.Color.Red
|
||||
Me.Button1.Image = Global.Dokumentation.My.Resources.Resources.mstsc1
|
||||
Me.Button1.Location = New System.Drawing.Point(271, 340)
|
||||
Me.Button1.Name = "Button1"
|
||||
Me.Button1.Size = New System.Drawing.Size(32, 32)
|
||||
Me.Button1.TabIndex = 150
|
||||
Me.Button1.Text = "[ ]"
|
||||
Me.Button1.UseVisualStyleBackColor = False
|
||||
'
|
||||
'frmHostBearbeiten
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
@@ -832,4 +869,7 @@ Partial Class frmHostBearbeiten
|
||||
Friend WithEvents cmdTVConnect As Button
|
||||
Friend WithEvents cmdPutty As Button
|
||||
Friend WithEvents cmdRDP As Button
|
||||
Friend WithEvents Label14 As Label
|
||||
Friend WithEvents txtSSHPort As TextBox
|
||||
Friend WithEvents Button1 As Button
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user