diff -r 25e71ada2a6d -r 37ebedd84755 middleware/Debug/Properties/Settings.Designer.cs --- a/middleware/Debug/Properties/Settings.Designer.cs Wed May 30 10:22:46 2012 +0200 +++ b/middleware/Debug/Properties/Settings.Designer.cs Thu Jun 21 16:52:56 2012 +0200 @@ -1,7 +1,7 @@ -//------------------------------------------------------------------------------ +//------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.261 +// Runtime Version:4.0.30319.269 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -25,7 +25,7 @@ [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("1")] + [global::System.Configuration.DefaultSettingValueAttribute("0.5")] public float searchMinDistance { get { return ((float)(this["searchMinDistance"])); @@ -34,19 +34,7 @@ [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("1.5")] - public float searchMaxDistance { - get { - return ((float)(this["searchMaxDistance"])); - } - set { - this["searchMaxDistance"] = value; - } - } - - [global::System.Configuration.UserScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("1")] + [global::System.Configuration.DefaultSettingValueAttribute("0.5")] public float minDistance { get { return ((float)(this["minDistance"])); @@ -58,30 +46,6 @@ [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("3.2")] - public float maxDistance { - get { - return ((float)(this["maxDistance"])); - } - set { - this["maxDistance"] = value; - } - } - - [global::System.Configuration.UserScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("1.8")] - public float zeroPoint { - get { - return ((float)(this["zeroPoint"])); - } - set { - this["zeroPoint"] = value; - } - } - - [global::System.Configuration.UserScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("127.0.0.1")] public string connexionHost { get { @@ -94,18 +58,6 @@ [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("80")] - public int connexionPort { - get { - return ((int)(this["connexionPort"])); - } - set { - this["connexionPort"] = value; - } - } - - [global::System.Configuration.UserScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("1000")] public int timerElapsing { get { @@ -118,18 +70,6 @@ [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("25")] - public int imagesToShow { - get { - return ((int)(this["imagesToShow"])); - } - set { - this["imagesToShow"] = value; - } - } - - [global::System.Configuration.UserScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("10")] public int takenPoints { get { @@ -154,7 +94,67 @@ [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("0.01")] + [global::System.Configuration.DefaultSettingValueAttribute("8080")] + public int connexionPort { + get { + return ((int)(this["connexionPort"])); + } + set { + this["connexionPort"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("20")] + public int imagesToShow { + get { + return ((int)(this["imagesToShow"])); + } + set { + this["imagesToShow"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("1")] + public float searchMaxDistance { + get { + return ((float)(this["searchMaxDistance"])); + } + set { + this["searchMaxDistance"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("2.3")] + public float maxDistance { + get { + return ((float)(this["maxDistance"])); + } + set { + this["maxDistance"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("1.4")] + public float zeroPoint { + get { + return ((float)(this["zeroPoint"])); + } + set { + this["zeroPoint"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("0.1")] public float directionChangeTresholdZ { get { return ((float)(this["directionChangeTresholdZ"]));