This commit is contained in:
2020-03-12 14:48:24 +01:00
parent e879fb6881
commit afaac3c2a4
107 changed files with 16055 additions and 3324 deletions

View File

@@ -47,6 +47,8 @@ Partial Class usrctStatistik
Me.Label12 = New System.Windows.Forms.Label()
Me.Label10 = New System.Windows.Forms.Label()
Me.Panel6 = New System.Windows.Forms.Panel()
Me.Label17 = New System.Windows.Forms.Label()
Me.cboFirma = New System.Windows.Forms.ComboBox()
Me.Label15 = New System.Windows.Forms.Label()
Me.cboArt = New System.Windows.Forms.ComboBox()
Me.Label13 = New System.Windows.Forms.Label()
@@ -60,7 +62,9 @@ Partial Class usrctStatistik
Me.txtdatBis = New System.Windows.Forms.DateTimePicker()
Me.Label14 = New System.Windows.Forms.Label()
Me.Panel7 = New System.Windows.Forms.Panel()
Me.Label21 = New System.Windows.Forms.Label()
Me.Label16 = New System.Windows.Forms.Label()
Me.cboFirma2 = New System.Windows.Forms.ComboBox()
Me.ComboBox1 = New System.Windows.Forms.ComboBox()
Me.Label18 = New System.Windows.Forms.Label()
Me.Button4 = New System.Windows.Forms.Button()
@@ -70,10 +74,6 @@ Partial Class usrctStatistik
Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
Me.Label20 = New System.Windows.Forms.Label()
Me.Label17 = New System.Windows.Forms.Label()
Me.cboFirma = New System.Windows.Forms.ComboBox()
Me.Label21 = New System.Windows.Forms.Label()
Me.cboFirma2 = New System.Windows.Forms.ComboBox()
Me.Panel1.SuspendLayout()
Me.Panel2.SuspendLayout()
Me.Panel3.SuspendLayout()
@@ -333,6 +333,25 @@ Partial Class usrctStatistik
Me.Panel6.Size = New System.Drawing.Size(701, 237)
Me.Panel6.TabIndex = 21
'
'Label17
'
Me.Label17.AutoSize = True
Me.Label17.Location = New System.Drawing.Point(197, 5)
Me.Label17.Name = "Label17"
Me.Label17.Size = New System.Drawing.Size(35, 13)
Me.Label17.TabIndex = 26
Me.Label17.Text = "Firma:"
'
'cboFirma
'
Me.cboFirma.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cboFirma.FormattingEnabled = True
Me.cboFirma.Items.AddRange(New Object() {"VERAG", "ATILLA", "IMEX", "UNISPED"})
Me.cboFirma.Location = New System.Drawing.Point(236, 2)
Me.cboFirma.Name = "cboFirma"
Me.cboFirma.Size = New System.Drawing.Size(69, 21)
Me.cboFirma.TabIndex = 25
'
'Label15
'
Me.Label15.AutoSize = True
@@ -346,7 +365,7 @@ Partial Class usrctStatistik
'
Me.cboArt.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cboArt.FormattingEnabled = True
Me.cboArt.Items.AddRange(New Object() {"Ankunft", "Freigabe"})
Me.cboArt.Items.AddRange(New Object() {"Ankunft", "Freigabe", "AvisoEingang"})
Me.cboArt.Location = New System.Drawing.Point(423, 2)
Me.cboArt.Name = "cboArt"
Me.cboArt.Size = New System.Drawing.Size(69, 21)
@@ -459,6 +478,15 @@ Partial Class usrctStatistik
Me.Panel7.Size = New System.Drawing.Size(701, 237)
Me.Panel7.TabIndex = 25
'
'Label21
'
Me.Label21.AutoSize = True
Me.Label21.Location = New System.Drawing.Point(197, 5)
Me.Label21.Name = "Label21"
Me.Label21.Size = New System.Drawing.Size(35, 13)
Me.Label21.TabIndex = 28
Me.Label21.Text = "Firma:"
'
'Label16
'
Me.Label16.AutoSize = True
@@ -468,11 +496,21 @@ Partial Class usrctStatistik
Me.Label16.TabIndex = 24
Me.Label16.Text = "Art:"
'
'cboFirma2
'
Me.cboFirma2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cboFirma2.FormattingEnabled = True
Me.cboFirma2.Items.AddRange(New Object() {"VERAG", "ATILLA", "IMEX", "UNISPED"})
Me.cboFirma2.Location = New System.Drawing.Point(236, 2)
Me.cboFirma2.Name = "cboFirma2"
Me.cboFirma2.Size = New System.Drawing.Size(69, 21)
Me.cboFirma2.TabIndex = 27
'
'ComboBox1
'
Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.ComboBox1.FormattingEnabled = True
Me.ComboBox1.Items.AddRange(New Object() {"Ankunft", "Freigabe"})
Me.ComboBox1.Items.AddRange(New Object() {"Ankunft", "Freigabe", "AvisoEingang"})
Me.ComboBox1.Location = New System.Drawing.Point(423, 2)
Me.ComboBox1.Name = "ComboBox1"
Me.ComboBox1.Size = New System.Drawing.Size(69, 21)
@@ -547,44 +585,6 @@ Partial Class usrctStatistik
Me.Label20.TabIndex = 14
Me.Label20.Text = "Tagesauswertung:"
'
'Label17
'
Me.Label17.AutoSize = True
Me.Label17.Location = New System.Drawing.Point(197, 5)
Me.Label17.Name = "Label17"
Me.Label17.Size = New System.Drawing.Size(35, 13)
Me.Label17.TabIndex = 26
Me.Label17.Text = "Firma:"
'
'cboFirma
'
Me.cboFirma.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cboFirma.FormattingEnabled = True
Me.cboFirma.Items.AddRange(New Object() {"VERAG", "ATILLA", "IMEX"})
Me.cboFirma.Location = New System.Drawing.Point(236, 2)
Me.cboFirma.Name = "cboFirma"
Me.cboFirma.Size = New System.Drawing.Size(69, 21)
Me.cboFirma.TabIndex = 25
'
'Label21
'
Me.Label21.AutoSize = True
Me.Label21.Location = New System.Drawing.Point(197, 5)
Me.Label21.Name = "Label21"
Me.Label21.Size = New System.Drawing.Size(35, 13)
Me.Label21.TabIndex = 28
Me.Label21.Text = "Firma:"
'
'cboFirma2
'
Me.cboFirma2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cboFirma2.FormattingEnabled = True
Me.cboFirma2.Items.AddRange(New Object() {"VERAG", "ATILLA", "IMEX"})
Me.cboFirma2.Location = New System.Drawing.Point(236, 2)
Me.cboFirma2.Name = "cboFirma2"
Me.cboFirma2.Size = New System.Drawing.Size(69, 21)
Me.cboFirma2.TabIndex = 27
'
'usrctStatistik
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)