This commit is contained in:
2021-10-20 22:24:56 +02:00
parent 787491cf6b
commit 2d7bb951d2
26 changed files with 1204 additions and 415 deletions

View File

@@ -75,7 +75,10 @@ Partial Class frmEintragAviso
Me.cboGrenzstelle = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.lblAktenuebersicht = New System.Windows.Forms.Label()
Me.grpAviso = New System.Windows.Forms.GroupBox()
Me.cboTransportmittelart = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.Label4 = New System.Windows.Forms.Label()
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
Me.Button1 = New System.Windows.Forms.Button()
Me.lblErr_KdNr = New System.Windows.Forms.Label()
Me.Button5 = New System.Windows.Forms.Button()
Me.lblErrVorraussuchtlEintreffen = New System.Windows.Forms.Label()
@@ -103,7 +106,6 @@ Partial Class frmEintragAviso
Me.lblErr_Frächter = New System.Windows.Forms.Label()
Me.lblErr_LKW = New System.Windows.Forms.Label()
Me.lblErr_Grenzstelle = New System.Windows.Forms.Label()
Me.Button1 = New System.Windows.Forms.Button()
Me.lblAtrAvis = New System.Windows.Forms.Label()
Me.lblAtr = New System.Windows.Forms.Label()
Me.Label17 = New System.Windows.Forms.Label()
@@ -112,8 +114,8 @@ Partial Class frmEintragAviso
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()
Me.txtBestimmungszollstelle = New VERAG_PROG_ALLGEMEIN.MySearchBox()
Me.cbxWarenort = New System.Windows.Forms.CheckBox()
Me.lblZA = New System.Windows.Forms.Label()
Me.btnAbsSrch = New System.Windows.Forms.Button()
Me.UsrCntlTestsystem1 = New VERAG_PROG_ALLGEMEIN.usrCntlTestsystem()
@@ -145,12 +147,12 @@ 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.UsrCntlEintragAvisoAtilla = New AVISO.usrCntlEintragAvisoAtilla()
Me.UsrCntlAviso_Vorpapiere1 = New AVISO.usrCntlAviso_Vorpapiere()
Me.cboFirma = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.Label2 = New System.Windows.Forms.Label()
Me.cboTransportmittelart = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.Label4 = New System.Windows.Forms.Label()
Me.lblTeamAvisierer = New System.Windows.Forms.Label()
Me.lblTeamFraechter = New System.Windows.Forms.Label()
Me.UsrCntlAviso_Vorpapiere1 = New AVISO.usrCntlAviso_Vorpapiere()
Me.UsrCntlEintragAvisoAtilla = New AVISO.usrCntlEintragAvisoAtilla()
Me.panAdmin.SuspendLayout()
Me.grpAviso.SuspendLayout()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -725,6 +727,8 @@ Partial Class frmEintragAviso
'
'grpAviso
'
Me.grpAviso.Controls.Add(Me.lblTeamFraechter)
Me.grpAviso.Controls.Add(Me.lblTeamAvisierer)
Me.grpAviso.Controls.Add(Me.cboTransportmittelart)
Me.grpAviso.Controls.Add(Me.Label4)
Me.grpAviso.Controls.Add(Me.PictureBox1)
@@ -783,6 +787,32 @@ Partial Class frmEintragAviso
Me.grpAviso.TabStop = False
Me.grpAviso.Text = "Aviso"
'
'cboTransportmittelart
'
Me.cboTransportmittelart._allowedValuesFreiText = Nothing
Me.cboTransportmittelart._allowFreiText = False
Me.cboTransportmittelart._value = ""
Me.cboTransportmittelart.BackColor = System.Drawing.Color.White
Me.cboTransportmittelart.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cboTransportmittelart.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.cboTransportmittelart.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cboTransportmittelart.FormattingEnabled = True
Me.cboTransportmittelart.Items.AddRange(New Object() {"", "SUB", "SBG", "WAI", "NKD", "SFD", "NEU", "AMB", "WO_GE", "???"})
Me.cboTransportmittelart.Location = New System.Drawing.Point(245, 139)
Me.cboTransportmittelart.Name = "cboTransportmittelart"
Me.cboTransportmittelart.Size = New System.Drawing.Size(146, 28)
Me.cboTransportmittelart.TabIndex = 17
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.ForeColor = System.Drawing.Color.Black
Me.Label4.Location = New System.Drawing.Point(242, 125)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(120, 13)
Me.Label4.TabIndex = 14
Me.Label4.Text = "Art des Transportmittels:"
'
'PictureBox1
'
Me.PictureBox1.BackgroundImage = Global.AVISO.My.Resources.Resources.lorry
@@ -793,6 +823,18 @@ Partial Class frmEintragAviso
Me.PictureBox1.TabIndex = 48
Me.PictureBox1.TabStop = False
'
'Button1
'
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(357, 85)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(37, 20)
Me.Button1.TabIndex = 10
Me.Button1.UseVisualStyleBackColor = True
Me.Button1.Visible = False
'
'lblErr_KdNr
'
Me.lblErr_KdNr.AutoSize = True
@@ -1177,18 +1219,6 @@ Partial Class frmEintragAviso
Me.lblErr_Grenzstelle.Text = "Grenzstelle eingeben!"
Me.lblErr_Grenzstelle.Visible = False
'
'Button1
'
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(357, 85)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(37, 20)
Me.Button1.TabIndex = 10
Me.Button1.UseVisualStyleBackColor = True
Me.Button1.Visible = False
'
'lblAtrAvis
'
Me.lblAtrAvis.AutoSize = True
@@ -1279,17 +1309,6 @@ Partial Class frmEintragAviso
Me.pnl.TabIndex = 22
Me.pnl.Visible = False
'
'cbxWarenort
'
Me.cbxWarenort.AutoSize = True
Me.cbxWarenort.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
Me.cbxWarenort.Location = New System.Drawing.Point(134, 2)
Me.cbxWarenort.Name = "cbxWarenort"
Me.cbxWarenort.Size = New System.Drawing.Size(70, 17)
Me.cbxWarenort.TabIndex = 1
Me.cbxWarenort.Text = "Warenort"
Me.cbxWarenort.UseVisualStyleBackColor = True
'
'txtBestimmungszollstelle
'
Me.txtBestimmungszollstelle._allowFreitext = False
@@ -1316,6 +1335,17 @@ Partial Class frmEintragAviso
Me.txtBestimmungszollstelle.TabIndex = 2
Me.txtBestimmungszollstelle.usrcntl = Nothing
'
'cbxWarenort
'
Me.cbxWarenort.AutoSize = True
Me.cbxWarenort.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
Me.cbxWarenort.Location = New System.Drawing.Point(134, 2)
Me.cbxWarenort.Name = "cbxWarenort"
Me.cbxWarenort.Size = New System.Drawing.Size(70, 17)
Me.cbxWarenort.TabIndex = 1
Me.cbxWarenort.Text = "Warenort"
Me.cbxWarenort.UseVisualStyleBackColor = True
'
'lblZA
'
Me.lblZA.AutoSize = True
@@ -1721,23 +1751,6 @@ Partial Class frmEintragAviso
Me.clmnPfad.ReadOnly = True
Me.clmnPfad.Visible = False
'
'UsrCntlEintragAvisoAtilla
'
Me.UsrCntlEintragAvisoAtilla.BackColor = System.Drawing.Color.White
Me.UsrCntlEintragAvisoAtilla.Location = New System.Drawing.Point(424, 49)
Me.UsrCntlEintragAvisoAtilla.Name = "UsrCntlEintragAvisoAtilla"
Me.UsrCntlEintragAvisoAtilla.Size = New System.Drawing.Size(360, 487)
Me.UsrCntlEintragAvisoAtilla.TabIndex = 8
Me.UsrCntlEintragAvisoAtilla.Visible = False
'
'UsrCntlAviso_Vorpapiere1
'
Me.UsrCntlAviso_Vorpapiere1.BackColor = System.Drawing.Color.White
Me.UsrCntlAviso_Vorpapiere1.Location = New System.Drawing.Point(12, 489)
Me.UsrCntlAviso_Vorpapiere1.Name = "UsrCntlAviso_Vorpapiere1"
Me.UsrCntlAviso_Vorpapiere1.Size = New System.Drawing.Size(410, 157)
Me.UsrCntlAviso_Vorpapiere1.TabIndex = 20
'
'cboFirma
'
Me.cboFirma._allowedValuesFreiText = Nothing
@@ -1758,31 +1771,52 @@ Partial Class frmEintragAviso
Me.Label2.TabIndex = 5
Me.Label2.Text = "FIRMA:"
'
'cboTransportmittelart
'lblTeamAvisierer
'
Me.cboTransportmittelart._allowedValuesFreiText = Nothing
Me.cboTransportmittelart._allowFreiText = False
Me.cboTransportmittelart._value = ""
Me.cboTransportmittelart.BackColor = System.Drawing.Color.White
Me.cboTransportmittelart.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cboTransportmittelart.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.cboTransportmittelart.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cboTransportmittelart.FormattingEnabled = True
Me.cboTransportmittelart.Items.AddRange(New Object() {"", "SUB", "SBG", "WAI", "NKD", "SFD", "NEU", "AMB", "WO_GE", "???"})
Me.cboTransportmittelart.Location = New System.Drawing.Point(245, 139)
Me.cboTransportmittelart.Name = "cboTransportmittelart"
Me.cboTransportmittelart.Size = New System.Drawing.Size(146, 28)
Me.cboTransportmittelart.TabIndex = 17
Me.lblTeamAvisierer.BackColor = System.Drawing.Color.Transparent
Me.lblTeamAvisierer.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblTeamAvisierer.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
Me.lblTeamAvisierer.Location = New System.Drawing.Point(258, 288)
Me.lblTeamAvisierer.Name = "lblTeamAvisierer"
Me.lblTeamAvisierer.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.lblTeamAvisierer.Size = New System.Drawing.Size(88, 13)
Me.lblTeamAvisierer.TabIndex = 49
Me.lblTeamAvisierer.Text = "TEAM"
Me.lblTeamAvisierer.TextAlign = System.Drawing.ContentAlignment.TopRight
Me.lblTeamAvisierer.UseCompatibleTextRendering = True
Me.lblTeamAvisierer.Visible = False
'
'Label4
'lblTeamFraechter
'
Me.Label4.AutoSize = True
Me.Label4.ForeColor = System.Drawing.Color.Black
Me.Label4.Location = New System.Drawing.Point(242, 125)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(120, 13)
Me.Label4.TabIndex = 14
Me.Label4.Text = "Art des Transportmittels:"
Me.lblTeamFraechter.BackColor = System.Drawing.Color.Transparent
Me.lblTeamFraechter.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblTeamFraechter.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
Me.lblTeamFraechter.Location = New System.Drawing.Point(258, 249)
Me.lblTeamFraechter.Name = "lblTeamFraechter"
Me.lblTeamFraechter.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.lblTeamFraechter.Size = New System.Drawing.Size(88, 13)
Me.lblTeamFraechter.TabIndex = 50
Me.lblTeamFraechter.Text = "TEAM"
Me.lblTeamFraechter.TextAlign = System.Drawing.ContentAlignment.TopRight
Me.lblTeamFraechter.UseCompatibleTextRendering = True
Me.lblTeamFraechter.Visible = False
'
'UsrCntlAviso_Vorpapiere1
'
Me.UsrCntlAviso_Vorpapiere1.BackColor = System.Drawing.Color.White
Me.UsrCntlAviso_Vorpapiere1.Location = New System.Drawing.Point(12, 489)
Me.UsrCntlAviso_Vorpapiere1.Name = "UsrCntlAviso_Vorpapiere1"
Me.UsrCntlAviso_Vorpapiere1.Size = New System.Drawing.Size(410, 157)
Me.UsrCntlAviso_Vorpapiere1.TabIndex = 20
'
'UsrCntlEintragAvisoAtilla
'
Me.UsrCntlEintragAvisoAtilla.BackColor = System.Drawing.Color.White
Me.UsrCntlEintragAvisoAtilla.Location = New System.Drawing.Point(424, 49)
Me.UsrCntlEintragAvisoAtilla.Name = "UsrCntlEintragAvisoAtilla"
Me.UsrCntlEintragAvisoAtilla.Size = New System.Drawing.Size(360, 487)
Me.UsrCntlEintragAvisoAtilla.TabIndex = 8
Me.UsrCntlEintragAvisoAtilla.Visible = False
'
'frmEintragAviso
'
@@ -1978,4 +2012,6 @@ Partial Class frmEintragAviso
Friend WithEvents Label2 As Label
Friend WithEvents cboTransportmittelart As VERAG_PROG_ALLGEMEIN.MyComboBox
Friend WithEvents Label4 As Label
Friend WithEvents lblTeamFraechter As Label
Friend WithEvents lblTeamAvisierer As Label
End Class