This commit is contained in:
2024-02-07 15:58:56 +01:00
parent 9ac830f590
commit d7dfab0ac4
7 changed files with 28 additions and 31 deletions

View File

@@ -1318,6 +1318,7 @@ Partial Class usrcntlAktDetails
'Panel8
'
Me.Panel8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel8.Controls.Add(Me.lblAktUebernommen)
Me.Panel8.Controls.Add(Me.lblLKWChat_MsgCnt)
Me.Panel8.Controls.Add(Me.lblBarZuKassierenSumme)
Me.Panel8.Controls.Add(Me.picAVISOMessenger)
@@ -1339,7 +1340,6 @@ Partial Class usrcntlAktDetails
Me.Panel8.Controls.Add(Me.pnlAbgeschlossen)
Me.Panel8.Controls.Add(Me.lklAuswahlAufheben)
Me.Panel8.Controls.Add(Me.txtLKWID)
Me.Panel8.Controls.Add(Me.lblAktUebernommen)
Me.Panel8.Dock = System.Windows.Forms.DockStyle.Top
Me.Panel8.Location = New System.Drawing.Point(0, 0)
Me.Panel8.Name = "Panel8"
@@ -1609,8 +1609,8 @@ Partial Class usrcntlAktDetails
'pnlAbgeschlossen
'
Me.pnlAbgeschlossen.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.pnlAbgeschlossen.Controls.Add(Me.Label2)
Me.pnlAbgeschlossen.Controls.Add(Me.pic)
Me.pnlAbgeschlossen.Controls.Add(Me.Label2)
Me.pnlAbgeschlossen.Location = New System.Drawing.Point(413, 75)
Me.pnlAbgeschlossen.Name = "pnlAbgeschlossen"
Me.pnlAbgeschlossen.Size = New System.Drawing.Size(157, 44)