This commit is contained in:
2019-08-23 16:28:41 +02:00
parent 1101edb939
commit 8f8b0f4252
37 changed files with 7560 additions and 254 deletions

View File

@@ -56,6 +56,7 @@ Partial Class usrCntlSpeditionsBuchSuche
Me.dgvLKW = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
Me.pnlOpt = New System.Windows.Forms.Panel()
Me.pnlBerichte = New System.Windows.Forms.Panel()
Me.Button18 = New System.Windows.Forms.Button()
Me.Label43 = New System.Windows.Forms.Label()
Me.Button16 = New System.Windows.Forms.Button()
Me.Button17 = New System.Windows.Forms.Button()
@@ -139,6 +140,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.cbxCMR = New System.Windows.Forms.CheckBox()
Me.Label41 = New System.Windows.Forms.Label()
Me.lstGrenze = New VERAG_PROG_ALLGEMEIN.MyListBox()
Me.txtKdAuftragsNr = New VERAG_PROG_ALLGEMEIN.MyTextBox()
@@ -163,6 +165,7 @@ Partial Class usrCntlSpeditionsBuchSuche
Me.Label16 = New System.Windows.Forms.Label()
Me.cbxOderEmpfanger = New System.Windows.Forms.CheckBox()
Me.SplitContainer = New System.Windows.Forms.SplitContainer()
Me.Button19 = New System.Windows.Forms.Button()
Me.cntxtCntxtSpeditionsbuch.SuspendLayout()
Me.pnlRechts.SuspendLayout()
CType(Me.DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -220,6 +223,7 @@ Partial Class usrCntlSpeditionsBuchSuche
Me.txtAvisoId._TimeOnly = False
Me.txtAvisoId._value = Nothing
Me.txtAvisoId._Waehrung = False
Me.txtAvisoId._WaehrungZeichen = True
Me.txtAvisoId.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtAvisoId.ForeColor = System.Drawing.Color.Black
Me.txtAvisoId.Location = New System.Drawing.Point(353, 188)
@@ -287,6 +291,7 @@ Partial Class usrCntlSpeditionsBuchSuche
Me.txtAuftraggeberKdnr._TimeOnly = False
Me.txtAuftraggeberKdnr._value = Nothing
Me.txtAuftraggeberKdnr._Waehrung = False
Me.txtAuftraggeberKdnr._WaehrungZeichen = True
Me.txtAuftraggeberKdnr.BackColor = System.Drawing.Color.White
Me.txtAuftraggeberKdnr.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtAuftraggeberKdnr.ForeColor = System.Drawing.Color.Black
@@ -310,6 +315,7 @@ Partial Class usrCntlSpeditionsBuchSuche
Me.txtCRN._TimeOnly = False
Me.txtCRN._value = Nothing
Me.txtCRN._Waehrung = False
Me.txtCRN._WaehrungZeichen = True
Me.txtCRN.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtCRN.ForeColor = System.Drawing.Color.Black
Me.txtCRN.Location = New System.Drawing.Point(738, 26)
@@ -331,6 +337,7 @@ Partial Class usrCntlSpeditionsBuchSuche
Me.txtBelegNr._TimeOnly = False
Me.txtBelegNr._value = Nothing
Me.txtBelegNr._Waehrung = False
Me.txtBelegNr._WaehrungZeichen = True
Me.txtBelegNr.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtBelegNr.ForeColor = System.Drawing.Color.Black
Me.txtBelegNr.Location = New System.Drawing.Point(511, 70)
@@ -385,6 +392,7 @@ Partial Class usrCntlSpeditionsBuchSuche
Me.txtPackstücke._TimeOnly = False
Me.txtPackstücke._value = Nothing
Me.txtPackstücke._Waehrung = False
Me.txtPackstücke._WaehrungZeichen = True
Me.txtPackstücke.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtPackstücke.ForeColor = System.Drawing.Color.Black
Me.txtPackstücke.Location = New System.Drawing.Point(511, 108)
@@ -481,6 +489,7 @@ Partial Class usrCntlSpeditionsBuchSuche
Me.txtAvisiererKdNr._TimeOnly = False
Me.txtAvisiererKdNr._value = Nothing
Me.txtAvisiererKdNr._Waehrung = False
Me.txtAvisiererKdNr._WaehrungZeichen = True
Me.txtAvisiererKdNr.BackColor = System.Drawing.Color.White
Me.txtAvisiererKdNr.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtAvisiererKdNr.ForeColor = System.Drawing.Color.Black
@@ -571,6 +580,7 @@ Partial Class usrCntlSpeditionsBuchSuche
Me.txtFiskalEndempfaenger._TimeOnly = False
Me.txtFiskalEndempfaenger._value = Nothing
Me.txtFiskalEndempfaenger._Waehrung = False
Me.txtFiskalEndempfaenger._WaehrungZeichen = True
Me.txtFiskalEndempfaenger.BackColor = System.Drawing.Color.White
Me.txtFiskalEndempfaenger.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtFiskalEndempfaenger.ForeColor = System.Drawing.Color.Black
@@ -649,6 +659,8 @@ Partial Class usrCntlSpeditionsBuchSuche
'
'pnlBerichte
'
Me.pnlBerichte.Controls.Add(Me.Button19)
Me.pnlBerichte.Controls.Add(Me.Button18)
Me.pnlBerichte.Controls.Add(Me.Label43)
Me.pnlBerichte.Controls.Add(Me.Button16)
Me.pnlBerichte.Controls.Add(Me.Button17)
@@ -674,13 +686,27 @@ Partial Class usrCntlSpeditionsBuchSuche
Me.pnlBerichte.TabIndex = 6
Me.pnlBerichte.Visible = False
'
'Button18
'
Me.Button18.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button18.Image = Global.SDL.My.Resources.Resources.statistik_small
Me.Button18.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button18.Location = New System.Drawing.Point(606, 54)
Me.Button18.Margin = New System.Windows.Forms.Padding(0)
Me.Button18.Name = "Button18"
Me.Button18.Size = New System.Drawing.Size(159, 28)
Me.Button18.TabIndex = 56
Me.Button18.Text = "Gelangensbestätigung"
Me.Button18.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Button18.UseVisualStyleBackColor = True
'
'Label43
'
Me.Label43.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.Label43.AutoSize = True
Me.Label43.BackColor = System.Drawing.Color.WhiteSmoke
Me.Label43.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label43.Location = New System.Drawing.Point(603, 60)
Me.Label43.Location = New System.Drawing.Point(603, 83)
Me.Label43.Name = "Label43"
Me.Label43.Size = New System.Drawing.Size(86, 13)
Me.Label43.TabIndex = 55
@@ -689,9 +715,9 @@ Partial Class usrCntlSpeditionsBuchSuche
'Button16
'
Me.Button16.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button16.Image = Global.SDL.My.Resources.statistik_small
Me.Button16.Image = Global.SDL.My.Resources.Resources.statistik_small
Me.Button16.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button16.Location = New System.Drawing.Point(692, 73)
Me.Button16.Location = New System.Drawing.Point(685, 96)
Me.Button16.Margin = New System.Windows.Forms.Padding(0)
Me.Button16.Name = "Button16"
Me.Button16.Size = New System.Drawing.Size(80, 25)
@@ -704,9 +730,9 @@ Partial Class usrCntlSpeditionsBuchSuche
'Button17
'
Me.Button17.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button17.Image = Global.SDL.My.Resources.statistik_small
Me.Button17.Image = Global.SDL.My.Resources.Resources.statistik_small
Me.Button17.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button17.Location = New System.Drawing.Point(606, 73)
Me.Button17.Location = New System.Drawing.Point(606, 96)
Me.Button17.Margin = New System.Windows.Forms.Padding(0)
Me.Button17.Name = "Button17"
Me.Button17.Size = New System.Drawing.Size(80, 25)
@@ -738,6 +764,7 @@ Partial Class usrCntlSpeditionsBuchSuche
Me.txtUeberschr._TimeOnly = False
Me.txtUeberschr._value = ""
Me.txtUeberschr._Waehrung = False
Me.txtUeberschr._WaehrungZeichen = True
Me.txtUeberschr.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtUeberschr.ForeColor = System.Drawing.Color.Black
Me.txtUeberschr.Location = New System.Drawing.Point(204, 101)
@@ -761,12 +788,12 @@ Partial Class usrCntlSpeditionsBuchSuche
'btnCSAufteilung
'
Me.btnCSAufteilung.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnCSAufteilung.Image = Global.SDL.My.Resources.statistik_small
Me.btnCSAufteilung.Image = Global.SDL.My.Resources.Resources.statistik_small
Me.btnCSAufteilung.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnCSAufteilung.Location = New System.Drawing.Point(399, 36)
Me.btnCSAufteilung.Margin = New System.Windows.Forms.Padding(0)
Me.btnCSAufteilung.Name = "btnCSAufteilung"
Me.btnCSAufteilung.Size = New System.Drawing.Size(141, 25)
Me.btnCSAufteilung.Size = New System.Drawing.Size(154, 25)
Me.btnCSAufteilung.TabIndex = 49
Me.btnCSAufteilung.Text = "CS GmbH-Aufteilung"
Me.btnCSAufteilung.TextAlign = System.Drawing.ContentAlignment.MiddleRight
@@ -776,12 +803,12 @@ Partial Class usrCntlSpeditionsBuchSuche
'Button14
'
Me.Button14.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button14.Image = Global.SDL.My.Resources.statistik_small
Me.Button14.Image = Global.SDL.My.Resources.Resources.statistik_small
Me.Button14.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button14.Location = New System.Drawing.Point(399, 64)
Me.Button14.Margin = New System.Windows.Forms.Padding(0)
Me.Button14.Name = "Button14"
Me.Button14.Size = New System.Drawing.Size(141, 25)
Me.Button14.Size = New System.Drawing.Size(154, 25)
Me.Button14.TabIndex = 44
Me.Button14.Text = "Grenzstelle"
Me.Button14.TextAlign = System.Drawing.ContentAlignment.MiddleRight
@@ -811,6 +838,7 @@ Partial Class usrCntlSpeditionsBuchSuche
Me.txtMax._TimeOnly = False
Me.txtMax._value = ""
Me.txtMax._Waehrung = False
Me.txtMax._WaehrungZeichen = True
Me.txtMax.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtMax.ForeColor = System.Drawing.Color.Black
Me.txtMax.Location = New System.Drawing.Point(743, 8)
@@ -854,7 +882,7 @@ Partial Class usrCntlSpeditionsBuchSuche
'Button9
'
Me.Button9.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button9.Image = Global.SDL.My.Resources.statistik_small
Me.Button9.Image = Global.SDL.My.Resources.Resources.statistik_small
Me.Button9.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button9.Location = New System.Drawing.Point(606, 8)
Me.Button9.Margin = New System.Windows.Forms.Padding(0)
@@ -868,12 +896,12 @@ Partial Class usrCntlSpeditionsBuchSuche
'btnQSAufteilung
'
Me.btnQSAufteilung.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnQSAufteilung.Image = Global.SDL.My.Resources.statistik_small
Me.btnQSAufteilung.Image = Global.SDL.My.Resources.Resources.statistik_small
Me.btnQSAufteilung.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnQSAufteilung.Location = New System.Drawing.Point(399, 8)
Me.btnQSAufteilung.Margin = New System.Windows.Forms.Padding(0)
Me.btnQSAufteilung.Name = "btnQSAufteilung"
Me.btnQSAufteilung.Size = New System.Drawing.Size(141, 25)
Me.btnQSAufteilung.Size = New System.Drawing.Size(154, 25)
Me.btnQSAufteilung.TabIndex = 33
Me.btnQSAufteilung.Text = "QS-Aufteilung"
Me.btnQSAufteilung.TextAlign = System.Drawing.ContentAlignment.MiddleRight
@@ -893,7 +921,7 @@ Partial Class usrCntlSpeditionsBuchSuche
'Button8
'
Me.Button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button8.Image = Global.SDL.My.Resources.statistik_small
Me.Button8.Image = Global.SDL.My.Resources.Resources.statistik_small
Me.Button8.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button8.Location = New System.Drawing.Point(9, 19)
Me.Button8.Margin = New System.Windows.Forms.Padding(0)
@@ -992,7 +1020,7 @@ Partial Class usrCntlSpeditionsBuchSuche
'Button10
'
Me.Button10.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button10.Image = Global.SDL.My.Resources.statistik_small
Me.Button10.Image = Global.SDL.My.Resources.Resources.statistik_small
Me.Button10.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button10.Location = New System.Drawing.Point(5, 20)
Me.Button10.Margin = New System.Windows.Forms.Padding(0)
@@ -1028,7 +1056,7 @@ Partial Class usrCntlSpeditionsBuchSuche
'Button15
'
Me.Button15.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button15.Image = Global.SDL.My.Resources.therefore1
Me.Button15.Image = Global.SDL.My.Resources.Resources.therefore1
Me.Button15.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button15.Location = New System.Drawing.Point(105, 19)
Me.Button15.Margin = New System.Windows.Forms.Padding(10, 3, 3, 3)
@@ -1052,7 +1080,7 @@ Partial Class usrCntlSpeditionsBuchSuche
'Button1
'
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button1.Image = Global.SDL.My.Resources.plus
Me.Button1.Image = Global.SDL.My.Resources.Resources.plus
Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button1.Location = New System.Drawing.Point(16, 19)
Me.Button1.Margin = New System.Windows.Forms.Padding(0)
@@ -1067,7 +1095,7 @@ Partial Class usrCntlSpeditionsBuchSuche
'btnExcel
'
Me.btnExcel.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.btnExcel.BackgroundImage = Global.SDL.My.Resources.Excel_logo
Me.btnExcel.BackgroundImage = Global.SDL.My.Resources.Resources.Excel_logo
Me.btnExcel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center
Me.btnExcel.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnExcel.Location = New System.Drawing.Point(1089, 89)
@@ -1079,7 +1107,7 @@ Partial Class usrCntlSpeditionsBuchSuche
'FlatButton7
'
Me.FlatButton7.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.FlatButton7.BackgroundImage = Global.SDL.My.Resources.refresh
Me.FlatButton7.BackgroundImage = Global.SDL.My.Resources.Resources.refresh
Me.FlatButton7.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.FlatButton7.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.FlatButton7.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
@@ -1111,6 +1139,7 @@ Partial Class usrCntlSpeditionsBuchSuche
Me.txtMaxSrch._TimeOnly = False
Me.txtMaxSrch._value = ""
Me.txtMaxSrch._Waehrung = False
Me.txtMaxSrch._WaehrungZeichen = True
Me.txtMaxSrch.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtMaxSrch.ForeColor = System.Drawing.Color.Black
Me.txtMaxSrch.Location = New System.Drawing.Point(1136, 31)
@@ -1137,7 +1166,7 @@ Partial Class usrCntlSpeditionsBuchSuche
'
Me.Button3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button3.Image = Global.SDL.My.Resources.plus
Me.Button3.Image = Global.SDL.My.Resources.Resources.plus
Me.Button3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button3.Location = New System.Drawing.Point(112, 180)
Me.Button3.Margin = New System.Windows.Forms.Padding(0)
@@ -1321,6 +1350,7 @@ Partial Class usrCntlSpeditionsBuchSuche
Me.txtAbfertDat._TimeOnly = False
Me.txtAbfertDat._value = ""
Me.txtAbfertDat._Waehrung = False
Me.txtAbfertDat._WaehrungZeichen = True
Me.txtAbfertDat.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtAbfertDat.ForeColor = System.Drawing.Color.Black
Me.txtAbfertDat.Location = New System.Drawing.Point(43, 30)
@@ -1343,6 +1373,7 @@ Partial Class usrCntlSpeditionsBuchSuche
Me.txtAbfertDatBis._TimeOnly = False
Me.txtAbfertDatBis._value = ""
Me.txtAbfertDatBis._Waehrung = False
Me.txtAbfertDatBis._WaehrungZeichen = True
Me.txtAbfertDatBis.Enabled = False
Me.txtAbfertDatBis.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtAbfertDatBis.ForeColor = System.Drawing.Color.Black
@@ -1393,6 +1424,7 @@ Partial Class usrCntlSpeditionsBuchSuche
Me.txtUnterNr._TimeOnly = False
Me.txtUnterNr._value = Nothing
Me.txtUnterNr._Waehrung = False
Me.txtUnterNr._WaehrungZeichen = True
Me.txtUnterNr.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtUnterNr.ForeColor = System.Drawing.Color.Black
Me.txtUnterNr.Location = New System.Drawing.Point(633, 31)
@@ -1414,6 +1446,7 @@ Partial Class usrCntlSpeditionsBuchSuche
Me.txtAbfertigungsnummerBis._TimeOnly = False
Me.txtAbfertigungsnummerBis._value = Nothing
Me.txtAbfertigungsnummerBis._Waehrung = False
Me.txtAbfertigungsnummerBis._WaehrungZeichen = True
Me.txtAbfertigungsnummerBis.Enabled = False
Me.txtAbfertigungsnummerBis.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtAbfertigungsnummerBis.ForeColor = System.Drawing.Color.Black
@@ -1436,6 +1469,7 @@ Partial Class usrCntlSpeditionsBuchSuche
Me.txtAbfertigungsnummer._TimeOnly = False
Me.txtAbfertigungsnummer._value = Nothing
Me.txtAbfertigungsnummer._Waehrung = False
Me.txtAbfertigungsnummer._WaehrungZeichen = True
Me.txtAbfertigungsnummer.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtAbfertigungsnummer.ForeColor = System.Drawing.Color.Black
Me.txtAbfertigungsnummer.Location = New System.Drawing.Point(466, 32)
@@ -1494,7 +1528,7 @@ Partial Class usrCntlSpeditionsBuchSuche
'
Me.btnSuche.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnSuche.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnSuche.Image = Global.SDL.My.Resources.search
Me.btnSuche.Image = Global.SDL.My.Resources.Resources.search
Me.btnSuche.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnSuche.Location = New System.Drawing.Point(1015, 6)
Me.btnSuche.Name = "btnSuche"
@@ -1561,6 +1595,7 @@ Partial Class usrCntlSpeditionsBuchSuche
'
'SplitContainer1.Panel2
'
Me.SplitContainer1.Panel2.Controls.Add(Me.cbxCMR)
Me.SplitContainer1.Panel2.Controls.Add(Me.Label41)
Me.SplitContainer1.Panel2.Controls.Add(Me.lstGrenze)
Me.SplitContainer1.Panel2.Controls.Add(Me.txtKdAuftragsNr)
@@ -1735,7 +1770,7 @@ Partial Class usrCntlSpeditionsBuchSuche
Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button4.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold)
Me.Button4.ForeColor = System.Drawing.Color.White
Me.Button4.Image = Global.SDL.My.Resources.pfeil_unten
Me.Button4.Image = Global.SDL.My.Resources.Resources.pfeil_unten
Me.Button4.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button4.Location = New System.Drawing.Point(1015, 57)
Me.Button4.Margin = New System.Windows.Forms.Padding(0)
@@ -1845,6 +1880,20 @@ Partial Class usrCntlSpeditionsBuchSuche
Me.DateTimePicker1.Size = New System.Drawing.Size(115, 20)
Me.DateTimePicker1.TabIndex = 2
'
'cbxCMR
'
Me.cbxCMR.AutoSize = True
Me.cbxCMR.BackColor = System.Drawing.Color.White
Me.cbxCMR.Checked = True
Me.cbxCMR.CheckState = System.Windows.Forms.CheckState.Indeterminate
Me.cbxCMR.Location = New System.Drawing.Point(678, 180)
Me.cbxCMR.Name = "cbxCMR"
Me.cbxCMR.Size = New System.Drawing.Size(50, 17)
Me.cbxCMR.TabIndex = 49
Me.cbxCMR.Text = "CMR"
Me.cbxCMR.ThreeState = True
Me.cbxCMR.UseVisualStyleBackColor = False
'
'Label41
'
Me.Label41.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
@@ -1877,6 +1926,7 @@ Partial Class usrCntlSpeditionsBuchSuche
Me.txtKdAuftragsNr._TimeOnly = False
Me.txtKdAuftragsNr._value = Nothing
Me.txtKdAuftragsNr._Waehrung = False
Me.txtKdAuftragsNr._WaehrungZeichen = True
Me.txtKdAuftragsNr.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtKdAuftragsNr.ForeColor = System.Drawing.Color.Black
Me.txtKdAuftragsNr.Location = New System.Drawing.Point(511, 26)
@@ -1925,6 +1975,7 @@ Partial Class usrCntlSpeditionsBuchSuche
Me.MyTextBox14._TimeOnly = False
Me.MyTextBox14._value = Nothing
Me.MyTextBox14._Waehrung = False
Me.MyTextBox14._WaehrungZeichen = True
Me.MyTextBox14.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.MyTextBox14.ForeColor = System.Drawing.Color.Black
Me.MyTextBox14.Location = New System.Drawing.Point(135, 188)
@@ -2002,6 +2053,7 @@ Partial Class usrCntlSpeditionsBuchSuche
Me.txtAbsenderKdnr._TimeOnly = False
Me.txtAbsenderKdnr._value = Nothing
Me.txtAbsenderKdnr._Waehrung = False
Me.txtAbsenderKdnr._WaehrungZeichen = True
Me.txtAbsenderKdnr.BackColor = System.Drawing.Color.White
Me.txtAbsenderKdnr.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtAbsenderKdnr.ForeColor = System.Drawing.Color.Black
@@ -2063,6 +2115,7 @@ Partial Class usrCntlSpeditionsBuchSuche
Me.txtEmpfaengerKdnr._TimeOnly = False
Me.txtEmpfaengerKdnr._value = Nothing
Me.txtEmpfaengerKdnr._Waehrung = False
Me.txtEmpfaengerKdnr._WaehrungZeichen = True
Me.txtEmpfaengerKdnr.BackColor = System.Drawing.Color.White
Me.txtEmpfaengerKdnr.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtEmpfaengerKdnr.ForeColor = System.Drawing.Color.Black
@@ -2110,6 +2163,7 @@ Partial Class usrCntlSpeditionsBuchSuche
Me.txtFrachtfuehrerKdnr._TimeOnly = False
Me.txtFrachtfuehrerKdnr._value = Nothing
Me.txtFrachtfuehrerKdnr._Waehrung = False
Me.txtFrachtfuehrerKdnr._WaehrungZeichen = True
Me.txtFrachtfuehrerKdnr.BackColor = System.Drawing.Color.White
Me.txtFrachtfuehrerKdnr.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtFrachtfuehrerKdnr.ForeColor = System.Drawing.Color.Black
@@ -2133,6 +2187,7 @@ Partial Class usrCntlSpeditionsBuchSuche
Me.txtEndempfaengerKdnr._TimeOnly = False
Me.txtEndempfaengerKdnr._value = Nothing
Me.txtEndempfaengerKdnr._Waehrung = False
Me.txtEndempfaengerKdnr._WaehrungZeichen = True
Me.txtEndempfaengerKdnr.BackColor = System.Drawing.Color.White
Me.txtEndempfaengerKdnr.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtEndempfaengerKdnr.ForeColor = System.Drawing.Color.Black
@@ -2165,6 +2220,7 @@ Partial Class usrCntlSpeditionsBuchSuche
Me.txtErfassungsnNr._TimeOnly = False
Me.txtErfassungsnNr._value = Nothing
Me.txtErfassungsnNr._Waehrung = False
Me.txtErfassungsnNr._WaehrungZeichen = True
Me.txtErfassungsnNr.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtErfassungsnNr.ForeColor = System.Drawing.Color.Black
Me.txtErfassungsnNr.Location = New System.Drawing.Point(511, 154)
@@ -2225,6 +2281,20 @@ Partial Class usrCntlSpeditionsBuchSuche
Me.SplitContainer.SplitterWidth = 2
Me.SplitContainer.TabIndex = 3
'
'Button19
'
Me.Button19.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button19.Image = Global.SDL.My.Resources.Resources.statistik_small
Me.Button19.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button19.Location = New System.Drawing.Point(764, 54)
Me.Button19.Margin = New System.Windows.Forms.Padding(0)
Me.Button19.Name = "Button19"
Me.Button19.Size = New System.Drawing.Size(83, 28)
Me.Button19.TabIndex = 57
Me.Button19.Text = "Fehlende"
Me.Button19.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Button19.UseVisualStyleBackColor = True
'
'usrCntlSpeditionsBuchSuche
'
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None
@@ -2405,5 +2475,7 @@ Partial Class usrCntlSpeditionsBuchSuche
Friend WithEvents Button17 As System.Windows.Forms.Button
Friend WithEvents cboDetailberichtKdAtrNr As VERAG_PROG_ALLGEMEIN.MyComboBox
Friend WithEvents Label44 As System.Windows.Forms.Label
Friend WithEvents Button18 As Button
Friend WithEvents cbxCMR As CheckBox
Friend WithEvents Button19 As Button
End Class