MS Service aktualisert

This commit is contained in:
Digital Data - Marlon Schreiber
2018-01-17 17:17:38 +01:00
parent ea2554aa10
commit 1d4d48cd01
23 changed files with 1037 additions and 1014 deletions

View File

@@ -1344,7 +1344,8 @@ Partial Class frmMain
'NumericUpDown
'
Me.NumericUpDown.Increment = New Decimal(New Integer() {5, 0, 0, 0})
Me.NumericUpDown.Location = New System.Drawing.Point(352, 168)
Me.NumericUpDown.Location = New System.Drawing.Point(352, 169)
Me.NumericUpDown.Maximum = New Decimal(New Integer() {500, 0, 0, 0})
Me.NumericUpDown.Name = "NumericUpDown"
Me.NumericUpDown.Size = New System.Drawing.Size(38, 22)
Me.NumericUpDown.TabIndex = 101