This commit is contained in:
2024-04-22 09:45:03 +02:00
parent be31f04393
commit f8f99fe68b
2 changed files with 18 additions and 32 deletions

View File

@@ -22,6 +22,7 @@ Partial Class frmSendungsdetailsNEU
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
<System.Diagnostics.DebuggerStepThrough()>
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmSendungsdetailsNEU))
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
@@ -40,7 +41,7 @@ Partial Class frmSendungsdetailsNEU
Me.pnlKundenInfo = New System.Windows.Forms.Panel()
Me.Panel20 = New System.Windows.Forms.Panel()
Me.tbAnhang = New System.Windows.Forms.TabPage()
Me.dgvAnhang = New VERAG_PROG_ALLGEMEIN.MyDatagridview()
Me.dgvAnhang = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
Me.btnDirektAnfuegen = New System.Windows.Forms.Button()
Me.Panel19 = New System.Windows.Forms.Panel()
Me.Button22 = New System.Windows.Forms.Button()
@@ -61,7 +62,7 @@ Partial Class frmSendungsdetailsNEU
Me.lblAnhaenge = New System.Windows.Forms.Label()
Me.tbZollabfertigung = New System.Windows.Forms.TabPage()
Me.Panel16 = New System.Windows.Forms.Panel()
Me.dgvZollAnmeldungen = New VERAG_PROG_ALLGEMEIN.MyDatagridview()
Me.dgvZollAnmeldungen = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
Me.Panel17 = New System.Windows.Forms.Panel()
Me.Button6 = New System.Windows.Forms.Button()
Me.Button5 = New System.Windows.Forms.Button()
@@ -92,7 +93,7 @@ Partial Class frmSendungsdetailsNEU
Me.Label5 = New System.Windows.Forms.Label()
Me.cboZolltarif = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.TabPage2 = New System.Windows.Forms.TabPage()
Me.DataGridView = New VERAG_PROG_ALLGEMEIN.MyDatagridview()
Me.DataGridView = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
Me.pnlSpedBuchNacherfassung = New System.Windows.Forms.Panel()
Me.cbxOhneZollsys = New System.Windows.Forms.CheckBox()
Me.Label31 = New System.Windows.Forms.Label()
@@ -172,13 +173,13 @@ Partial Class frmSendungsdetailsNEU
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.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.dgvBelege = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
Me.Button9 = New System.Windows.Forms.Button()
Me.btnKassenbuchEintrag = New System.Windows.Forms.Button()
Me.btnLeihgeld = New System.Windows.Forms.Button()
@@ -210,7 +211,7 @@ Partial Class frmSendungsdetailsNEU
Me.txtKdAuftragsNrFrachtfuehrer = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.txtKdAuftragsNrEmpfaenger = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.txtKdAuftragsNrAvisierer = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.cntxt = New System.Windows.Forms.ContextMenuStrip()
Me.cntxt = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.KdAuftragsNrInAlleSendungenÜbernehmenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.lblKdAtrNr = New System.Windows.Forms.Label()
Me.FlatButton4 = New VERAG_PROG_ALLGEMEIN.FlatButton()
@@ -352,8 +353,8 @@ Partial Class frmSendungsdetailsNEU
Me.lblgesGewicht = New System.Windows.Forms.Label()
Me.lblGesamt = New System.Windows.Forms.Label()
Me.btnSpedBuch = New System.Windows.Forms.Button()
Me.cbxSpedBuch = New VERAG_PROG_ALLGEMEIN.MyCheckbox()
Me.cntxtAnh = New System.Windows.Forms.ContextMenuStrip()
Me.cbxSpedBuch = New VERAG_PROG_ALLGEMEIN.MyCheckbox(Me.components)
Me.cntxtAnh = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.MarkiertePDFsDruckenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.EMailAnfügenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.KopierenZwischenablageToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
@@ -378,18 +379,18 @@ Partial Class frmSendungsdetailsNEU
Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator()
Me.BindingNavigatorSeparator1 = New System.Windows.Forms.ToolStripSeparator()
Me.BindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator()
Me.cntxtVorauskasse = New System.Windows.Forms.ContextMenuStrip()
Me.cntxtVorauskasse = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.toolAuftraggeber = New System.Windows.Forms.ToolStripMenuItem()
Me.toolAbsender = New System.Windows.Forms.ToolStripMenuItem()
Me.toolEmpfänger = New System.Windows.Forms.ToolStripMenuItem()
Me.toolAvisierer = New System.Windows.Forms.ToolStripMenuItem()
Me.toolFrächter = New System.Windows.Forms.ToolStripMenuItem()
Me.cntxtOptions = New System.Windows.Forms.ContextMenuStrip()
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.ctxtWeitereFormulare = New System.Windows.Forms.ContextMenuStrip()
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()
Me.toolOriginalSendungsunterlagen = New System.Windows.Forms.ToolStripMenuItem()
Me.AuftraggeberToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
@@ -405,7 +406,7 @@ Partial Class frmSendungsdetailsNEU
Me.AntragQualitätskontrolleToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.EmpfängerToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
Me.AuftraggeberToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip()
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.ToolStripMenuItem15 = New System.Windows.Forms.ToolStripMenuItem()
Me.T1BestätigungToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.MitGestellungsgarantieToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
@@ -433,14 +434,13 @@ Partial Class frmSendungsdetailsNEU
Me.AuftragMOTISToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
Me.dynMailsToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ContextMenuStrip2 = New System.Windows.Forms.ContextMenuStrip()
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.cntDigicust = New System.Windows.Forms.ContextMenuStrip()
Me.cntDigicust = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.StatusAbrufenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ContextMenuStrip3 = New System.Windows.Forms.ContextMenuStrip()
Me.ContextMenuStrip3 = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.XXXToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
Me.pnl.SuspendLayout()
Me.Panel4.SuspendLayout()
Me.TabControl1.SuspendLayout()
@@ -5396,7 +5396,7 @@ Partial Class frmSendungsdetailsNEU
Me.ContextMenuStrip1.ImageScalingSize = New System.Drawing.Size(24, 24)
Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripMenuItem15, Me.T1BestätigungToolStripMenuItem, Me.SpeditionSUBENToolStripMenuItem, Me.ToolStripMenuItem16, Me.AuftragATANAKToolStripMenuItem, Me.ToolStripMenuItem27, Me.ToolStripMenuItem26, Me.ToolStripMenuItem28, Me.ToolStripMenuItem25, Me.GVMSInfoToolStripMenuItem, Me.CMRBestätigungToolStripMenuItem, Me.AuftragMOTISToolStripMenuItem, Me.ToolStripSeparator1, Me.dynMailsToolStripMenuItem})
Me.ContextMenuStrip1.Name = "cntxtAnh"
Me.ContextMenuStrip1.Size = New System.Drawing.Size(223, 422)
Me.ContextMenuStrip1.Size = New System.Drawing.Size(223, 400)
'
'ToolStripMenuItem15
'
@@ -5631,14 +5631,6 @@ Partial Class frmSendungsdetailsNEU
Me.XXXToolStripMenuItem.Size = New System.Drawing.Size(95, 22)
Me.XXXToolStripMenuItem.Text = "XXX"
'
'ToolStrip1
'
Me.ToolStrip1.Location = New System.Drawing.Point(0, 0)
Me.ToolStrip1.Name = "ToolStrip1"
Me.ToolStrip1.Size = New System.Drawing.Size(1214, 25)
Me.ToolStrip1.TabIndex = 12
Me.ToolStrip1.Text = "ToolStrip1"
'
'frmSendungsdetailsNEU
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!)
@@ -5646,7 +5638,6 @@ Partial Class frmSendungsdetailsNEU
Me.AutoScroll = True
Me.BackColor = System.Drawing.Color.White
Me.ClientSize = New System.Drawing.Size(1214, 863)
Me.Controls.Add(Me.ToolStrip1)
Me.Controls.Add(Me.pnl)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.KeyPreview = True
@@ -5743,7 +5734,6 @@ Partial Class frmSendungsdetailsNEU
Me.cntDigicust.ResumeLayout(False)
Me.ContextMenuStrip3.ResumeLayout(False)
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents pnl As System.Windows.Forms.Panel
@@ -6154,5 +6144,4 @@ Partial Class frmSendungsdetailsNEU
Friend WithEvents Label13 As Label
Friend WithEvents txtATANr As TextBox
Friend WithEvents ToolStripSeparator1 As ToolStripSeparator
Friend WithEvents ToolStrip1 As ToolStrip
End Class

View File

@@ -2514,9 +2514,6 @@
<metadata name="ContextMenuStrip3.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>129, 56</value>
</metadata>
<metadata name="ToolStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>286, 56</value>
</metadata>
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
AAABAAEAgIAAAAEAIAAoCAEAFgAAACgAAACAAAAAAAEAAAEAIAAAAAAAAAgBABMLAAATCwAAAAAAAAAA