add forms, prepare webservices call
This commit is contained in:
73
WinLineArtikelnummerGenerator/frmMain.Designer.vb
generated
73
WinLineArtikelnummerGenerator/frmMain.Designer.vb
generated
@@ -32,6 +32,11 @@ Partial Class frmMain
|
||||
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.MenuStrip1 = New System.Windows.Forms.MenuStrip()
|
||||
Me.ToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.EinstellungenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.MenuStrip1.SuspendLayout()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'listboxProductGroups
|
||||
@@ -39,7 +44,7 @@ Partial Class frmMain
|
||||
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(268, 67)
|
||||
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)
|
||||
@@ -49,7 +54,7 @@ Partial Class frmMain
|
||||
'
|
||||
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(9, 18)
|
||||
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
|
||||
@@ -59,7 +64,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(265, 19)
|
||||
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
|
||||
@@ -67,7 +72,7 @@ Partial Class frmMain
|
||||
'
|
||||
'Button1
|
||||
'
|
||||
Me.Button1.Location = New System.Drawing.Point(268, 37)
|
||||
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
|
||||
@@ -77,7 +82,7 @@ Partial Class frmMain
|
||||
'
|
||||
'Button2
|
||||
'
|
||||
Me.Button2.Location = New System.Drawing.Point(12, 37)
|
||||
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
|
||||
@@ -90,7 +95,7 @@ Partial Class frmMain
|
||||
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(524, 67)
|
||||
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)
|
||||
@@ -98,7 +103,7 @@ Partial Class frmMain
|
||||
'
|
||||
'Button3
|
||||
'
|
||||
Me.Button3.Location = New System.Drawing.Point(524, 37)
|
||||
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
|
||||
@@ -110,7 +115,7 @@ 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(521, 19)
|
||||
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
|
||||
@@ -121,26 +126,58 @@ Partial Class frmMain
|
||||
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.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(250, 242)
|
||||
Me.listboxVendors.Size = New System.Drawing.Size(486, 242)
|
||||
Me.listboxVendors.TabIndex = 0
|
||||
'
|
||||
'Button4
|
||||
'
|
||||
Me.Button4.Location = New System.Drawing.Point(524, 316)
|
||||
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 = "Generate"
|
||||
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)"
|
||||
'
|
||||
'MenuStrip1
|
||||
'
|
||||
Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripMenuItem1})
|
||||
Me.MenuStrip1.Location = New System.Drawing.Point(0, 0)
|
||||
Me.MenuStrip1.Name = "MenuStrip1"
|
||||
Me.MenuStrip1.Size = New System.Drawing.Size(1022, 24)
|
||||
Me.MenuStrip1.TabIndex = 5
|
||||
Me.MenuStrip1.Text = "MenuStrip1"
|
||||
'
|
||||
'ToolStripMenuItem1
|
||||
'
|
||||
Me.ToolStripMenuItem1.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.EinstellungenToolStripMenuItem})
|
||||
Me.ToolStripMenuItem1.Name = "ToolStripMenuItem1"
|
||||
Me.ToolStripMenuItem1.Size = New System.Drawing.Size(46, 20)
|
||||
Me.ToolStripMenuItem1.Text = "Datei"
|
||||
'
|
||||
'EinstellungenToolStripMenuItem
|
||||
'
|
||||
Me.EinstellungenToolStripMenuItem.Name = "EinstellungenToolStripMenuItem"
|
||||
Me.EinstellungenToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
|
||||
Me.EinstellungenToolStripMenuItem.Text = "Einstellungen"
|
||||
'
|
||||
'frmMain
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 15.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(793, 430)
|
||||
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)
|
||||
@@ -151,10 +188,14 @@ Partial Class frmMain
|
||||
Me.Controls.Add(Me.listBoxProductVersion)
|
||||
Me.Controls.Add(Me.listboxProductGroups)
|
||||
Me.Controls.Add(Me.listboxVendors)
|
||||
Me.Controls.Add(Me.MenuStrip1)
|
||||
Me.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.MainMenuStrip = Me.MenuStrip1
|
||||
Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
||||
Me.Name = "frmMain"
|
||||
Me.Text = "frmMain"
|
||||
Me.Text = "Artikelnummer Generator"
|
||||
Me.MenuStrip1.ResumeLayout(False)
|
||||
Me.MenuStrip1.PerformLayout()
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
@@ -169,4 +210,8 @@ Partial Class frmMain
|
||||
Friend WithEvents Label3 As Label
|
||||
Friend WithEvents listboxVendors As ListBox
|
||||
Friend WithEvents Button4 As Button
|
||||
Friend WithEvents Label4 As Label
|
||||
Friend WithEvents MenuStrip1 As MenuStrip
|
||||
Friend WithEvents ToolStripMenuItem1 As ToolStripMenuItem
|
||||
Friend WithEvents EinstellungenToolStripMenuItem As ToolStripMenuItem
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user