open sendungsdetails from speditionsbuch

This commit is contained in:
2025-05-08 11:08:42 +02:00
parent 3ac504baee
commit 863bcf8c3d
4 changed files with 93 additions and 49 deletions

View File

@@ -32,6 +32,7 @@ Partial Class usrCntlSpeditionsBuchSuche
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(usrCntlSpeditionsBuchSuche))
Me.TabPage1 = New System.Windows.Forms.TabPage()
Me.cntxtCntxtSpeditionsbuch = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.SendungsdetailsÖffnenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.EintragLöschenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.txtAvisoId = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.lblLKWId = New System.Windows.Forms.Label()
@@ -237,15 +238,21 @@ Partial Class usrCntlSpeditionsBuchSuche
'cntxtCntxtSpeditionsbuch
'
Me.cntxtCntxtSpeditionsbuch.ImageScalingSize = New System.Drawing.Size(24, 24)
Me.cntxtCntxtSpeditionsbuch.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.EintragLöschenToolStripMenuItem})
Me.cntxtCntxtSpeditionsbuch.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.SendungsdetailsÖffnenToolStripMenuItem, Me.EintragLöschenToolStripMenuItem})
Me.cntxtCntxtSpeditionsbuch.Name = "cntxtCntxtSpeditionsbuch"
Me.cntxtCntxtSpeditionsbuch.Size = New System.Drawing.Size(156, 26)
Me.cntxtCntxtSpeditionsbuch.Size = New System.Drawing.Size(199, 70)
Me.cntxtCntxtSpeditionsbuch.Text = "cntxtSpeditionsbuch"
'
'SendungsdetailsÖffnenToolStripMenuItem
'
Me.SendungsdetailsÖffnenToolStripMenuItem.Name = "SendungsdetailsÖffnenToolStripMenuItem"
Me.SendungsdetailsÖffnenToolStripMenuItem.Size = New System.Drawing.Size(198, 22)
Me.SendungsdetailsÖffnenToolStripMenuItem.Text = "Sendungsdetails öffnen"
'
'EintragLöschenToolStripMenuItem
'
Me.EintragLöschenToolStripMenuItem.Name = "EintragLöschenToolStripMenuItem"
Me.EintragLöschenToolStripMenuItem.Size = New System.Drawing.Size(155, 22)
Me.EintragLöschenToolStripMenuItem.Size = New System.Drawing.Size(198, 22)
Me.EintragLöschenToolStripMenuItem.Text = "Eintrag löschen"
'
'txtAvisoId
@@ -3019,4 +3026,5 @@ Partial Class usrCntlSpeditionsBuchSuche
Friend WithEvents Button24 As Button
Friend WithEvents Button25 As Button
Friend WithEvents MyComboBox2 As VERAG_PROG_ALLGEMEIN.MyComboBox
Friend WithEvents SendungsdetailsÖffnenToolStripMenuItem As ToolStripMenuItem
End Class