This commit is contained in:
2020-03-12 14:49:31 +01:00
parent f4c1a74870
commit cc28d5a6cf
197 changed files with 37402 additions and 4503 deletions

View File

@@ -23,7 +23,7 @@ Partial Class usrCntlSDLAbholung
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Me.pnlBH = New System.Windows.Forms.Panel()
Me.Button1 = New System.Windows.Forms.Button()
Me.btnBuchungAufheben = New System.Windows.Forms.Button()
@@ -75,6 +75,7 @@ Partial Class usrCntlSDLAbholung
Me.Label12 = New System.Windows.Forms.Label()
Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
Me.pnl = New System.Windows.Forms.Panel()
Me.cbxAbholungFremdDL = New System.Windows.Forms.CheckBox()
Me.cbxFahrerAbholungsAuftrag = New System.Windows.Forms.CheckBox()
Me.cbxStorno = New System.Windows.Forms.CheckBox()
Me.cbxAbhegolt = New System.Windows.Forms.CheckBox()
@@ -83,7 +84,6 @@ Partial Class usrCntlSDLAbholung
Me.cntxtOptionen = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.AbgeholtToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.StornoToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.cbxAbholungFremdDL = New System.Windows.Forms.CheckBox()
Me.pnlBH.SuspendLayout()
CType(Me.pic, System.ComponentModel.ISupportInitialize).BeginInit()
Me.pnloptions.SuspendLayout()
@@ -108,7 +108,7 @@ Partial Class usrCntlSDLAbholung
'
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button1.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button1.Image = Global.SDL.My.Resources.ok
Me.Button1.Image = Global.SDL.My.Resources.Resources.ok
Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button1.Location = New System.Drawing.Point(5, 4)
Me.Button1.Name = "Button1"
@@ -121,7 +121,7 @@ Partial Class usrCntlSDLAbholung
'
Me.btnBuchungAufheben.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnBuchungAufheben.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
Me.btnBuchungAufheben.Image = Global.SDL.My.Resources.del_small
Me.btnBuchungAufheben.Image = Global.SDL.My.Resources.Resources.del_small
Me.btnBuchungAufheben.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnBuchungAufheben.Location = New System.Drawing.Point(324, 56)
Me.btnBuchungAufheben.Name = "btnBuchungAufheben"
@@ -134,7 +134,7 @@ Partial Class usrCntlSDLAbholung
'
'pic
'
Me.pic.BackgroundImage = Global.SDL.My.Resources.save
Me.pic.BackgroundImage = Global.SDL.My.Resources.Resources.save
Me.pic.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.pic.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.pic.Location = New System.Drawing.Point(294, 30)
@@ -154,6 +154,7 @@ Partial Class usrCntlSDLAbholung
Me.txtBemerkung._TimeOnly = False
Me.txtBemerkung._value = Nothing
Me.txtBemerkung._Waehrung = False
Me.txtBemerkung._WaehrungZeichen = True
Me.txtBemerkung.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtBemerkung.ForeColor = System.Drawing.Color.Black
Me.txtBemerkung.Location = New System.Drawing.Point(112, 30)
@@ -200,6 +201,7 @@ Partial Class usrCntlSDLAbholung
Me.txtFirma._TimeOnly = False
Me.txtFirma._value = Nothing
Me.txtFirma._Waehrung = False
Me.txtFirma._WaehrungZeichen = True
Me.txtFirma.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtFirma.ForeColor = System.Drawing.Color.Black
Me.txtFirma.Location = New System.Drawing.Point(411, 79)
@@ -231,6 +233,7 @@ Partial Class usrCntlSDLAbholung
Me.txtLKW._TimeOnly = False
Me.txtLKW._value = Nothing
Me.txtLKW._Waehrung = False
Me.txtLKW._WaehrungZeichen = True
Me.txtLKW.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtLKW.ForeColor = System.Drawing.Color.Black
Me.txtLKW.Location = New System.Drawing.Point(411, 98)
@@ -276,6 +279,7 @@ Partial Class usrCntlSDLAbholung
Me.txtAbfertDatBis._TimeOnly = False
Me.txtAbfertDatBis._value = ""
Me.txtAbfertDatBis._Waehrung = False
Me.txtAbfertDatBis._WaehrungZeichen = True
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
Me.txtAbfertDatBis.Location = New System.Drawing.Point(41, 106)
@@ -291,7 +295,7 @@ Partial Class usrCntlSDLAbholung
'
Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
Me.Button3.Image = Global.SDL.My.Resources.del_small
Me.Button3.Image = Global.SDL.My.Resources.Resources.del_small
Me.Button3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button3.Location = New System.Drawing.Point(538, 56)
Me.Button3.Name = "Button3"
@@ -312,6 +316,7 @@ Partial Class usrCntlSDLAbholung
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(41, 77)
@@ -326,7 +331,7 @@ Partial Class usrCntlSDLAbholung
'btnExcel
'
Me.btnExcel.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), 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(1020, 22)
@@ -352,14 +357,15 @@ Partial Class usrCntlSDLAbholung
'txtAuftragsnr
'
Me.txtAuftragsnr._DateTimeOnly = False
Me.txtAuftragsnr._numbersOnly = True
Me.txtAuftragsnr._numbersOnlyKommastellen = "0"
Me.txtAuftragsnr._numbersOnly = False
Me.txtAuftragsnr._numbersOnlyKommastellen = ""
Me.txtAuftragsnr._Prozent = False
Me.txtAuftragsnr._ShortDateNew = False
Me.txtAuftragsnr._ShortDateOnly = False
Me.txtAuftragsnr._TimeOnly = False
Me.txtAuftragsnr._value = ""
Me.txtAuftragsnr._Waehrung = False
Me.txtAuftragsnr._WaehrungZeichen = True
Me.txtAuftragsnr.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtAuftragsnr.ForeColor = System.Drawing.Color.Black
Me.txtAuftragsnr.Location = New System.Drawing.Point(411, 57)
@@ -452,7 +458,7 @@ Partial Class usrCntlSDLAbholung
'
Me.Button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button8.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button8.Image = Global.SDL.My.Resources.email11
Me.Button8.Image = Global.SDL.My.Resources.Resources.email11
Me.Button8.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button8.Location = New System.Drawing.Point(5, 4)
Me.Button8.Name = "Button8"
@@ -464,7 +470,7 @@ Partial Class usrCntlSDLAbholung
'Button2
'
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button2.Image = Global.SDL.My.Resources.plus
Me.Button2.Image = Global.SDL.My.Resources.Resources.plus
Me.Button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button2.Location = New System.Drawing.Point(12, 5)
Me.Button2.Margin = New System.Windows.Forms.Padding(0)
@@ -481,7 +487,7 @@ Partial Class usrCntlSDLAbholung
Me.btnDel.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnDel.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnDel.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
Me.btnDel.Image = Global.SDL.My.Resources.del_small
Me.btnDel.Image = Global.SDL.My.Resources.Resources.del_small
Me.btnDel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnDel.Location = New System.Drawing.Point(908, 4)
Me.btnDel.Name = "btnDel"
@@ -508,7 +514,7 @@ Partial Class usrCntlSDLAbholung
'FlatButton7
'
Me.FlatButton7.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), 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))
@@ -551,6 +557,7 @@ Partial Class usrCntlSDLAbholung
Me.txtMaxSrch._TimeOnly = False
Me.txtMaxSrch._value = ""
Me.txtMaxSrch._Waehrung = False
Me.txtMaxSrch._WaehrungZeichen = True
Me.txtMaxSrch.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
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
@@ -568,7 +575,7 @@ Partial Class usrCntlSDLAbholung
'
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(923, 72)
Me.btnSuche.Name = "btnSuche"
@@ -686,14 +693,14 @@ Partial Class usrCntlSDLAbholung
Me.MyDatagridview1.AllowUserToOrderColumns = True
Me.MyDatagridview1.AllowUserToResizeRows = False
Me.MyDatagridview1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window
DataGridViewCellStyle1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText
DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.GradientInactiveCaption
DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText
DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
Me.MyDatagridview1.DefaultCellStyle = DataGridViewCellStyle1
DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
DataGridViewCellStyle3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.GradientInactiveCaption
DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.ControlText
DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
Me.MyDatagridview1.DefaultCellStyle = DataGridViewCellStyle3
Me.MyDatagridview1.Dock = System.Windows.Forms.DockStyle.Fill
Me.MyDatagridview1.Location = New System.Drawing.Point(0, 0)
Me.MyDatagridview1.Name = "MyDatagridview1"
@@ -841,6 +848,17 @@ Partial Class usrCntlSDLAbholung
Me.pnl.Size = New System.Drawing.Size(1111, 172)
Me.pnl.TabIndex = 0
'
'cbxAbholungFremdDL
'
Me.cbxAbholungFremdDL.AutoSize = True
Me.cbxAbholungFremdDL.Location = New System.Drawing.Point(923, 145)
Me.cbxAbholungFremdDL.Name = "cbxAbholungFremdDL"
Me.cbxAbholungFremdDL.Size = New System.Drawing.Size(158, 17)
Me.cbxAbholungFremdDL.TabIndex = 34
Me.cbxAbholungFremdDL.Text = "Abholung Fremddienstleister"
Me.cbxAbholungFremdDL.ThreeState = True
Me.cbxAbholungFremdDL.UseVisualStyleBackColor = True
'
'cbxFahrerAbholungsAuftrag
'
Me.cbxFahrerAbholungsAuftrag.AutoSize = True
@@ -887,6 +905,7 @@ Partial Class usrCntlSDLAbholung
Me.txtFahrer._TimeOnly = False
Me.txtFahrer._value = Nothing
Me.txtFahrer._Waehrung = False
Me.txtFahrer._WaehrungZeichen = True
Me.txtFahrer.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtFahrer.ForeColor = System.Drawing.Color.Black
Me.txtFahrer.Location = New System.Drawing.Point(411, 117)
@@ -926,17 +945,6 @@ Partial Class usrCntlSDLAbholung
Me.StornoToolStripMenuItem.Size = New System.Drawing.Size(123, 22)
Me.StornoToolStripMenuItem.Text = "Storno"
'
'cbxAbholungFremdDL
'
Me.cbxAbholungFremdDL.AutoSize = True
Me.cbxAbholungFremdDL.Location = New System.Drawing.Point(923, 145)
Me.cbxAbholungFremdDL.Name = "cbxAbholungFremdDL"
Me.cbxAbholungFremdDL.Size = New System.Drawing.Size(158, 17)
Me.cbxAbholungFremdDL.TabIndex = 34
Me.cbxAbholungFremdDL.Text = "Abholung Fremddienstleister"
Me.cbxAbholungFremdDL.ThreeState = True
Me.cbxAbholungFremdDL.UseVisualStyleBackColor = True
'
'usrCntlSDLAbholung
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)