_ Partial Class uscntr_Firewalleinstellungen Inherits System.Windows.Forms.UserControl 'UserControl ü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.SplitContainer1 = New System.Windows.Forms.SplitContainer() Me.btnNeu = New System.Windows.Forms.Button() Me.btnLoeschen = New System.Windows.Forms.Button() Me.CmdSpeichern = New System.Windows.Forms.Button() Me.Label7 = New System.Windows.Forms.Label() Me.txtFQDN = New System.Windows.Forms.TextBox() Me.Label6 = New System.Windows.Forms.Label() Me.TxtInfo = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.TxtDienste = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.TxtPortsOut = New System.Windows.Forms.TextBox() Me.Label8 = New System.Windows.Forms.Label() Me.TxtPortsIn = New System.Windows.Forms.TextBox() Me.chkDirekt = New System.Windows.Forms.CheckBox() Me.TxtIpOut = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.TxtIpIn = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.dgvFirewallEinstellungen = New System.Windows.Forms.DataGridView() Me.Panel1 = New System.Windows.Forms.Panel() Me.cmdRefresh = New System.Windows.Forms.Button() Me.Label5 = New System.Windows.Forms.Label() Me.CmdBearbeiten = New System.Windows.Forms.Button() CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer1.Panel1.SuspendLayout() Me.SplitContainer1.Panel2.SuspendLayout() Me.SplitContainer1.SuspendLayout() CType(Me.dgvFirewallEinstellungen, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel1.SuspendLayout() Me.SuspendLayout() ' 'SplitContainer1 ' Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill Me.SplitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1 Me.SplitContainer1.Location = New System.Drawing.Point(0, 0) Me.SplitContainer1.Name = "SplitContainer1" Me.SplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal ' 'SplitContainer1.Panel1 ' Me.SplitContainer1.Panel1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption Me.SplitContainer1.Panel1.Controls.Add(Me.btnNeu) Me.SplitContainer1.Panel1.Controls.Add(Me.btnLoeschen) Me.SplitContainer1.Panel1.Controls.Add(Me.CmdSpeichern) Me.SplitContainer1.Panel1.Controls.Add(Me.Label7) Me.SplitContainer1.Panel1.Controls.Add(Me.txtFQDN) Me.SplitContainer1.Panel1.Controls.Add(Me.Label6) Me.SplitContainer1.Panel1.Controls.Add(Me.TxtInfo) Me.SplitContainer1.Panel1.Controls.Add(Me.Label4) Me.SplitContainer1.Panel1.Controls.Add(Me.TxtDienste) Me.SplitContainer1.Panel1.Controls.Add(Me.Label3) Me.SplitContainer1.Panel1.Controls.Add(Me.TxtPortsOut) Me.SplitContainer1.Panel1.Controls.Add(Me.Label8) Me.SplitContainer1.Panel1.Controls.Add(Me.TxtPortsIn) Me.SplitContainer1.Panel1.Controls.Add(Me.chkDirekt) Me.SplitContainer1.Panel1.Controls.Add(Me.TxtIpOut) Me.SplitContainer1.Panel1.Controls.Add(Me.Label2) Me.SplitContainer1.Panel1.Controls.Add(Me.TxtIpIn) Me.SplitContainer1.Panel1.Controls.Add(Me.Label1) ' 'SplitContainer1.Panel2 ' Me.SplitContainer1.Panel2.BackColor = System.Drawing.SystemColors.GradientInactiveCaption Me.SplitContainer1.Panel2.Controls.Add(Me.dgvFirewallEinstellungen) Me.SplitContainer1.Panel2.Controls.Add(Me.Panel1) Me.SplitContainer1.Size = New System.Drawing.Size(814, 600) Me.SplitContainer1.SplitterDistance = 211 Me.SplitContainer1.TabIndex = 0 ' 'btnNeu ' Me.btnNeu.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.btnNeu.BackColor = System.Drawing.SystemColors.ControlLightLight Me.btnNeu.FlatAppearance.BorderColor = System.Drawing.Color.DimGray Me.btnNeu.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnNeu.Location = New System.Drawing.Point(598, 57) Me.btnNeu.Name = "btnNeu" Me.btnNeu.Size = New System.Drawing.Size(102, 70) Me.btnNeu.TabIndex = 58 Me.btnNeu.Text = "&Neu" Me.btnNeu.UseVisualStyleBackColor = False ' 'btnLoeschen ' Me.btnLoeschen.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.btnLoeschen.BackColor = System.Drawing.SystemColors.ControlLightLight Me.btnLoeschen.FlatAppearance.BorderColor = System.Drawing.Color.DimGray Me.btnLoeschen.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnLoeschen.Location = New System.Drawing.Point(709, 133) Me.btnLoeschen.Name = "btnLoeschen" Me.btnLoeschen.Size = New System.Drawing.Size(102, 70) Me.btnLoeschen.TabIndex = 57 Me.btnLoeschen.Text = "&Löschen" Me.btnLoeschen.UseVisualStyleBackColor = False ' 'CmdSpeichern ' Me.CmdSpeichern.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.CmdSpeichern.BackColor = System.Drawing.SystemColors.ControlLightLight Me.CmdSpeichern.FlatAppearance.BorderColor = System.Drawing.Color.DimGray Me.CmdSpeichern.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.CmdSpeichern.Location = New System.Drawing.Point(598, 133) Me.CmdSpeichern.Name = "CmdSpeichern" Me.CmdSpeichern.Size = New System.Drawing.Size(102, 70) Me.CmdSpeichern.TabIndex = 56 Me.CmdSpeichern.Text = "&Speichern" Me.CmdSpeichern.UseVisualStyleBackColor = False ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(228, 78) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(108, 13) Me.Label7.TabIndex = 106 Me.Label7.Text = "Gerät oder Hostname" ' 'txtFQDN ' Me.txtFQDN.Location = New System.Drawing.Point(231, 94) Me.txtFQDN.Name = "txtFQDN" Me.txtFQDN.Size = New System.Drawing.Size(219, 20) Me.txtFQDN.TabIndex = 54 ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(3, 117) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(25, 13) Me.Label6.TabIndex = 104 Me.Label6.Text = "Info" ' 'TxtInfo ' Me.TxtInfo.Location = New System.Drawing.Point(3, 133) Me.TxtInfo.Multiline = True Me.TxtInfo.Name = "TxtInfo" Me.TxtInfo.Size = New System.Drawing.Size(447, 70) Me.TxtInfo.TabIndex = 55 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(3, 78) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(49, 13) Me.Label4.TabIndex = 100 Me.Label4.Text = "Dienst(e)" ' 'TxtDienste ' Me.TxtDienste.Location = New System.Drawing.Point(6, 94) Me.TxtDienste.Name = "TxtDienste" Me.TxtDienste.Size = New System.Drawing.Size(219, 20) Me.TxtDienste.TabIndex = 53 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(228, 39) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(94, 13) Me.Label3.TabIndex = 98 Me.Label3.Text = "Ausgehende Ports" ' 'TxtPortsOut ' Me.TxtPortsOut.Location = New System.Drawing.Point(231, 55) Me.TxtPortsOut.Name = "TxtPortsOut" Me.TxtPortsOut.Size = New System.Drawing.Size(219, 20) Me.TxtPortsOut.TabIndex = 51 ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Location = New System.Drawing.Point(3, 39) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(91, 13) Me.Label8.TabIndex = 96 Me.Label8.Text = "Eingehende Ports" ' 'TxtPortsIn ' Me.TxtPortsIn.Location = New System.Drawing.Point(6, 55) Me.TxtPortsIn.Name = "TxtPortsIn" Me.TxtPortsIn.Size = New System.Drawing.Size(219, 20) Me.TxtPortsIn.TabIndex = 50 ' 'chkDirekt ' Me.chkDirekt.AutoSize = True Me.chkDirekt.Location = New System.Drawing.Point(456, 58) Me.chkDirekt.Name = "chkDirekt" Me.chkDirekt.Size = New System.Drawing.Size(41, 17) Me.chkDirekt.TabIndex = 52 Me.chkDirekt.Text = "1:1" Me.chkDirekt.UseVisualStyleBackColor = True ' 'TxtIpOut ' Me.TxtIpOut.Location = New System.Drawing.Point(231, 15) Me.TxtIpOut.Name = "TxtIpOut" Me.TxtIpOut.Size = New System.Drawing.Size(219, 20) Me.TxtIpOut.TabIndex = 49 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(228, -1) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(121, 13) Me.Label2.TabIndex = 51 Me.Label2.Text = "Ausgehende IP Adresse" ' 'TxtIpIn ' Me.TxtIpIn.Location = New System.Drawing.Point(6, 16) Me.TxtIpIn.Name = "TxtIpIn" Me.TxtIpIn.Size = New System.Drawing.Size(219, 20) Me.TxtIpIn.TabIndex = 48 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(3, 0) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(118, 13) Me.Label1.TabIndex = 49 Me.Label1.Text = "Eingehende IP Adresse" ' 'dgvFirewallEinstellungen ' Me.dgvFirewallEinstellungen.AllowUserToAddRows = False Me.dgvFirewallEinstellungen.AllowUserToDeleteRows = False Me.dgvFirewallEinstellungen.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.dgvFirewallEinstellungen.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvFirewallEinstellungen.Dock = System.Windows.Forms.DockStyle.Fill Me.dgvFirewallEinstellungen.Location = New System.Drawing.Point(0, 30) Me.dgvFirewallEinstellungen.Name = "dgvFirewallEinstellungen" Me.dgvFirewallEinstellungen.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect Me.dgvFirewallEinstellungen.Size = New System.Drawing.Size(814, 355) Me.dgvFirewallEinstellungen.TabIndex = 17 ' 'Panel1 ' Me.Panel1.BackColor = System.Drawing.SystemColors.ControlLightLight Me.Panel1.Controls.Add(Me.cmdRefresh) Me.Panel1.Controls.Add(Me.Label5) Me.Panel1.Controls.Add(Me.CmdBearbeiten) Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top Me.Panel1.Location = New System.Drawing.Point(0, 0) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(814, 30) Me.Panel1.TabIndex = 18 ' 'cmdRefresh ' Me.cmdRefresh.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.cmdRefresh.BackColor = System.Drawing.SystemColors.ControlLightLight Me.cmdRefresh.FlatAppearance.BorderColor = System.Drawing.Color.DimGray Me.cmdRefresh.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.cmdRefresh.Location = New System.Drawing.Point(568, 3) Me.cmdRefresh.Name = "cmdRefresh" Me.cmdRefresh.Size = New System.Drawing.Size(24, 23) Me.cmdRefresh.TabIndex = 18 Me.cmdRefresh.Text = "R" Me.cmdRefresh.UseVisualStyleBackColor = False ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold) Me.Label5.Location = New System.Drawing.Point(202, 6) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(194, 15) Me.Label5.TabIndex = 17 Me.Label5.Text = "Firewall Portforwarding / NAT" ' 'CmdBearbeiten ' Me.CmdBearbeiten.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.CmdBearbeiten.BackColor = System.Drawing.SystemColors.ControlLightLight Me.CmdBearbeiten.FlatAppearance.BorderColor = System.Drawing.Color.DimGray Me.CmdBearbeiten.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.CmdBearbeiten.Location = New System.Drawing.Point(598, 3) Me.CmdBearbeiten.Name = "CmdBearbeiten" Me.CmdBearbeiten.Size = New System.Drawing.Size(213, 23) Me.CmdBearbeiten.TabIndex = 16 Me.CmdBearbeiten.Text = "&Bearbeiten" Me.CmdBearbeiten.UseVisualStyleBackColor = False ' 'uscntr_Firewalleinstellungen ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.BackColor = System.Drawing.SystemColors.GradientInactiveCaption Me.Controls.Add(Me.SplitContainer1) Me.MinimumSize = New System.Drawing.Size(620, 600) Me.Name = "uscntr_Firewalleinstellungen" Me.Size = New System.Drawing.Size(814, 600) Me.SplitContainer1.Panel1.ResumeLayout(False) Me.SplitContainer1.Panel1.PerformLayout() Me.SplitContainer1.Panel2.ResumeLayout(False) CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer1.ResumeLayout(False) CType(Me.dgvFirewallEinstellungen, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents SplitContainer1 As SplitContainer Friend WithEvents CmdBearbeiten As Button Friend WithEvents TxtIpIn As TextBox Friend WithEvents Label1 As Label Friend WithEvents TxtIpOut As TextBox Friend WithEvents Label2 As Label Friend WithEvents chkDirekt As CheckBox Friend WithEvents Label6 As Label Friend WithEvents TxtInfo As TextBox Friend WithEvents Label4 As Label Friend WithEvents TxtDienste As TextBox Friend WithEvents Label3 As Label Friend WithEvents TxtPortsOut As TextBox Friend WithEvents Label8 As Label Friend WithEvents TxtPortsIn As TextBox Friend WithEvents Label7 As Label Friend WithEvents txtFQDN As TextBox Friend WithEvents CmdSpeichern As Button Friend WithEvents dgvFirewallEinstellungen As DataGridView Friend WithEvents Panel1 As Panel Friend WithEvents btnLoeschen As Button Friend WithEvents btnNeu As Button Friend WithEvents Label5 As Label Friend WithEvents cmdRefresh As Button End Class