Auswertung VERIMEX Korr., Laufzettel SA-Gestellung

This commit is contained in:
2022-12-21 14:53:31 +01:00
parent 0f6a78428b
commit 984a341b6e
10 changed files with 293 additions and 254 deletions

View File

@@ -32,6 +32,7 @@ Partial Class frmAbfertigungTR_ExportAnz
Me.Label6 = New System.Windows.Forms.Label()
Me.Label16 = New System.Windows.Forms.Label()
Me.btn = New System.Windows.Forms.Button()
Me.lblError = New System.Windows.Forms.Label()
Me.pnl.SuspendLayout()
Me.Panel1.SuspendLayout()
Me.SuspendLayout()
@@ -39,6 +40,7 @@ Partial Class frmAbfertigungTR_ExportAnz
'pnl
'
Me.pnl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.pnl.Controls.Add(Me.lblError)
Me.pnl.Controls.Add(Me.txtAnzPos)
Me.pnl.Controls.Add(Me.txtAnz)
Me.pnl.Controls.Add(Me.Label1)
@@ -168,6 +170,18 @@ Partial Class frmAbfertigungTR_ExportAnz
Me.btn.Text = "OK"
Me.btn.UseVisualStyleBackColor = False
'
'lblError
'
Me.lblError.AutoSize = True
Me.lblError.ForeColor = System.Drawing.Color.Red
Me.lblError.Location = New System.Drawing.Point(145, 124)
Me.lblError.Name = "lblError"
Me.lblError.Size = New System.Drawing.Size(97, 26)
Me.lblError.TabIndex = 55
Me.lblError.Text = "Format!" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Wert muss >0 sein."
Me.lblError.TextAlign = System.Drawing.ContentAlignment.TopRight
Me.lblError.Visible = False
'
'frmAbfertigungTR_ExportAnz
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
@@ -196,4 +210,5 @@ Partial Class frmAbfertigungTR_ExportAnz
Friend WithEvents Label1 As Label
Friend WithEvents txtAnzPos As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents txtAnz As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents lblError As Label
End Class