119 lines
4.2 KiB
VB.net
119 lines
4.2 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmNewVendor
|
|
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.cmbWinlineVendor = New System.Windows.Forms.ComboBox()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.txtName = New System.Windows.Forms.TextBox()
|
|
Me.txtCode = New System.Windows.Forms.TextBox()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.SuspendLayout()
|
|
'
|
|
'cmbWinlineVendor
|
|
'
|
|
Me.cmbWinlineVendor.FormattingEnabled = True
|
|
Me.cmbWinlineVendor.Location = New System.Drawing.Point(12, 116)
|
|
Me.cmbWinlineVendor.Name = "cmbWinlineVendor"
|
|
Me.cmbWinlineVendor.Size = New System.Drawing.Size(315, 21)
|
|
Me.cmbWinlineVendor.TabIndex = 0
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(9, 100)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(86, 13)
|
|
Me.Label1.TabIndex = 1
|
|
Me.Label1.Text = "Winline Lieferant"
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(9, 61)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(78, 13)
|
|
Me.Label2.TabIndex = 2
|
|
Me.Label2.Text = "Code (AA - ZZ)"
|
|
'
|
|
'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(106, 13)
|
|
Me.Label3.TabIndex = 2
|
|
Me.Label3.Text = "Name (Markenname)"
|
|
'
|
|
'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 = 3
|
|
'
|
|
'txtCode
|
|
'
|
|
Me.txtCode.Location = New System.Drawing.Point(12, 77)
|
|
Me.txtCode.Name = "txtCode"
|
|
Me.txtCode.Size = New System.Drawing.Size(315, 20)
|
|
Me.txtCode.TabIndex = 3
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Location = New System.Drawing.Point(12, 173)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(315, 44)
|
|
Me.Button1.TabIndex = 4
|
|
Me.Button1.Text = "Lieferanten anlegen!"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'frmNewVendor
|
|
'
|
|
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.Button1)
|
|
Me.Controls.Add(Me.txtCode)
|
|
Me.Controls.Add(Me.txtName)
|
|
Me.Controls.Add(Me.Label3)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.cmbWinlineVendor)
|
|
Me.Name = "frmNewVendor"
|
|
Me.Text = "Neuer Lieferant"
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents cmbWinlineVendor As ComboBox
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents Label2 As Label
|
|
Friend WithEvents Label3 As Label
|
|
Friend WithEvents txtName As TextBox
|
|
Friend WithEvents txtCode As TextBox
|
|
Friend WithEvents Button1 As Button
|
|
End Class
|