This commit is contained in:
2021-09-07 08:46:12 +02:00
parent f2f992547d
commit 619a8c26bf
126 changed files with 7156 additions and 2215 deletions

View File

@@ -150,6 +150,7 @@ Partial Class usrCntlSpeditionsBuchSuche
Me.Label3 = New System.Windows.Forms.Label()
Me.Label12 = New System.Windows.Forms.Label()
Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
Me.cbxEIDR = New System.Windows.Forms.CheckBox()
Me.cbxCMR = New System.Windows.Forms.CheckBox()
Me.Label41 = New System.Windows.Forms.Label()
Me.txtKdAuftragsNr = New VERAG_PROG_ALLGEMEIN.MyTextBox()
@@ -180,7 +181,7 @@ Partial Class usrCntlSpeditionsBuchSuche
Me.Label45 = New System.Windows.Forms.Label()
Me.cboFilialeHandling = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.SplitContainer = New System.Windows.Forms.SplitContainer()
Me.cbxEIDR = New System.Windows.Forms.CheckBox()
Me.Button12 = New System.Windows.Forms.Button()
Me.cntxtCntxtSpeditionsbuch.SuspendLayout()
Me.pnlRechts.SuspendLayout()
CType(Me.DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -670,6 +671,7 @@ Partial Class usrCntlSpeditionsBuchSuche
'
'pnlBerichte
'
Me.pnlBerichte.Controls.Add(Me.Button12)
Me.pnlBerichte.Controls.Add(Me.lblKdAusFortschritt)
Me.pnlBerichte.Controls.Add(Me.MenuStrip1)
Me.pnlBerichte.Controls.Add(Me.cboHandlingssatz)
@@ -2011,6 +2013,20 @@ Partial Class usrCntlSpeditionsBuchSuche
Me.DateTimePicker1.Size = New System.Drawing.Size(115, 20)
Me.DateTimePicker1.TabIndex = 2
'
'cbxEIDR
'
Me.cbxEIDR.AutoSize = True
Me.cbxEIDR.BackColor = System.Drawing.Color.White
Me.cbxEIDR.Checked = True
Me.cbxEIDR.CheckState = System.Windows.Forms.CheckState.Indeterminate
Me.cbxEIDR.Location = New System.Drawing.Point(511, 197)
Me.cbxEIDR.Name = "cbxEIDR"
Me.cbxEIDR.Size = New System.Drawing.Size(106, 17)
Me.cbxEIDR.TabIndex = 54
Me.cbxEIDR.Text = "EIDR ausständig"
Me.cbxEIDR.ThreeState = True
Me.cbxEIDR.UseVisualStyleBackColor = False
'
'cbxCMR
'
Me.cbxCMR.AutoSize = True
@@ -2479,19 +2495,20 @@ Partial Class usrCntlSpeditionsBuchSuche
Me.SplitContainer.SplitterWidth = 2
Me.SplitContainer.TabIndex = 3
'
'cbxEIDR
'Button12
'
Me.cbxEIDR.AutoSize = True
Me.cbxEIDR.BackColor = System.Drawing.Color.White
Me.cbxEIDR.Checked = True
Me.cbxEIDR.CheckState = System.Windows.Forms.CheckState.Indeterminate
Me.cbxEIDR.Location = New System.Drawing.Point(511, 197)
Me.cbxEIDR.Name = "cbxEIDR"
Me.cbxEIDR.Size = New System.Drawing.Size(106, 17)
Me.cbxEIDR.TabIndex = 54
Me.cbxEIDR.Text = "EIDR ausständig"
Me.cbxEIDR.ThreeState = True
Me.cbxEIDR.UseVisualStyleBackColor = False
Me.Button12.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button12.Image = Global.SDL.My.Resources.Resources.statistik_small
Me.Button12.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button12.Location = New System.Drawing.Point(9, 114)
Me.Button12.Margin = New System.Windows.Forms.Padding(0)
Me.Button12.Name = "Button12"
Me.Button12.Size = New System.Drawing.Size(127, 41)
Me.Button12.TabIndex = 90
Me.Button12.Text = "Speditionsbericht Einnahmen"
Me.Button12.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Button12.UseVisualStyleBackColor = True
Me.Button12.Visible = False
'
'usrCntlSpeditionsBuchSuche
'
@@ -2694,4 +2711,5 @@ Partial Class usrCntlSpeditionsBuchSuche
Friend WithEvents ZFFriedrichshafenAGZeitraumAuswählenToolStripMenuItem As ToolStripMenuItem
Friend WithEvents lblKdAusFortschritt As Label
Friend WithEvents cbxEIDR As CheckBox
Friend WithEvents Button12 As Button
End Class