From bc6459e70adde1d538a3c09f6a507099f37074a7 Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Wed, 29 Apr 2020 11:45:43 +0200 Subject: [PATCH] raise max order value to 999 --- Global_Indexer/frmAdministration.Designer.vb | 1 + 1 file changed, 1 insertion(+) diff --git a/Global_Indexer/frmAdministration.Designer.vb b/Global_Indexer/frmAdministration.Designer.vb index e85e15e..a79e554 100644 --- a/Global_Indexer/frmAdministration.Designer.vb +++ b/Global_Indexer/frmAdministration.Designer.vb @@ -2115,6 +2115,7 @@ Partial Class frmAdministration ' Me.SEQUENCENumericUpDown.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.TBDD_DOKUMENTARTBindingSource, "SEQUENCE", True)) resources.ApplyResources(Me.SEQUENCENumericUpDown, "SEQUENCENumericUpDown") + Me.SEQUENCENumericUpDown.Maximum = New Decimal(New Integer() {999, 0, 0, 0}) Me.SEQUENCENumericUpDown.Name = "SEQUENCENumericUpDown" ' 'GEANDERTWERTextBox