From 53258f2d7bee2e58b0090417d73681db125cf7ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20G=C3=B3mez?= Date: Fri, 13 Dec 2013 15:16:51 +0000 Subject: [PATCH] Fixed max services limited to 100 --- client/administration/UdsAdmin/Program.cs | 2 +- .../forms/DeployedServiceForm.Designer.cs | 20 +++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/client/administration/UdsAdmin/Program.cs b/client/administration/UdsAdmin/Program.cs index b64f4328..941ca52f 100644 --- a/client/administration/UdsAdmin/Program.cs +++ b/client/administration/UdsAdmin/Program.cs @@ -46,7 +46,7 @@ namespace UdsAdmin { string[] args = Environment.GetCommandLineArgs(); - UdsAdmin.Properties.Settings.Default.debug = true; + UdsAdmin.Properties.Settings.Default.debug = false; foreach (string arg in args) { if (arg == "--enabledebug" || arg == "--enabledevel") diff --git a/client/administration/UdsAdmin/forms/DeployedServiceForm.Designer.cs b/client/administration/UdsAdmin/forms/DeployedServiceForm.Designer.cs index c328bd81..81c03233 100644 --- a/client/administration/UdsAdmin/forms/DeployedServiceForm.Designer.cs +++ b/client/administration/UdsAdmin/forms/DeployedServiceForm.Designer.cs @@ -202,6 +202,11 @@ // cacheL2ServicesBox // resources.ApplyResources(this.cacheL2ServicesBox, "cacheL2ServicesBox"); + this.cacheL2ServicesBox.Maximum = new decimal(new int[] { + 10000, + 0, + 0, + 0}); this.cacheL2ServicesBox.Name = "cacheL2ServicesBox"; // // cacheL2Label @@ -212,6 +217,11 @@ // cacheServicesBox // resources.ApplyResources(this.cacheServicesBox, "cacheServicesBox"); + this.cacheServicesBox.Maximum = new decimal(new int[] { + 10000, + 0, + 0, + 0}); this.cacheServicesBox.Name = "cacheServicesBox"; // // label5 @@ -227,6 +237,11 @@ // initialServicesBox // resources.ApplyResources(this.initialServicesBox, "initialServicesBox"); + this.initialServicesBox.Maximum = new decimal(new int[] { + 10000, + 0, + 0, + 0}); this.initialServicesBox.Name = "initialServicesBox"; // // label7 @@ -237,6 +252,11 @@ // maxServicesBox // resources.ApplyResources(this.maxServicesBox, "maxServicesBox"); + this.maxServicesBox.Maximum = new decimal(new int[] { + 10000, + 0, + 0, + 0}); this.maxServicesBox.Name = "maxServicesBox"; // // tableLayoutPanel1