jj
This commit is contained in:
65
WinLineArtikelnummerGenerator/frmMain.Designer.vb
generated
65
WinLineArtikelnummerGenerator/frmMain.Designer.vb
generated
@@ -22,7 +22,6 @@ Partial Class frmMain
|
||||
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
||||
<System.Diagnostics.DebuggerStepThrough()> _
|
||||
Private Sub InitializeComponent()
|
||||
Me.listboxVendors = New System.Windows.Forms.ListBox()
|
||||
Me.listboxProductGroups = New System.Windows.Forms.ListBox()
|
||||
Me.Label1 = New System.Windows.Forms.Label()
|
||||
Me.Label2 = New System.Windows.Forms.Label()
|
||||
@@ -31,28 +30,19 @@ Partial Class frmMain
|
||||
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.SuspendLayout()
|
||||
'
|
||||
'listboxVendors
|
||||
'
|
||||
Me.listboxVendors.Font = New System.Drawing.Font("Consolas", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.listboxVendors.FormattingEnabled = True
|
||||
Me.listboxVendors.ItemHeight = 15
|
||||
Me.listboxVendors.Location = New System.Drawing.Point(12, 67)
|
||||
Me.listboxVendors.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
||||
Me.listboxVendors.Name = "listboxVendors"
|
||||
Me.listboxVendors.Size = New System.Drawing.Size(327, 244)
|
||||
Me.listboxVendors.TabIndex = 0
|
||||
'
|
||||
'listboxProductGroups
|
||||
'
|
||||
Me.listboxProductGroups.Font = New System.Drawing.Font("Consolas", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
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 = 15
|
||||
Me.listboxProductGroups.Location = New System.Drawing.Point(345, 67)
|
||||
Me.listboxProductGroups.ItemHeight = 17
|
||||
Me.listboxProductGroups.Location = New System.Drawing.Point(268, 67)
|
||||
Me.listboxProductGroups.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
||||
Me.listboxProductGroups.Name = "listboxProductGroups"
|
||||
Me.listboxProductGroups.Size = New System.Drawing.Size(327, 244)
|
||||
Me.listboxProductGroups.Size = New System.Drawing.Size(250, 242)
|
||||
Me.listboxProductGroups.TabIndex = 0
|
||||
'
|
||||
'Label1
|
||||
@@ -69,7 +59,7 @@ Partial Class frmMain
|
||||
'
|
||||
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(342, 18)
|
||||
Me.Label2.Location = New System.Drawing.Point(265, 19)
|
||||
Me.Label2.Name = "Label2"
|
||||
Me.Label2.Size = New System.Drawing.Size(97, 15)
|
||||
Me.Label2.TabIndex = 1
|
||||
@@ -77,7 +67,7 @@ Partial Class frmMain
|
||||
'
|
||||
'Button1
|
||||
'
|
||||
Me.Button1.Location = New System.Drawing.Point(345, 36)
|
||||
Me.Button1.Location = New System.Drawing.Point(268, 37)
|
||||
Me.Button1.Name = "Button1"
|
||||
Me.Button1.Size = New System.Drawing.Size(140, 23)
|
||||
Me.Button1.TabIndex = 2
|
||||
@@ -97,18 +87,18 @@ Partial Class frmMain
|
||||
'
|
||||
'listBoxProductVersion
|
||||
'
|
||||
Me.listBoxProductVersion.Font = New System.Drawing.Font("Consolas", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
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 = 15
|
||||
Me.listBoxProductVersion.Location = New System.Drawing.Point(678, 67)
|
||||
Me.listBoxProductVersion.ItemHeight = 17
|
||||
Me.listBoxProductVersion.Location = New System.Drawing.Point(524, 67)
|
||||
Me.listBoxProductVersion.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
||||
Me.listBoxProductVersion.Name = "listBoxProductVersion"
|
||||
Me.listBoxProductVersion.Size = New System.Drawing.Size(327, 244)
|
||||
Me.listBoxProductVersion.Size = New System.Drawing.Size(250, 242)
|
||||
Me.listBoxProductVersion.TabIndex = 0
|
||||
'
|
||||
'Button3
|
||||
'
|
||||
Me.Button3.Location = New System.Drawing.Point(678, 36)
|
||||
Me.Button3.Location = New System.Drawing.Point(524, 37)
|
||||
Me.Button3.Name = "Button3"
|
||||
Me.Button3.Size = New System.Drawing.Size(140, 23)
|
||||
Me.Button3.TabIndex = 2
|
||||
@@ -120,17 +110,38 @@ Partial Class frmMain
|
||||
'
|
||||
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(675, 18)
|
||||
Me.Label3.Location = New System.Drawing.Point(521, 19)
|
||||
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(12, 67)
|
||||
Me.listboxVendors.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
||||
Me.listboxVendors.Name = "listboxVendors"
|
||||
Me.listboxVendors.Size = New System.Drawing.Size(250, 242)
|
||||
Me.listboxVendors.TabIndex = 0
|
||||
'
|
||||
'Button4
|
||||
'
|
||||
Me.Button4.Location = New System.Drawing.Point(524, 316)
|
||||
Me.Button4.Name = "Button4"
|
||||
Me.Button4.Size = New System.Drawing.Size(250, 41)
|
||||
Me.Button4.TabIndex = 3
|
||||
Me.Button4.Text = "Generate"
|
||||
Me.Button4.UseVisualStyleBackColor = True
|
||||
'
|
||||
'frmMain
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 15.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(1105, 430)
|
||||
Me.ClientSize = New System.Drawing.Size(793, 430)
|
||||
Me.Controls.Add(Me.Button4)
|
||||
Me.Controls.Add(Me.Button2)
|
||||
Me.Controls.Add(Me.Button3)
|
||||
Me.Controls.Add(Me.Button1)
|
||||
@@ -148,8 +159,6 @@ Partial Class frmMain
|
||||
Me.PerformLayout()
|
||||
|
||||
End Sub
|
||||
|
||||
Friend WithEvents listboxVendors As ListBox
|
||||
Friend WithEvents listboxProductGroups As ListBox
|
||||
Friend WithEvents Label1 As Label
|
||||
Friend WithEvents Label2 As Label
|
||||
@@ -158,4 +167,6 @@ Partial Class frmMain
|
||||
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
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user