This commit is contained in:
2020-01-08 15:01:48 +01:00
parent c860c222c7
commit e879fb6881
89 changed files with 8692 additions and 3571 deletions

View File

@@ -60,7 +60,7 @@ Partial Class frmAnzeige
Me.txtSchrift6 = New System.Windows.Forms.TextBox()
Me.Label13 = New System.Windows.Forms.Label()
Me.Label12 = New System.Windows.Forms.Label()
Me.ComboBox1 = New System.Windows.Forms.ComboBox()
Me.cboFirma = New System.Windows.Forms.ComboBox()
Me.Label10 = New System.Windows.Forms.Label()
Me.Label8 = New System.Windows.Forms.Label()
Me.btnTestAnzeige = New System.Windows.Forms.Button()
@@ -90,6 +90,7 @@ Partial Class frmAnzeige
Me.picVERAG = New System.Windows.Forms.PictureBox()
Me.btnClose = New System.Windows.Forms.Button()
Me.Panel1 = New System.Windows.Forms.Panel()
Me.Button4 = New System.Windows.Forms.Button()
Me.Button3 = New System.Windows.Forms.Button()
Me.Label11 = New System.Windows.Forms.Label()
Me.Panel2 = New System.Windows.Forms.Panel()
@@ -106,7 +107,6 @@ Partial Class frmAnzeige
Me.Label17 = New System.Windows.Forms.Label()
Me.Button2 = New System.Windows.Forms.Button()
Me.pnl = New System.Windows.Forms.Panel()
Me.Button4 = New System.Windows.Forms.Button()
CType(Me.gridAnkunft, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.picConnectionProblem, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.picVERAG, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -394,16 +394,16 @@ Partial Class frmAnzeige
Me.Label12.TabIndex = 29
Me.Label12.Text = "Standort wechseln"
'
'ComboBox1
'cboFirma
'
Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.ComboBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.ComboBox1.FormattingEnabled = True
Me.ComboBox1.Items.AddRange(New Object() {"VERAG_ALLE", "SUB", "SBG", "WAI", "NKD", "ATILLA", "IMEX"})
Me.ComboBox1.Location = New System.Drawing.Point(316, 91)
Me.ComboBox1.Name = "ComboBox1"
Me.ComboBox1.Size = New System.Drawing.Size(150, 21)
Me.ComboBox1.TabIndex = 30
Me.cboFirma.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cboFirma.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cboFirma.FormattingEnabled = True
Me.cboFirma.Items.AddRange(New Object() {"VERAG_ALLE", "SUB", "SBG", "WAI", "NKD", "ATILLA", "IMEX", "UNISPED", "AMBAR", "FRONTOFFICE"})
Me.cboFirma.Location = New System.Drawing.Point(316, 91)
Me.cboFirma.Name = "cboFirma"
Me.cboFirma.Size = New System.Drawing.Size(150, 21)
Me.cboFirma.TabIndex = 30
'
'Label10
'
@@ -706,6 +706,23 @@ Partial Class frmAnzeige
Me.Panel1.Size = New System.Drawing.Size(1250, 21)
Me.Panel1.TabIndex = 0
'
'Button4
'
Me.Button4.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Button4.BackColor = System.Drawing.Color.Gray
Me.Button4.FlatAppearance.BorderColor = System.Drawing.Color.White
Me.Button4.FlatAppearance.BorderSize = 0
Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button4.ForeColor = System.Drawing.Color.White
Me.Button4.Location = New System.Drawing.Point(1077, 0)
Me.Button4.Name = "Button4"
Me.Button4.RightToLeft = System.Windows.Forms.RightToLeft.Yes
Me.Button4.Size = New System.Drawing.Size(45, 23)
Me.Button4.TabIndex = 86
Me.Button4.Text = "< >"
Me.Button4.UseVisualStyleBackColor = False
'
'Button3
'
Me.Button3.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
@@ -849,7 +866,7 @@ Partial Class frmAnzeige
Me.grpTestAnzeige.Controls.Add(Me.Label7)
Me.grpTestAnzeige.Controls.Add(Me.Label12)
Me.grpTestAnzeige.Controls.Add(Me.txtSchrift1)
Me.grpTestAnzeige.Controls.Add(Me.ComboBox1)
Me.grpTestAnzeige.Controls.Add(Me.cboFirma)
Me.grpTestAnzeige.Controls.Add(Me.Label9)
Me.grpTestAnzeige.Controls.Add(Me.Label10)
Me.grpTestAnzeige.Controls.Add(Me.txtSchrift2)
@@ -931,23 +948,6 @@ Partial Class frmAnzeige
Me.pnl.Size = New System.Drawing.Size(487, 20)
Me.pnl.TabIndex = 87
'
'Button4
'
Me.Button4.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Button4.BackColor = System.Drawing.Color.Gray
Me.Button4.FlatAppearance.BorderColor = System.Drawing.Color.White
Me.Button4.FlatAppearance.BorderSize = 0
Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button4.ForeColor = System.Drawing.Color.White
Me.Button4.Location = New System.Drawing.Point(1077, 0)
Me.Button4.Name = "Button4"
Me.Button4.RightToLeft = System.Windows.Forms.RightToLeft.Yes
Me.Button4.Size = New System.Drawing.Size(45, 23)
Me.Button4.TabIndex = 86
Me.Button4.Text = "< >"
Me.Button4.UseVisualStyleBackColor = False
'
'frmAnzeige
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
@@ -1018,7 +1018,7 @@ Partial Class frmAnzeige
Friend WithEvents Panel1 As System.Windows.Forms.Panel
Friend WithEvents Panel2 As System.Windows.Forms.Panel
Friend WithEvents Label11 As System.Windows.Forms.Label
Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox
Friend WithEvents cboFirma As System.Windows.Forms.ComboBox
Friend WithEvents Label12 As System.Windows.Forms.Label
Friend WithEvents Button3 As System.Windows.Forms.Button
Friend WithEvents txtBreite6 As System.Windows.Forms.TextBox