Partial Class frmMain 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() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMain)) Me.listboxProductGroups = New System.Windows.Forms.ListBox() Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.Button1 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.listBoxProductVersion = New System.Windows.Forms.ListBox() Me.Button3 = New System.Windows.Forms.Button() Me.Label3 = New System.Windows.Forms.Label() Me.listboxVendors = New System.Windows.Forms.ListBox() Me.Button4 = New System.Windows.Forms.Button() Me.Label4 = New System.Windows.Forms.Label() Me.SuspendLayout() ' 'listboxProductGroups ' Me.listboxProductGroups.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.listboxProductGroups.FormattingEnabled = True Me.listboxProductGroups.ItemHeight = 17 Me.listboxProductGroups.Location = New System.Drawing.Point(507, 72) Me.listboxProductGroups.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.listboxProductGroups.Name = "listboxProductGroups" Me.listboxProductGroups.Size = New System.Drawing.Size(250, 242) Me.listboxProductGroups.TabIndex = 0 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Segoe UI Semibold", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(12, 24) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(69, 15) Me.Label1.TabIndex = 1 Me.Label1.Text = "Lieferanten:" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("Segoe UI Semibold", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.Location = New System.Drawing.Point(504, 24) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(97, 15) Me.Label2.TabIndex = 1 Me.Label2.Text = "Produktgruppen:" ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(507, 42) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(140, 23) Me.Button1.TabIndex = 2 Me.Button1.TabStop = False Me.Button1.Text = "Neue Produktgruppe" Me.Button1.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.Location = New System.Drawing.Point(15, 42) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(140, 23) Me.Button2.TabIndex = 2 Me.Button2.TabStop = False Me.Button2.Text = "Neuer Lieferant" Me.Button2.UseVisualStyleBackColor = True ' 'listBoxProductVersion ' Me.listBoxProductVersion.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.listBoxProductVersion.FormattingEnabled = True Me.listBoxProductVersion.ItemHeight = 17 Me.listBoxProductVersion.Location = New System.Drawing.Point(763, 72) Me.listBoxProductVersion.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.listBoxProductVersion.Name = "listBoxProductVersion" Me.listBoxProductVersion.Size = New System.Drawing.Size(250, 242) Me.listBoxProductVersion.TabIndex = 0 ' 'Button3 ' Me.Button3.Location = New System.Drawing.Point(763, 42) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(140, 23) Me.Button3.TabIndex = 2 Me.Button3.TabStop = False Me.Button3.Text = "Neue Produktversion" Me.Button3.UseVisualStyleBackColor = True ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("Segoe UI Semibold", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label3.Location = New System.Drawing.Point(760, 24) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(90, 15) Me.Label3.TabIndex = 1 Me.Label3.Text = "Produktversion:" ' 'listboxVendors ' Me.listboxVendors.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.listboxVendors.FormattingEnabled = True Me.listboxVendors.ItemHeight = 17 Me.listboxVendors.Location = New System.Drawing.Point(15, 72) Me.listboxVendors.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.listboxVendors.Name = "listboxVendors" Me.listboxVendors.Size = New System.Drawing.Size(486, 242) Me.listboxVendors.TabIndex = 0 ' 'Button4 ' Me.Button4.Location = New System.Drawing.Point(760, 349) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(250, 41) Me.Button4.TabIndex = 3 Me.Button4.Text = "Artikelnummer generieren" Me.Button4.UseVisualStyleBackColor = True ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(12, 318) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(311, 15) Me.Label4.TabIndex = 4 Me.Label4.Text = "Aufbau: Kürzel - Markenname (Kreditorenummer | Name)" ' 'frmMain ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 15.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1022, 402) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Button4) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.listBoxProductVersion) Me.Controls.Add(Me.listboxProductGroups) Me.Controls.Add(Me.listboxVendors) Me.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Name = "frmMain" Me.Text = "Artikelnummer Generator" Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents listboxProductGroups As ListBox Friend WithEvents Label1 As Label Friend WithEvents Label2 As Label Friend WithEvents Button1 As Button Friend WithEvents Button2 As Button Friend WithEvents listBoxProductVersion As ListBox Friend WithEvents Button3 As Button Friend WithEvents Label3 As Label Friend WithEvents listboxVendors As ListBox Friend WithEvents Button4 As Button Friend WithEvents Label4 As Label End Class