|
1 //------------------------------------------------------------------------------ |
|
2 // <auto-generated> |
|
3 // This code was generated by a tool. |
|
4 // Runtime Version:4.0.30319.261 |
|
5 // |
|
6 // Changes to this file may cause incorrect behavior and will be lost if |
|
7 // the code is regenerated. |
|
8 // </auto-generated> |
|
9 //------------------------------------------------------------------------------ |
|
10 |
|
11 namespace Trakers.Debug.Properties { |
|
12 |
|
13 |
|
14 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] |
|
16 internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { |
|
17 |
|
18 private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); |
|
19 |
|
20 public static Settings Default { |
|
21 get { |
|
22 return defaultInstance; |
|
23 } |
|
24 } |
|
25 |
|
26 [global::System.Configuration.ApplicationScopedSettingAttribute()] |
|
27 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
28 [global::System.Configuration.DefaultSettingValueAttribute("1")] |
|
29 public float searchMinDistance { |
|
30 get { |
|
31 return ((float)(this["searchMinDistance"])); |
|
32 } |
|
33 } |
|
34 |
|
35 [global::System.Configuration.UserScopedSettingAttribute()] |
|
36 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
37 [global::System.Configuration.DefaultSettingValueAttribute("1.5")] |
|
38 public float searchMaxDistance { |
|
39 get { |
|
40 return ((float)(this["searchMaxDistance"])); |
|
41 } |
|
42 set { |
|
43 this["searchMaxDistance"] = value; |
|
44 } |
|
45 } |
|
46 |
|
47 [global::System.Configuration.UserScopedSettingAttribute()] |
|
48 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
49 [global::System.Configuration.DefaultSettingValueAttribute("1")] |
|
50 public float minDistance { |
|
51 get { |
|
52 return ((float)(this["minDistance"])); |
|
53 } |
|
54 set { |
|
55 this["minDistance"] = value; |
|
56 } |
|
57 } |
|
58 |
|
59 [global::System.Configuration.UserScopedSettingAttribute()] |
|
60 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
61 [global::System.Configuration.DefaultSettingValueAttribute("3.2")] |
|
62 public float maxDistance { |
|
63 get { |
|
64 return ((float)(this["maxDistance"])); |
|
65 } |
|
66 set { |
|
67 this["maxDistance"] = value; |
|
68 } |
|
69 } |
|
70 |
|
71 [global::System.Configuration.UserScopedSettingAttribute()] |
|
72 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
73 [global::System.Configuration.DefaultSettingValueAttribute("1.8")] |
|
74 public float zeroPoint { |
|
75 get { |
|
76 return ((float)(this["zeroPoint"])); |
|
77 } |
|
78 set { |
|
79 this["zeroPoint"] = value; |
|
80 } |
|
81 } |
|
82 |
|
83 [global::System.Configuration.UserScopedSettingAttribute()] |
|
84 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
85 [global::System.Configuration.DefaultSettingValueAttribute("127.0.0.1")] |
|
86 public string connexionHost { |
|
87 get { |
|
88 return ((string)(this["connexionHost"])); |
|
89 } |
|
90 set { |
|
91 this["connexionHost"] = value; |
|
92 } |
|
93 } |
|
94 |
|
95 [global::System.Configuration.UserScopedSettingAttribute()] |
|
96 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
97 [global::System.Configuration.DefaultSettingValueAttribute("80")] |
|
98 public int connexionPort { |
|
99 get { |
|
100 return ((int)(this["connexionPort"])); |
|
101 } |
|
102 set { |
|
103 this["connexionPort"] = value; |
|
104 } |
|
105 } |
|
106 |
|
107 [global::System.Configuration.UserScopedSettingAttribute()] |
|
108 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
109 [global::System.Configuration.DefaultSettingValueAttribute("1000")] |
|
110 public int timerElapsing { |
|
111 get { |
|
112 return ((int)(this["timerElapsing"])); |
|
113 } |
|
114 set { |
|
115 this["timerElapsing"] = value; |
|
116 } |
|
117 } |
|
118 |
|
119 [global::System.Configuration.UserScopedSettingAttribute()] |
|
120 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
121 [global::System.Configuration.DefaultSettingValueAttribute("25")] |
|
122 public int imagesToShow { |
|
123 get { |
|
124 return ((int)(this["imagesToShow"])); |
|
125 } |
|
126 set { |
|
127 this["imagesToShow"] = value; |
|
128 } |
|
129 } |
|
130 |
|
131 [global::System.Configuration.UserScopedSettingAttribute()] |
|
132 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
133 [global::System.Configuration.DefaultSettingValueAttribute("10")] |
|
134 public int takenPoints { |
|
135 get { |
|
136 return ((int)(this["takenPoints"])); |
|
137 } |
|
138 set { |
|
139 this["takenPoints"] = value; |
|
140 } |
|
141 } |
|
142 |
|
143 [global::System.Configuration.UserScopedSettingAttribute()] |
|
144 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
145 [global::System.Configuration.DefaultSettingValueAttribute("10")] |
|
146 public int directionChangeTresholdXY { |
|
147 get { |
|
148 return ((int)(this["directionChangeTresholdXY"])); |
|
149 } |
|
150 set { |
|
151 this["directionChangeTresholdXY"] = value; |
|
152 } |
|
153 } |
|
154 |
|
155 [global::System.Configuration.UserScopedSettingAttribute()] |
|
156 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
157 [global::System.Configuration.DefaultSettingValueAttribute("0.01")] |
|
158 public float directionChangeTresholdZ { |
|
159 get { |
|
160 return ((float)(this["directionChangeTresholdZ"])); |
|
161 } |
|
162 set { |
|
163 this["directionChangeTresholdZ"] = value; |
|
164 } |
|
165 } |
|
166 } |
|
167 } |