Gesamtsicherheiten und Essensbestellungen

This commit is contained in:
2022-11-30 14:10:00 +01:00
parent b73bb67349
commit 72693343d8
6 changed files with 134 additions and 79 deletions

View File

@@ -51,7 +51,7 @@ Partial Class frmGesamtsicherheitenNEU
Me.lblWarenort = New System.Windows.Forms.Label()
Me.cboFiliale = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.btnSave = New VERAG_PROG_ALLGEMEIN.FlatButton()
Me.txtLKWID = New System.Windows.Forms.TextBox()
Me.txtLKWKZ = New System.Windows.Forms.TextBox()
Me.txtAbfertNum = New System.Windows.Forms.TextBox()
Me.Label18 = New System.Windows.Forms.Label()
Me.Label17 = New System.Windows.Forms.Label()
@@ -327,7 +327,7 @@ Partial Class frmGesamtsicherheitenNEU
Me.panOverlay.Controls.Add(Me.lblWarenort)
Me.panOverlay.Controls.Add(Me.cboFiliale)
Me.panOverlay.Controls.Add(Me.btnSave)
Me.panOverlay.Controls.Add(Me.txtLKWID)
Me.panOverlay.Controls.Add(Me.txtLKWKZ)
Me.panOverlay.Controls.Add(Me.txtAbfertNum)
Me.panOverlay.Controls.Add(Me.Label18)
Me.panOverlay.Controls.Add(Me.Label17)
@@ -426,14 +426,14 @@ Partial Class frmGesamtsicherheitenNEU
Me.btnSave.Text = "Speichern"
Me.btnSave.UseVisualStyleBackColor = False
'
'txtLKWID
'txtLKWKZ
'
Me.txtLKWID.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtLKWID.Location = New System.Drawing.Point(279, 216)
Me.txtLKWID.Margin = New System.Windows.Forms.Padding(0)
Me.txtLKWID.Name = "txtLKWID"
Me.txtLKWID.Size = New System.Drawing.Size(186, 24)
Me.txtLKWID.TabIndex = 8
Me.txtLKWKZ.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtLKWKZ.Location = New System.Drawing.Point(279, 216)
Me.txtLKWKZ.Margin = New System.Windows.Forms.Padding(0)
Me.txtLKWKZ.Name = "txtLKWKZ"
Me.txtLKWKZ.Size = New System.Drawing.Size(186, 24)
Me.txtLKWKZ.TabIndex = 8
'
'txtAbfertNum
'
@@ -1554,7 +1554,7 @@ Partial Class frmGesamtsicherheitenNEU
Friend WithEvents txtAnzahlPos As TextBox
Friend WithEvents panOverlay As Panel
Friend WithEvents btnSave As VERAG_PROG_ALLGEMEIN.FlatButton
Friend WithEvents txtLKWID As TextBox
Friend WithEvents txtLKWKZ As TextBox
Friend WithEvents txtAbfertNum As TextBox
Friend WithEvents Label18 As Label
Friend WithEvents Label17 As Label