Raised max for sensitivity options

Related to issue #259
This commit is contained in:
Travis Nickles 2018-05-31 17:21:08 -05:00
parent bbedb0324e
commit 49e2cf9398
2 changed files with 3632 additions and 1052 deletions

View File

@ -3580,10 +3580,10 @@
65536}); 65536});
resources.ApplyResources(this.nUDL2S, "nUDL2S"); resources.ApplyResources(this.nUDL2S, "nUDL2S");
this.nUDL2S.Maximum = new decimal(new int[] { this.nUDL2S.Maximum = new decimal(new int[] {
50, 10,
0, 0,
0, 0,
65536}); 0});
this.nUDL2S.Minimum = new decimal(new int[] { this.nUDL2S.Minimum = new decimal(new int[] {
1, 1,
0, 0,
@ -3607,10 +3607,10 @@
65536}); 65536});
resources.ApplyResources(this.nUDLSS, "nUDLSS"); resources.ApplyResources(this.nUDLSS, "nUDLSS");
this.nUDLSS.Maximum = new decimal(new int[] { this.nUDLSS.Maximum = new decimal(new int[] {
15, 5,
0, 0,
0, 0,
65536}); 0});
this.nUDLSS.Minimum = new decimal(new int[] { this.nUDLSS.Minimum = new decimal(new int[] {
5, 5,
0, 0,
@ -3639,10 +3639,10 @@
65536}); 65536});
resources.ApplyResources(this.nUDR2S, "nUDR2S"); resources.ApplyResources(this.nUDR2S, "nUDR2S");
this.nUDR2S.Maximum = new decimal(new int[] { this.nUDR2S.Maximum = new decimal(new int[] {
50, 10,
0, 0,
0, 0,
65536}); 0});
this.nUDR2S.Minimum = new decimal(new int[] { this.nUDR2S.Minimum = new decimal(new int[] {
1, 1,
0, 0,
@ -3671,10 +3671,10 @@
65536}); 65536});
resources.ApplyResources(this.nUDRSS, "nUDRSS"); resources.ApplyResources(this.nUDRSS, "nUDRSS");
this.nUDRSS.Maximum = new decimal(new int[] { this.nUDRSS.Maximum = new decimal(new int[] {
15, 5,
0, 0,
0, 0,
65536}); 0});
this.nUDRSS.Minimum = new decimal(new int[] { this.nUDRSS.Minimum = new decimal(new int[] {
5, 5,
0, 0,
@ -3703,10 +3703,10 @@
65536}); 65536});
resources.ApplyResources(this.nUDSXS, "nUDSXS"); resources.ApplyResources(this.nUDSXS, "nUDSXS");
this.nUDSXS.Maximum = new decimal(new int[] { this.nUDSXS.Maximum = new decimal(new int[] {
15, 5,
0, 0,
0, 0,
65536}); 0});
this.nUDSXS.Minimum = new decimal(new int[] { this.nUDSXS.Minimum = new decimal(new int[] {
5, 5,
0, 0,
@ -3740,10 +3740,10 @@
65536}); 65536});
resources.ApplyResources(this.nUDSZS, "nUDSZS"); resources.ApplyResources(this.nUDSZS, "nUDSZS");
this.nUDSZS.Maximum = new decimal(new int[] { this.nUDSZS.Maximum = new decimal(new int[] {
15, 5,
0, 0,
0, 0,
65536}); 0});
this.nUDSZS.Minimum = new decimal(new int[] { this.nUDSZS.Minimum = new decimal(new int[] {
5, 5,
0, 0,

File diff suppressed because it is too large Load Diff