This commit is contained in:
2020-11-27 22:56:38 +01:00
parent 24dd462073
commit 65ee38135e
72 changed files with 16680 additions and 587 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.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()
@@ -103,7 +104,6 @@ Partial Class frmEintragAviso
Me.lblErr_LKW = New System.Windows.Forms.Label()
Me.lblErr_Grenzstelle = New System.Windows.Forms.Label()
Me.Button1 = New System.Windows.Forms.Button()
Me.btnAbsSrch = 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()
@@ -115,6 +115,7 @@ Partial Class frmEintragAviso
Me.cbxWarenort = New System.Windows.Forms.CheckBox()
Me.txtBestimmungszollstelle = New VERAG_PROG_ALLGEMEIN.MySearchBox()
Me.lblZA = New System.Windows.Forms.Label()
Me.btnAbsSrch = New System.Windows.Forms.Button()
Me.UsrCntlTestsystem1 = New VERAG_PROG_ALLGEMEIN.usrCntlTestsystem()
Me.lblErrFmZollKdNr = New System.Windows.Forms.Label()
Me.grp = New System.Windows.Forms.GroupBox()
@@ -145,13 +146,10 @@ Partial Class frmEintragAviso
Me.columnName = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.clmnPfad = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.UsrCntlEintragAvisoAtilla = New AVISO.usrCntlEintragAvisoAtilla()
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.dgvVorpapier = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
Me.clmnArt = New System.Windows.Forms.DataGridViewComboBoxColumn()
Me.clmnMRN = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
Me.UsrCntlAviso_Vorpapiere1 = New AVISO.usrCntlAviso_Vorpapiere()
Me.panAdmin.SuspendLayout()
Me.grpAviso.SuspendLayout()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.pic, System.ComponentModel.ISupportInitialize).BeginInit()
Me.pnl.SuspendLayout()
Me.grp.SuspendLayout()
@@ -159,9 +157,6 @@ Partial Class frmEintragAviso
Me.grpAktVerzollung.SuspendLayout()
Me.pnlSBG.SuspendLayout()
CType(Me.dgvAnhaenge, System.ComponentModel.ISupportInitialize).BeginInit()
Me.GroupBox1.SuspendLayout()
CType(Me.dgvVorpapier, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'btnOK
@@ -779,6 +774,16 @@ Partial Class frmEintragAviso
Me.grpAviso.TabStop = False
Me.grpAviso.Text = "Aviso"
'
'PictureBox1
'
Me.PictureBox1.BackgroundImage = Global.AVISO.My.Resources.Resources.lorry
Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.PictureBox1.Location = New System.Drawing.Point(3, 143)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(22, 24)
Me.PictureBox1.TabIndex = 48
Me.PictureBox1.TabStop = False
'
'lblErr_KdNr
'
Me.lblErr_KdNr.AutoSize = True
@@ -1176,18 +1181,6 @@ Partial Class frmEintragAviso
Me.Button1.UseVisualStyleBackColor = True
Me.Button1.Visible = False
'
'btnAbsSrch
'
Me.btnAbsSrch.FlatAppearance.BorderSize = 0
Me.btnAbsSrch.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnAbsSrch.Image = CType(resources.GetObject("btnAbsSrch.Image"), System.Drawing.Image)
Me.btnAbsSrch.Location = New System.Drawing.Point(447, 411)
Me.btnAbsSrch.Name = "btnAbsSrch"
Me.btnAbsSrch.Size = New System.Drawing.Size(37, 20)
Me.btnAbsSrch.TabIndex = 12
Me.btnAbsSrch.UseVisualStyleBackColor = True
Me.btnAbsSrch.Visible = False
'
'lblAtrAvis
'
Me.lblAtrAvis.AutoSize = True
@@ -1324,6 +1317,18 @@ Partial Class frmEintragAviso
Me.lblZA.TabIndex = 0
Me.lblZA.Text = "Zollamt:"
'
'btnAbsSrch
'
Me.btnAbsSrch.FlatAppearance.BorderSize = 0
Me.btnAbsSrch.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnAbsSrch.Image = CType(resources.GetObject("btnAbsSrch.Image"), System.Drawing.Image)
Me.btnAbsSrch.Location = New System.Drawing.Point(447, 411)
Me.btnAbsSrch.Name = "btnAbsSrch"
Me.btnAbsSrch.Size = New System.Drawing.Size(37, 20)
Me.btnAbsSrch.TabIndex = 12
Me.btnAbsSrch.UseVisualStyleBackColor = True
Me.btnAbsSrch.Visible = False
'
'UsrCntlTestsystem1
'
Me.UsrCntlTestsystem1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
@@ -1717,57 +1722,13 @@ Partial Class frmEintragAviso
Me.UsrCntlEintragAvisoAtilla.TabIndex = 6
Me.UsrCntlEintragAvisoAtilla.Visible = False
'
'GroupBox1
'UsrCntlAviso_Vorpapiere1
'
Me.GroupBox1.Controls.Add(Me.dgvVorpapier)
Me.GroupBox1.Location = New System.Drawing.Point(12, 455)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(403, 150)
Me.GroupBox1.TabIndex = 56
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Vorpapiere"
'
'dgvVorpapier
'
Me.dgvVorpapier.AKTUALISIERUNGS_INTERVALL = -1
Me.dgvVorpapier.AllowUserToResizeColumns = False
Me.dgvVorpapier.AllowUserToResizeRows = False
Me.dgvVorpapier.BackgroundColor = System.Drawing.Color.White
Me.dgvVorpapier.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.dgvVorpapier.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.clmnArt, Me.clmnMRN})
Me.dgvVorpapier.Location = New System.Drawing.Point(9, 19)
Me.dgvVorpapier.Name = "dgvVorpapier"
Me.dgvVorpapier.RowHeadersWidth = 25
Me.dgvVorpapier.Size = New System.Drawing.Size(388, 126)
Me.dgvVorpapier.TabIndex = 36
'
'clmnArt
'
Me.clmnArt.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.ComboBox
Me.clmnArt.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.clmnArt.HeaderText = "Art"
Me.clmnArt.Items.AddRange(New Object() {"ATA", "MRN", "CRN"})
Me.clmnArt.Name = "clmnArt"
Me.clmnArt.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
Me.clmnArt.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic
Me.clmnArt.Visible = False
Me.clmnArt.Width = 60
'
'clmnMRN
'
Me.clmnMRN.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
Me.clmnMRN.HeaderText = "T1 MRN"
Me.clmnMRN.Name = "clmnMRN"
'
'PictureBox1
'
Me.PictureBox1.BackgroundImage = Global.AVISO.My.Resources.Resources.lorry
Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.PictureBox1.Location = New System.Drawing.Point(3, 143)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(22, 24)
Me.PictureBox1.TabIndex = 48
Me.PictureBox1.TabStop = False
Me.UsrCntlAviso_Vorpapiere1.BackColor = System.Drawing.Color.White
Me.UsrCntlAviso_Vorpapiere1.Location = New System.Drawing.Point(12, 462)
Me.UsrCntlAviso_Vorpapiere1.Name = "UsrCntlAviso_Vorpapiere1"
Me.UsrCntlAviso_Vorpapiere1.Size = New System.Drawing.Size(410, 157)
Me.UsrCntlAviso_Vorpapiere1.TabIndex = 63
'
'frmEintragAviso
'
@@ -1776,9 +1737,9 @@ Partial Class frmEintragAviso
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.White
Me.ClientSize = New System.Drawing.Size(792, 728)
Me.Controls.Add(Me.UsrCntlAviso_Vorpapiere1)
Me.Controls.Add(Me.btnAbsSrch)
Me.Controls.Add(Me.panAdmin)
Me.Controls.Add(Me.GroupBox1)
Me.Controls.Add(Me.grp)
Me.Controls.Add(Me.txtDyRef)
Me.Controls.Add(Me.picDy)
@@ -1817,6 +1778,7 @@ Partial Class frmEintragAviso
Me.panAdmin.PerformLayout()
Me.grpAviso.ResumeLayout(False)
Me.grpAviso.PerformLayout()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.pic, System.ComponentModel.ISupportInitialize).EndInit()
Me.pnl.ResumeLayout(False)
Me.pnl.PerformLayout()
@@ -1828,9 +1790,6 @@ Partial Class frmEintragAviso
Me.pnlSBG.ResumeLayout(False)
Me.pnlSBG.PerformLayout()
CType(Me.dgvAnhaenge, System.ComponentModel.ISupportInitialize).EndInit()
Me.GroupBox1.ResumeLayout(False)
CType(Me.dgvVorpapier, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
@@ -1957,9 +1916,6 @@ Partial Class frmEintragAviso
Friend WithEvents lblErr_KdNr As Label
Friend WithEvents cbxWarenort As CheckBox
Friend WithEvents pnl As Panel
Friend WithEvents GroupBox1 As GroupBox
Friend WithEvents dgvVorpapier As VERAG_PROG_ALLGEMEIN.MyDatagridview
Friend WithEvents clmnArt As DataGridViewComboBoxColumn
Friend WithEvents clmnMRN As DataGridViewTextBoxColumn
Friend WithEvents PictureBox1 As PictureBox
Friend WithEvents UsrCntlAviso_Vorpapiere1 As usrCntlAviso_Vorpapiere
End Class