Direkter Zugriff auf SMB Shares, IP Adresse zu Clipboard, ...

This commit is contained in:
ms
2019-08-23 11:33:48 +02:00
parent f470bce279
commit a9372916e4
9 changed files with 178 additions and 93 deletions

View File

@@ -70,12 +70,13 @@ 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.lblSuchfilter = New System.Windows.Forms.Label()
Me.ChkShowSlaves = New System.Windows.Forms.CheckBox()
Me.lblSuchfilter = New System.Windows.Forms.Label()
Me.PanFirewall = New System.Windows.Forms.Panel()
Me.PanSlaves = New System.Windows.Forms.Panel()
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
Me.PanNavTop = New System.Windows.Forms.Panel()
Me.cmdSMB = New System.Windows.Forms.Button()
Me.ContextMenuStrip2.SuspendLayout()
Me.ContextMenuStrip1.SuspendLayout()
Me.Panel1.SuspendLayout()
@@ -86,7 +87,7 @@ Partial Class frmHostBearbeiten
'chkFirewall
'
Me.chkFirewall.AutoSize = True
Me.chkFirewall.Location = New System.Drawing.Point(509, 447)
Me.chkFirewall.Location = New System.Drawing.Point(509, 420)
Me.chkFirewall.Name = "chkFirewall"
Me.chkFirewall.Size = New System.Drawing.Size(123, 17)
Me.chkFirewall.TabIndex = 136
@@ -100,7 +101,7 @@ Partial Class frmHostBearbeiten
Me.CmdHostLink.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.CmdHostLink.Location = New System.Drawing.Point(332, 349)
Me.CmdHostLink.Name = "CmdHostLink"
Me.CmdHostLink.Size = New System.Drawing.Size(94, 23)
Me.CmdHostLink.Size = New System.Drawing.Size(96, 23)
Me.CmdHostLink.TabIndex = 135
Me.CmdHostLink.Text = "Link"
Me.CmdHostLink.UseVisualStyleBackColor = False
@@ -135,9 +136,9 @@ Partial Class frmHostBearbeiten
Me.CmdCopy.BackColor = System.Drawing.SystemColors.ControlLightLight
Me.CmdCopy.FlatAppearance.BorderColor = System.Drawing.Color.DimGray
Me.CmdCopy.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.CmdCopy.Location = New System.Drawing.Point(112, 11)
Me.CmdCopy.Location = New System.Drawing.Point(108, 11)
Me.CmdCopy.Name = "CmdCopy"
Me.CmdCopy.Size = New System.Drawing.Size(94, 23)
Me.CmdCopy.Size = New System.Drawing.Size(96, 23)
Me.CmdCopy.TabIndex = 131
Me.CmdCopy.Text = "Kopieren nach"
Me.CmdCopy.UseVisualStyleBackColor = False
@@ -157,9 +158,9 @@ Partial Class frmHostBearbeiten
Me.CmdIPChange.BackColor = System.Drawing.SystemColors.ControlLightLight
Me.CmdIPChange.FlatAppearance.BorderColor = System.Drawing.Color.DimGray
Me.CmdIPChange.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.CmdIPChange.Location = New System.Drawing.Point(212, 11)
Me.CmdIPChange.Location = New System.Drawing.Point(210, 11)
Me.CmdIPChange.Name = "CmdIPChange"
Me.CmdIPChange.Size = New System.Drawing.Size(94, 23)
Me.CmdIPChange.Size = New System.Drawing.Size(96, 23)
Me.CmdIPChange.TabIndex = 130
Me.CmdIPChange.Text = "IP Ändern"
Me.CmdIPChange.UseVisualStyleBackColor = False
@@ -253,7 +254,7 @@ Partial Class frmHostBearbeiten
'Label10
'
Me.Label10.AutoSize = True
Me.Label10.Location = New System.Drawing.Point(3, 308)
Me.Label10.Location = New System.Drawing.Point(3, 297)
Me.Label10.Name = "Label10"
Me.Label10.Size = New System.Drawing.Size(74, 13)
Me.Label10.TabIndex = 127
@@ -263,14 +264,14 @@ Partial Class frmHostBearbeiten
'
Me.TxtType.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
Me.TxtType.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource
Me.TxtType.Location = New System.Drawing.Point(6, 285)
Me.TxtType.Location = New System.Drawing.Point(6, 274)
Me.TxtType.Name = "TxtType"
Me.TxtType.Size = New System.Drawing.Size(300, 20)
Me.TxtType.TabIndex = 99
'
'TxtSeriennummer
'
Me.TxtSeriennummer.Location = New System.Drawing.Point(6, 324)
Me.TxtSeriennummer.Location = New System.Drawing.Point(6, 313)
Me.TxtSeriennummer.Name = "TxtSeriennummer"
Me.TxtSeriennummer.Size = New System.Drawing.Size(300, 20)
Me.TxtSeriennummer.TabIndex = 100
@@ -278,7 +279,7 @@ Partial Class frmHostBearbeiten
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(3, 269)
Me.Label4.Location = New System.Drawing.Point(3, 258)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(31, 13)
Me.Label4.TabIndex = 117
@@ -308,7 +309,7 @@ Partial Class frmHostBearbeiten
Me.TxtQuickInfo.Location = New System.Drawing.Point(4, 209)
Me.TxtQuickInfo.Multiline = True
Me.TxtQuickInfo.Name = "TxtQuickInfo"
Me.TxtQuickInfo.Size = New System.Drawing.Size(300, 57)
Me.TxtQuickInfo.Size = New System.Drawing.Size(302, 46)
Me.TxtQuickInfo.TabIndex = 98
'
'Label5
@@ -334,9 +335,9 @@ Partial Class frmHostBearbeiten
Me.CmdSave.BackColor = System.Drawing.SystemColors.ControlLightLight
Me.CmdSave.FlatAppearance.BorderColor = System.Drawing.Color.DimGray
Me.CmdSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.CmdSave.Location = New System.Drawing.Point(538, 349)
Me.CmdSave.Location = New System.Drawing.Point(536, 349)
Me.CmdSave.Name = "CmdSave"
Me.CmdSave.Size = New System.Drawing.Size(94, 23)
Me.CmdSave.Size = New System.Drawing.Size(96, 23)
Me.CmdSave.TabIndex = 108
Me.CmdSave.Text = "&Speichern"
Me.CmdSave.UseVisualStyleBackColor = False
@@ -355,9 +356,9 @@ Partial Class frmHostBearbeiten
Me.CmdReset.BackColor = System.Drawing.SystemColors.ControlLightLight
Me.CmdReset.FlatAppearance.BorderColor = System.Drawing.Color.DimGray
Me.CmdReset.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.CmdReset.Location = New System.Drawing.Point(115, 379)
Me.CmdReset.Location = New System.Drawing.Point(108, 378)
Me.CmdReset.Name = "CmdReset"
Me.CmdReset.Size = New System.Drawing.Size(94, 23)
Me.CmdReset.Size = New System.Drawing.Size(96, 23)
Me.CmdReset.TabIndex = 111
Me.CmdReset.Text = "Reset"
Me.CmdReset.UseVisualStyleBackColor = False
@@ -367,9 +368,9 @@ Partial Class frmHostBearbeiten
Me.CmdAbbrechen.BackColor = System.Drawing.SystemColors.ControlLightLight
Me.CmdAbbrechen.FlatAppearance.BorderColor = System.Drawing.Color.DimGray
Me.CmdAbbrechen.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.CmdAbbrechen.Location = New System.Drawing.Point(538, 378)
Me.CmdAbbrechen.Location = New System.Drawing.Point(536, 378)
Me.CmdAbbrechen.Name = "CmdAbbrechen"
Me.CmdAbbrechen.Size = New System.Drawing.Size(94, 23)
Me.CmdAbbrechen.Size = New System.Drawing.Size(96, 23)
Me.CmdAbbrechen.TabIndex = 109
Me.CmdAbbrechen.Text = "Schließen"
Me.CmdAbbrechen.UseVisualStyleBackColor = False
@@ -434,7 +435,7 @@ Partial Class frmHostBearbeiten
Me.CmdDateien.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.CmdDateien.Location = New System.Drawing.Point(332, 378)
Me.CmdDateien.Name = "CmdDateien"
Me.CmdDateien.Size = New System.Drawing.Size(94, 23)
Me.CmdDateien.Size = New System.Drawing.Size(96, 23)
Me.CmdDateien.TabIndex = 110
Me.CmdDateien.Text = "Dateien"
Me.CmdDateien.UseVisualStyleBackColor = False
@@ -486,9 +487,9 @@ Partial Class frmHostBearbeiten
Me.CmdDelete.BackColor = System.Drawing.SystemColors.ControlLightLight
Me.CmdDelete.FlatAppearance.BorderColor = System.Drawing.Color.DimGray
Me.CmdDelete.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.CmdDelete.Location = New System.Drawing.Point(4, 379)
Me.CmdDelete.Location = New System.Drawing.Point(6, 378)
Me.CmdDelete.Name = "CmdDelete"
Me.CmdDelete.Size = New System.Drawing.Size(94, 23)
Me.CmdDelete.Size = New System.Drawing.Size(96, 23)
Me.CmdDelete.TabIndex = 112
Me.CmdDelete.Text = "Löschen"
Me.CmdDelete.UseVisualStyleBackColor = False
@@ -504,6 +505,7 @@ Partial Class frmHostBearbeiten
'
'Panel1
'
Me.Panel1.Controls.Add(Me.cmdSMB)
Me.Panel1.Controls.Add(Me.ChkShowSlaves)
Me.Panel1.Controls.Add(Me.chkFirewall)
Me.Panel1.Controls.Add(Me.TxtBenutzername)
@@ -546,9 +548,20 @@ Partial Class frmHostBearbeiten
Me.Panel1.Controls.Add(Me.Label4)
Me.Panel1.Location = New System.Drawing.Point(12, 62)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(643, 468)
Me.Panel1.Size = New System.Drawing.Size(643, 449)
Me.Panel1.TabIndex = 137
'
'ChkShowSlaves
'
Me.ChkShowSlaves.AutoSize = True
Me.ChkShowSlaves.Location = New System.Drawing.Point(387, 420)
Me.ChkShowSlaves.Name = "ChkShowSlaves"
Me.ChkShowSlaves.Size = New System.Drawing.Size(104, 17)
Me.ChkShowSlaves.TabIndex = 137
Me.ChkShowSlaves.Text = "Slaves anzeigen"
Me.ChkShowSlaves.UseVisualStyleBackColor = True
Me.ChkShowSlaves.Visible = False
'
'lblSuchfilter
'
Me.lblSuchfilter.AutoSize = True
@@ -560,17 +573,6 @@ Partial Class frmHostBearbeiten
Me.lblSuchfilter.Text = "Suchfilter ist aktiviert!"
Me.lblSuchfilter.Visible = False
'
'ChkShowSlaves
'
Me.ChkShowSlaves.AutoSize = True
Me.ChkShowSlaves.Location = New System.Drawing.Point(387, 447)
Me.ChkShowSlaves.Name = "ChkShowSlaves"
Me.ChkShowSlaves.Size = New System.Drawing.Size(104, 17)
Me.ChkShowSlaves.TabIndex = 137
Me.ChkShowSlaves.Text = "Slaves anzeigen"
Me.ChkShowSlaves.UseVisualStyleBackColor = True
Me.ChkShowSlaves.Visible = False
'
'PanFirewall
'
Me.PanFirewall.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
@@ -610,6 +612,18 @@ Partial Class frmHostBearbeiten
Me.PanNavTop.Size = New System.Drawing.Size(309, 32)
Me.PanNavTop.TabIndex = 141
'
'cmdSMB
'
Me.cmdSMB.BackColor = System.Drawing.SystemColors.ControlLightLight
Me.cmdSMB.FlatAppearance.BorderColor = System.Drawing.Color.DimGray
Me.cmdSMB.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.cmdSMB.Location = New System.Drawing.Point(434, 349)
Me.cmdSMB.Name = "cmdSMB"
Me.cmdSMB.Size = New System.Drawing.Size(96, 23)
Me.cmdSMB.TabIndex = 138
Me.cmdSMB.Text = "SMB"
Me.cmdSMB.UseVisualStyleBackColor = False
'
'frmHostBearbeiten
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
@@ -690,4 +704,5 @@ Partial Class frmHostBearbeiten
Friend WithEvents lblSuchfilter As Label
Friend WithEvents PictureBox1 As PictureBox
Friend WithEvents PanNavTop As Panel
Friend WithEvents cmdSMB As Button
End Class