This commit is contained in:
2021-01-19 20:26:05 +01:00
parent f25ff457b2
commit 2f7746d9ca
28 changed files with 2921 additions and 329 deletions

View File

@@ -30,6 +30,7 @@ Partial Class frmSendungsdetailsNEU
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()
@@ -110,6 +111,8 @@ Partial Class frmSendungsdetailsNEU
Me.pnlDetails = New System.Windows.Forms.Panel()
Me.tbcntr = New System.Windows.Forms.TabControl()
Me.TabPage4 = New System.Windows.Forms.TabPage()
Me.txtFrachtkosten = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.cbx = New System.Windows.Forms.CheckBox()
Me.txtWarenwertWaehrung = New VERAG_PROG_ALLGEMEIN.MySearchBox()
Me.lblWW = New System.Windows.Forms.Label()
@@ -136,7 +139,18 @@ Partial Class frmSendungsdetailsNEU
Me.lblAnmerkung = New System.Windows.Forms.Label()
Me.cboPrinter = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.rtbAnmerkung = New System.Windows.Forms.RichTextBox()
Me.TabPage5 = New System.Windows.Forms.TabPage()
Me.tbVorkosten = New System.Windows.Forms.TabPage()
Me.lblVK_BEarbeitungAbbrechen = New System.Windows.Forms.LinkLabel()
Me.btnVorkostenAdd = New System.Windows.Forms.Button()
Me.txtVK_Preis = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.txtVK_Leistung = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.txtVK_Firma = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.dgvVorkosten = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
Me.clmnVK_id = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.clmnFirma = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.clmnLeistung = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.clmnPreis = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.tbBAR = New System.Windows.Forms.TabPage()
Me.dgvBelege = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
Me.Button9 = New System.Windows.Forms.Button()
Me.btnKassenbuchEintrag = New System.Windows.Forms.Button()
@@ -349,6 +363,7 @@ Partial Class frmSendungsdetailsNEU
Me.ContextMenuStrip2 = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.ToolStripMenuItem14 = New System.Windows.Forms.ToolStripMenuItem()
Me.NurÖffnenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ZollstoppAMBARToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.pnl.SuspendLayout()
Me.Panel4.SuspendLayout()
Me.TabControl1.SuspendLayout()
@@ -373,7 +388,9 @@ Partial Class frmSendungsdetailsNEU
Me.pnlDetails.SuspendLayout()
Me.tbcntr.SuspendLayout()
Me.TabPage4.SuspendLayout()
Me.TabPage5.SuspendLayout()
Me.tbVorkosten.SuspendLayout()
CType(Me.dgvVorkosten, System.ComponentModel.ISupportInitialize).BeginInit()
Me.tbBAR.SuspendLayout()
CType(Me.dgvBelege, System.ComponentModel.ISupportInitialize).BeginInit()
Me.Panel6.SuspendLayout()
CType(Me.picKdAtrNr_Fraechter, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -425,9 +442,9 @@ Partial Class frmSendungsdetailsNEU
Me.Panel4.Controls.Add(Me.TabControl1)
Me.Panel4.Controls.Add(Me.Panel14)
Me.Panel4.Dock = System.Windows.Forms.DockStyle.Fill
Me.Panel4.Location = New System.Drawing.Point(0, 419)
Me.Panel4.Location = New System.Drawing.Point(0, 439)
Me.Panel4.Name = "Panel4"
Me.Panel4.Size = New System.Drawing.Size(1214, 357)
Me.Panel4.Size = New System.Drawing.Size(1214, 337)
Me.Panel4.TabIndex = 2
'
'TabControl1
@@ -439,10 +456,10 @@ Partial Class frmSendungsdetailsNEU
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, 5)
Me.TabControl1.Location = New System.Drawing.Point(0, 37)
Me.TabControl1.Name = "TabControl1"
Me.TabControl1.SelectedIndex = 0
Me.TabControl1.Size = New System.Drawing.Size(1214, 352)
Me.TabControl1.Size = New System.Drawing.Size(1214, 300)
Me.TabControl1.TabIndex = 1
'
'tbAnhang
@@ -451,7 +468,7 @@ Partial Class frmSendungsdetailsNEU
Me.tbAnhang.Controls.Add(Me.Panel19)
Me.tbAnhang.Location = New System.Drawing.Point(4, 22)
Me.tbAnhang.Name = "tbAnhang"
Me.tbAnhang.Size = New System.Drawing.Size(1206, 326)
Me.tbAnhang.Size = New System.Drawing.Size(1206, 274)
Me.tbAnhang.TabIndex = 4
Me.tbAnhang.Text = "Anhang"
Me.tbAnhang.UseVisualStyleBackColor = True
@@ -479,7 +496,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, 281)
Me.dgvAnhang.Size = New System.Drawing.Size(1206, 229)
Me.dgvAnhang.TabIndex = 1
'
'Panel19
@@ -520,7 +537,7 @@ Partial Class frmSendungsdetailsNEU
Me.Label53.Location = New System.Drawing.Point(204, 2)
Me.Label53.Name = "Label53"
Me.Label53.Size = New System.Drawing.Size(59, 24)
Me.Label53.TabIndex = 3
Me.Label53.TabIndex = 2
Me.Label53.Text = "FinanzOnline" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(Stufe 2)"
Me.Label53.TextAlign = System.Drawing.ContentAlignment.TopRight
'
@@ -578,7 +595,7 @@ Partial Class frmSendungsdetailsNEU
Me.lblUID_Pruef.Location = New System.Drawing.Point(44, 7)
Me.lblUID_Pruef.Name = "lblUID_Pruef"
Me.lblUID_Pruef.Size = New System.Drawing.Size(205, 13)
Me.lblUID_Pruef.TabIndex = 2
Me.lblUID_Pruef.TabIndex = 3
Me.lblUID_Pruef.Text = "-"
'
'lbleori_Pruef
@@ -675,7 +692,7 @@ Partial Class frmSendungsdetailsNEU
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, 326)
Me.tbKundenInfo.Size = New System.Drawing.Size(1206, 274)
Me.tbKundenInfo.TabIndex = 5
Me.tbKundenInfo.Text = "Kundeninfo"
Me.tbKundenInfo.UseVisualStyleBackColor = True
@@ -687,7 +704,7 @@ Partial Class frmSendungsdetailsNEU
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, 316)
Me.pnlKundenInfo.Size = New System.Drawing.Size(1206, 264)
Me.pnlKundenInfo.TabIndex = 1
'
'Panel20
@@ -704,7 +721,7 @@ Partial Class frmSendungsdetailsNEU
Me.tbZollabfertigung.Controls.Add(Me.Panel16)
Me.tbZollabfertigung.Location = New System.Drawing.Point(4, 22)
Me.tbZollabfertigung.Name = "tbZollabfertigung"
Me.tbZollabfertigung.Size = New System.Drawing.Size(1206, 326)
Me.tbZollabfertigung.Size = New System.Drawing.Size(1206, 274)
Me.tbZollabfertigung.TabIndex = 2
Me.tbZollabfertigung.Text = "Zollabfertigung"
Me.tbZollabfertigung.UseVisualStyleBackColor = True
@@ -717,7 +734,7 @@ Partial Class frmSendungsdetailsNEU
Me.Panel16.Dock = System.Windows.Forms.DockStyle.Fill
Me.Panel16.Location = New System.Drawing.Point(0, 0)
Me.Panel16.Name = "Panel16"
Me.Panel16.Size = New System.Drawing.Size(1206, 326)
Me.Panel16.Size = New System.Drawing.Size(1206, 274)
Me.Panel16.TabIndex = 0
'
'dgvZollAnmeldungen
@@ -734,7 +751,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, 264)
Me.dgvZollAnmeldungen.Size = New System.Drawing.Size(1206, 212)
Me.dgvZollAnmeldungen.TabIndex = 1
'
'Panel17
@@ -743,7 +760,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, 288)
Me.Panel17.Location = New System.Drawing.Point(0, 236)
Me.Panel17.Name = "Panel17"
Me.Panel17.Size = New System.Drawing.Size(1206, 38)
Me.Panel17.TabIndex = 2
@@ -897,7 +914,7 @@ Partial Class frmSendungsdetailsNEU
Me.TabPage1.Location = New System.Drawing.Point(4, 22)
Me.TabPage1.Name = "TabPage1"
Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage1.Size = New System.Drawing.Size(1206, 326)
Me.TabPage1.Size = New System.Drawing.Size(1206, 274)
Me.TabPage1.TabIndex = 0
Me.TabPage1.Text = "Kunden - Zolltarif"
Me.TabPage1.UseVisualStyleBackColor = True
@@ -913,7 +930,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, 287)
Me.pnlKundenZolltarif.Size = New System.Drawing.Size(1200, 235)
Me.pnlKundenZolltarif.TabIndex = 1
Me.pnlKundenZolltarif.TabStop = True
'
@@ -922,7 +939,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, 246)
Me.Label22.Location = New System.Drawing.Point(4, 194)
Me.Label22.Name = "Label22"
Me.Label22.Size = New System.Drawing.Size(209, 13)
Me.Label22.TabIndex = 0
@@ -934,7 +951,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, 260)
Me.lblBitteEinenEmpfangerAuswahlenUmDenKundenZolltarifEinzublenden.Location = New System.Drawing.Point(4, 208)
Me.lblBitteEinenEmpfangerAuswahlenUmDenKundenZolltarifEinzublenden.Name = "lblBitteEinenEmpfangerAuswahlenUmDenKundenZolltarifEinzublenden"
Me.lblBitteEinenEmpfangerAuswahlenUmDenKundenZolltarifEinzublenden.Size = New System.Drawing.Size(338, 13)
Me.lblBitteEinenEmpfangerAuswahlenUmDenKundenZolltarifEinzublenden.TabIndex = 1
@@ -979,7 +996,7 @@ Partial Class frmSendungsdetailsNEU
Me.TabPage2.Location = New System.Drawing.Point(4, 22)
Me.TabPage2.Name = "TabPage2"
Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage2.Size = New System.Drawing.Size(1206, 326)
Me.TabPage2.Size = New System.Drawing.Size(1206, 274)
Me.TabPage2.TabIndex = 1
Me.TabPage2.Text = "Speditionsbuch"
Me.TabPage2.UseVisualStyleBackColor = True
@@ -996,7 +1013,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, 229)
Me.DataGridView.Size = New System.Drawing.Size(1200, 177)
Me.DataGridView.TabIndex = 1
'
'pnlSpedBuchNacherfassung
@@ -1301,7 +1318,7 @@ Partial Class frmSendungsdetailsNEU
Me.TabPage3.Controls.Add(Me.gridVermerke)
Me.TabPage3.Location = New System.Drawing.Point(4, 22)
Me.TabPage3.Name = "TabPage3"
Me.TabPage3.Size = New System.Drawing.Size(1206, 326)
Me.TabPage3.Size = New System.Drawing.Size(1206, 274)
Me.TabPage3.TabIndex = 3
Me.TabPage3.Text = "Vermerke"
Me.TabPage3.UseVisualStyleBackColor = True
@@ -1355,7 +1372,7 @@ Partial Class frmSendungsdetailsNEU
Me.gridVermerke.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
Me.gridVermerke.ShowCellErrors = False
Me.gridVermerke.ShowRowErrors = False
Me.gridVermerke.Size = New System.Drawing.Size(1206, 326)
Me.gridVermerke.Size = New System.Drawing.Size(1206, 274)
Me.gridVermerke.TabIndex = 0
Me.gridVermerke.TabStop = False
'
@@ -1366,7 +1383,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, 5)
Me.Panel14.Size = New System.Drawing.Size(1214, 37)
Me.Panel14.TabIndex = 0
'
'pnlDetails
@@ -1380,23 +1397,26 @@ Partial Class frmSendungsdetailsNEU
Me.pnlDetails.Location = New System.Drawing.Point(0, 55)
Me.pnlDetails.MinimumSize = New System.Drawing.Size(0, 310)
Me.pnlDetails.Name = "pnlDetails"
Me.pnlDetails.Size = New System.Drawing.Size(1214, 364)
Me.pnlDetails.Size = New System.Drawing.Size(1214, 384)
Me.pnlDetails.TabIndex = 1
'
'tbcntr
'
Me.tbcntr.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.tbcntr.Controls.Add(Me.TabPage4)
Me.tbcntr.Controls.Add(Me.TabPage5)
Me.tbcntr.Controls.Add(Me.tbVorkosten)
Me.tbcntr.Controls.Add(Me.tbBAR)
Me.tbcntr.Location = New System.Drawing.Point(837, 69)
Me.tbcntr.Name = "tbcntr"
Me.tbcntr.SelectedIndex = 0
Me.tbcntr.Size = New System.Drawing.Size(377, 292)
Me.tbcntr.Size = New System.Drawing.Size(377, 312)
Me.tbcntr.TabIndex = 2
Me.tbcntr.TabStop = False
'
'TabPage4
'
Me.TabPage4.Controls.Add(Me.txtFrachtkosten)
Me.TabPage4.Controls.Add(Me.Label1)
Me.TabPage4.Controls.Add(Me.cbx)
Me.TabPage4.Controls.Add(Me.txtWarenwertWaehrung)
Me.TabPage4.Controls.Add(Me.lblWW)
@@ -1426,18 +1446,49 @@ Partial Class frmSendungsdetailsNEU
Me.TabPage4.Location = New System.Drawing.Point(4, 22)
Me.TabPage4.Name = "TabPage4"
Me.TabPage4.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage4.Size = New System.Drawing.Size(369, 266)
Me.TabPage4.Size = New System.Drawing.Size(369, 286)
Me.TabPage4.TabIndex = 0
Me.TabPage4.Text = "Aktendeckel"
Me.TabPage4.UseVisualStyleBackColor = True
'
'txtFrachtkosten
'
Me.txtFrachtkosten._DateTimeOnly = False
Me.txtFrachtkosten._numbersOnly = False
Me.txtFrachtkosten._numbersOnlyKommastellen = ""
Me.txtFrachtkosten._Prozent = False
Me.txtFrachtkosten._ShortDateNew = False
Me.txtFrachtkosten._ShortDateOnly = False
Me.txtFrachtkosten._TimeOnly = False
Me.txtFrachtkosten._value = ""
Me.txtFrachtkosten._Waehrung = True
Me.txtFrachtkosten._WaehrungZeichen = True
Me.txtFrachtkosten.ForeColor = System.Drawing.Color.Black
Me.txtFrachtkosten.Location = New System.Drawing.Point(300, 69)
Me.txtFrachtkosten.MaxLineLength = -1
Me.txtFrachtkosten.MaxLines_Warning = ""
Me.txtFrachtkosten.MaxLines_Warning_Label = Nothing
Me.txtFrachtkosten.Name = "txtFrachtkosten"
Me.txtFrachtkosten.Size = New System.Drawing.Size(64, 20)
Me.txtFrachtkosten.TabIndex = 14
Me.txtFrachtkosten.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(232, 72)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(55, 13)
Me.Label1.TabIndex = 13
Me.Label1.Text = "Fracht (€):"
'
'cbx
'
Me.cbx.AutoSize = True
Me.cbx.Location = New System.Drawing.Point(310, 152)
Me.cbx.Name = "cbx"
Me.cbx.Size = New System.Drawing.Size(55, 17)
Me.cbx.TabIndex = 20
Me.cbx.TabIndex = 21
Me.cbx.Text = "Laufz."
Me.cbx.UseVisualStyleBackColor = True
Me.cbx.Visible = False
@@ -1456,7 +1507,7 @@ Partial Class frmSendungsdetailsNEU
Me.txtWarenwertWaehrung.INVISIBLE_COLUMNS = Nothing
Me.txtWarenwertWaehrung.key_visible = False
Me.txtWarenwertWaehrung.KEYPARAM = Nothing
Me.txtWarenwertWaehrung.Location = New System.Drawing.Point(190, 69)
Me.txtWarenwertWaehrung.Location = New System.Drawing.Point(186, 69)
Me.txtWarenwertWaehrung.Name = "txtWarenwertWaehrung"
Me.txtWarenwertWaehrung.searchActive = True
Me.txtWarenwertWaehrung.Size = New System.Drawing.Size(40, 20)
@@ -1494,7 +1545,7 @@ Partial Class frmSendungsdetailsNEU
Me.txtWarenwert.MaxLines_Warning = ""
Me.txtWarenwert.MaxLines_Warning_Label = Nothing
Me.txtWarenwert.Name = "txtWarenwert"
Me.txtWarenwert.Size = New System.Drawing.Size(114, 20)
Me.txtWarenwert.Size = New System.Drawing.Size(109, 20)
Me.txtWarenwert.TabIndex = 11
Me.txtWarenwert.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
@@ -1504,11 +1555,11 @@ Partial Class frmSendungsdetailsNEU
Me.Button21.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button21.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
Me.Button21.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button21.Location = New System.Drawing.Point(233, 236)
Me.Button21.Location = New System.Drawing.Point(233, 253)
Me.Button21.Name = "Button21"
Me.Button21.Padding = New System.Windows.Forms.Padding(0, 0, 10, 0)
Me.Button21.Size = New System.Drawing.Size(131, 30)
Me.Button21.TabIndex = 25
Me.Button21.TabIndex = 27
Me.Button21.Text = "weitere Formulare"
Me.Button21.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Button21.UseVisualStyleBackColor = True
@@ -1516,18 +1567,18 @@ Partial Class frmSendungsdetailsNEU
'lblAnmerkungDispoliste
'
Me.lblAnmerkungDispoliste.AutoSize = True
Me.lblAnmerkungDispoliste.Location = New System.Drawing.Point(3, 221)
Me.lblAnmerkungDispoliste.Location = New System.Drawing.Point(3, 238)
Me.lblAnmerkungDispoliste.Name = "lblAnmerkungDispoliste"
Me.lblAnmerkungDispoliste.Size = New System.Drawing.Size(112, 13)
Me.lblAnmerkungDispoliste.TabIndex = 22
Me.lblAnmerkungDispoliste.TabIndex = 24
Me.lblAnmerkungDispoliste.Text = "Anmerkung Dispoliste:"
'
'rtbAnmerkungDispoliste
'
Me.rtbAnmerkungDispoliste.Location = New System.Drawing.Point(6, 235)
Me.rtbAnmerkungDispoliste.Location = New System.Drawing.Point(6, 252)
Me.rtbAnmerkungDispoliste.Name = "rtbAnmerkungDispoliste"
Me.rtbAnmerkungDispoliste.Size = New System.Drawing.Size(224, 31)
Me.rtbAnmerkungDispoliste.TabIndex = 24
Me.rtbAnmerkungDispoliste.TabIndex = 26
Me.rtbAnmerkungDispoliste.Text = ""
'
'btnImportaviso
@@ -1537,11 +1588,11 @@ Partial Class frmSendungsdetailsNEU
Me.btnImportaviso.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
Me.btnImportaviso.Image = Global.AVISO.My.Resources.Resources.auftrag3
Me.btnImportaviso.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnImportaviso.Location = New System.Drawing.Point(233, 178)
Me.btnImportaviso.Location = New System.Drawing.Point(233, 195)
Me.btnImportaviso.Name = "btnImportaviso"
Me.btnImportaviso.Padding = New System.Windows.Forms.Padding(0, 0, 10, 0)
Me.btnImportaviso.Size = New System.Drawing.Size(131, 30)
Me.btnImportaviso.TabIndex = 21
Me.btnImportaviso.TabIndex = 23
Me.btnImportaviso.Text = "Importaviso"
Me.btnImportaviso.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnImportaviso.UseVisualStyleBackColor = True
@@ -1554,11 +1605,11 @@ Partial Class frmSendungsdetailsNEU
Me.btnVorauszahlung.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
Me.btnVorauszahlung.Image = Global.AVISO.My.Resources.Resources.vorauszahlung3
Me.btnVorauszahlung.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnVorauszahlung.Location = New System.Drawing.Point(233, 207)
Me.btnVorauszahlung.Location = New System.Drawing.Point(233, 224)
Me.btnVorauszahlung.Name = "btnVorauszahlung"
Me.btnVorauszahlung.Padding = New System.Windows.Forms.Padding(0, 0, 10, 0)
Me.btnVorauszahlung.Size = New System.Drawing.Size(131, 30)
Me.btnVorauszahlung.TabIndex = 23
Me.btnVorauszahlung.TabIndex = 25
Me.btnVorauszahlung.Text = "Vorauskasse"
Me.btnVorauszahlung.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnVorauszahlung.UseVisualStyleBackColor = True
@@ -1574,21 +1625,21 @@ Partial Class frmSendungsdetailsNEU
Me.Button14.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button14.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.0!)
Me.Button14.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.Button14.Location = New System.Drawing.Point(350, 4)
Me.Button14.Location = New System.Drawing.Point(350, 24)
Me.Button14.Name = "Button14"
Me.Button14.Padding = New System.Windows.Forms.Padding(0, 13, 0, 0)
Me.Button14.Size = New System.Drawing.Size(15, 15)
Me.Button14.TabIndex = 1
Me.Button14.TabIndex = 2
Me.Button14.TabStop = False
Me.Button14.TextAlign = System.Drawing.ContentAlignment.BottomCenter
Me.Button14.UseVisualStyleBackColor = True
'
'Button12
'
Me.Button12.Location = New System.Drawing.Point(49, 128)
Me.Button12.Location = New System.Drawing.Point(49, 145)
Me.Button12.Name = "Button12"
Me.Button12.Size = New System.Drawing.Size(75, 23)
Me.Button12.TabIndex = 17
Me.Button12.TabIndex = 18
Me.Button12.Text = "ATLAS"
Me.Button12.UseVisualStyleBackColor = True
Me.Button12.Visible = False
@@ -1649,10 +1700,10 @@ Partial Class frmSendungsdetailsNEU
'Label35
'
Me.Label35.AutoSize = True
Me.Label35.Location = New System.Drawing.Point(230, 95)
Me.Label35.Location = New System.Drawing.Point(232, 95)
Me.Label35.Name = "Label35"
Me.Label35.Size = New System.Drawing.Size(131, 13)
Me.Label35.TabIndex = 15
Me.Label35.TabIndex = 16
Me.Label35.Text = "Aktenzettel drucken/PDF:"
'
'lblZuKass
@@ -1681,7 +1732,7 @@ Partial Class frmSendungsdetailsNEU
Me.Button3.Margin = New System.Windows.Forms.Padding(0, 3, 0, 3)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(78, 60)
Me.Button3.TabIndex = 18
Me.Button3.TabIndex = 19
Me.Button3.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Button3.UseVisualStyleBackColor = True
'
@@ -1693,7 +1744,7 @@ Partial Class frmSendungsdetailsNEU
Me.Button8.Location = New System.Drawing.Point(310, 111)
Me.Button8.Name = "Button8"
Me.Button8.Size = New System.Drawing.Size(54, 60)
Me.Button8.TabIndex = 19
Me.Button8.TabIndex = 20
Me.Button8.UseVisualStyleBackColor = True
'
'txtColli
@@ -1725,7 +1776,7 @@ Partial Class frmSendungsdetailsNEU
Me.rtbWarenbezeichnung.MaxLength = 500
Me.rtbWarenbezeichnung.Name = "rtbWarenbezeichnung"
Me.rtbWarenbezeichnung.Size = New System.Drawing.Size(359, 32)
Me.rtbWarenbezeichnung.TabIndex = 2
Me.rtbWarenbezeichnung.TabIndex = 1
Me.rtbWarenbezeichnung.Text = ""
'
'Label23
@@ -1752,7 +1803,7 @@ Partial Class frmSendungsdetailsNEU
Me.lblAnmerkung.Location = New System.Drawing.Point(6, 95)
Me.lblAnmerkung.Name = "lblAnmerkung"
Me.lblAnmerkung.Size = New System.Drawing.Size(64, 13)
Me.lblAnmerkung.TabIndex = 14
Me.lblAnmerkung.TabIndex = 15
Me.lblAnmerkung.Text = "Anmerkung:"
'
'cboPrinter
@@ -1763,32 +1814,193 @@ Partial Class frmSendungsdetailsNEU
Me.cboPrinter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cboPrinter.DropDownWidth = 300
Me.cboPrinter.FormattingEnabled = True
Me.cboPrinter.Location = New System.Drawing.Point(233, 69)
Me.cboPrinter.Location = New System.Drawing.Point(233, 171)
Me.cboPrinter.Name = "cboPrinter"
Me.cboPrinter.Size = New System.Drawing.Size(131, 21)
Me.cboPrinter.TabIndex = 13
Me.cboPrinter.TabIndex = 22
'
'rtbAnmerkung
'
Me.rtbAnmerkung.Location = New System.Drawing.Point(6, 111)
Me.rtbAnmerkung.Name = "rtbAnmerkung"
Me.rtbAnmerkung.Size = New System.Drawing.Size(224, 107)
Me.rtbAnmerkung.TabIndex = 16
Me.rtbAnmerkung.Size = New System.Drawing.Size(224, 124)
Me.rtbAnmerkung.TabIndex = 17
Me.rtbAnmerkung.Text = ""
'
'TabPage5
'tbVorkosten
'
Me.TabPage5.Controls.Add(Me.dgvBelege)
Me.TabPage5.Controls.Add(Me.Button9)
Me.TabPage5.Controls.Add(Me.btnKassenbuchEintrag)
Me.TabPage5.Controls.Add(Me.btnLeihgeld)
Me.TabPage5.Location = New System.Drawing.Point(4, 22)
Me.TabPage5.Name = "TabPage5"
Me.TabPage5.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage5.Size = New System.Drawing.Size(369, 266)
Me.TabPage5.TabIndex = 1
Me.TabPage5.Text = "Abrechnung/BAR-Belege"
Me.TabPage5.UseVisualStyleBackColor = True
Me.tbVorkosten.Controls.Add(Me.lblVK_BEarbeitungAbbrechen)
Me.tbVorkosten.Controls.Add(Me.btnVorkostenAdd)
Me.tbVorkosten.Controls.Add(Me.txtVK_Preis)
Me.tbVorkosten.Controls.Add(Me.txtVK_Leistung)
Me.tbVorkosten.Controls.Add(Me.txtVK_Firma)
Me.tbVorkosten.Controls.Add(Me.dgvVorkosten)
Me.tbVorkosten.Location = New System.Drawing.Point(4, 22)
Me.tbVorkosten.Name = "tbVorkosten"
Me.tbVorkosten.Size = New System.Drawing.Size(369, 286)
Me.tbVorkosten.TabIndex = 2
Me.tbVorkosten.Text = "Vorkosten"
Me.tbVorkosten.UseVisualStyleBackColor = True
'
'lblVK_BEarbeitungAbbrechen
'
Me.lblVK_BEarbeitungAbbrechen.AutoSize = True
Me.lblVK_BEarbeitungAbbrechen.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.0!)
Me.lblVK_BEarbeitungAbbrechen.LinkColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(30, Byte), Integer), CType(CType(90, Byte), Integer))
Me.lblVK_BEarbeitungAbbrechen.Location = New System.Drawing.Point(246, 228)
Me.lblVK_BEarbeitungAbbrechen.Name = "lblVK_BEarbeitungAbbrechen"
Me.lblVK_BEarbeitungAbbrechen.Size = New System.Drawing.Size(117, 13)
Me.lblVK_BEarbeitungAbbrechen.TabIndex = 5
Me.lblVK_BEarbeitungAbbrechen.TabStop = True
Me.lblVK_BEarbeitungAbbrechen.Text = "Bearbeitung abbrechen"
Me.lblVK_BEarbeitungAbbrechen.Visible = False
'
'btnVorkostenAdd
'
Me.btnVorkostenAdd.BackColor = System.Drawing.Color.Transparent
Me.btnVorkostenAdd.BackgroundImage = Global.AVISO.My.Resources.Resources.plus
Me.btnVorkostenAdd.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.btnVorkostenAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnVorkostenAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnVorkostenAdd.Location = New System.Drawing.Point(329, 204)
Me.btnVorkostenAdd.Name = "btnVorkostenAdd"
Me.btnVorkostenAdd.Size = New System.Drawing.Size(34, 21)
Me.btnVorkostenAdd.TabIndex = 3
Me.btnVorkostenAdd.TabStop = False
Me.btnVorkostenAdd.UseVisualStyleBackColor = False
'
'txtVK_Preis
'
Me.txtVK_Preis._DateTimeOnly = False
Me.txtVK_Preis._numbersOnly = False
Me.txtVK_Preis._numbersOnlyKommastellen = ""
Me.txtVK_Preis._Prozent = False
Me.txtVK_Preis._ShortDateNew = False
Me.txtVK_Preis._ShortDateOnly = False
Me.txtVK_Preis._TimeOnly = False
Me.txtVK_Preis._value = ""
Me.txtVK_Preis._Waehrung = True
Me.txtVK_Preis._WaehrungZeichen = True
Me.txtVK_Preis.ForeColor = System.Drawing.Color.Black
Me.txtVK_Preis.Location = New System.Drawing.Point(255, 205)
Me.txtVK_Preis.MaxLength = 15
Me.txtVK_Preis.MaxLineLength = -1
Me.txtVK_Preis.MaxLines_Warning = ""
Me.txtVK_Preis.MaxLines_Warning_Label = Nothing
Me.txtVK_Preis.Name = "txtVK_Preis"
Me.txtVK_Preis.Size = New System.Drawing.Size(75, 20)
Me.txtVK_Preis.TabIndex = 4
'
'txtVK_Leistung
'
Me.txtVK_Leistung._DateTimeOnly = False
Me.txtVK_Leistung._numbersOnly = False
Me.txtVK_Leistung._numbersOnlyKommastellen = ""
Me.txtVK_Leistung._Prozent = False
Me.txtVK_Leistung._ShortDateNew = False
Me.txtVK_Leistung._ShortDateOnly = False
Me.txtVK_Leistung._TimeOnly = False
Me.txtVK_Leistung._value = ""
Me.txtVK_Leistung._Waehrung = False
Me.txtVK_Leistung._WaehrungZeichen = True
Me.txtVK_Leistung.ForeColor = System.Drawing.Color.Black
Me.txtVK_Leistung.Location = New System.Drawing.Point(129, 205)
Me.txtVK_Leistung.MaxLength = 30
Me.txtVK_Leistung.MaxLineLength = -1
Me.txtVK_Leistung.MaxLines_Warning = ""
Me.txtVK_Leistung.MaxLines_Warning_Label = Nothing
Me.txtVK_Leistung.Name = "txtVK_Leistung"
Me.txtVK_Leistung.Size = New System.Drawing.Size(127, 20)
Me.txtVK_Leistung.TabIndex = 2
'
'txtVK_Firma
'
Me.txtVK_Firma._DateTimeOnly = False
Me.txtVK_Firma._numbersOnly = False
Me.txtVK_Firma._numbersOnlyKommastellen = ""
Me.txtVK_Firma._Prozent = False
Me.txtVK_Firma._ShortDateNew = False
Me.txtVK_Firma._ShortDateOnly = False
Me.txtVK_Firma._TimeOnly = False
Me.txtVK_Firma._value = ""
Me.txtVK_Firma._Waehrung = False
Me.txtVK_Firma._WaehrungZeichen = True
Me.txtVK_Firma.ForeColor = System.Drawing.Color.Black
Me.txtVK_Firma.Location = New System.Drawing.Point(3, 205)
Me.txtVK_Firma.MaxLength = 200
Me.txtVK_Firma.MaxLineLength = -1
Me.txtVK_Firma.MaxLines_Warning = ""
Me.txtVK_Firma.MaxLines_Warning_Label = Nothing
Me.txtVK_Firma.Name = "txtVK_Firma"
Me.txtVK_Firma.Size = New System.Drawing.Size(127, 20)
Me.txtVK_Firma.TabIndex = 1
'
'dgvVorkosten
'
Me.dgvVorkosten.AKTUALISIERUNGS_INTERVALL = -1
Me.dgvVorkosten.AllowUserToAddRows = False
Me.dgvVorkosten.AllowUserToDeleteRows = False
Me.dgvVorkosten.AllowUserToResizeColumns = False
Me.dgvVorkosten.AllowUserToResizeRows = False
Me.dgvVorkosten.BackgroundColor = System.Drawing.Color.White
Me.dgvVorkosten.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.dgvVorkosten.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.clmnVK_id, Me.clmnFirma, Me.clmnLeistung, Me.clmnPreis})
Me.dgvVorkosten.Location = New System.Drawing.Point(3, 4)
Me.dgvVorkosten.MultiSelect = False
Me.dgvVorkosten.Name = "dgvVorkosten"
Me.dgvVorkosten.ReadOnly = True
Me.dgvVorkosten.RowHeadersVisible = False
Me.dgvVorkosten.RowTemplate.Height = 18
Me.dgvVorkosten.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
Me.dgvVorkosten.Size = New System.Drawing.Size(360, 194)
Me.dgvVorkosten.TabIndex = 0
'
'clmnVK_id
'
Me.clmnVK_id.HeaderText = "ID"
Me.clmnVK_id.Name = "clmnVK_id"
Me.clmnVK_id.ReadOnly = True
Me.clmnVK_id.Visible = False
'
'clmnFirma
'
Me.clmnFirma.HeaderText = "Firma"
Me.clmnFirma.MaxInputLength = 200
Me.clmnFirma.Name = "clmnFirma"
Me.clmnFirma.ReadOnly = True
Me.clmnFirma.Width = 127
'
'clmnLeistung
'
Me.clmnLeistung.HeaderText = "Leistung"
Me.clmnLeistung.MaxInputLength = 30
Me.clmnLeistung.Name = "clmnLeistung"
Me.clmnLeistung.ReadOnly = True
Me.clmnLeistung.Width = 129
'
'clmnPreis
'
Me.clmnPreis.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
DataGridViewCellStyle7.Format = "C2"
Me.clmnPreis.DefaultCellStyle = DataGridViewCellStyle7
Me.clmnPreis.HeaderText = "Preis"
Me.clmnPreis.MaxInputLength = 15
Me.clmnPreis.Name = "clmnPreis"
Me.clmnPreis.ReadOnly = True
'
'tbBAR
'
Me.tbBAR.Controls.Add(Me.dgvBelege)
Me.tbBAR.Controls.Add(Me.Button9)
Me.tbBAR.Controls.Add(Me.btnKassenbuchEintrag)
Me.tbBAR.Controls.Add(Me.btnLeihgeld)
Me.tbBAR.Location = New System.Drawing.Point(4, 22)
Me.tbBAR.Name = "tbBAR"
Me.tbBAR.Padding = New System.Windows.Forms.Padding(3)
Me.tbBAR.Size = New System.Drawing.Size(369, 286)
Me.tbBAR.TabIndex = 1
Me.tbBAR.Text = "Abrechnung/BAR-Belege"
Me.tbBAR.UseVisualStyleBackColor = True
'
'dgvBelege
'
@@ -1959,7 +2171,7 @@ Partial Class frmSendungsdetailsNEU
Me.Panel6.Location = New System.Drawing.Point(0, 69)
Me.Panel6.MinimumSize = New System.Drawing.Size(2, 235)
Me.Panel6.Name = "Panel6"
Me.Panel6.Size = New System.Drawing.Size(838, 292)
Me.Panel6.Size = New System.Drawing.Size(838, 310)
Me.Panel6.TabIndex = 1
'
'picKdAtrNr_Fraechter
@@ -2729,7 +2941,7 @@ Partial Class frmSendungsdetailsNEU
Me.Panel15.Dock = System.Windows.Forms.DockStyle.Left
Me.Panel15.Location = New System.Drawing.Point(0, 0)
Me.Panel15.Name = "Panel15"
Me.Panel15.Size = New System.Drawing.Size(5, 292)
Me.Panel15.Size = New System.Drawing.Size(5, 310)
Me.Panel15.TabIndex = 1
'
'txtAvisierer
@@ -3875,7 +4087,7 @@ Partial Class frmSendungsdetailsNEU
Me.Button24.Location = New System.Drawing.Point(357, -1)
Me.Button24.Name = "Button24"
Me.Button24.Size = New System.Drawing.Size(15, 15)
Me.Button24.TabIndex = 4
Me.Button24.TabIndex = 1
Me.Button24.UseVisualStyleBackColor = False
'
'cboVorpapier3
@@ -3888,7 +4100,7 @@ Partial Class frmSendungsdetailsNEU
Me.cboVorpapier3.Location = New System.Drawing.Point(163, 62)
Me.cboVorpapier3.Name = "cboVorpapier3"
Me.cboVorpapier3.Size = New System.Drawing.Size(209, 24)
Me.cboVorpapier3.TabIndex = 11
Me.cboVorpapier3.TabIndex = 12
'
'cboVorpapier2
'
@@ -3900,7 +4112,7 @@ Partial Class frmSendungsdetailsNEU
Me.cboVorpapier2.Location = New System.Drawing.Point(163, 39)
Me.cboVorpapier2.Name = "cboVorpapier2"
Me.cboVorpapier2.Size = New System.Drawing.Size(209, 24)
Me.cboVorpapier2.TabIndex = 8
Me.cboVorpapier2.TabIndex = 9
'
'txtVorpapier3Pos
'
@@ -3909,7 +4121,7 @@ Partial Class frmSendungsdetailsNEU
Me.txtVorpapier3Pos.MaxLength = 500
Me.txtVorpapier3Pos.Name = "txtVorpapier3Pos"
Me.txtVorpapier3Pos.Size = New System.Drawing.Size(88, 25)
Me.txtVorpapier3Pos.TabIndex = 10
Me.txtVorpapier3Pos.TabIndex = 11
Me.txtVorpapier3Pos.Text = ""
'
'txtVorpapier2Pos
@@ -3919,7 +4131,7 @@ Partial Class frmSendungsdetailsNEU
Me.txtVorpapier2Pos.MaxLength = 500
Me.txtVorpapier2Pos.Name = "txtVorpapier2Pos"
Me.txtVorpapier2Pos.Size = New System.Drawing.Size(88, 25)
Me.txtVorpapier2Pos.TabIndex = 6
Me.txtVorpapier2Pos.TabIndex = 7
Me.txtVorpapier2Pos.Text = ""
'
'lblPos
@@ -3928,7 +4140,7 @@ Partial Class frmSendungsdetailsNEU
Me.lblPos.Location = New System.Drawing.Point(375, 0)
Me.lblPos.Name = "lblPos"
Me.lblPos.Size = New System.Drawing.Size(28, 13)
Me.lblPos.TabIndex = 1
Me.lblPos.TabIndex = 2
Me.lblPos.Text = "Pos:"
'
'txtVorpapierPos
@@ -3938,7 +4150,7 @@ Partial Class frmSendungsdetailsNEU
Me.txtVorpapierPos.MaxLength = 500
Me.txtVorpapierPos.Name = "txtVorpapierPos"
Me.txtVorpapierPos.Size = New System.Drawing.Size(88, 25)
Me.txtVorpapierPos.TabIndex = 4
Me.txtVorpapierPos.TabIndex = 5
Me.txtVorpapierPos.Text = ""
'
'lblZuweisungVP
@@ -3960,7 +4172,7 @@ Partial Class frmSendungsdetailsNEU
Me.cboVorpapier.Location = New System.Drawing.Point(163, 16)
Me.cboVorpapier.Name = "cboVorpapier"
Me.cboVorpapier.Size = New System.Drawing.Size(209, 24)
Me.cboVorpapier.TabIndex = 5
Me.cboVorpapier.TabIndex = 6
'
'lblGrenze
'
@@ -3968,7 +4180,7 @@ Partial Class frmSendungsdetailsNEU
Me.lblGrenze.Location = New System.Drawing.Point(483, 16)
Me.lblGrenze.Name = "lblGrenze"
Me.lblGrenze.Size = New System.Drawing.Size(202, 62)
Me.lblGrenze.TabIndex = 9
Me.lblGrenze.TabIndex = 10
Me.lblGrenze.Text = "SUB"
'
'lblGrenzeSnd
@@ -3977,7 +4189,7 @@ Partial Class frmSendungsdetailsNEU
Me.lblGrenzeSnd.Location = New System.Drawing.Point(484, 0)
Me.lblGrenzeSnd.Name = "lblGrenzeSnd"
Me.lblGrenzeSnd.Size = New System.Drawing.Size(44, 13)
Me.lblGrenzeSnd.TabIndex = 2
Me.lblGrenzeSnd.TabIndex = 3
Me.lblGrenzeSnd.Text = "Grenze:"
'
'Panel3
@@ -3990,7 +4202,7 @@ Partial Class frmSendungsdetailsNEU
Me.Panel3.Location = New System.Drawing.Point(691, 0)
Me.Panel3.Name = "Panel3"
Me.Panel3.Size = New System.Drawing.Size(228, 87)
Me.Panel3.TabIndex = 12
Me.Panel3.TabIndex = 13
'
'btnDelQS
'
@@ -4055,7 +4267,7 @@ Partial Class frmSendungsdetailsNEU
Me.Panel9.Location = New System.Drawing.Point(919, 0)
Me.Panel9.Name = "Panel9"
Me.Panel9.Size = New System.Drawing.Size(295, 87)
Me.Panel9.TabIndex = 13
Me.Panel9.TabIndex = 14
'
'Button10
'
@@ -4133,7 +4345,7 @@ Partial Class frmSendungsdetailsNEU
Me.btnSpedBuch.Location = New System.Drawing.Point(6, 6)
Me.btnSpedBuch.Name = "btnSpedBuch"
Me.btnSpedBuch.Size = New System.Drawing.Size(125, 40)
Me.btnSpedBuch.TabIndex = 3
Me.btnSpedBuch.TabIndex = 4
Me.btnSpedBuch.Text = "Eintrag" & Global.Microsoft.VisualBasic.ChrW(10) & "Speditionsbuch"
Me.btnSpedBuch.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnSpedBuch.UseVisualStyleBackColor = True
@@ -4147,7 +4359,7 @@ Partial Class frmSendungsdetailsNEU
Me.cbxSpedBuch.Location = New System.Drawing.Point(6, 46)
Me.cbxSpedBuch.Name = "cbxSpedBuch"
Me.cbxSpedBuch.Size = New System.Drawing.Size(113, 17)
Me.cbxSpedBuch.TabIndex = 7
Me.cbxSpedBuch.TabIndex = 8
Me.cbxSpedBuch.Text = "Eintrag vorhanden"
Me.cbxSpedBuch.UseVisualStyleBackColor = True
'
@@ -4384,9 +4596,9 @@ Partial Class frmSendungsdetailsNEU
'
'ctxtWeitereFormulare
'
Me.ctxtWeitereFormulare.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.toolGelangensbestätigung, Me.toolOriginalSendungsunterlagen, Me.LaufzettelDruckenToolStripMenuItem})
Me.ctxtWeitereFormulare.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.toolGelangensbestätigung, Me.toolOriginalSendungsunterlagen, Me.LaufzettelDruckenToolStripMenuItem, Me.ZollstoppAMBARToolStripMenuItem})
Me.ctxtWeitereFormulare.Name = "cntxt"
Me.ctxtWeitereFormulare.Size = New System.Drawing.Size(263, 70)
Me.ctxtWeitereFormulare.Size = New System.Drawing.Size(263, 114)
'
'toolGelangensbestätigung
'
@@ -4485,6 +4697,12 @@ Partial Class frmSendungsdetailsNEU
Me.NurÖffnenToolStripMenuItem.Size = New System.Drawing.Size(247, 22)
Me.NurÖffnenToolStripMenuItem.Text = "nur öffnen"
'
'ZollstoppAMBARToolStripMenuItem
'
Me.ZollstoppAMBARToolStripMenuItem.Name = "ZollstoppAMBARToolStripMenuItem"
Me.ZollstoppAMBARToolStripMenuItem.Size = New System.Drawing.Size(262, 22)
Me.ZollstoppAMBARToolStripMenuItem.Text = "Zollstopp (AMBAR)"
'
'frmSendungsdetailsNEU
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!)
@@ -4533,7 +4751,10 @@ Partial Class frmSendungsdetailsNEU
Me.tbcntr.ResumeLayout(False)
Me.TabPage4.ResumeLayout(False)
Me.TabPage4.PerformLayout()
Me.TabPage5.ResumeLayout(False)
Me.tbVorkosten.ResumeLayout(False)
Me.tbVorkosten.PerformLayout()
CType(Me.dgvVorkosten, System.ComponentModel.ISupportInitialize).EndInit()
Me.tbBAR.ResumeLayout(False)
CType(Me.dgvBelege, System.ComponentModel.ISupportInitialize).EndInit()
Me.Panel6.ResumeLayout(False)
Me.Panel6.PerformLayout()
@@ -4678,7 +4899,7 @@ Partial Class frmSendungsdetailsNEU
Friend WithEvents Label24 As System.Windows.Forms.Label
Friend WithEvents lblAnmerkung As System.Windows.Forms.Label
Friend WithEvents rtbAnmerkung As System.Windows.Forms.RichTextBox
Friend WithEvents TabPage5 As System.Windows.Forms.TabPage
Friend WithEvents tbBAR As System.Windows.Forms.TabPage
Friend WithEvents dgvBelege As VERAG_PROG_ALLGEMEIN.MyDatagridview
Friend WithEvents Button9 As System.Windows.Forms.Button
Friend WithEvents btnKassenbuchEintrag As System.Windows.Forms.Button
@@ -4896,4 +5117,18 @@ Partial Class frmSendungsdetailsNEU
Friend WithEvents txtVorpapier3Pos As RichTextBox
Friend WithEvents txtVorpapier2Pos As RichTextBox
Friend WithEvents GestellungslisteAnfügenJANEINToolStripMenuItem As ToolStripMenuItem
Friend WithEvents tbVorkosten As TabPage
Friend WithEvents btnVorkostenAdd As Button
Friend WithEvents txtVK_Preis As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents txtVK_Leistung As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents txtVK_Firma As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents dgvVorkosten As VERAG_PROG_ALLGEMEIN.MyDatagridview
Friend WithEvents clmnVK_id As DataGridViewTextBoxColumn
Friend WithEvents clmnFirma As DataGridViewTextBoxColumn
Friend WithEvents clmnLeistung As DataGridViewTextBoxColumn
Friend WithEvents clmnPreis As DataGridViewTextBoxColumn
Friend WithEvents lblVK_BEarbeitungAbbrechen As LinkLabel
Friend WithEvents txtFrachtkosten As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents Label1 As Label
Friend WithEvents ZollstoppAMBARToolStripMenuItem As ToolStripMenuItem
End Class