markus / KCOM / Properties / Settings.Designer.cs @ 19abb0c0
이력 | 보기 | 이력해설 | 다운로드 (10.3 KB)
1 |
//------------------------------------------------------------------------------ |
---|---|
2 |
// <auto-generated> |
3 |
// 이 코드는 도구를 사용하여 생성되었습니다. |
4 |
// 런타임 버전:4.0.30319.42000 |
5 |
// |
6 |
// 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면 |
7 |
// 이러한 변경 내용이 손실됩니다. |
8 |
// </auto-generated> |
9 |
//------------------------------------------------------------------------------ |
10 |
|
11 |
namespace KCOM.Properties { |
12 |
|
13 |
|
14 |
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
15 |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.8.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.UserScopedSettingAttribute()] |
27 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
28 |
[global::System.Configuration.DefaultSettingValueAttribute("http://www.devdoftech.co.kr:5979")] |
29 |
public string BaseClientAddress { |
30 |
get { |
31 |
return ((string)(this["BaseClientAddress"])); |
32 |
} |
33 |
set { |
34 |
this["BaseClientAddress"] = value; |
35 |
} |
36 |
} |
37 |
|
38 |
[global::System.Configuration.ApplicationScopedSettingAttribute()] |
39 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
40 |
[global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.WebServiceUrl)] |
41 |
[global::System.Configuration.DefaultSettingValueAttribute("http://cloud.devdoftech.co.kr:5977/ImageUpload/FileUpload.asmx")] |
42 |
public string KCOM_kr_co_devdoftech_cloud_FileUpload { |
43 |
get { |
44 |
return ((string)(this["KCOM_kr_co_devdoftech_cloud_FileUpload"])); |
45 |
} |
46 |
} |
47 |
|
48 |
[global::System.Configuration.ApplicationScopedSettingAttribute()] |
49 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
50 |
[global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.WebServiceUrl)] |
51 |
[global::System.Configuration.DefaultSettingValueAttribute("http://cloud.devdoftech.co.kr:5977/Get_FInalImage/Get_PdfImage.asmx")] |
52 |
public string KCOM_Get_FinalImage_Get_PdfImage { |
53 |
get { |
54 |
return ((string)(this["KCOM_Get_FinalImage_Get_PdfImage"])); |
55 |
} |
56 |
} |
57 |
|
58 |
[global::System.Configuration.ApplicationScopedSettingAttribute()] |
59 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
60 |
[global::System.Configuration.DefaultSettingValueAttribute("http://www.devdoftech.co.kr:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png")] |
61 |
public string mainServerImageWebPath { |
62 |
get { |
63 |
return ((string)(this["mainServerImageWebPath"])); |
64 |
} |
65 |
} |
66 |
|
67 |
[global::System.Configuration.ApplicationScopedSettingAttribute()] |
68 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
69 |
[global::System.Configuration.DefaultSettingValueAttribute("http://www.devdoftech.co.kr:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png")] |
70 |
public string subServerImageWebPath { |
71 |
get { |
72 |
return ((string)(this["subServerImageWebPath"])); |
73 |
} |
74 |
} |
75 |
|
76 |
[global::System.Configuration.ApplicationScopedSettingAttribute()] |
77 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
78 |
[global::System.Configuration.DefaultSettingValueAttribute("http://www.devdoftech.co.kr:5977/TileSource/Check_Test/CheckList_T.xlsx")] |
79 |
public string excelFilePath { |
80 |
get { |
81 |
return ((string)(this["excelFilePath"])); |
82 |
} |
83 |
} |
84 |
|
85 |
[global::System.Configuration.ApplicationScopedSettingAttribute()] |
86 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
87 |
[global::System.Configuration.DefaultSettingValueAttribute("Vendor확인완료;Vendor적용완료;프로젝트 종료")] |
88 |
public string STATUS_DISCRIPTION { |
89 |
get { |
90 |
return ((string)(this["STATUS_DISCRIPTION"])); |
91 |
} |
92 |
} |
93 |
|
94 |
[global::System.Configuration.UserScopedSettingAttribute()] |
95 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
96 |
[global::System.Configuration.DefaultSettingValueAttribute("http://www.devdoftech.co.kr:5100/")] |
97 |
public string HubAddress { |
98 |
get { |
99 |
return ((string)(this["HubAddress"])); |
100 |
} |
101 |
set { |
102 |
this["HubAddress"] = value; |
103 |
} |
104 |
} |
105 |
|
106 |
[global::System.Configuration.ApplicationScopedSettingAttribute()] |
107 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
108 |
[global::System.Configuration.DefaultSettingValueAttribute("http://www.devdoftech.co.kr:5977/TileSource/Version/version_x64.xml")] |
109 |
public string UpdateVer64 { |
110 |
get { |
111 |
return ((string)(this["UpdateVer64"])); |
112 |
} |
113 |
} |
114 |
|
115 |
[global::System.Configuration.ApplicationScopedSettingAttribute()] |
116 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
117 |
[global::System.Configuration.DefaultSettingValueAttribute("http://www.devdoftech.co.kr:5977/TileSource/Version/version_x86.xml")] |
118 |
public string UpdateVer86 { |
119 |
get { |
120 |
return ((string)(this["UpdateVer86"])); |
121 |
} |
122 |
} |
123 |
|
124 |
[global::System.Configuration.UserScopedSettingAttribute()] |
125 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
126 |
[global::System.Configuration.DefaultSettingValueAttribute("2")] |
127 |
public int InitInterval { |
128 |
get { |
129 |
return ((int)(this["InitInterval"])); |
130 |
} |
131 |
set { |
132 |
this["InitInterval"] = value; |
133 |
} |
134 |
} |
135 |
|
136 |
[global::System.Configuration.UserScopedSettingAttribute()] |
137 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
138 |
[global::System.Configuration.DefaultSettingValueAttribute("3")] |
139 |
public double LineSize { |
140 |
get { |
141 |
return ((double)(this["LineSize"])); |
142 |
} |
143 |
set { |
144 |
this["LineSize"] = value; |
145 |
} |
146 |
} |
147 |
|
148 |
[global::System.Configuration.UserScopedSettingAttribute()] |
149 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
150 |
[global::System.Configuration.DefaultSettingValueAttribute("30")] |
151 |
public double TextSize { |
152 |
get { |
153 |
return ((double)(this["TextSize"])); |
154 |
} |
155 |
set { |
156 |
this["TextSize"] = value; |
157 |
} |
158 |
} |
159 |
|
160 |
[global::System.Configuration.UserScopedSettingAttribute()] |
161 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
162 |
[global::System.Configuration.DefaultSettingValueAttribute("10")] |
163 |
public double Interval { |
164 |
get { |
165 |
return ((double)(this["Interval"])); |
166 |
} |
167 |
set { |
168 |
this["Interval"] = value; |
169 |
} |
170 |
} |
171 |
|
172 |
[global::System.Configuration.UserScopedSettingAttribute()] |
173 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
174 |
[global::System.Configuration.DefaultSettingValueAttribute("10")] |
175 |
public double ArcLength { |
176 |
get { |
177 |
return ((double)(this["ArcLength"])); |
178 |
} |
179 |
set { |
180 |
this["ArcLength"] = value; |
181 |
} |
182 |
} |
183 |
|
184 |
[global::System.Configuration.UserScopedSettingAttribute()] |
185 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
186 |
[global::System.Configuration.DefaultSettingValueAttribute("5")] |
187 |
public double SaveInterval { |
188 |
get { |
189 |
return ((double)(this["SaveInterval"])); |
190 |
} |
191 |
set { |
192 |
this["SaveInterval"] = value; |
193 |
} |
194 |
} |
195 |
|
196 |
[global::System.Configuration.UserScopedSettingAttribute()] |
197 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
198 |
[global::System.Configuration.DefaultSettingValueAttribute("1")] |
199 |
public int loglevel { |
200 |
get { |
201 |
return ((int)(this["loglevel"])); |
202 |
} |
203 |
set { |
204 |
this["loglevel"] = value; |
205 |
} |
206 |
} |
207 |
|
208 |
[global::System.Configuration.UserScopedSettingAttribute()] |
209 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
210 |
[global::System.Configuration.DefaultSettingValueAttribute("0")] |
211 |
public int cad { |
212 |
get { |
213 |
return ((int)(this["cad"])); |
214 |
} |
215 |
set { |
216 |
this["cad"] = value; |
217 |
} |
218 |
} |
219 |
|
220 |
[global::System.Configuration.UserScopedSettingAttribute()] |
221 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
222 |
[global::System.Configuration.DefaultSettingValueAttribute("DAELIM.COM")] |
223 |
public string HOST_DOMAIN { |
224 |
get { |
225 |
return ((string)(this["HOST_DOMAIN"])); |
226 |
} |
227 |
set { |
228 |
this["HOST_DOMAIN"] = value; |
229 |
} |
230 |
} |
231 |
|
232 |
[global::System.Configuration.UserScopedSettingAttribute()] |
233 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
234 |
[global::System.Configuration.DefaultSettingValueAttribute("http://www.devdoftech.co.kr:5979")] |
235 |
public string Remote_BaseClientAddress { |
236 |
get { |
237 |
return ((string)(this["Remote_BaseClientAddress"])); |
238 |
} |
239 |
set { |
240 |
this["Remote_BaseClientAddress"] = value; |
241 |
} |
242 |
} |
243 |
|
244 |
[global::System.Configuration.UserScopedSettingAttribute()] |
245 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
246 |
[global::System.Configuration.DefaultSettingValueAttribute("0")] |
247 |
public int grouping { |
248 |
get { |
249 |
return ((int)(this["grouping"])); |
250 |
} |
251 |
set { |
252 |
this["grouping"] = value; |
253 |
} |
254 |
} |
255 |
} |
256 |
} |