decreased max value to make -1 more realistic.
This commit is contained in:
parent
61975d143d
commit
bc81103892
1 changed files with 1 additions and 0 deletions
|
@ -257,6 +257,7 @@
|
||||||
this.previousBackupInput.Cursor = System.Windows.Forms.Cursors.Arrow;
|
this.previousBackupInput.Cursor = System.Windows.Forms.Cursors.Arrow;
|
||||||
this.previousBackupInput.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
this.previousBackupInput.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
this.previousBackupInput.Location = new System.Drawing.Point(471, 103);
|
this.previousBackupInput.Location = new System.Drawing.Point(471, 103);
|
||||||
|
this.previousBackupInput.MaxValue = 999;
|
||||||
this.previousBackupInput.MinValue = -1;
|
this.previousBackupInput.MinValue = -1;
|
||||||
this.previousBackupInput.Name = "previousBackupInput";
|
this.previousBackupInput.Name = "previousBackupInput";
|
||||||
this.previousBackupInput.ShowUpDown = true;
|
this.previousBackupInput.ShowUpDown = true;
|
||||||
|
|
Reference in a new issue