Start 2
This commit is contained in:
112
Dokumentation/Administration/NetzwerkHinzu.Designer.vb
generated
Normal file
112
Dokumentation/Administration/NetzwerkHinzu.Designer.vb
generated
Normal file
@@ -0,0 +1,112 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class NetzwerkHinzu
|
||||
Inherits System.Windows.Forms.Form
|
||||
|
||||
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
||||
<System.Diagnostics.DebuggerNonUserCode()> _
|
||||
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.
|
||||
<System.Diagnostics.DebuggerStepThrough()> _
|
||||
Private Sub InitializeComponent()
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(NetzwerkHinzu))
|
||||
Me.Label1 = New System.Windows.Forms.Label()
|
||||
Me.TxtName = New System.Windows.Forms.TextBox()
|
||||
Me.LblHeader = New System.Windows.Forms.Label()
|
||||
Me.TxtIP = New System.Windows.Forms.TextBox()
|
||||
Me.LblNW = New System.Windows.Forms.Label()
|
||||
Me.CmdAdd = New System.Windows.Forms.Button()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'Label1
|
||||
'
|
||||
Me.Label1.AutoSize = True
|
||||
Me.Label1.Location = New System.Drawing.Point(12, 43)
|
||||
Me.Label1.Name = "Label1"
|
||||
Me.Label1.Size = New System.Drawing.Size(38, 13)
|
||||
Me.Label1.TabIndex = 0
|
||||
Me.Label1.Text = "Name:"
|
||||
'
|
||||
'TxtName
|
||||
'
|
||||
Me.TxtName.Location = New System.Drawing.Point(53, 40)
|
||||
Me.TxtName.Name = "TxtName"
|
||||
Me.TxtName.Size = New System.Drawing.Size(181, 20)
|
||||
Me.TxtName.TabIndex = 1
|
||||
'
|
||||
'LblHeader
|
||||
'
|
||||
Me.LblHeader.AutoSize = True
|
||||
Me.LblHeader.Location = New System.Drawing.Point(12, 9)
|
||||
Me.LblHeader.Name = "LblHeader"
|
||||
Me.LblHeader.Size = New System.Drawing.Size(39, 13)
|
||||
Me.LblHeader.TabIndex = 2
|
||||
Me.LblHeader.Text = "Label2"
|
||||
'
|
||||
'TxtIP
|
||||
'
|
||||
Me.TxtIP.Location = New System.Drawing.Point(53, 66)
|
||||
Me.TxtIP.Name = "TxtIP"
|
||||
Me.TxtIP.Size = New System.Drawing.Size(181, 20)
|
||||
Me.TxtIP.TabIndex = 4
|
||||
'
|
||||
'LblNW
|
||||
'
|
||||
Me.LblNW.AutoSize = True
|
||||
Me.LblNW.Location = New System.Drawing.Point(12, 69)
|
||||
Me.LblNW.Name = "LblNW"
|
||||
Me.LblNW.Size = New System.Drawing.Size(20, 13)
|
||||
Me.LblNW.TabIndex = 3
|
||||
Me.LblNW.Text = "IP:"
|
||||
'
|
||||
'CmdAdd
|
||||
'
|
||||
Me.CmdAdd.BackColor = System.Drawing.SystemColors.ControlLightLight
|
||||
Me.CmdAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.CmdAdd.Location = New System.Drawing.Point(159, 92)
|
||||
Me.CmdAdd.Name = "CmdAdd"
|
||||
Me.CmdAdd.Size = New System.Drawing.Size(75, 23)
|
||||
Me.CmdAdd.TabIndex = 5
|
||||
Me.CmdAdd.Text = "Hinzufügen"
|
||||
Me.CmdAdd.UseVisualStyleBackColor = False
|
||||
'
|
||||
'NetzwerkHinzu
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.BackColor = System.Drawing.SystemColors.GradientInactiveCaption
|
||||
Me.ClientSize = New System.Drawing.Size(260, 147)
|
||||
Me.Controls.Add(Me.CmdAdd)
|
||||
Me.Controls.Add(Me.TxtIP)
|
||||
Me.Controls.Add(Me.LblNW)
|
||||
Me.Controls.Add(Me.LblHeader)
|
||||
Me.Controls.Add(Me.TxtName)
|
||||
Me.Controls.Add(Me.Label1)
|
||||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||||
Me.Name = "NetzwerkHinzu"
|
||||
Me.Text = "NetzwerkHinzu"
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
End Sub
|
||||
|
||||
Friend WithEvents Label1 As Label
|
||||
Friend WithEvents TxtName As TextBox
|
||||
Friend WithEvents LblHeader As Label
|
||||
Friend WithEvents TxtIP As TextBox
|
||||
Friend WithEvents LblNW As Label
|
||||
Friend WithEvents CmdAdd As Button
|
||||
End Class
|
||||
Reference in New Issue
Block a user