This commit is contained in:
2022-03-21 09:19:52 +01:00
parent 4491b88deb
commit a4ad6cc8c8
68 changed files with 12141 additions and 6529 deletions

View File

@@ -28,12 +28,12 @@ Partial Class frmSendungsdetailsNEU
Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Me.pnl = New System.Windows.Forms.Panel()
Me.Panel4 = New System.Windows.Forms.Panel()
Me.TabControl1 = New System.Windows.Forms.TabControl()
Me.tbKundenInfo = New System.Windows.Forms.TabPage()
Me.pnlKundenInfo = New System.Windows.Forms.Panel()
Me.Panel20 = New System.Windows.Forms.Panel()
Me.tbAnhang = New System.Windows.Forms.TabPage()
Me.btnDirektAnfuegen = New System.Windows.Forms.Button()
Me.dgvAnhang = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
@@ -52,9 +52,6 @@ Partial Class frmSendungsdetailsNEU
Me.btnOptionen = New System.Windows.Forms.Button()
Me.btnImportAssi = New System.Windows.Forms.Button()
Me.lblAnhaenge = New System.Windows.Forms.Label()
Me.tbKundenInfo = New System.Windows.Forms.TabPage()
Me.pnlKundenInfo = New System.Windows.Forms.Panel()
Me.Panel20 = New System.Windows.Forms.Panel()
Me.tbZollabfertigung = New System.Windows.Forms.TabPage()
Me.Panel16 = New System.Windows.Forms.Panel()
Me.dgvZollAnmeldungen = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
@@ -355,6 +352,7 @@ Partial Class frmSendungsdetailsNEU
Me.cntxtOptions = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.ToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
Me.GelangensbestätigungToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.KreditlimitRisikobewertungToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolTip = New System.Windows.Forms.ToolTip(Me.components)
Me.ctxtWeitereFormulare = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.toolGelangensbestätigung = New System.Windows.Forms.ToolStripMenuItem()
@@ -381,11 +379,11 @@ Partial Class frmSendungsdetailsNEU
Me.pnl.SuspendLayout()
Me.Panel4.SuspendLayout()
Me.TabControl1.SuspendLayout()
Me.tbKundenInfo.SuspendLayout()
Me.tbAnhang.SuspendLayout()
CType(Me.dgvAnhang, System.ComponentModel.ISupportInitialize).BeginInit()
Me.Panel19.SuspendLayout()
Me.Panel21.SuspendLayout()
Me.tbKundenInfo.SuspendLayout()
Me.tbZollabfertigung.SuspendLayout()
Me.Panel16.SuspendLayout()
CType(Me.dgvZollAnmeldungen, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -464,27 +462,62 @@ Partial Class frmSendungsdetailsNEU
'
'TabControl1
'
Me.TabControl1.Controls.Add(Me.tbAnhang)
Me.TabControl1.Controls.Add(Me.tbKundenInfo)
Me.TabControl1.Controls.Add(Me.tbAnhang)
Me.TabControl1.Controls.Add(Me.tbZollabfertigung)
Me.TabControl1.Controls.Add(Me.TabPage1)
Me.TabControl1.Controls.Add(Me.TabPage2)
Me.TabControl1.Controls.Add(Me.TabPage3)
Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill
Me.TabControl1.Location = New System.Drawing.Point(0, 37)
Me.TabControl1.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
Me.TabControl1.Location = New System.Drawing.Point(0, 3)
Me.TabControl1.Name = "TabControl1"
Me.TabControl1.Padding = New System.Drawing.Point(12, 5)
Me.TabControl1.SelectedIndex = 0
Me.TabControl1.Size = New System.Drawing.Size(1214, 287)
Me.TabControl1.Size = New System.Drawing.Size(1214, 321)
Me.TabControl1.TabIndex = 1
'
'tbKundenInfo
'
Me.tbKundenInfo.AutoScroll = True
Me.tbKundenInfo.Controls.Add(Me.pnlKundenInfo)
Me.tbKundenInfo.Controls.Add(Me.Panel20)
Me.tbKundenInfo.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!)
Me.tbKundenInfo.Location = New System.Drawing.Point(4, 29)
Me.tbKundenInfo.Name = "tbKundenInfo"
Me.tbKundenInfo.Size = New System.Drawing.Size(1206, 288)
Me.tbKundenInfo.TabIndex = 5
Me.tbKundenInfo.Text = "Kundeninfo"
Me.tbKundenInfo.UseVisualStyleBackColor = True
'
'pnlKundenInfo
'
Me.pnlKundenInfo.BackColor = System.Drawing.Color.Gray
Me.pnlKundenInfo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.pnlKundenInfo.Dock = System.Windows.Forms.DockStyle.Fill
Me.pnlKundenInfo.Location = New System.Drawing.Point(0, 10)
Me.pnlKundenInfo.Name = "pnlKundenInfo"
Me.pnlKundenInfo.Size = New System.Drawing.Size(1206, 278)
Me.pnlKundenInfo.TabIndex = 1
'
'Panel20
'
Me.Panel20.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
Me.Panel20.Dock = System.Windows.Forms.DockStyle.Top
Me.Panel20.Location = New System.Drawing.Point(0, 0)
Me.Panel20.Name = "Panel20"
Me.Panel20.Size = New System.Drawing.Size(1206, 10)
Me.Panel20.TabIndex = 0
'
'tbAnhang
'
Me.tbAnhang.Controls.Add(Me.btnDirektAnfuegen)
Me.tbAnhang.Controls.Add(Me.dgvAnhang)
Me.tbAnhang.Controls.Add(Me.Panel19)
Me.tbAnhang.Location = New System.Drawing.Point(4, 22)
Me.tbAnhang.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!)
Me.tbAnhang.Location = New System.Drawing.Point(4, 29)
Me.tbAnhang.Name = "tbAnhang"
Me.tbAnhang.Size = New System.Drawing.Size(1206, 261)
Me.tbAnhang.Size = New System.Drawing.Size(1206, 288)
Me.tbAnhang.TabIndex = 4
Me.tbAnhang.Text = "Anhang"
Me.tbAnhang.UseVisualStyleBackColor = True
@@ -512,14 +545,6 @@ Partial Class frmSendungsdetailsNEU
Me.dgvAnhang.AllowUserToResizeColumns = False
Me.dgvAnhang.AllowUserToResizeRows = False
Me.dgvAnhang.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", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText
DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgvAnhang.DefaultCellStyle = DataGridViewCellStyle1
Me.dgvAnhang.Dock = System.Windows.Forms.DockStyle.Fill
Me.dgvAnhang.Location = New System.Drawing.Point(0, 45)
Me.dgvAnhang.Name = "dgvAnhang"
@@ -527,7 +552,7 @@ Partial Class frmSendungsdetailsNEU
Me.dgvAnhang.RowHeadersVisible = False
Me.dgvAnhang.RowTemplate.Height = 40
Me.dgvAnhang.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
Me.dgvAnhang.Size = New System.Drawing.Size(1206, 216)
Me.dgvAnhang.Size = New System.Drawing.Size(1206, 243)
Me.dgvAnhang.TabIndex = 1
'
'Panel19
@@ -717,43 +742,12 @@ Partial Class frmSendungsdetailsNEU
Me.lblAnhaenge.TabIndex = 0
Me.lblAnhaenge.Text = "Anhänge"
'
'tbKundenInfo
'
Me.tbKundenInfo.AutoScroll = True
Me.tbKundenInfo.Controls.Add(Me.pnlKundenInfo)
Me.tbKundenInfo.Controls.Add(Me.Panel20)
Me.tbKundenInfo.Location = New System.Drawing.Point(4, 22)
Me.tbKundenInfo.Name = "tbKundenInfo"
Me.tbKundenInfo.Size = New System.Drawing.Size(1206, 261)
Me.tbKundenInfo.TabIndex = 5
Me.tbKundenInfo.Text = "Kundeninfo"
Me.tbKundenInfo.UseVisualStyleBackColor = True
'
'pnlKundenInfo
'
Me.pnlKundenInfo.BackColor = System.Drawing.Color.Gray
Me.pnlKundenInfo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.pnlKundenInfo.Dock = System.Windows.Forms.DockStyle.Fill
Me.pnlKundenInfo.Location = New System.Drawing.Point(0, 10)
Me.pnlKundenInfo.Name = "pnlKundenInfo"
Me.pnlKundenInfo.Size = New System.Drawing.Size(1206, 251)
Me.pnlKundenInfo.TabIndex = 1
'
'Panel20
'
Me.Panel20.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
Me.Panel20.Dock = System.Windows.Forms.DockStyle.Top
Me.Panel20.Location = New System.Drawing.Point(0, 0)
Me.Panel20.Name = "Panel20"
Me.Panel20.Size = New System.Drawing.Size(1206, 10)
Me.Panel20.TabIndex = 0
'
'tbZollabfertigung
'
Me.tbZollabfertigung.Controls.Add(Me.Panel16)
Me.tbZollabfertigung.Location = New System.Drawing.Point(4, 22)
Me.tbZollabfertigung.Location = New System.Drawing.Point(4, 29)
Me.tbZollabfertigung.Name = "tbZollabfertigung"
Me.tbZollabfertigung.Size = New System.Drawing.Size(1206, 261)
Me.tbZollabfertigung.Size = New System.Drawing.Size(1206, 288)
Me.tbZollabfertigung.TabIndex = 2
Me.tbZollabfertigung.Text = "Zollabfertigung"
Me.tbZollabfertigung.UseVisualStyleBackColor = True
@@ -764,9 +758,10 @@ Partial Class frmSendungsdetailsNEU
Me.Panel16.Controls.Add(Me.Panel17)
Me.Panel16.Controls.Add(Me.MenuStrip)
Me.Panel16.Dock = System.Windows.Forms.DockStyle.Fill
Me.Panel16.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!)
Me.Panel16.Location = New System.Drawing.Point(0, 0)
Me.Panel16.Name = "Panel16"
Me.Panel16.Size = New System.Drawing.Size(1206, 261)
Me.Panel16.Size = New System.Drawing.Size(1206, 288)
Me.Panel16.TabIndex = 0
'
'dgvZollAnmeldungen
@@ -783,7 +778,7 @@ Partial Class frmSendungsdetailsNEU
Me.dgvZollAnmeldungen.ReadOnly = True
Me.dgvZollAnmeldungen.RowTemplate.Height = 30
Me.dgvZollAnmeldungen.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
Me.dgvZollAnmeldungen.Size = New System.Drawing.Size(1206, 199)
Me.dgvZollAnmeldungen.Size = New System.Drawing.Size(1206, 226)
Me.dgvZollAnmeldungen.TabIndex = 1
'
'Panel17
@@ -792,7 +787,7 @@ Partial Class frmSendungsdetailsNEU
Me.Panel17.Controls.Add(Me.Button6)
Me.Panel17.Controls.Add(Me.Button5)
Me.Panel17.Dock = System.Windows.Forms.DockStyle.Bottom
Me.Panel17.Location = New System.Drawing.Point(0, 223)
Me.Panel17.Location = New System.Drawing.Point(0, 250)
Me.Panel17.Name = "Panel17"
Me.Panel17.Size = New System.Drawing.Size(1206, 38)
Me.Panel17.TabIndex = 2
@@ -976,10 +971,11 @@ Partial Class frmSendungsdetailsNEU
'
Me.TabPage1.Controls.Add(Me.pnlKundenZolltarif)
Me.TabPage1.Controls.Add(Me.Panel18)
Me.TabPage1.Location = New System.Drawing.Point(4, 22)
Me.TabPage1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!)
Me.TabPage1.Location = New System.Drawing.Point(4, 29)
Me.TabPage1.Name = "TabPage1"
Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage1.Size = New System.Drawing.Size(1206, 261)
Me.TabPage1.Size = New System.Drawing.Size(1206, 288)
Me.TabPage1.TabIndex = 0
Me.TabPage1.Text = "Kunden - Zolltarif"
Me.TabPage1.UseVisualStyleBackColor = True
@@ -995,7 +991,7 @@ Partial Class frmSendungsdetailsNEU
Me.pnlKundenZolltarif.Location = New System.Drawing.Point(3, 36)
Me.pnlKundenZolltarif.MinimumSize = New System.Drawing.Size(2, 103)
Me.pnlKundenZolltarif.Name = "pnlKundenZolltarif"
Me.pnlKundenZolltarif.Size = New System.Drawing.Size(1200, 222)
Me.pnlKundenZolltarif.Size = New System.Drawing.Size(1200, 249)
Me.pnlKundenZolltarif.TabIndex = 1
Me.pnlKundenZolltarif.TabStop = True
'
@@ -1004,7 +1000,7 @@ Partial Class frmSendungsdetailsNEU
Me.Label22.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Label22.AutoSize = True
Me.Label22.Location = New System.Drawing.Point(4, 181)
Me.Label22.Location = New System.Drawing.Point(4, 208)
Me.Label22.Name = "Label22"
Me.Label22.Size = New System.Drawing.Size(209, 13)
Me.Label22.TabIndex = 0
@@ -1016,7 +1012,7 @@ Partial Class frmSendungsdetailsNEU
Me.lblBitteEinenEmpfangerAuswahlenUmDenKundenZolltarifEinzublenden.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.lblBitteEinenEmpfangerAuswahlenUmDenKundenZolltarifEinzublenden.AutoSize = True
Me.lblBitteEinenEmpfangerAuswahlenUmDenKundenZolltarifEinzublenden.Location = New System.Drawing.Point(4, 195)
Me.lblBitteEinenEmpfangerAuswahlenUmDenKundenZolltarifEinzublenden.Location = New System.Drawing.Point(4, 222)
Me.lblBitteEinenEmpfangerAuswahlenUmDenKundenZolltarifEinzublenden.Name = "lblBitteEinenEmpfangerAuswahlenUmDenKundenZolltarifEinzublenden"
Me.lblBitteEinenEmpfangerAuswahlenUmDenKundenZolltarifEinzublenden.Size = New System.Drawing.Size(338, 13)
Me.lblBitteEinenEmpfangerAuswahlenUmDenKundenZolltarifEinzublenden.TabIndex = 1
@@ -1058,10 +1054,11 @@ Partial Class frmSendungsdetailsNEU
'
Me.TabPage2.Controls.Add(Me.DataGridView)
Me.TabPage2.Controls.Add(Me.pnlSpedBuchNacherfassung)
Me.TabPage2.Location = New System.Drawing.Point(4, 22)
Me.TabPage2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!)
Me.TabPage2.Location = New System.Drawing.Point(4, 29)
Me.TabPage2.Name = "TabPage2"
Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage2.Size = New System.Drawing.Size(1206, 261)
Me.TabPage2.Size = New System.Drawing.Size(1206, 288)
Me.TabPage2.TabIndex = 1
Me.TabPage2.Text = "Speditionsbuch"
Me.TabPage2.UseVisualStyleBackColor = True
@@ -1078,7 +1075,7 @@ Partial Class frmSendungsdetailsNEU
Me.DataGridView.Dock = System.Windows.Forms.DockStyle.Fill
Me.DataGridView.Location = New System.Drawing.Point(3, 94)
Me.DataGridView.Name = "DataGridView"
Me.DataGridView.Size = New System.Drawing.Size(1200, 164)
Me.DataGridView.Size = New System.Drawing.Size(1200, 191)
Me.DataGridView.TabIndex = 1
'
'pnlSpedBuchNacherfassung
@@ -1204,6 +1201,7 @@ Partial Class frmSendungsdetailsNEU
Me.txtAtlasBezNrEZA2._ShortDateNew = False
Me.txtAtlasBezNrEZA2._ShortDateOnly = False
Me.txtAtlasBezNrEZA2._TimeOnly = False
Me.txtAtlasBezNrEZA2._TimeOnly_Seconds = False
Me.txtAtlasBezNrEZA2._value = Nothing
Me.txtAtlasBezNrEZA2._Waehrung = False
Me.txtAtlasBezNrEZA2._WaehrungZeichen = True
@@ -1226,6 +1224,7 @@ Partial Class frmSendungsdetailsNEU
Me.txtAtlasBezNrNCTS2._ShortDateNew = False
Me.txtAtlasBezNrNCTS2._ShortDateOnly = False
Me.txtAtlasBezNrNCTS2._TimeOnly = False
Me.txtAtlasBezNrNCTS2._TimeOnly_Seconds = False
Me.txtAtlasBezNrNCTS2._value = Nothing
Me.txtAtlasBezNrNCTS2._Waehrung = False
Me.txtAtlasBezNrNCTS2._WaehrungZeichen = True
@@ -1297,6 +1296,7 @@ Partial Class frmSendungsdetailsNEU
Me.txtAtlasBezNrEZA._ShortDateNew = False
Me.txtAtlasBezNrEZA._ShortDateOnly = False
Me.txtAtlasBezNrEZA._TimeOnly = False
Me.txtAtlasBezNrEZA._TimeOnly_Seconds = False
Me.txtAtlasBezNrEZA._value = Nothing
Me.txtAtlasBezNrEZA._Waehrung = False
Me.txtAtlasBezNrEZA._WaehrungZeichen = True
@@ -1318,6 +1318,7 @@ Partial Class frmSendungsdetailsNEU
Me.txtAtlasBezNrNCTS._ShortDateNew = False
Me.txtAtlasBezNrNCTS._ShortDateOnly = False
Me.txtAtlasBezNrNCTS._TimeOnly = False
Me.txtAtlasBezNrNCTS._TimeOnly_Seconds = False
Me.txtAtlasBezNrNCTS._value = Nothing
Me.txtAtlasBezNrNCTS._Waehrung = False
Me.txtAtlasBezNrNCTS._WaehrungZeichen = True
@@ -1381,9 +1382,10 @@ Partial Class frmSendungsdetailsNEU
'TabPage3
'
Me.TabPage3.Controls.Add(Me.gridVermerke)
Me.TabPage3.Location = New System.Drawing.Point(4, 22)
Me.TabPage3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!)
Me.TabPage3.Location = New System.Drawing.Point(4, 29)
Me.TabPage3.Name = "TabPage3"
Me.TabPage3.Size = New System.Drawing.Size(1206, 261)
Me.TabPage3.Size = New System.Drawing.Size(1206, 288)
Me.TabPage3.TabIndex = 3
Me.TabPage3.Text = "Vermerke"
Me.TabPage3.UseVisualStyleBackColor = True
@@ -1393,51 +1395,35 @@ Partial Class frmSendungsdetailsNEU
Me.gridVermerke.AllowUserToAddRows = False
Me.gridVermerke.AllowUserToDeleteRows = False
Me.gridVermerke.AllowUserToResizeRows = False
DataGridViewCellStyle2.BackColor = System.Drawing.Color.Azure
DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
Me.gridVermerke.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
DataGridViewCellStyle1.BackColor = System.Drawing.Color.Azure
DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
Me.gridVermerke.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
Me.gridVermerke.BackgroundColor = System.Drawing.Color.White
DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle3.BackColor = System.Drawing.Color.LightBlue
DataGridViewCellStyle3.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText
DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
Me.gridVermerke.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle3
DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle2.BackColor = System.Drawing.Color.LightBlue
DataGridViewCellStyle2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!)
DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText
DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
Me.gridVermerke.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
Me.gridVermerke.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing
DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window
DataGridViewCellStyle4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText
DataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight
DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
Me.gridVermerke.DefaultCellStyle = DataGridViewCellStyle4
Me.gridVermerke.Dock = System.Windows.Forms.DockStyle.Fill
Me.gridVermerke.Location = New System.Drawing.Point(0, 0)
Me.gridVermerke.MultiSelect = False
Me.gridVermerke.Name = "gridVermerke"
Me.gridVermerke.ReadOnly = True
DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control
DataGridViewCellStyle5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText
DataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight
DataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText
DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
Me.gridVermerke.RowHeadersDefaultCellStyle = DataGridViewCellStyle5
Me.gridVermerke.RowHeadersVisible = False
Me.gridVermerke.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
Me.gridVermerke.RowsDefaultCellStyle = DataGridViewCellStyle6
DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
Me.gridVermerke.RowsDefaultCellStyle = DataGridViewCellStyle3
Me.gridVermerke.RowTemplate.Height = 20
Me.gridVermerke.RowTemplate.ReadOnly = True
Me.gridVermerke.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
Me.gridVermerke.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
Me.gridVermerke.ShowCellErrors = False
Me.gridVermerke.ShowRowErrors = False
Me.gridVermerke.Size = New System.Drawing.Size(1206, 261)
Me.gridVermerke.Size = New System.Drawing.Size(1206, 288)
Me.gridVermerke.TabIndex = 0
Me.gridVermerke.TabStop = False
'
@@ -1448,7 +1434,7 @@ Partial Class frmSendungsdetailsNEU
Me.Panel14.ForeColor = System.Drawing.SystemColors.ControlText
Me.Panel14.Location = New System.Drawing.Point(0, 0)
Me.Panel14.Name = "Panel14"
Me.Panel14.Size = New System.Drawing.Size(1214, 37)
Me.Panel14.Size = New System.Drawing.Size(1214, 3)
Me.Panel14.TabIndex = 0
'
'pnlDetails
@@ -1524,6 +1510,7 @@ Partial Class frmSendungsdetailsNEU
Me.txtFrachtkosten._ShortDateNew = False
Me.txtFrachtkosten._ShortDateOnly = False
Me.txtFrachtkosten._TimeOnly = False
Me.txtFrachtkosten._TimeOnly_Seconds = False
Me.txtFrachtkosten._value = ""
Me.txtFrachtkosten._Waehrung = True
Me.txtFrachtkosten._WaehrungZeichen = True
@@ -1600,6 +1587,7 @@ Partial Class frmSendungsdetailsNEU
Me.txtWarenwert._ShortDateNew = False
Me.txtWarenwert._ShortDateOnly = False
Me.txtWarenwert._TimeOnly = False
Me.txtWarenwert._TimeOnly_Seconds = False
Me.txtWarenwert._value = ""
Me.txtWarenwert._Waehrung = False
Me.txtWarenwert._WaehrungZeichen = True
@@ -1717,6 +1705,7 @@ Partial Class frmSendungsdetailsNEU
Me.txtGewicht._ShortDateNew = False
Me.txtGewicht._ShortDateOnly = False
Me.txtGewicht._TimeOnly = False
Me.txtGewicht._TimeOnly_Seconds = False
Me.txtGewicht._value = ""
Me.txtGewicht._Waehrung = False
Me.txtGewicht._WaehrungZeichen = True
@@ -1788,6 +1777,7 @@ Partial Class frmSendungsdetailsNEU
Me.txtColli._ShortDateNew = False
Me.txtColli._ShortDateOnly = False
Me.txtColli._TimeOnly = False
Me.txtColli._TimeOnly_Seconds = False
Me.txtColli._value = ""
Me.txtColli._Waehrung = False
Me.txtColli._WaehrungZeichen = True
@@ -1880,6 +1870,7 @@ Partial Class frmSendungsdetailsNEU
Me.txtBARzuKassieren._ShortDateNew = False
Me.txtBARzuKassieren._ShortDateOnly = False
Me.txtBARzuKassieren._TimeOnly = False
Me.txtBARzuKassieren._TimeOnly_Seconds = False
Me.txtBARzuKassieren._value = ""
Me.txtBARzuKassieren._Waehrung = True
Me.txtBARzuKassieren._WaehrungZeichen = True
@@ -1953,6 +1944,7 @@ Partial Class frmSendungsdetailsNEU
Me.txtVK_Preis._ShortDateNew = False
Me.txtVK_Preis._ShortDateOnly = False
Me.txtVK_Preis._TimeOnly = False
Me.txtVK_Preis._TimeOnly_Seconds = False
Me.txtVK_Preis._value = ""
Me.txtVK_Preis._Waehrung = True
Me.txtVK_Preis._WaehrungZeichen = True
@@ -1975,6 +1967,7 @@ Partial Class frmSendungsdetailsNEU
Me.txtVK_Leistung._ShortDateNew = False
Me.txtVK_Leistung._ShortDateOnly = False
Me.txtVK_Leistung._TimeOnly = False
Me.txtVK_Leistung._TimeOnly_Seconds = False
Me.txtVK_Leistung._value = ""
Me.txtVK_Leistung._Waehrung = False
Me.txtVK_Leistung._WaehrungZeichen = False
@@ -1997,6 +1990,7 @@ Partial Class frmSendungsdetailsNEU
Me.txtVK_Firma._ShortDateNew = False
Me.txtVK_Firma._ShortDateOnly = False
Me.txtVK_Firma._TimeOnly = False
Me.txtVK_Firma._TimeOnly_Seconds = False
Me.txtVK_Firma._value = ""
Me.txtVK_Firma._Waehrung = False
Me.txtVK_Firma._WaehrungZeichen = True
@@ -2056,8 +2050,8 @@ Partial Class frmSendungsdetailsNEU
'clmnPreis
'
Me.clmnPreis.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
DataGridViewCellStyle7.Format = "C2"
Me.clmnPreis.DefaultCellStyle = DataGridViewCellStyle7
DataGridViewCellStyle4.Format = "C2"
Me.clmnPreis.DefaultCellStyle = DataGridViewCellStyle4
Me.clmnPreis.HeaderText = "Preis"
Me.clmnPreis.MaxInputLength = 15
Me.clmnPreis.Name = "clmnPreis"
@@ -2458,6 +2452,7 @@ Partial Class frmSendungsdetailsNEU
Me.txtKdAuftragsNrFrachtfuehrer._ShortDateNew = False
Me.txtKdAuftragsNrFrachtfuehrer._ShortDateOnly = False
Me.txtKdAuftragsNrFrachtfuehrer._TimeOnly = False
Me.txtKdAuftragsNrFrachtfuehrer._TimeOnly_Seconds = False
Me.txtKdAuftragsNrFrachtfuehrer._value = Nothing
Me.txtKdAuftragsNrFrachtfuehrer._Waehrung = False
Me.txtKdAuftragsNrFrachtfuehrer._WaehrungZeichen = True
@@ -2480,6 +2475,7 @@ Partial Class frmSendungsdetailsNEU
Me.txtKdAuftragsNrEmpfaenger._ShortDateNew = False
Me.txtKdAuftragsNrEmpfaenger._ShortDateOnly = False
Me.txtKdAuftragsNrEmpfaenger._TimeOnly = False
Me.txtKdAuftragsNrEmpfaenger._TimeOnly_Seconds = False
Me.txtKdAuftragsNrEmpfaenger._value = Nothing
Me.txtKdAuftragsNrEmpfaenger._Waehrung = False
Me.txtKdAuftragsNrEmpfaenger._WaehrungZeichen = True
@@ -2502,6 +2498,7 @@ Partial Class frmSendungsdetailsNEU
Me.txtKdAuftragsNrAvisierer._ShortDateNew = False
Me.txtKdAuftragsNrAvisierer._ShortDateOnly = False
Me.txtKdAuftragsNrAvisierer._TimeOnly = False
Me.txtKdAuftragsNrAvisierer._TimeOnly_Seconds = False
Me.txtKdAuftragsNrAvisierer._value = Nothing
Me.txtKdAuftragsNrAvisierer._Waehrung = False
Me.txtKdAuftragsNrAvisierer._WaehrungZeichen = True
@@ -3123,6 +3120,7 @@ Partial Class frmSendungsdetailsNEU
Me.txtFrachtfuehrerKdNr._ShortDateNew = False
Me.txtFrachtfuehrerKdNr._ShortDateOnly = False
Me.txtFrachtfuehrerKdNr._TimeOnly = False
Me.txtFrachtfuehrerKdNr._TimeOnly_Seconds = False
Me.txtFrachtfuehrerKdNr._value = Nothing
Me.txtFrachtfuehrerKdNr._Waehrung = False
Me.txtFrachtfuehrerKdNr._WaehrungZeichen = True
@@ -3166,6 +3164,7 @@ Partial Class frmSendungsdetailsNEU
Me.lblEmpfAufschubEust._ShortDateNew = False
Me.lblEmpfAufschubEust._ShortDateOnly = False
Me.lblEmpfAufschubEust._TimeOnly = False
Me.lblEmpfAufschubEust._TimeOnly_Seconds = False
Me.lblEmpfAufschubEust._value = Nothing
Me.lblEmpfAufschubEust._Waehrung = False
Me.lblEmpfAufschubEust._WaehrungZeichen = True
@@ -3272,6 +3271,7 @@ Partial Class frmSendungsdetailsNEU
Me.txtAbsenderKdNr._ShortDateNew = False
Me.txtAbsenderKdNr._ShortDateOnly = False
Me.txtAbsenderKdNr._TimeOnly = False
Me.txtAbsenderKdNr._TimeOnly_Seconds = False
Me.txtAbsenderKdNr._value = Nothing
Me.txtAbsenderKdNr._Waehrung = False
Me.txtAbsenderKdNr._WaehrungZeichen = True
@@ -3308,6 +3308,7 @@ Partial Class frmSendungsdetailsNEU
Me.MyTextBox1._ShortDateNew = False
Me.MyTextBox1._ShortDateOnly = False
Me.MyTextBox1._TimeOnly = False
Me.MyTextBox1._TimeOnly_Seconds = False
Me.MyTextBox1._value = Nothing
Me.MyTextBox1._Waehrung = False
Me.MyTextBox1._WaehrungZeichen = True
@@ -3356,6 +3357,7 @@ Partial Class frmSendungsdetailsNEU
Me.txtEmpfaengerKdNr._ShortDateNew = False
Me.txtEmpfaengerKdNr._ShortDateOnly = False
Me.txtEmpfaengerKdNr._TimeOnly = False
Me.txtEmpfaengerKdNr._TimeOnly_Seconds = False
Me.txtEmpfaengerKdNr._value = Nothing
Me.txtEmpfaengerKdNr._Waehrung = False
Me.txtEmpfaengerKdNr._WaehrungZeichen = True
@@ -3460,6 +3462,7 @@ Partial Class frmSendungsdetailsNEU
Me.lblAtrAufschubEust._ShortDateNew = False
Me.lblAtrAufschubEust._ShortDateOnly = False
Me.lblAtrAufschubEust._TimeOnly = False
Me.lblAtrAufschubEust._TimeOnly_Seconds = False
Me.lblAtrAufschubEust._value = Nothing
Me.lblAtrAufschubEust._Waehrung = False
Me.lblAtrAufschubEust._WaehrungZeichen = True
@@ -3518,6 +3521,7 @@ Partial Class frmSendungsdetailsNEU
Me.txtAuftraggeberKdNr._ShortDateNew = False
Me.txtAuftraggeberKdNr._ShortDateOnly = False
Me.txtAuftraggeberKdNr._TimeOnly = False
Me.txtAuftraggeberKdNr._TimeOnly_Seconds = False
Me.txtAuftraggeberKdNr._value = Nothing
Me.txtAuftraggeberKdNr._Waehrung = False
Me.txtAuftraggeberKdNr._WaehrungZeichen = True
@@ -3635,6 +3639,7 @@ Partial Class frmSendungsdetailsNEU
Me.txtAvisiererKdNr._ShortDateNew = False
Me.txtAvisiererKdNr._ShortDateOnly = False
Me.txtAvisiererKdNr._TimeOnly = False
Me.txtAvisiererKdNr._TimeOnly_Seconds = False
Me.txtAvisiererKdNr._value = Nothing
Me.txtAvisiererKdNr._Waehrung = False
Me.txtAvisiererKdNr._WaehrungZeichen = True
@@ -3659,6 +3664,7 @@ Partial Class frmSendungsdetailsNEU
Me.txtKdAuftragsNr._ShortDateNew = False
Me.txtKdAuftragsNr._ShortDateOnly = False
Me.txtKdAuftragsNr._TimeOnly = False
Me.txtKdAuftragsNr._TimeOnly_Seconds = False
Me.txtKdAuftragsNr._value = Nothing
Me.txtKdAuftragsNr._Waehrung = False
Me.txtKdAuftragsNr._WaehrungZeichen = True
@@ -3721,6 +3727,7 @@ Partial Class frmSendungsdetailsNEU
Me.txtAnzahlPos._ShortDateNew = False
Me.txtAnzahlPos._ShortDateOnly = False
Me.txtAnzahlPos._TimeOnly = False
Me.txtAnzahlPos._TimeOnly_Seconds = False
Me.txtAnzahlPos._value = ""
Me.txtAnzahlPos._Waehrung = False
Me.txtAnzahlPos._WaehrungZeichen = True
@@ -3896,6 +3903,7 @@ Partial Class frmSendungsdetailsNEU
Me.txtFremdEmpfKdNR._ShortDateNew = False
Me.txtFremdEmpfKdNR._ShortDateOnly = False
Me.txtFremdEmpfKdNR._TimeOnly = False
Me.txtFremdEmpfKdNR._TimeOnly_Seconds = False
Me.txtFremdEmpfKdNR._value = Nothing
Me.txtFremdEmpfKdNR._Waehrung = False
Me.txtFremdEmpfKdNR._WaehrungZeichen = True
@@ -3975,6 +3983,7 @@ Partial Class frmSendungsdetailsNEU
Me.txtAnzahl._ShortDateNew = False
Me.txtAnzahl._ShortDateOnly = False
Me.txtAnzahl._TimeOnly = False
Me.txtAnzahl._TimeOnly_Seconds = False
Me.txtAnzahl._value = ""
Me.txtAnzahl._Waehrung = False
Me.txtAnzahl._WaehrungZeichen = True
@@ -4033,6 +4042,7 @@ Partial Class frmSendungsdetailsNEU
Me.txtUnterNr._ShortDateNew = False
Me.txtUnterNr._ShortDateOnly = False
Me.txtUnterNr._TimeOnly = False
Me.txtUnterNr._TimeOnly_Seconds = False
Me.txtUnterNr._value = Nothing
Me.txtUnterNr._Waehrung = False
Me.txtUnterNr._WaehrungZeichen = True
@@ -4091,6 +4101,7 @@ Partial Class frmSendungsdetailsNEU
Me.txtAbfertigungsnummer._ShortDateNew = False
Me.txtAbfertigungsnummer._ShortDateOnly = False
Me.txtAbfertigungsnummer._TimeOnly = False
Me.txtAbfertigungsnummer._TimeOnly_Seconds = False
Me.txtAbfertigungsnummer._value = Nothing
Me.txtAbfertigungsnummer._Waehrung = False
Me.txtAbfertigungsnummer._WaehrungZeichen = True
@@ -4637,7 +4648,6 @@ Partial Class frmSendungsdetailsNEU
'
Me.BindingNavigatorPositionItem.AccessibleName = "Position"
Me.BindingNavigatorPositionItem.AutoSize = False
Me.BindingNavigatorPositionItem.Font = New System.Drawing.Font("Segoe UI", 9.0!)
Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem"
Me.BindingNavigatorPositionItem.Size = New System.Drawing.Size(50, 23)
Me.BindingNavigatorPositionItem.Text = "0"
@@ -4698,22 +4708,28 @@ Partial Class frmSendungsdetailsNEU
'cntxtOptions
'
Me.cntxtOptions.ImageScalingSize = New System.Drawing.Size(24, 24)
Me.cntxtOptions.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripMenuItem1, Me.GelangensbestätigungToolStripMenuItem})
Me.cntxtOptions.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripMenuItem1, Me.GelangensbestätigungToolStripMenuItem, Me.KreditlimitRisikobewertungToolStripMenuItem})
Me.cntxtOptions.Name = "cntxtVorauskasse"
Me.cntxtOptions.Size = New System.Drawing.Size(203, 48)
Me.cntxtOptions.Size = New System.Drawing.Size(223, 70)
'
'ToolStripMenuItem1
'
Me.ToolStripMenuItem1.Name = "ToolStripMenuItem1"
Me.ToolStripMenuItem1.Size = New System.Drawing.Size(202, 22)
Me.ToolStripMenuItem1.Size = New System.Drawing.Size(222, 22)
Me.ToolStripMenuItem1.Text = "Alle Aktenzettel drucken"
'
'GelangensbestätigungToolStripMenuItem
'
Me.GelangensbestätigungToolStripMenuItem.Name = "GelangensbestätigungToolStripMenuItem"
Me.GelangensbestätigungToolStripMenuItem.Size = New System.Drawing.Size(202, 22)
Me.GelangensbestätigungToolStripMenuItem.Size = New System.Drawing.Size(222, 22)
Me.GelangensbestätigungToolStripMenuItem.Text = "Gelangensbestätigung"
'
'KreditlimitRisikobewertungToolStripMenuItem
'
Me.KreditlimitRisikobewertungToolStripMenuItem.Name = "KreditlimitRisikobewertungToolStripMenuItem"
Me.KreditlimitRisikobewertungToolStripMenuItem.Size = New System.Drawing.Size(222, 22)
Me.KreditlimitRisikobewertungToolStripMenuItem.Text = "Kreditlimit/Risikobewertung"
'
'ctxtWeitereFormulare
'
Me.ctxtWeitereFormulare.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.toolGelangensbestätigung, Me.toolOriginalSendungsunterlagen, Me.LaufzettelDruckenToolStripMenuItem, Me.ZollstoppAMBARToolStripMenuItem, Me.ATANAKToolStripMenuItem})
@@ -4873,13 +4889,13 @@ Partial Class frmSendungsdetailsNEU
Me.pnl.PerformLayout()
Me.Panel4.ResumeLayout(False)
Me.TabControl1.ResumeLayout(False)
Me.tbKundenInfo.ResumeLayout(False)
Me.tbAnhang.ResumeLayout(False)
CType(Me.dgvAnhang, System.ComponentModel.ISupportInitialize).EndInit()
Me.Panel19.ResumeLayout(False)
Me.Panel19.PerformLayout()
Me.Panel21.ResumeLayout(False)
Me.Panel21.PerformLayout()
Me.tbKundenInfo.ResumeLayout(False)
Me.tbZollabfertigung.ResumeLayout(False)
Me.Panel16.ResumeLayout(False)
Me.Panel16.PerformLayout()
@@ -5299,4 +5315,5 @@ Partial Class frmSendungsdetailsNEU
Friend WithEvents ToolStripMenuItem24 As ToolStripMenuItem
Friend WithEvents AbrechungFremdeGrenzeAktDruckenToolStripMenuItem As ToolStripMenuItem
Friend WithEvents Panel22 As Panel
Friend WithEvents KreditlimitRisikobewertungToolStripMenuItem As ToolStripMenuItem
End Class