This commit is contained in:
2020-09-23 07:23:26 +02:00
parent 81905f2f44
commit bead6bad6d
34 changed files with 1873 additions and 878 deletions

View File

@@ -75,6 +75,7 @@ Partial Class frmEintragAviso
Me.cboGrenzstelle = New System.Windows.Forms.ComboBox()
Me.Label15 = New System.Windows.Forms.Label()
Me.grpAviso = New System.Windows.Forms.GroupBox()
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()
@@ -142,7 +143,8 @@ Partial Class frmEintragAviso
Me.dgvAnhaenge = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
Me.columnName = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.clmnPfad = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.lblErr_KdNr = New System.Windows.Forms.Label()
Me.cbxWarenort = New System.Windows.Forms.CheckBox()
Me.pnl = New System.Windows.Forms.Panel()
Me.panAdmin.SuspendLayout()
Me.grpAviso.SuspendLayout()
CType(Me.pic, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -151,6 +153,7 @@ Partial Class frmEintragAviso
Me.grpAktVerzollung.SuspendLayout()
Me.pnlSBG.SuspendLayout()
CType(Me.dgvAnhaenge, System.ComponentModel.ISupportInitialize).BeginInit()
Me.pnl.SuspendLayout()
Me.SuspendLayout()
'
'btnOK
@@ -196,7 +199,7 @@ Partial Class frmEintragAviso
Me.txtInfo.Name = "txtInfo"
Me.txtInfo.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
Me.txtInfo.Size = New System.Drawing.Size(388, 75)
Me.txtInfo.TabIndex = 48
Me.txtInfo.TabIndex = 49
'
'Label3
'
@@ -205,13 +208,13 @@ Partial Class frmEintragAviso
Me.Label3.Location = New System.Drawing.Point(6, 399)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(25, 13)
Me.Label3.TabIndex = 47
Me.Label3.TabIndex = 48
Me.Label3.Text = "Info"
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(6, 195)
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
@@ -220,7 +223,7 @@ Partial Class frmEintragAviso
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Location = New System.Drawing.Point(6, 234)
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
@@ -232,7 +235,7 @@ Partial Class frmEintragAviso
Me.Label6.Location = New System.Drawing.Point(6, 125)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(48, 13)
Me.Label6.TabIndex = 12
Me.Label6.TabIndex = 13
Me.Label6.Text = "LKW-Nr:"
'
'txtÄnderungen
@@ -277,7 +280,7 @@ Partial Class frmEintragAviso
Me.txtLKW_Nr.MaxLength = 30
Me.txtLKW_Nr.Name = "txtLKW_Nr"
Me.txtLKW_Nr.Size = New System.Drawing.Size(170, 26)
Me.txtLKW_Nr.TabIndex = 17
Me.txtLKW_Nr.TabIndex = 18
'
'lblStatus
'
@@ -577,7 +580,7 @@ Partial Class frmEintragAviso
Me.Label11.Location = New System.Drawing.Point(229, 125)
Me.Label11.Name = "Label11"
Me.Label11.Size = New System.Drawing.Size(59, 13)
Me.Label11.TabIndex = 15
Me.Label11.TabIndex = 16
Me.Label11.Text = "Grenzstelle"
'
'dtpAvisoEingangDatum
@@ -615,7 +618,7 @@ Partial Class frmEintragAviso
Me.optOhneAviso.Location = New System.Drawing.Point(9, 75)
Me.optOhneAviso.Name = "optOhneAviso"
Me.optOhneAviso.Size = New System.Drawing.Size(210, 30)
Me.optOhneAviso.TabIndex = 8
Me.optOhneAviso.TabIndex = 9
Me.optOhneAviso.TabStop = True
Me.optOhneAviso.Text = "Ankunft OHNE Aviso " & Global.Microsoft.VisualBasic.ChrW(10) & "--> LKW wird direkt auf Ankunft gesetzt"
Me.optOhneAviso.UseVisualStyleBackColor = True
@@ -671,7 +674,7 @@ Partial Class frmEintragAviso
Me.Label12.Location = New System.Drawing.Point(6, 491)
Me.Label12.Name = "Label12"
Me.Label12.Size = New System.Drawing.Size(372, 32)
Me.Label12.TabIndex = 51
Me.Label12.TabIndex = 52
Me.Label12.Text = "Achtung: im Feld Info nur allgemeine Infos erfassen. " & Global.Microsoft.VisualBasic.ChrW(10) & "Ab Status ANKUNFT kann dies" &
"es Infofeld nicht mehr geändert werden!"
'
@@ -679,11 +682,11 @@ Partial Class frmEintragAviso
'
Me.cbxHandling.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
Me.cbxHandling.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
Me.cbxHandling.Location = New System.Drawing.Point(272, 326)
Me.cbxHandling.Location = New System.Drawing.Point(272, 330)
Me.cbxHandling.Name = "cbxHandling"
Me.cbxHandling.Padding = New System.Windows.Forms.Padding(10, 0, 0, 0)
Me.cbxHandling.Size = New System.Drawing.Size(123, 24)
Me.cbxHandling.TabIndex = 44
Me.cbxHandling.TabIndex = 45
Me.cbxHandling.Text = "Handling"
Me.cbxHandling.UseVisualStyleBackColor = False
'
@@ -695,7 +698,7 @@ Partial Class frmEintragAviso
Me.cboGrenzstelle.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cboGrenzstelle.FormattingEnabled = True
Me.cboGrenzstelle.Items.AddRange(New Object() {"", "SUB", "SBG", "WAI", "NKD", "SFD", "NEU", "???"})
Me.cboGrenzstelle.Location = New System.Drawing.Point(232, 141)
Me.cboGrenzstelle.Location = New System.Drawing.Point(232, 139)
Me.cboGrenzstelle.Name = "cboGrenzstelle"
Me.cboGrenzstelle.Size = New System.Drawing.Size(74, 28)
Me.cboGrenzstelle.TabIndex = 20
@@ -721,8 +724,6 @@ Partial Class frmEintragAviso
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.lblZA)
Me.grpAviso.Controls.Add(Me.txtBestimmungszollstelle)
Me.grpAviso.Controls.Add(Me.Button4)
Me.grpAviso.Controls.Add(Me.sbLkwNationalitaet)
Me.grpAviso.Controls.Add(Me.Label18)
@@ -767,6 +768,7 @@ Partial Class frmEintragAviso
Me.grpAviso.Controls.Add(Me.Label22)
Me.grpAviso.Controls.Add(Me.Label24)
Me.grpAviso.Controls.Add(Me.datVoraussichtlichesEintreffen)
Me.grpAviso.Controls.Add(Me.pnl)
Me.grpAviso.Location = New System.Drawing.Point(12, 45)
Me.grpAviso.Name = "grpAviso"
Me.grpAviso.Size = New System.Drawing.Size(403, 520)
@@ -774,6 +776,17 @@ Partial Class frmEintragAviso
Me.grpAviso.TabStop = False
Me.grpAviso.Text = "Aviso"
'
'lblErr_KdNr
'
Me.lblErr_KdNr.AutoSize = True
Me.lblErr_KdNr.ForeColor = System.Drawing.Color.Red
Me.lblErr_KdNr.Location = New System.Drawing.Point(130, 238)
Me.lblErr_KdNr.Name = "lblErr_KdNr"
Me.lblErr_KdNr.Size = New System.Drawing.Size(136, 13)
Me.lblErr_KdNr.TabIndex = 32
Me.lblErr_KdNr.Text = "Kunden-Nummer eingeben!"
Me.lblErr_KdNr.Visible = False
'
'Button5
'
Me.Button5.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
@@ -794,26 +807,26 @@ Partial Class frmEintragAviso
Me.lblErrVorraussuchtlEintreffen.Location = New System.Drawing.Point(147, 69)
Me.lblErrVorraussuchtlEintreffen.Name = "lblErrVorraussuchtlEintreffen"
Me.lblErrVorraussuchtlEintreffen.Size = New System.Drawing.Size(244, 13)
Me.lblErrVorraussuchtlEintreffen.TabIndex = 52
Me.lblErrVorraussuchtlEintreffen.TabIndex = 8
Me.lblErrVorraussuchtlEintreffen.Text = "Datum kann icht kleiner als Erfassungsdatum sein!"
Me.lblErrVorraussuchtlEintreffen.Visible = False
'
'txtAvisiererAuftragsNr
'
Me.txtAvisiererAuftragsNr.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!)
Me.txtAvisiererAuftragsNr.Location = New System.Drawing.Point(9, 366)
Me.txtAvisiererAuftragsNr.Location = New System.Drawing.Point(9, 370)
Me.txtAvisiererAuftragsNr.MaxLength = 30
Me.txtAvisiererAuftragsNr.Name = "txtAvisiererAuftragsNr"
Me.txtAvisiererAuftragsNr.Size = New System.Drawing.Size(388, 20)
Me.txtAvisiererAuftragsNr.TabIndex = 46
Me.txtAvisiererAuftragsNr.TabIndex = 47
'
'Label23
'
Me.Label23.AutoSize = True
Me.Label23.Location = New System.Drawing.Point(6, 352)
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 = 45
Me.Label23.TabIndex = 46
Me.Label23.Text = "Avisierer-AuftragsNr.:"
'
'kdAuftraggeber
@@ -834,12 +847,12 @@ Partial Class frmEintragAviso
Me.kdAuftraggeber.KdNr = "-1"
Me.kdAuftraggeber.kdNrField = Nothing
Me.kdAuftraggeber.KdNrNullInt = Nothing
Me.kdAuftraggeber.Location = New System.Drawing.Point(9, 289)
Me.kdAuftraggeber.Location = New System.Drawing.Point(9, 293)
Me.kdAuftraggeber.Name = "kdAuftraggeber"
Me.kdAuftraggeber.nurAktive = False
Me.kdAuftraggeber.searchActive = True
Me.kdAuftraggeber.Size = New System.Drawing.Size(343, 20)
Me.kdAuftraggeber.TabIndex = 40
Me.kdAuftraggeber.TabIndex = 41
Me.kdAuftraggeber.TIMER_SEARCH = True
Me.kdAuftraggeber.usrcntl = Nothing
Me.kdAuftraggeber.Visible = False
@@ -862,12 +875,12 @@ Partial Class frmEintragAviso
Me.kdAvisierer.KdNr = "-1"
Me.kdAvisierer.kdNrField = Nothing
Me.kdAvisierer.KdNrNullInt = Nothing
Me.kdAvisierer.Location = New System.Drawing.Point(9, 250)
Me.kdAvisierer.Location = New System.Drawing.Point(9, 254)
Me.kdAvisierer.Name = "kdAvisierer"
Me.kdAvisierer.nurAktive = False
Me.kdAvisierer.searchActive = True
Me.kdAvisierer.Size = New System.Drawing.Size(343, 20)
Me.kdAvisierer.TabIndex = 34
Me.kdAvisierer.TabIndex = 35
Me.kdAvisierer.TIMER_SEARCH = True
Me.kdAvisierer.usrcntl = Nothing
'
@@ -889,7 +902,7 @@ Partial Class frmEintragAviso
Me.kdFrächter.KdNr = "-1"
Me.kdFrächter.kdNrField = Nothing
Me.kdFrächter.KdNrNullInt = Nothing
Me.kdFrächter.Location = New System.Drawing.Point(9, 211)
Me.kdFrächter.Location = New System.Drawing.Point(9, 215)
Me.kdFrächter.Name = "kdFrächter"
Me.kdFrächter.nurAktive = False
Me.kdFrächter.searchActive = True
@@ -901,12 +914,11 @@ Partial Class frmEintragAviso
'lblZA
'
Me.lblZA.AutoSize = True
Me.lblZA.Location = New System.Drawing.Point(6, 175)
Me.lblZA.Location = New System.Drawing.Point(6, 5)
Me.lblZA.Name = "lblZA"
Me.lblZA.Size = New System.Drawing.Size(44, 13)
Me.lblZA.TabIndex = 22
Me.lblZA.TabIndex = 0
Me.lblZA.Text = "Zollamt:"
Me.lblZA.Visible = False
'
'txtBestimmungszollstelle
'
@@ -922,18 +934,17 @@ Partial Class frmEintragAviso
Me.txtBestimmungszollstelle.INVISIBLE_COLUMNS = Nothing
Me.txtBestimmungszollstelle.key_visible = False
Me.txtBestimmungszollstelle.KEYPARAM = Nothing
Me.txtBestimmungszollstelle.Location = New System.Drawing.Point(58, 172)
Me.txtBestimmungszollstelle.Location = New System.Drawing.Point(52, 2)
Me.txtBestimmungszollstelle.MaxLength = 50
Me.txtBestimmungszollstelle.Name = "txtBestimmungszollstelle"
Me.txtBestimmungszollstelle.searchActive = True
Me.txtBestimmungszollstelle.Size = New System.Drawing.Size(294, 20)
Me.txtBestimmungszollstelle.Size = New System.Drawing.Size(239, 20)
Me.txtBestimmungszollstelle.SQL_ORDER_BY = Nothing
Me.txtBestimmungszollstelle.SQL_SELECT = Nothing
Me.txtBestimmungszollstelle.SQL_WHERE = Nothing
Me.txtBestimmungszollstelle.SQL_WhereParamList = Nothing
Me.txtBestimmungszollstelle.TabIndex = 23
Me.txtBestimmungszollstelle.TabIndex = 1
Me.txtBestimmungszollstelle.usrcntl = Nothing
Me.txtBestimmungszollstelle.Visible = False
'
'Button4
'
@@ -941,7 +952,7 @@ Partial Class frmEintragAviso
Me.Button4.FlatAppearance.BorderSize = 0
Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button4.Image = Global.AVISO.My.Resources.Resources.person_add
Me.Button4.Location = New System.Drawing.Point(377, 207)
Me.Button4.Location = New System.Drawing.Point(377, 211)
Me.Button4.Name = "Button4"
Me.Button4.Size = New System.Drawing.Size(25, 25)
Me.Button4.TabIndex = 29
@@ -975,7 +986,7 @@ Partial Class frmEintragAviso
Me.sbLkwNationalitaet.SQL_SELECT = Nothing
Me.sbLkwNationalitaet.SQL_WHERE = Nothing
Me.sbLkwNationalitaet.SQL_WhereParamList = Nothing
Me.sbLkwNationalitaet.TabIndex = 18
Me.sbLkwNationalitaet.TabIndex = 19
Me.sbLkwNationalitaet.usrcntl = Nothing
'
'Label18
@@ -984,17 +995,17 @@ Partial Class frmEintragAviso
Me.Label18.Location = New System.Drawing.Point(176, 125)
Me.Label18.Name = "Label18"
Me.Label18.Size = New System.Drawing.Size(27, 13)
Me.Label18.TabIndex = 14
Me.Label18.TabIndex = 15
Me.Label18.Text = "Nat."
'
'txtFahrerHandy
'
Me.txtFahrerHandy.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!)
Me.txtFahrerHandy.Location = New System.Drawing.Point(24, 328)
Me.txtFahrerHandy.Location = New System.Drawing.Point(24, 332)
Me.txtFahrerHandy.MaxLength = 30
Me.txtFahrerHandy.Name = "txtFahrerHandy"
Me.txtFahrerHandy.Size = New System.Drawing.Size(234, 20)
Me.txtFahrerHandy.TabIndex = 43
Me.txtFahrerHandy.TabIndex = 44
'
'Button2
'
@@ -1002,10 +1013,10 @@ Partial Class frmEintragAviso
Me.Button2.FlatAppearance.BorderSize = 0
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button2.Image = Global.AVISO.My.Resources.Resources.person_add
Me.Button2.Location = New System.Drawing.Point(377, 247)
Me.Button2.Location = New System.Drawing.Point(377, 251)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(25, 24)
Me.Button2.TabIndex = 36
Me.Button2.TabIndex = 37
Me.Button2.TabStop = False
Me.Button2.Tag = "Kunde hinzufügen"
Me.Button2.TextAlign = System.Drawing.ContentAlignment.BottomCenter
@@ -1016,7 +1027,7 @@ Partial Class frmEintragAviso
'
Me.pic.BackgroundImage = Global.AVISO.My.Resources.Resources.handy
Me.pic.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.pic.Location = New System.Drawing.Point(5, 328)
Me.pic.Location = New System.Drawing.Point(5, 332)
Me.pic.Name = "pic"
Me.pic.Size = New System.Drawing.Size(20, 20)
Me.pic.TabIndex = 40
@@ -1025,16 +1036,16 @@ Partial Class frmEintragAviso
'Label16
'
Me.Label16.AutoSize = True
Me.Label16.Location = New System.Drawing.Point(6, 314)
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 = 42
Me.Label16.TabIndex = 43
Me.Label16.Text = "Fahrer Handy-Nummer:"
'
'cbxFrächterUnbekannt
'
Me.cbxFrächterUnbekannt.AutoSize = True
Me.cbxFrächterUnbekannt.Location = New System.Drawing.Point(122, 194)
Me.cbxFrächterUnbekannt.Location = New System.Drawing.Point(122, 198)
Me.cbxFrächterUnbekannt.Name = "cbxFrächterUnbekannt"
Me.cbxFrächterUnbekannt.Size = New System.Drawing.Size(104, 17)
Me.cbxFrächterUnbekannt.TabIndex = 25
@@ -1049,10 +1060,10 @@ Partial Class frmEintragAviso
Me.btnAuftraggeber.FlatAppearance.BorderSize = 0
Me.btnAuftraggeber.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnAuftraggeber.Image = CType(resources.GetObject("btnAuftraggeber.Image"), System.Drawing.Image)
Me.btnAuftraggeber.Location = New System.Drawing.Point(352, 285)
Me.btnAuftraggeber.Location = New System.Drawing.Point(352, 289)
Me.btnAuftraggeber.Name = "btnAuftraggeber"
Me.btnAuftraggeber.Size = New System.Drawing.Size(25, 25)
Me.btnAuftraggeber.TabIndex = 41
Me.btnAuftraggeber.TabIndex = 42
Me.btnAuftraggeber.TabStop = False
Me.btnAuftraggeber.Tag = "Kunde hinzufügen"
Me.btnAuftraggeber.TextAlign = System.Drawing.ContentAlignment.BottomCenter
@@ -1070,7 +1081,7 @@ Partial Class frmEintragAviso
Me.UsrCntlTestsystem1.Margin = New System.Windows.Forms.Padding(5, 6, 5, 6)
Me.UsrCntlTestsystem1.Name = "UsrCntlTestsystem1"
Me.UsrCntlTestsystem1.Size = New System.Drawing.Size(152, 28)
Me.UsrCntlTestsystem1.TabIndex = 50
Me.UsrCntlTestsystem1.TabIndex = 51
'
'btnAvisiererKd
'
@@ -1079,10 +1090,10 @@ Partial Class frmEintragAviso
Me.btnAvisiererKd.FlatAppearance.BorderSize = 0
Me.btnAvisiererKd.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnAvisiererKd.Image = CType(resources.GetObject("btnAvisiererKd.Image"), System.Drawing.Image)
Me.btnAvisiererKd.Location = New System.Drawing.Point(352, 246)
Me.btnAvisiererKd.Location = New System.Drawing.Point(352, 250)
Me.btnAvisiererKd.Name = "btnAvisiererKd"
Me.btnAvisiererKd.Size = New System.Drawing.Size(25, 25)
Me.btnAvisiererKd.TabIndex = 35
Me.btnAvisiererKd.TabIndex = 36
Me.btnAvisiererKd.TabStop = False
Me.btnAvisiererKd.Tag = "Kunde hinzufügen"
Me.btnAvisiererKd.TextAlign = System.Drawing.ContentAlignment.BottomCenter
@@ -1096,7 +1107,7 @@ Partial Class frmEintragAviso
Me.btnFraechterKd.FlatAppearance.BorderSize = 0
Me.btnFraechterKd.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnFraechterKd.Image = CType(resources.GetObject("btnFraechterKd.Image"), System.Drawing.Image)
Me.btnFraechterKd.Location = New System.Drawing.Point(352, 207)
Me.btnFraechterKd.Location = New System.Drawing.Point(352, 211)
Me.btnFraechterKd.Name = "btnFraechterKd"
Me.btnFraechterKd.Size = New System.Drawing.Size(25, 25)
Me.btnFraechterKd.TabIndex = 28
@@ -1113,7 +1124,7 @@ Partial Class frmEintragAviso
Me.lblErrImex.Location = New System.Drawing.Point(236, 109)
Me.lblErrImex.Name = "lblErrImex"
Me.lblErrImex.Size = New System.Drawing.Size(119, 13)
Me.lblErrImex.TabIndex = 10
Me.lblErrImex.TabIndex = 11
Me.lblErrImex.Text = "Import/Export angeben!"
Me.lblErrImex.Visible = False
'
@@ -1128,7 +1139,7 @@ Partial Class frmEintragAviso
Me.cboImEx.Location = New System.Drawing.Point(312, 139)
Me.cboImEx.Name = "cboImEx"
Me.cboImEx.Size = New System.Drawing.Size(79, 28)
Me.cboImEx.TabIndex = 19
Me.cboImEx.TabIndex = 21
Me.cboImEx.Visible = False
'
'Label1
@@ -1138,7 +1149,7 @@ Partial Class frmEintragAviso
Me.Label1.Location = New System.Drawing.Point(309, 125)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(35, 13)
Me.Label1.TabIndex = 16
Me.Label1.TabIndex = 17
Me.Label1.Text = "Im/Ex"
Me.Label1.Visible = False
'
@@ -1157,10 +1168,10 @@ Partial Class frmEintragAviso
'
Me.lblErr_Avisierer.AutoSize = True
Me.lblErr_Avisierer.ForeColor = System.Drawing.Color.Red
Me.lblErr_Avisierer.Location = New System.Drawing.Point(194, 234)
Me.lblErr_Avisierer.Location = New System.Drawing.Point(194, 238)
Me.lblErr_Avisierer.Name = "lblErr_Avisierer"
Me.lblErr_Avisierer.Size = New System.Drawing.Size(97, 13)
Me.lblErr_Avisierer.TabIndex = 32
Me.lblErr_Avisierer.TabIndex = 33
Me.lblErr_Avisierer.Text = "Avisierer eingeben!"
Me.lblErr_Avisierer.Visible = False
'
@@ -1168,7 +1179,7 @@ Partial Class frmEintragAviso
'
Me.lblErr_Frächter.AutoSize = True
Me.lblErr_Frächter.ForeColor = System.Drawing.Color.Red
Me.lblErr_Frächter.Location = New System.Drawing.Point(92, 234)
Me.lblErr_Frächter.Location = New System.Drawing.Point(92, 238)
Me.lblErr_Frächter.Name = "lblErr_Frächter"
Me.lblErr_Frächter.Size = New System.Drawing.Size(96, 13)
Me.lblErr_Frächter.TabIndex = 31
@@ -1182,7 +1193,7 @@ Partial Class frmEintragAviso
Me.lblErr_LKW.Location = New System.Drawing.Point(75, 125)
Me.lblErr_LKW.Name = "lblErr_LKW"
Me.lblErr_LKW.Size = New System.Drawing.Size(95, 13)
Me.lblErr_LKW.TabIndex = 13
Me.lblErr_LKW.TabIndex = 14
Me.lblErr_LKW.Text = "LKW-Nr eingeben!"
Me.lblErr_LKW.Visible = False
'
@@ -1193,7 +1204,7 @@ Partial Class frmEintragAviso
Me.lblErr_Grenzstelle.Location = New System.Drawing.Point(157, 109)
Me.lblErr_Grenzstelle.Name = "lblErr_Grenzstelle"
Me.lblErr_Grenzstelle.Size = New System.Drawing.Size(109, 13)
Me.lblErr_Grenzstelle.TabIndex = 9
Me.lblErr_Grenzstelle.TabIndex = 10
Me.lblErr_Grenzstelle.Text = "Grenzstelle eingeben!"
Me.lblErr_Grenzstelle.Visible = False
'
@@ -1205,7 +1216,7 @@ Partial Class frmEintragAviso
Me.lblErrFmZollKdNr.Location = New System.Drawing.Point(176, 431)
Me.lblErrFmZollKdNr.Name = "lblErrFmZollKdNr"
Me.lblErrFmZollKdNr.Size = New System.Drawing.Size(156, 26)
Me.lblErrFmZollKdNr.TabIndex = 49
Me.lblErrFmZollKdNr.TabIndex = 50
Me.lblErrFmZollKdNr.Text = "Wenn möglich bitte die FM-Zoll " & Global.Microsoft.VisualBasic.ChrW(10) & "Zuordnung mit KdNr eintragen!"
Me.lblErrFmZollKdNr.Visible = False
'
@@ -1214,10 +1225,10 @@ Partial Class frmEintragAviso
Me.Button1.FlatAppearance.BorderSize = 0
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button1.Image = CType(resources.GetObject("Button1.Image"), System.Drawing.Image)
Me.Button1.Location = New System.Drawing.Point(360, 151)
Me.Button1.Location = New System.Drawing.Point(360, 149)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(37, 20)
Me.Button1.TabIndex = 21
Me.Button1.TabIndex = 22
Me.Button1.UseVisualStyleBackColor = True
Me.Button1.Visible = False
'
@@ -1229,7 +1240,7 @@ Partial Class frmEintragAviso
Me.btnAbsSrch.Location = New System.Drawing.Point(360, 112)
Me.btnAbsSrch.Name = "btnAbsSrch"
Me.btnAbsSrch.Size = New System.Drawing.Size(37, 20)
Me.btnAbsSrch.TabIndex = 11
Me.btnAbsSrch.TabIndex = 12
Me.btnAbsSrch.UseVisualStyleBackColor = True
Me.btnAbsSrch.Visible = False
'
@@ -1239,20 +1250,20 @@ Partial Class frmEintragAviso
Me.lblAtrAvis.Cursor = System.Windows.Forms.Cursors.Hand
Me.lblAtrAvis.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblAtrAvis.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
Me.lblAtrAvis.Location = New System.Drawing.Point(296, 274)
Me.lblAtrAvis.Location = New System.Drawing.Point(296, 278)
Me.lblAtrAvis.Name = "lblAtrAvis"
Me.lblAtrAvis.Size = New System.Drawing.Size(56, 13)
Me.lblAtrAvis.TabIndex = 39
Me.lblAtrAvis.TabIndex = 40
Me.lblAtrAvis.Text = "= Avisierer"
Me.lblAtrAvis.Visible = False
'
'lblAtr
'
Me.lblAtr.AutoSize = True
Me.lblAtr.Location = New System.Drawing.Point(6, 274)
Me.lblAtr.Location = New System.Drawing.Point(6, 278)
Me.lblAtr.Name = "lblAtr"
Me.lblAtr.Size = New System.Drawing.Size(71, 13)
Me.lblAtr.TabIndex = 37
Me.lblAtr.TabIndex = 38
Me.lblAtr.Text = "Auftraggeber:"
Me.lblAtr.Visible = False
'
@@ -1262,19 +1273,19 @@ Partial Class frmEintragAviso
Me.Label17.Cursor = System.Windows.Forms.Cursors.Hand
Me.Label17.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label17.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
Me.Label17.Location = New System.Drawing.Point(297, 234)
Me.Label17.Location = New System.Drawing.Point(297, 238)
Me.Label17.Name = "Label17"
Me.Label17.Size = New System.Drawing.Size(55, 13)
Me.Label17.TabIndex = 33
Me.Label17.TabIndex = 34
Me.Label17.Text = "= Frächter"
'
'cbxAuftraggeberfurAlleSendungen
'
Me.cbxAuftraggeberfurAlleSendungen.AutoSize = True
Me.cbxAuftraggeberfurAlleSendungen.Location = New System.Drawing.Point(122, 272)
Me.cbxAuftraggeberfurAlleSendungen.Location = New System.Drawing.Point(122, 276)
Me.cbxAuftraggeberfurAlleSendungen.Name = "cbxAuftraggeberfurAlleSendungen"
Me.cbxAuftraggeberfurAlleSendungen.Size = New System.Drawing.Size(194, 17)
Me.cbxAuftraggeberfurAlleSendungen.TabIndex = 38
Me.cbxAuftraggeberfurAlleSendungen.TabIndex = 39
Me.cbxAuftraggeberfurAlleSendungen.Text = "= Auftraggeber (für alle Sendungen)"
Me.cbxAuftraggeberfurAlleSendungen.UseVisualStyleBackColor = True
'
@@ -1284,7 +1295,7 @@ Partial Class frmEintragAviso
Me.Label22.Cursor = System.Windows.Forms.Cursors.Hand
Me.Label22.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label22.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
Me.Label22.Location = New System.Drawing.Point(296, 195)
Me.Label22.Location = New System.Drawing.Point(296, 199)
Me.Label22.Name = "Label22"
Me.Label22.Size = New System.Drawing.Size(56, 13)
Me.Label22.TabIndex = 26
@@ -1680,16 +1691,28 @@ Partial Class frmEintragAviso
Me.clmnPfad.ReadOnly = True
Me.clmnPfad.Visible = False
'
'lblErr_KdNr
'cbxWarenort
'
Me.lblErr_KdNr.AutoSize = True
Me.lblErr_KdNr.ForeColor = System.Drawing.Color.Red
Me.lblErr_KdNr.Location = New System.Drawing.Point(130, 234)
Me.lblErr_KdNr.Name = "lblErr_KdNr"
Me.lblErr_KdNr.Size = New System.Drawing.Size(136, 13)
Me.lblErr_KdNr.TabIndex = 53
Me.lblErr_KdNr.Text = "Kunden-Nummer eingeben!"
Me.lblErr_KdNr.Visible = False
Me.cbxWarenort.AutoSize = True
Me.cbxWarenort.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
Me.cbxWarenort.Location = New System.Drawing.Point(300, 4)
Me.cbxWarenort.Name = "cbxWarenort"
Me.cbxWarenort.Size = New System.Drawing.Size(70, 17)
Me.cbxWarenort.TabIndex = 2
Me.cbxWarenort.Text = "Warenort"
Me.cbxWarenort.UseVisualStyleBackColor = True
'
'pnl
'
Me.pnl.BackColor = System.Drawing.Color.PapayaWhip
Me.pnl.Controls.Add(Me.cbxWarenort)
Me.pnl.Controls.Add(Me.txtBestimmungszollstelle)
Me.pnl.Controls.Add(Me.lblZA)
Me.pnl.Location = New System.Drawing.Point(0, 170)
Me.pnl.Name = "pnl"
Me.pnl.Size = New System.Drawing.Size(402, 24)
Me.pnl.TabIndex = 23
Me.pnl.Visible = False
'
'frmEintragAviso
'
@@ -1741,6 +1764,8 @@ Partial Class frmEintragAviso
Me.pnlSBG.ResumeLayout(False)
Me.pnlSBG.PerformLayout()
CType(Me.dgvAnhaenge, System.ComponentModel.ISupportInitialize).EndInit()
Me.pnl.ResumeLayout(False)
Me.pnl.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
@@ -1865,4 +1890,6 @@ Partial Class frmEintragAviso
Friend WithEvents columnName As DataGridViewTextBoxColumn
Friend WithEvents clmnPfad As DataGridViewTextBoxColumn
Friend WithEvents lblErr_KdNr As Label
Friend WithEvents cbxWarenort As CheckBox
Friend WithEvents pnl As Panel
End Class