122 lines
4.4 KiB
VB.net
122 lines
4.4 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmNewGroup
|
|
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()
|
|
Me.txtName = New System.Windows.Forms.TextBox()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.txtNumber = New System.Windows.Forms.TextBox()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.txtVendor = New System.Windows.Forms.TextBox()
|
|
Me.SuspendLayout()
|
|
'
|
|
'txtName
|
|
'
|
|
Me.txtName.Location = New System.Drawing.Point(12, 38)
|
|
Me.txtName.Name = "txtName"
|
|
Me.txtName.Size = New System.Drawing.Size(315, 20)
|
|
Me.txtName.TabIndex = 5
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(9, 22)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(72, 13)
|
|
Me.Label3.TabIndex = 4
|
|
Me.Label3.Text = "Beschreibung"
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(9, 61)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(83, 13)
|
|
Me.Label1.TabIndex = 7
|
|
Me.Label1.Text = "Lieferant/Marke"
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label2.Location = New System.Drawing.Point(9, 100)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(114, 13)
|
|
Me.Label2.TabIndex = 4
|
|
Me.Label2.Text = "Neue Gruppennummer"
|
|
'
|
|
'txtNumber
|
|
'
|
|
Me.txtNumber.Location = New System.Drawing.Point(12, 116)
|
|
Me.txtNumber.Name = "txtNumber"
|
|
Me.txtNumber.ReadOnly = True
|
|
Me.txtNumber.Size = New System.Drawing.Size(315, 20)
|
|
Me.txtNumber.TabIndex = 5
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Location = New System.Drawing.Point(12, 176)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(315, 44)
|
|
Me.Button1.TabIndex = 8
|
|
Me.Button1.Text = "Gruppe anlegen!"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'txtVendor
|
|
'
|
|
Me.txtVendor.Location = New System.Drawing.Point(12, 77)
|
|
Me.txtVendor.Name = "txtVendor"
|
|
Me.txtVendor.ReadOnly = True
|
|
Me.txtVendor.Size = New System.Drawing.Size(315, 20)
|
|
Me.txtVendor.TabIndex = 9
|
|
'
|
|
'frmNewGroup
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(339, 232)
|
|
Me.Controls.Add(Me.txtVendor)
|
|
Me.Controls.Add(Me.Button1)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.txtNumber)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.Controls.Add(Me.txtName)
|
|
Me.Controls.Add(Me.Label3)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
|
|
Me.Name = "frmNewGroup"
|
|
Me.Text = "Neue Gruppe"
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents txtName As TextBox
|
|
Friend WithEvents Label3 As Label
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents Label2 As Label
|
|
Friend WithEvents txtNumber As TextBox
|
|
Friend WithEvents Button1 As Button
|
|
Friend WithEvents txtVendor As TextBox
|
|
End Class
|