_ Partial Class HostBearbeiten Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Wird vom Windows Form-Designer benötigt. Private components As System.ComponentModel.IContainer 'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich. 'Das Bearbeiten ist mit dem Windows Form-Designer möglich. 'Das Bearbeiten mit dem Code-Editor ist nicht möglich. _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(HostBearbeiten)) Me.LblLink = New System.Windows.Forms.Label() Me.TxtLink = New System.Windows.Forms.TextBox() Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.MitHTTPFüllenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.CmdDateien = New System.Windows.Forms.Button() Me.Label6 = New System.Windows.Forms.Label() Me.TxtKennwort = New System.Windows.Forms.TextBox() Me.Label7 = New System.Windows.Forms.Label() Me.TxtBenutzername = New System.Windows.Forms.TextBox() Me.CmdDelete = New System.Windows.Forms.Button() Me.TxtHost = New System.Windows.Forms.TextBox() Me.LbIPNetzwerkadresse = New System.Windows.Forms.Label() Me.CmdIPUp = New System.Windows.Forms.Button() Me.CmdIPDown = New System.Windows.Forms.Button() Me.CmdAbbrechen = New System.Windows.Forms.Button() Me.CmdReset = New System.Windows.Forms.Button() Me.CmdSave = New System.Windows.Forms.Button() Me.Label5 = New System.Windows.Forms.Label() Me.TxtInfo = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.TxtType = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.TxtMAC = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.TxtName = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.TxtIP = New System.Windows.Forms.TextBox() Me.ChkKennwortAnzeigen = New System.Windows.Forms.CheckBox() Me.LblInfo = New System.Windows.Forms.Label() Me.Label8 = New System.Windows.Forms.Label() Me.TxtModell = New System.Windows.Forms.TextBox() Me.Label9 = New System.Windows.Forms.Label() Me.TxtQuickInfo = New System.Windows.Forms.TextBox() Me.Label10 = New System.Windows.Forms.Label() Me.TxtSeriennummer = New System.Windows.Forms.TextBox() Me.TxtLinkedWith = New System.Windows.Forms.TextBox() Me.ChkLinked = New System.Windows.Forms.CheckBox() Me.CmdLink = New System.Windows.Forms.Button() Me.CmdTest = New System.Windows.Forms.Button() Me.LbLDebug = New System.Windows.Forms.Label() Me.PanDebug = New System.Windows.Forms.Panel() Me.CmdIPChange = New System.Windows.Forms.Button() Me.CmdCopy = New System.Windows.Forms.Button() Me.MenuStrip1 = New System.Windows.Forms.MenuStrip() Me.ExtrasToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.AutoCompleteFüllenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.HostVerschiebenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator() Me.DebugToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.Panel2 = New System.Windows.Forms.Panel() Me.chkFirewall = New System.Windows.Forms.CheckBox() Me.CmdHostLink = New System.Windows.Forms.Button() Me.CmdBack = New System.Windows.Forms.Button() Me.CmdForward = New System.Windows.Forms.Button() Me.Label11 = New System.Windows.Forms.Label() Me.TxtStandort = New System.Windows.Forms.TextBox() Me.PanFirewall = New System.Windows.Forms.Panel() Me.ContextMenuStrip1.SuspendLayout() Me.PanDebug.SuspendLayout() Me.MenuStrip1.SuspendLayout() Me.Panel2.SuspendLayout() Me.SuspendLayout() ' 'LblLink ' Me.LblLink.AutoSize = True Me.LblLink.Location = New System.Drawing.Point(336, 327) Me.LblLink.Name = "LblLink" Me.LblLink.Size = New System.Drawing.Size(78, 13) Me.LblLink.TabIndex = 72 Me.LblLink.Text = "Link zum Gerät" ' 'TxtLink ' Me.TxtLink.ContextMenuStrip = Me.ContextMenuStrip1 Me.TxtLink.Location = New System.Drawing.Point(339, 343) Me.TxtLink.Name = "TxtLink" Me.TxtLink.Size = New System.Drawing.Size(300, 20) Me.TxtLink.TabIndex = 14 ' 'ContextMenuStrip1 ' Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.MitHTTPFüllenToolStripMenuItem}) Me.ContextMenuStrip1.Name = "ContextMenuStrip1" Me.ContextMenuStrip1.Size = New System.Drawing.Size(159, 26) ' 'MitHTTPFüllenToolStripMenuItem ' Me.MitHTTPFüllenToolStripMenuItem.Name = "MitHTTPFüllenToolStripMenuItem" Me.MitHTTPFüllenToolStripMenuItem.Size = New System.Drawing.Size(158, 22) Me.MitHTTPFüllenToolStripMenuItem.Text = "mit HTTP füllen" ' 'CmdDateien ' Me.CmdDateien.BackColor = System.Drawing.SystemColors.ControlLightLight Me.CmdDateien.FlatAppearance.BorderColor = System.Drawing.Color.DimGray Me.CmdDateien.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.CmdDateien.Location = New System.Drawing.Point(339, 408) Me.CmdDateien.Name = "CmdDateien" Me.CmdDateien.Size = New System.Drawing.Size(94, 23) Me.CmdDateien.TabIndex = 17 Me.CmdDateien.Text = "Dateien" Me.CmdDateien.UseVisualStyleBackColor = False ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(336, 288) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(52, 13) Me.Label6.TabIndex = 68 Me.Label6.Text = "Kennwort" ' 'TxtKennwort ' Me.TxtKennwort.Location = New System.Drawing.Point(339, 304) Me.TxtKennwort.Name = "TxtKennwort" Me.TxtKennwort.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42) Me.TxtKennwort.Size = New System.Drawing.Size(300, 20) Me.TxtKennwort.TabIndex = 13 ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(336, 249) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(75, 13) Me.Label7.TabIndex = 66 Me.Label7.Text = "Benutzername" ' 'TxtBenutzername ' Me.TxtBenutzername.Location = New System.Drawing.Point(339, 265) Me.TxtBenutzername.Name = "TxtBenutzername" Me.TxtBenutzername.Size = New System.Drawing.Size(300, 20) Me.TxtBenutzername.TabIndex = 11 ' 'CmdDelete ' 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(12, 437) Me.CmdDelete.Name = "CmdDelete" Me.CmdDelete.Size = New System.Drawing.Size(94, 23) Me.CmdDelete.TabIndex = 19 Me.CmdDelete.Text = "Löschen" Me.CmdDelete.UseVisualStyleBackColor = False ' 'TxtHost ' Me.TxtHost.Location = New System.Drawing.Point(239, 109) Me.TxtHost.Name = "TxtHost" Me.TxtHost.Size = New System.Drawing.Size(75, 20) Me.TxtHost.TabIndex = 1 ' 'LbIPNetzwerkadresse ' Me.LbIPNetzwerkadresse.AutoSize = True Me.LbIPNetzwerkadresse.Location = New System.Drawing.Point(236, 93) Me.LbIPNetzwerkadresse.Name = "LbIPNetzwerkadresse" Me.LbIPNetzwerkadresse.Size = New System.Drawing.Size(43, 13) Me.LbIPNetzwerkadresse.TabIndex = 62 Me.LbIPNetzwerkadresse.Text = "HostNr." ' 'CmdIPUp ' Me.CmdIPUp.BackColor = System.Drawing.SystemColors.ControlLightLight Me.CmdIPUp.FlatAppearance.BorderColor = System.Drawing.Color.DimGray Me.CmdIPUp.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.CmdIPUp.Location = New System.Drawing.Point(239, 40) Me.CmdIPUp.Name = "CmdIPUp" Me.CmdIPUp.Size = New System.Drawing.Size(75, 23) Me.CmdIPUp.TabIndex = 60 Me.CmdIPUp.Text = "+" Me.CmdIPUp.UseVisualStyleBackColor = False ' 'CmdIPDown ' Me.CmdIPDown.BackColor = System.Drawing.SystemColors.ControlLightLight Me.CmdIPDown.FlatAppearance.BorderColor = System.Drawing.Color.DimGray Me.CmdIPDown.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.CmdIPDown.Location = New System.Drawing.Point(14, 40) Me.CmdIPDown.Name = "CmdIPDown" Me.CmdIPDown.Size = New System.Drawing.Size(75, 23) Me.CmdIPDown.TabIndex = 59 Me.CmdIPDown.Text = "-" Me.CmdIPDown.UseVisualStyleBackColor = False ' 'CmdAbbrechen ' 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(545, 437) Me.CmdAbbrechen.Name = "CmdAbbrechen" Me.CmdAbbrechen.Size = New System.Drawing.Size(94, 23) Me.CmdAbbrechen.TabIndex = 16 Me.CmdAbbrechen.Text = "Schließen" Me.CmdAbbrechen.UseVisualStyleBackColor = False ' 'CmdReset ' 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(339, 437) Me.CmdReset.Name = "CmdReset" Me.CmdReset.Size = New System.Drawing.Size(94, 23) Me.CmdReset.TabIndex = 18 Me.CmdReset.Text = "Reset" Me.CmdReset.UseVisualStyleBackColor = False ' 'CmdSave ' 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(545, 408) Me.CmdSave.Name = "CmdSave" Me.CmdSave.Size = New System.Drawing.Size(94, 23) Me.CmdSave.TabIndex = 15 Me.CmdSave.Text = "&Speichern" Me.CmdSave.UseVisualStyleBackColor = False ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(336, 132) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(25, 13) Me.Label5.TabIndex = 55 Me.Label5.Text = "Info" ' 'TxtInfo ' Me.TxtInfo.Location = New System.Drawing.Point(339, 148) Me.TxtInfo.Multiline = True Me.TxtInfo.Name = "TxtInfo" Me.TxtInfo.Size = New System.Drawing.Size(300, 98) Me.TxtInfo.TabIndex = 10 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(11, 327) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(31, 13) Me.Label4.TabIndex = 53 Me.Label4.Text = "Type" ' 'TxtType ' Me.TxtType.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend Me.TxtType.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource Me.TxtType.Location = New System.Drawing.Point(14, 343) Me.TxtType.Name = "TxtType" Me.TxtType.Size = New System.Drawing.Size(300, 20) Me.TxtType.TabIndex = 6 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(336, 93) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(30, 13) Me.Label3.TabIndex = 51 Me.Label3.Text = "MAC" ' 'TxtMAC ' Me.TxtMAC.Location = New System.Drawing.Point(339, 109) Me.TxtMAC.Name = "TxtMAC" Me.TxtMAC.Size = New System.Drawing.Size(300, 20) Me.TxtMAC.TabIndex = 9 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(11, 132) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(35, 13) Me.Label2.TabIndex = 49 Me.Label2.Text = "Name" ' 'TxtName ' Me.TxtName.Location = New System.Drawing.Point(14, 148) Me.TxtName.Name = "TxtName" Me.TxtName.Size = New System.Drawing.Size(300, 20) Me.TxtName.TabIndex = 2 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(11, 93) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(58, 13) Me.Label1.TabIndex = 47 Me.Label1.Text = "IP Adresse" ' 'TxtIP ' Me.TxtIP.Enabled = False Me.TxtIP.Location = New System.Drawing.Point(14, 109) Me.TxtIP.Name = "TxtIP" Me.TxtIP.Size = New System.Drawing.Size(219, 20) Me.TxtIP.TabIndex = 46 ' 'ChkKennwortAnzeigen ' Me.ChkKennwortAnzeigen.AutoSize = True Me.ChkKennwortAnzeigen.Location = New System.Drawing.Point(394, 287) Me.ChkKennwortAnzeigen.Name = "ChkKennwortAnzeigen" Me.ChkKennwortAnzeigen.Size = New System.Drawing.Size(70, 17) Me.ChkKennwortAnzeigen.TabIndex = 12 Me.ChkKennwortAnzeigen.Text = "Anzeigen" Me.ChkKennwortAnzeigen.UseVisualStyleBackColor = True ' 'LblInfo ' Me.LblInfo.AutoSize = True Me.LblInfo.Location = New System.Drawing.Point(14, 11) Me.LblInfo.Name = "LblInfo" Me.LblInfo.Size = New System.Drawing.Size(39, 13) Me.LblInfo.TabIndex = 73 Me.LblInfo.Text = "LblInfo" ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Location = New System.Drawing.Point(11, 171) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(38, 13) Me.Label8.TabIndex = 75 Me.Label8.Text = "Modell" ' 'TxtModell ' Me.TxtModell.Location = New System.Drawing.Point(14, 187) Me.TxtModell.Name = "TxtModell" Me.TxtModell.Size = New System.Drawing.Size(300, 20) Me.TxtModell.TabIndex = 3 ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Location = New System.Drawing.Point(9, 249) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(53, 13) Me.Label9.TabIndex = 77 Me.Label9.Text = "QuickInfo" ' 'TxtQuickInfo ' Me.TxtQuickInfo.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend Me.TxtQuickInfo.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource Me.TxtQuickInfo.Location = New System.Drawing.Point(12, 267) Me.TxtQuickInfo.Multiline = True Me.TxtQuickInfo.Name = "TxtQuickInfo" Me.TxtQuickInfo.Size = New System.Drawing.Size(300, 57) Me.TxtQuickInfo.TabIndex = 5 ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Location = New System.Drawing.Point(11, 366) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(74, 13) Me.Label10.TabIndex = 79 Me.Label10.Text = "Seriennummer" ' 'TxtSeriennummer ' Me.TxtSeriennummer.Location = New System.Drawing.Point(14, 382) Me.TxtSeriennummer.Name = "TxtSeriennummer" Me.TxtSeriennummer.Size = New System.Drawing.Size(300, 20) Me.TxtSeriennummer.TabIndex = 7 ' 'TxtLinkedWith ' Me.TxtLinkedWith.Enabled = False Me.TxtLinkedWith.Location = New System.Drawing.Point(339, 44) Me.TxtLinkedWith.Name = "TxtLinkedWith" Me.TxtLinkedWith.Size = New System.Drawing.Size(300, 20) Me.TxtLinkedWith.TabIndex = 80 ' 'ChkLinked ' Me.ChkLinked.AutoSize = True Me.ChkLinked.Location = New System.Drawing.Point(339, 21) Me.ChkLinked.Name = "ChkLinked" Me.ChkLinked.Size = New System.Drawing.Size(134, 17) Me.ChkLinked.TabIndex = 8 Me.ChkLinked.Text = "zusätzliche IP für Host:" Me.ChkLinked.UseVisualStyleBackColor = True ' 'CmdLink ' Me.CmdLink.BackColor = System.Drawing.SystemColors.ControlLightLight Me.CmdLink.FlatAppearance.BorderColor = System.Drawing.Color.DimGray Me.CmdLink.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.CmdLink.Location = New System.Drawing.Point(545, 70) Me.CmdLink.Name = "CmdLink" Me.CmdLink.Size = New System.Drawing.Size(94, 23) Me.CmdLink.TabIndex = 82 Me.CmdLink.Text = "Verknüpfen" Me.CmdLink.UseVisualStyleBackColor = False Me.CmdLink.Visible = False ' 'CmdTest ' Me.CmdTest.BackColor = System.Drawing.SystemColors.ControlLightLight Me.CmdTest.FlatAppearance.BorderColor = System.Drawing.Color.DimGray Me.CmdTest.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.CmdTest.Location = New System.Drawing.Point(12, 47) Me.CmdTest.Name = "CmdTest" Me.CmdTest.Size = New System.Drawing.Size(94, 23) Me.CmdTest.TabIndex = 83 Me.CmdTest.Text = "Test" Me.CmdTest.UseVisualStyleBackColor = False ' 'LbLDebug ' Me.LbLDebug.AutoSize = True Me.LbLDebug.Location = New System.Drawing.Point(14, 107) Me.LbLDebug.Name = "LbLDebug" Me.LbLDebug.Size = New System.Drawing.Size(39, 13) Me.LbLDebug.TabIndex = 84 Me.LbLDebug.Text = "Debug" ' 'PanDebug ' Me.PanDebug.Controls.Add(Me.LbLDebug) Me.PanDebug.Controls.Add(Me.CmdTest) Me.PanDebug.Controls.Add(Me.LblInfo) Me.PanDebug.Location = New System.Drawing.Point(0, 512) Me.PanDebug.Name = "PanDebug" Me.PanDebug.Size = New System.Drawing.Size(651, 263) Me.PanDebug.TabIndex = 85 Me.PanDebug.Visible = False ' 'CmdIPChange ' 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(220, 69) Me.CmdIPChange.Name = "CmdIPChange" Me.CmdIPChange.Size = New System.Drawing.Size(94, 23) Me.CmdIPChange.TabIndex = 86 Me.CmdIPChange.Text = "IP Ändern" Me.CmdIPChange.UseVisualStyleBackColor = False ' 'CmdCopy ' 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(120, 69) Me.CmdCopy.Name = "CmdCopy" Me.CmdCopy.Size = New System.Drawing.Size(94, 23) Me.CmdCopy.TabIndex = 87 Me.CmdCopy.Text = "Kopieren nach" Me.CmdCopy.UseVisualStyleBackColor = False ' 'MenuStrip1 ' Me.MenuStrip1.BackColor = System.Drawing.SystemColors.GradientActiveCaption Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ExtrasToolStripMenuItem}) Me.MenuStrip1.Location = New System.Drawing.Point(0, 0) Me.MenuStrip1.Name = "MenuStrip1" Me.MenuStrip1.Size = New System.Drawing.Size(1364, 24) Me.MenuStrip1.TabIndex = 88 Me.MenuStrip1.Text = "MenuStrip1" ' 'ExtrasToolStripMenuItem ' Me.ExtrasToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.AutoCompleteFüllenToolStripMenuItem, Me.HostVerschiebenToolStripMenuItem, Me.ToolStripSeparator1, Me.DebugToolStripMenuItem}) Me.ExtrasToolStripMenuItem.Name = "ExtrasToolStripMenuItem" Me.ExtrasToolStripMenuItem.Size = New System.Drawing.Size(49, 20) Me.ExtrasToolStripMenuItem.Text = "Extras" ' 'AutoCompleteFüllenToolStripMenuItem ' Me.AutoCompleteFüllenToolStripMenuItem.Name = "AutoCompleteFüllenToolStripMenuItem" Me.AutoCompleteFüllenToolStripMenuItem.Size = New System.Drawing.Size(185, 22) Me.AutoCompleteFüllenToolStripMenuItem.Text = "AutoComplete füllen" ' 'HostVerschiebenToolStripMenuItem ' Me.HostVerschiebenToolStripMenuItem.Name = "HostVerschiebenToolStripMenuItem" Me.HostVerschiebenToolStripMenuItem.Size = New System.Drawing.Size(185, 22) Me.HostVerschiebenToolStripMenuItem.Text = "Host verschieben" ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.Name = "ToolStripSeparator1" Me.ToolStripSeparator1.Size = New System.Drawing.Size(182, 6) ' 'DebugToolStripMenuItem ' Me.DebugToolStripMenuItem.Name = "DebugToolStripMenuItem" Me.DebugToolStripMenuItem.Size = New System.Drawing.Size(185, 22) Me.DebugToolStripMenuItem.Text = "Debug" ' 'Panel2 ' Me.Panel2.Controls.Add(Me.chkFirewall) Me.Panel2.Controls.Add(Me.CmdHostLink) Me.Panel2.Controls.Add(Me.CmdBack) Me.Panel2.Controls.Add(Me.CmdForward) Me.Panel2.Controls.Add(Me.Label11) Me.Panel2.Controls.Add(Me.TxtStandort) Me.Panel2.Controls.Add(Me.TxtName) Me.Panel2.Controls.Add(Me.CmdCopy) Me.Panel2.Controls.Add(Me.ChkKennwortAnzeigen) Me.Panel2.Controls.Add(Me.CmdIPChange) Me.Panel2.Controls.Add(Me.TxtIP) Me.Panel2.Controls.Add(Me.Label1) Me.Panel2.Controls.Add(Me.CmdLink) Me.Panel2.Controls.Add(Me.Label2) Me.Panel2.Controls.Add(Me.ChkLinked) Me.Panel2.Controls.Add(Me.TxtMAC) Me.Panel2.Controls.Add(Me.TxtLinkedWith) Me.Panel2.Controls.Add(Me.Label3) Me.Panel2.Controls.Add(Me.Label10) Me.Panel2.Controls.Add(Me.TxtType) Me.Panel2.Controls.Add(Me.TxtSeriennummer) Me.Panel2.Controls.Add(Me.Label4) Me.Panel2.Controls.Add(Me.Label9) Me.Panel2.Controls.Add(Me.TxtInfo) Me.Panel2.Controls.Add(Me.TxtQuickInfo) Me.Panel2.Controls.Add(Me.Label5) Me.Panel2.Controls.Add(Me.Label8) Me.Panel2.Controls.Add(Me.CmdSave) Me.Panel2.Controls.Add(Me.TxtModell) Me.Panel2.Controls.Add(Me.CmdReset) Me.Panel2.Controls.Add(Me.CmdAbbrechen) Me.Panel2.Controls.Add(Me.LblLink) Me.Panel2.Controls.Add(Me.CmdIPDown) Me.Panel2.Controls.Add(Me.TxtLink) Me.Panel2.Controls.Add(Me.CmdIPUp) Me.Panel2.Controls.Add(Me.CmdDateien) Me.Panel2.Controls.Add(Me.Label6) Me.Panel2.Controls.Add(Me.LbIPNetzwerkadresse) Me.Panel2.Controls.Add(Me.TxtKennwort) Me.Panel2.Controls.Add(Me.TxtHost) Me.Panel2.Controls.Add(Me.Label7) Me.Panel2.Controls.Add(Me.CmdDelete) Me.Panel2.Controls.Add(Me.TxtBenutzername) Me.Panel2.Location = New System.Drawing.Point(0, 27) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(651, 479) Me.Panel2.TabIndex = 89 ' 'chkFirewall ' Me.chkFirewall.AutoSize = True Me.chkFirewall.Location = New System.Drawing.Point(516, 379) Me.chkFirewall.Name = "chkFirewall" Me.chkFirewall.Size = New System.Drawing.Size(123, 17) Me.chkFirewall.TabIndex = 93 Me.chkFirewall.Text = "Firewalleinstellungen" Me.chkFirewall.UseVisualStyleBackColor = True ' 'CmdHostLink ' Me.CmdHostLink.BackColor = System.Drawing.SystemColors.ControlLightLight Me.CmdHostLink.FlatAppearance.BorderColor = System.Drawing.Color.DimGray Me.CmdHostLink.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.CmdHostLink.Location = New System.Drawing.Point(339, 379) Me.CmdHostLink.Name = "CmdHostLink" Me.CmdHostLink.Size = New System.Drawing.Size(94, 23) Me.CmdHostLink.TabIndex = 92 Me.CmdHostLink.Text = "Link" Me.CmdHostLink.UseVisualStyleBackColor = False ' 'CmdBack ' Me.CmdBack.BackColor = System.Drawing.SystemColors.ControlLightLight Me.CmdBack.FlatAppearance.BorderColor = System.Drawing.Color.DimGray Me.CmdBack.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.CmdBack.Location = New System.Drawing.Point(14, 15) Me.CmdBack.Name = "CmdBack" Me.CmdBack.Size = New System.Drawing.Size(145, 23) Me.CmdBack.TabIndex = 91 Me.CmdBack.Text = "<< &vorheriger Eintrag" Me.CmdBack.UseVisualStyleBackColor = False Me.CmdBack.Visible = False ' 'CmdForward ' Me.CmdForward.BackColor = System.Drawing.SystemColors.ControlLightLight Me.CmdForward.FlatAppearance.BorderColor = System.Drawing.Color.DimGray Me.CmdForward.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.CmdForward.Location = New System.Drawing.Point(169, 15) Me.CmdForward.Name = "CmdForward" Me.CmdForward.Size = New System.Drawing.Size(145, 23) Me.CmdForward.TabIndex = 90 Me.CmdForward.Text = "&nächster Eintrag >>" Me.CmdForward.UseVisualStyleBackColor = False Me.CmdForward.Visible = False ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Location = New System.Drawing.Point(11, 210) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(47, 13) Me.Label11.TabIndex = 89 Me.Label11.Text = "Standort" ' 'TxtStandort ' Me.TxtStandort.Location = New System.Drawing.Point(14, 226) Me.TxtStandort.Name = "TxtStandort" Me.TxtStandort.Size = New System.Drawing.Size(300, 20) Me.TxtStandort.TabIndex = 4 ' 'PanFirewall ' Me.PanFirewall.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.PanFirewall.Location = New System.Drawing.Point(658, 28) Me.PanFirewall.Name = "PanFirewall" Me.PanFirewall.Size = New System.Drawing.Size(694, 747) Me.PanFirewall.TabIndex = 90 Me.PanFirewall.Visible = False ' 'HostBearbeiten ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.AutoSize = True Me.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.BackColor = System.Drawing.SystemColors.GradientInactiveCaption Me.ClientSize = New System.Drawing.Size(1364, 791) Me.Controls.Add(Me.PanFirewall) Me.Controls.Add(Me.Panel2) Me.Controls.Add(Me.PanDebug) Me.Controls.Add(Me.MenuStrip1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MainMenuStrip = Me.MenuStrip1 Me.Name = "HostBearbeiten" Me.Text = "HostBearbeiten" Me.ContextMenuStrip1.ResumeLayout(False) Me.PanDebug.ResumeLayout(False) Me.PanDebug.PerformLayout() Me.MenuStrip1.ResumeLayout(False) Me.MenuStrip1.PerformLayout() Me.Panel2.ResumeLayout(False) Me.Panel2.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents LblLink As Label Friend WithEvents TxtLink As TextBox Friend WithEvents CmdDateien As Button Friend WithEvents Label6 As Label Friend WithEvents TxtKennwort As TextBox Friend WithEvents Label7 As Label Friend WithEvents TxtBenutzername As TextBox Friend WithEvents CmdDelete As Button Friend WithEvents TxtHost As TextBox Friend WithEvents LbIPNetzwerkadresse As Label Friend WithEvents CmdIPUp As Button Friend WithEvents CmdIPDown As Button Friend WithEvents CmdAbbrechen As Button Friend WithEvents CmdReset As Button Friend WithEvents CmdSave As Button Private WithEvents Label5 As Label Friend WithEvents TxtInfo As TextBox Friend WithEvents Label4 As Label Friend WithEvents TxtType As TextBox Friend WithEvents Label3 As Label Friend WithEvents TxtMAC As TextBox Friend WithEvents Label2 As Label Friend WithEvents TxtName As TextBox Friend WithEvents Label1 As Label Friend WithEvents TxtIP As TextBox Friend WithEvents ChkKennwortAnzeigen As CheckBox Friend WithEvents LblInfo As Label Friend WithEvents Label8 As Label Friend WithEvents TxtModell As TextBox Private WithEvents Label9 As Label Friend WithEvents TxtQuickInfo As TextBox Friend WithEvents Label10 As Label Friend WithEvents TxtSeriennummer As TextBox Friend WithEvents TxtLinkedWith As TextBox Friend WithEvents ChkLinked As CheckBox Friend WithEvents CmdLink As Button Friend WithEvents CmdTest As Button Friend WithEvents LbLDebug As Label Friend WithEvents PanDebug As Panel Friend WithEvents CmdIPChange As Button Friend WithEvents CmdCopy As Button Friend WithEvents MenuStrip1 As MenuStrip Friend WithEvents ExtrasToolStripMenuItem As ToolStripMenuItem Friend WithEvents DebugToolStripMenuItem As ToolStripMenuItem Friend WithEvents Panel2 As Panel Friend WithEvents Label11 As Label Friend WithEvents TxtStandort As TextBox Friend WithEvents CmdBack As Button Friend WithEvents CmdForward As Button Friend WithEvents AutoCompleteFüllenToolStripMenuItem As ToolStripMenuItem Friend WithEvents ToolStripSeparator1 As ToolStripSeparator Friend WithEvents ContextMenuStrip1 As ContextMenuStrip Friend WithEvents MitHTTPFüllenToolStripMenuItem As ToolStripMenuItem Friend WithEvents CmdHostLink As Button Friend WithEvents HostVerschiebenToolStripMenuItem As ToolStripMenuItem Friend WithEvents chkFirewall As CheckBox Friend WithEvents PanFirewall As Panel End Class