new
This commit is contained in:
@@ -28,22 +28,29 @@ Partial Class usrcntlUnterposEntry
|
||||
'
|
||||
'txtAnzahl
|
||||
'
|
||||
Me.txtAnzahl._DateTimeOnly = False
|
||||
Me.txtAnzahl._numbersOnly = True
|
||||
Me.txtAnzahl._numbersOnlyKommastellen = ""
|
||||
Me.txtAnzahl._Prozent = False
|
||||
Me.txtAnzahl._ShortDateNew = False
|
||||
Me.txtAnzahl._TimeOnly = False
|
||||
Me.txtAnzahl._value = Nothing
|
||||
Me.txtAnzahl._ShortDateOnly = False
|
||||
Me.txtAnzahl._TimeOnly = False
|
||||
Me.txtAnzahl._value = ""
|
||||
Me.txtAnzahl._Waehrung = False
|
||||
Me.txtAnzahl._WaehrungZeichen = True
|
||||
Me.txtAnzahl.Location = New System.Drawing.Point(3, 0)
|
||||
Me.txtAnzahl.MaxLength = 2
|
||||
Me.txtAnzahl.MaxLength = 4
|
||||
Me.txtAnzahl.MaxLineLength = -1
|
||||
Me.txtAnzahl.MaxLines_Warning = ""
|
||||
Me.txtAnzahl.MaxLines_Warning_Label = Nothing
|
||||
Me.txtAnzahl.Name = "txtAnzahl"
|
||||
Me.txtAnzahl.Size = New System.Drawing.Size(28, 20)
|
||||
Me.txtAnzahl.Size = New System.Drawing.Size(41, 20)
|
||||
Me.txtAnzahl.TabIndex = 106
|
||||
'
|
||||
'lblBezeichnung
|
||||
'
|
||||
Me.lblBezeichnung.AutoSize = True
|
||||
Me.lblBezeichnung.Location = New System.Drawing.Point(37, 3)
|
||||
Me.lblBezeichnung.Location = New System.Drawing.Point(45, 3)
|
||||
Me.lblBezeichnung.Name = "lblBezeichnung"
|
||||
Me.lblBezeichnung.Size = New System.Drawing.Size(28, 13)
|
||||
Me.lblBezeichnung.TabIndex = 107
|
||||
|
||||
Reference in New Issue
Block a user