This commit is contained in:
2020-12-16 09:31:14 +01:00
parent 56fe11bc97
commit f25ff457b2
16 changed files with 1112 additions and 1055 deletions

View File

@@ -25,15 +25,15 @@ Partial Class frmEintragAviso
Me.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmEintragAviso))
Me.btnOK = New System.Windows.Forms.Button()
Me.Label2 = New System.Windows.Forms.Label()
Me.lblErfAm = New System.Windows.Forms.Label()
Me.btnAbbruch = New System.Windows.Forms.Button()
Me.txtInfo = New System.Windows.Forms.TextBox()
Me.Label3 = New System.Windows.Forms.Label()
Me.Label4 = New System.Windows.Forms.Label()
Me.Label5 = New System.Windows.Forms.Label()
Me.Label6 = New System.Windows.Forms.Label()
Me.lblFraecher = New System.Windows.Forms.Label()
Me.lblAvisierer = New System.Windows.Forms.Label()
Me.lblLkwKennzeichen = New System.Windows.Forms.Label()
Me.txtÄnderungen = New System.Windows.Forms.TextBox()
Me.Label9 = New System.Windows.Forms.Label()
Me.lblAenderungen = New System.Windows.Forms.Label()
Me.dtpDatum = New System.Windows.Forms.DateTimePicker()
Me.txtLKW_Nr = New System.Windows.Forms.TextBox()
Me.lblStatus = New System.Windows.Forms.Label()
@@ -61,7 +61,7 @@ Partial Class frmEintragAviso
Me.Label8 = New System.Windows.Forms.Label()
Me.lblFreigabe = New System.Windows.Forms.Label()
Me.lblAnkunft = New System.Windows.Forms.Label()
Me.Label11 = New System.Windows.Forms.Label()
Me.lblGrenze = New System.Windows.Forms.Label()
Me.dtpAvisoEingangDatum = New System.Windows.Forms.DateTimePicker()
Me.Label10 = New System.Windows.Forms.Label()
Me.dtpAvisoEingangZeit = New System.Windows.Forms.DateTimePicker()
@@ -73,24 +73,24 @@ Partial Class frmEintragAviso
Me.Label12 = New System.Windows.Forms.Label()
Me.cbxHandling = New System.Windows.Forms.CheckBox()
Me.cboGrenzstelle = New System.Windows.Forms.ComboBox()
Me.Label15 = New System.Windows.Forms.Label()
Me.lblAktenuebersicht = New System.Windows.Forms.Label()
Me.grpAviso = New System.Windows.Forms.GroupBox()
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
Me.lblErr_KdNr = New System.Windows.Forms.Label()
Me.Button5 = New System.Windows.Forms.Button()
Me.lblErrVorraussuchtlEintreffen = New System.Windows.Forms.Label()
Me.txtAvisiererAuftragsNr = New System.Windows.Forms.TextBox()
Me.Label23 = New System.Windows.Forms.Label()
Me.lblAvisiererAtrNr = New System.Windows.Forms.Label()
Me.kdAuftraggeber = New VERAG_PROG_ALLGEMEIN.KdSearchBox()
Me.kdAvisierer = New VERAG_PROG_ALLGEMEIN.KdSearchBox()
Me.kdFrächter = New VERAG_PROG_ALLGEMEIN.KdSearchBox()
Me.Button4 = New System.Windows.Forms.Button()
Me.sbLkwNationalitaet = New VERAG_PROG_ALLGEMEIN.MySearchBox()
Me.Label18 = New System.Windows.Forms.Label()
Me.lblNat = New System.Windows.Forms.Label()
Me.txtFahrerHandy = New System.Windows.Forms.TextBox()
Me.Button2 = New System.Windows.Forms.Button()
Me.pic = New System.Windows.Forms.PictureBox()
Me.Label16 = New System.Windows.Forms.Label()
Me.lblFahrerHandyNr = New System.Windows.Forms.Label()
Me.cbxFrächterUnbekannt = New System.Windows.Forms.CheckBox()
Me.btnAuftraggeber = New System.Windows.Forms.Button()
Me.btnAvisiererKd = New System.Windows.Forms.Button()
@@ -109,7 +109,7 @@ Partial Class frmEintragAviso
Me.Label17 = New System.Windows.Forms.Label()
Me.cbxAuftraggeberfurAlleSendungen = New System.Windows.Forms.CheckBox()
Me.Label22 = New System.Windows.Forms.Label()
Me.Label24 = New System.Windows.Forms.Label()
Me.lblVoraussEintreff = New System.Windows.Forms.Label()
Me.datVoraussichtlichesEintreffen = New System.Windows.Forms.DateTimePicker()
Me.pnl = New System.Windows.Forms.Panel()
Me.cbxWarenort = New System.Windows.Forms.CheckBox()
@@ -171,14 +171,14 @@ Partial Class frmEintragAviso
Me.btnOK.Text = "OK"
Me.btnOK.UseVisualStyleBackColor = True
'
'Label2
'lblErfAm
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(220, 14)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(59, 13)
Me.Label2.TabIndex = 1
Me.Label2.Text = "Erfasst am:"
Me.lblErfAm.AutoSize = True
Me.lblErfAm.Location = New System.Drawing.Point(220, 14)
Me.lblErfAm.Name = "lblErfAm"
Me.lblErfAm.Size = New System.Drawing.Size(59, 13)
Me.lblErfAm.TabIndex = 1
Me.lblErfAm.Text = "Erfasst am:"
'
'btnAbbruch
'
@@ -214,32 +214,32 @@ Partial Class frmEintragAviso
Me.Label3.TabIndex = 48
Me.Label3.Text = "Info"
'
'Label4
'lblFraecher
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(6, 199)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(46, 13)
Me.Label4.TabIndex = 24
Me.Label4.Text = "Frächter"
Me.lblFraecher.AutoSize = True
Me.lblFraecher.Location = New System.Drawing.Point(6, 199)
Me.lblFraecher.Name = "lblFraecher"
Me.lblFraecher.Size = New System.Drawing.Size(46, 13)
Me.lblFraecher.TabIndex = 24
Me.lblFraecher.Text = "Frächter"
'
'Label5
'lblAvisierer
'
Me.Label5.AutoSize = True
Me.Label5.Location = New System.Drawing.Point(6, 238)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(47, 13)
Me.Label5.TabIndex = 30
Me.Label5.Text = "Avisierer"
Me.lblAvisierer.AutoSize = True
Me.lblAvisierer.Location = New System.Drawing.Point(6, 238)
Me.lblAvisierer.Name = "lblAvisierer"
Me.lblAvisierer.Size = New System.Drawing.Size(47, 13)
Me.lblAvisierer.TabIndex = 30
Me.lblAvisierer.Text = "Avisierer"
'
'Label6
'lblLkwKennzeichen
'
Me.Label6.AutoSize = True
Me.Label6.Location = New System.Drawing.Point(25, 125)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(48, 13)
Me.Label6.TabIndex = 13
Me.Label6.Text = "LKW-Nr:"
Me.lblLkwKennzeichen.AutoSize = True
Me.lblLkwKennzeichen.Location = New System.Drawing.Point(25, 125)
Me.lblLkwKennzeichen.Name = "lblLkwKennzeichen"
Me.lblLkwKennzeichen.Size = New System.Drawing.Size(48, 13)
Me.lblLkwKennzeichen.TabIndex = 13
Me.lblLkwKennzeichen.Text = "LKW-Nr:"
'
'txtÄnderungen
'
@@ -258,14 +258,14 @@ Partial Class frmEintragAviso
Me.txtÄnderungen.TabIndex = 13
Me.txtÄnderungen.TabStop = False
'
'Label9
'lblAenderungen
'
Me.Label9.AutoSize = True
Me.Label9.Location = New System.Drawing.Point(426, 232)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(65, 13)
Me.Label9.TabIndex = 10
Me.Label9.Text = "Änderungen"
Me.lblAenderungen.AutoSize = True
Me.lblAenderungen.Location = New System.Drawing.Point(426, 232)
Me.lblAenderungen.Name = "lblAenderungen"
Me.lblAenderungen.Size = New System.Drawing.Size(65, 13)
Me.lblAenderungen.TabIndex = 10
Me.lblAenderungen.Text = "Änderungen"
'
'dtpDatum
'
@@ -576,15 +576,15 @@ Partial Class frmEintragAviso
Me.lblAnkunft.TabIndex = 16
Me.lblAnkunft.Text = "Ankunft"
'
'Label11
'lblGrenze
'
Me.Label11.AutoSize = True
Me.Label11.ForeColor = System.Drawing.Color.Black
Me.Label11.Location = New System.Drawing.Point(240, 125)
Me.Label11.Name = "Label11"
Me.Label11.Size = New System.Drawing.Size(59, 13)
Me.Label11.TabIndex = 16
Me.Label11.Text = "Grenzstelle"
Me.lblGrenze.AutoSize = True
Me.lblGrenze.ForeColor = System.Drawing.Color.Black
Me.lblGrenze.Location = New System.Drawing.Point(240, 125)
Me.lblGrenze.Name = "lblGrenze"
Me.lblGrenze.Size = New System.Drawing.Size(59, 13)
Me.lblGrenze.TabIndex = 16
Me.lblGrenze.Text = "Grenzstelle"
'
'dtpAvisoEingangDatum
'
@@ -706,15 +706,15 @@ Partial Class frmEintragAviso
Me.cboGrenzstelle.Size = New System.Drawing.Size(74, 28)
Me.cboGrenzstelle.TabIndex = 20
'
'Label15
'lblAktenuebersicht
'
Me.Label15.AutoSize = True
Me.Label15.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label15.Location = New System.Drawing.Point(12, 9)
Me.Label15.Name = "Label15"
Me.Label15.Size = New System.Drawing.Size(130, 20)
Me.Label15.TabIndex = 0
Me.Label15.Text = "Aktenübersicht"
Me.lblAktenuebersicht.AutoSize = True
Me.lblAktenuebersicht.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblAktenuebersicht.Location = New System.Drawing.Point(12, 9)
Me.lblAktenuebersicht.Name = "lblAktenuebersicht"
Me.lblAktenuebersicht.Size = New System.Drawing.Size(130, 20)
Me.lblAktenuebersicht.TabIndex = 0
Me.lblAktenuebersicht.Text = "Aktenübersicht"
'
'grpAviso
'
@@ -723,18 +723,18 @@ Partial Class frmEintragAviso
Me.grpAviso.Controls.Add(Me.Button5)
Me.grpAviso.Controls.Add(Me.lblErrVorraussuchtlEintreffen)
Me.grpAviso.Controls.Add(Me.txtAvisiererAuftragsNr)
Me.grpAviso.Controls.Add(Me.Label23)
Me.grpAviso.Controls.Add(Me.lblAvisiererAtrNr)
Me.grpAviso.Controls.Add(Me.kdAuftraggeber)
Me.grpAviso.Controls.Add(Me.kdAvisierer)
Me.grpAviso.Controls.Add(Me.kdFrächter)
Me.grpAviso.Controls.Add(Me.txtLKW_Nr)
Me.grpAviso.Controls.Add(Me.Button4)
Me.grpAviso.Controls.Add(Me.sbLkwNationalitaet)
Me.grpAviso.Controls.Add(Me.Label18)
Me.grpAviso.Controls.Add(Me.lblNat)
Me.grpAviso.Controls.Add(Me.txtFahrerHandy)
Me.grpAviso.Controls.Add(Me.Button2)
Me.grpAviso.Controls.Add(Me.pic)
Me.grpAviso.Controls.Add(Me.Label16)
Me.grpAviso.Controls.Add(Me.lblFahrerHandyNr)
Me.grpAviso.Controls.Add(Me.cbxFrächterUnbekannt)
Me.grpAviso.Controls.Add(Me.btnAuftraggeber)
Me.grpAviso.Controls.Add(Me.btnAvisiererKd)
@@ -755,16 +755,16 @@ Partial Class frmEintragAviso
Me.grpAviso.Controls.Add(Me.optOhneAviso)
Me.grpAviso.Controls.Add(Me.optAvisoEingang)
Me.grpAviso.Controls.Add(Me.dtpAvisoEingangZeit)
Me.grpAviso.Controls.Add(Me.Label11)
Me.grpAviso.Controls.Add(Me.Label4)
Me.grpAviso.Controls.Add(Me.lblGrenze)
Me.grpAviso.Controls.Add(Me.lblFraecher)
Me.grpAviso.Controls.Add(Me.lblAtrAvis)
Me.grpAviso.Controls.Add(Me.lblAtr)
Me.grpAviso.Controls.Add(Me.Label17)
Me.grpAviso.Controls.Add(Me.Label5)
Me.grpAviso.Controls.Add(Me.lblAvisierer)
Me.grpAviso.Controls.Add(Me.cbxAuftraggeberfurAlleSendungen)
Me.grpAviso.Controls.Add(Me.Label6)
Me.grpAviso.Controls.Add(Me.lblLkwKennzeichen)
Me.grpAviso.Controls.Add(Me.Label22)
Me.grpAviso.Controls.Add(Me.Label24)
Me.grpAviso.Controls.Add(Me.lblVoraussEintreff)
Me.grpAviso.Controls.Add(Me.datVoraussichtlichesEintreffen)
Me.grpAviso.Controls.Add(Me.pnl)
Me.grpAviso.Location = New System.Drawing.Point(12, 45)
@@ -828,14 +828,14 @@ Partial Class frmEintragAviso
Me.txtAvisiererAuftragsNr.Size = New System.Drawing.Size(388, 20)
Me.txtAvisiererAuftragsNr.TabIndex = 47
'
'Label23
'lblAvisiererAtrNr
'
Me.Label23.AutoSize = True
Me.Label23.Location = New System.Drawing.Point(6, 356)
Me.Label23.Name = "Label23"
Me.Label23.Size = New System.Drawing.Size(106, 13)
Me.Label23.TabIndex = 46
Me.Label23.Text = "Avisierer-AuftragsNr.:"
Me.lblAvisiererAtrNr.AutoSize = True
Me.lblAvisiererAtrNr.Location = New System.Drawing.Point(6, 356)
Me.lblAvisiererAtrNr.Name = "lblAvisiererAtrNr"
Me.lblAvisiererAtrNr.Size = New System.Drawing.Size(106, 13)
Me.lblAvisiererAtrNr.TabIndex = 46
Me.lblAvisiererAtrNr.Text = "Avisierer-AuftragsNr.:"
'
'kdAuftraggeber
'
@@ -962,14 +962,14 @@ Partial Class frmEintragAviso
Me.sbLkwNationalitaet.TabIndex = 19
Me.sbLkwNationalitaet.usrcntl = Nothing
'
'Label18
'lblNat
'
Me.Label18.AutoSize = True
Me.Label18.Location = New System.Drawing.Point(187, 125)
Me.Label18.Name = "Label18"
Me.Label18.Size = New System.Drawing.Size(27, 13)
Me.Label18.TabIndex = 15
Me.Label18.Text = "Nat."
Me.lblNat.AutoSize = True
Me.lblNat.Location = New System.Drawing.Point(187, 125)
Me.lblNat.Name = "lblNat"
Me.lblNat.Size = New System.Drawing.Size(27, 13)
Me.lblNat.TabIndex = 15
Me.lblNat.Text = "Nat."
'
'txtFahrerHandy
'
@@ -1006,14 +1006,14 @@ Partial Class frmEintragAviso
Me.pic.TabIndex = 40
Me.pic.TabStop = False
'
'Label16
'lblFahrerHandyNr
'
Me.Label16.AutoSize = True
Me.Label16.Location = New System.Drawing.Point(6, 318)
Me.Label16.Name = "Label16"
Me.Label16.Size = New System.Drawing.Size(116, 13)
Me.Label16.TabIndex = 43
Me.Label16.Text = "Fahrer Handy-Nummer:"
Me.lblFahrerHandyNr.AutoSize = True
Me.lblFahrerHandyNr.Location = New System.Drawing.Point(6, 318)
Me.lblFahrerHandyNr.Name = "lblFahrerHandyNr"
Me.lblFahrerHandyNr.Size = New System.Drawing.Size(116, 13)
Me.lblFahrerHandyNr.TabIndex = 43
Me.lblFahrerHandyNr.Text = "Fahrer Handy-Nummer:"
'
'cbxFrächterUnbekannt
'
@@ -1238,15 +1238,15 @@ Partial Class frmEintragAviso
Me.Label22.TabIndex = 26
Me.Label22.Text = "= Avisierer"
'
'Label24
'lblVoraussEintreff
'
Me.Label24.AutoSize = True
Me.Label24.Location = New System.Drawing.Point(25, 51)
Me.Label24.Name = "Label24"
Me.Label24.Size = New System.Drawing.Size(140, 13)
Me.Label24.TabIndex = 5
Me.Label24.Text = "Voraussichtliches Eintreffen:"
Me.Label24.Visible = False
Me.lblVoraussEintreff.AutoSize = True
Me.lblVoraussEintreff.Location = New System.Drawing.Point(25, 51)
Me.lblVoraussEintreff.Name = "lblVoraussEintreff"
Me.lblVoraussEintreff.Size = New System.Drawing.Size(140, 13)
Me.lblVoraussEintreff.TabIndex = 5
Me.lblVoraussEintreff.Text = "Voraussichtliches Eintreffen:"
Me.lblVoraussEintreff.Visible = False
'
'datVoraussichtlichesEintreffen
'
@@ -1750,15 +1750,15 @@ Partial Class frmEintragAviso
Me.Controls.Add(Me.Button3)
Me.Controls.Add(Me.grpAktVerzollung)
Me.Controls.Add(Me.grpAviso)
Me.Controls.Add(Me.Label15)
Me.Controls.Add(Me.lblAktenuebersicht)
Me.Controls.Add(Me.lblStatus)
Me.Controls.Add(Me.lblStatus2)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.lblErfAm)
Me.Controls.Add(Me.txtÄnderungen)
Me.Controls.Add(Me.dtpDatum)
Me.Controls.Add(Me.btnAbbruch)
Me.Controls.Add(Me.UsrCntlTestsystem1)
Me.Controls.Add(Me.Label9)
Me.Controls.Add(Me.lblAenderungen)
Me.Controls.Add(Me.btnOK)
Me.Controls.Add(Me.cbxAktenzettelDrucken)
Me.Controls.Add(Me.UsrCntlEintragAvisoAtilla)
@@ -1795,15 +1795,15 @@ Partial Class frmEintragAviso
End Sub
Friend WithEvents btnOK As System.Windows.Forms.Button
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents lblErfAm As System.Windows.Forms.Label
Friend WithEvents btnAbbruch As System.Windows.Forms.Button
Friend WithEvents txtInfo As System.Windows.Forms.TextBox
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents lblFraecher As System.Windows.Forms.Label
Friend WithEvents lblAvisierer As System.Windows.Forms.Label
Friend WithEvents lblLkwKennzeichen As System.Windows.Forms.Label
Friend WithEvents txtÄnderungen As System.Windows.Forms.TextBox
Friend WithEvents Label9 As System.Windows.Forms.Label
Friend WithEvents lblAenderungen As System.Windows.Forms.Label
Friend WithEvents txtLKW_Nr As System.Windows.Forms.TextBox
Friend WithEvents txtDatum As System.Windows.Forms.TextBox
Friend WithEvents lblStatus As System.Windows.Forms.Label
@@ -1825,7 +1825,7 @@ Partial Class frmEintragAviso
Friend WithEvents dtpAvisoEingangDatum As System.Windows.Forms.DateTimePicker
Friend WithEvents Label10 As System.Windows.Forms.Label
Friend WithEvents dtpAvisoEingangZeit As System.Windows.Forms.DateTimePicker
Friend WithEvents Label11 As System.Windows.Forms.Label
Friend WithEvents lblGrenze As System.Windows.Forms.Label
Friend WithEvents optOhneAviso As System.Windows.Forms.RadioButton
Friend WithEvents optAvisoEingang As System.Windows.Forms.RadioButton
Friend WithEvents Label7 As System.Windows.Forms.Label
@@ -1844,7 +1844,7 @@ Partial Class frmEintragAviso
Friend WithEvents cbxHandling As System.Windows.Forms.CheckBox
Friend WithEvents dtpDatum As System.Windows.Forms.DateTimePicker
Friend WithEvents cboGrenzstelle As System.Windows.Forms.ComboBox
Friend WithEvents Label15 As System.Windows.Forms.Label
Friend WithEvents lblAktenuebersicht As System.Windows.Forms.Label
Friend WithEvents grpAviso As System.Windows.Forms.GroupBox
Friend WithEvents grpAktVerzollung As System.Windows.Forms.GroupBox
Friend WithEvents lnlSendungText As System.Windows.Forms.Label
@@ -1891,10 +1891,10 @@ Partial Class frmEintragAviso
Friend WithEvents kdAuftraggeber As VERAG_PROG_ALLGEMEIN.KdSearchBox
Friend WithEvents lblAtr As System.Windows.Forms.Label
Friend WithEvents cbxFrächterUnbekannt As System.Windows.Forms.CheckBox
Friend WithEvents Label16 As System.Windows.Forms.Label
Friend WithEvents lblFahrerHandyNr As System.Windows.Forms.Label
Friend WithEvents txtFahrerHandy As System.Windows.Forms.TextBox
Friend WithEvents pic As System.Windows.Forms.PictureBox
Friend WithEvents Label18 As System.Windows.Forms.Label
Friend WithEvents lblNat As System.Windows.Forms.Label
Friend WithEvents sbLkwNationalitaet As VERAG_PROG_ALLGEMEIN.MySearchBox
Friend WithEvents Button4 As System.Windows.Forms.Button
Friend WithEvents lblZA As Label
@@ -1906,10 +1906,10 @@ Partial Class frmEintragAviso
Friend WithEvents Label22 As Label
Friend WithEvents dgvAnhaenge As VERAG_PROG_ALLGEMEIN.MyDatagridview
Friend WithEvents txtAvisiererAuftragsNr As TextBox
Friend WithEvents Label23 As Label
Friend WithEvents lblAvisiererAtrNr As Label
Friend WithEvents lblErrVorraussuchtlEintreffen As Label
Friend WithEvents Button5 As Button
Friend WithEvents Label24 As Label
Friend WithEvents lblVoraussEintreff As Label
Friend WithEvents datVoraussichtlichesEintreffen As DateTimePicker
Friend WithEvents columnName As DataGridViewTextBoxColumn
Friend WithEvents clmnPfad As DataGridViewTextBoxColumn