프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / KCOM / Properties / Settings.Designer.cs @ 0f1cd125

이력 | 보기 | 이력해설 | 다운로드 (11.6 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", "17.9.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/Get_FInalImage/Get_PdfImage.asmx")]
42
        public string KCOM_Get_FinalImage_Get_PdfImage {
43
            get {
44
                return ((string)(this["KCOM_Get_FinalImage_Get_PdfImage"]));
45
            }
46
        }
47
        
48
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
49
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
50
        [global::System.Configuration.DefaultSettingValueAttribute("http://www.devdoftech.co.kr:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png")]
51
        public string mainServerImageWebPath {
52
            get {
53
                return ((string)(this["mainServerImageWebPath"]));
54
            }
55
        }
56
        
57
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
58
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
59
        [global::System.Configuration.DefaultSettingValueAttribute("http://www.devdoftech.co.kr:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png")]
60
        public string subServerImageWebPath {
61
            get {
62
                return ((string)(this["subServerImageWebPath"]));
63
            }
64
        }
65
        
66
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
67
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
68
        [global::System.Configuration.DefaultSettingValueAttribute("http://www.devdoftech.co.kr:5977/TileSource/Check_Test/CheckList_T.xlsx")]
69
        public string excelFilePath {
70
            get {
71
                return ((string)(this["excelFilePath"]));
72
            }
73
        }
74
        
75
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
76
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
77
        [global::System.Configuration.DefaultSettingValueAttribute("Vendor확인완료;Vendor적용완료;프로젝트 종료")]
78
        public string STATUS_DISCRIPTION {
79
            get {
80
                return ((string)(this["STATUS_DISCRIPTION"]));
81
            }
82
        }
83
        
84
        [global::System.Configuration.UserScopedSettingAttribute()]
85
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
86
        [global::System.Configuration.DefaultSettingValueAttribute("http://www.devdoftech.co.kr:5100/")]
87
        public string HubAddress {
88
            get {
89
                return ((string)(this["HubAddress"]));
90
            }
91
            set {
92
                this["HubAddress"] = value;
93
            }
94
        }
95
        
96
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
97
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
98
        [global::System.Configuration.DefaultSettingValueAttribute("http://www.devdoftech.co.kr:5977/TileSource/Version/version_x64.xml")]
99
        public string UpdateVer64 {
100
            get {
101
                return ((string)(this["UpdateVer64"]));
102
            }
103
        }
104
        
105
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
106
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
107
        [global::System.Configuration.DefaultSettingValueAttribute("http://www.devdoftech.co.kr:5977/TileSource/Version/version_x86.xml")]
108
        public string UpdateVer86 {
109
            get {
110
                return ((string)(this["UpdateVer86"]));
111
            }
112
        }
113
        
114
        [global::System.Configuration.UserScopedSettingAttribute()]
115
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
116
        [global::System.Configuration.DefaultSettingValueAttribute("2")]
117
        public int InitInterval {
118
            get {
119
                return ((int)(this["InitInterval"]));
120
            }
121
            set {
122
                this["InitInterval"] = value;
123
            }
124
        }
125
        
126
        [global::System.Configuration.UserScopedSettingAttribute()]
127
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
128
        [global::System.Configuration.DefaultSettingValueAttribute("3")]
129
        public double LineSize {
130
            get {
131
                return ((double)(this["LineSize"]));
132
            }
133
            set {
134
                this["LineSize"] = value;
135
            }
136
        }
137
        
138
        [global::System.Configuration.UserScopedSettingAttribute()]
139
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
140
        [global::System.Configuration.DefaultSettingValueAttribute("30")]
141
        public double TextSize {
142
            get {
143
                return ((double)(this["TextSize"]));
144
            }
145
            set {
146
                this["TextSize"] = value;
147
            }
148
        }
149
        
150
        [global::System.Configuration.UserScopedSettingAttribute()]
151
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
152
        [global::System.Configuration.DefaultSettingValueAttribute("10")]
153
        public double Interval {
154
            get {
155
                return ((double)(this["Interval"]));
156
            }
157
            set {
158
                this["Interval"] = value;
159
            }
160
        }
161
        
162
        [global::System.Configuration.UserScopedSettingAttribute()]
163
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
164
        [global::System.Configuration.DefaultSettingValueAttribute("10")]
165
        public double ArcLength {
166
            get {
167
                return ((double)(this["ArcLength"]));
168
            }
169
            set {
170
                this["ArcLength"] = value;
171
            }
172
        }
173
        
174
        [global::System.Configuration.UserScopedSettingAttribute()]
175
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
176
        [global::System.Configuration.DefaultSettingValueAttribute("5")]
177
        public double SaveInterval {
178
            get {
179
                return ((double)(this["SaveInterval"]));
180
            }
181
            set {
182
                this["SaveInterval"] = value;
183
            }
184
        }
185
        
186
        [global::System.Configuration.UserScopedSettingAttribute()]
187
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
188
        [global::System.Configuration.DefaultSettingValueAttribute("1")]
189
        public int loglevel {
190
            get {
191
                return ((int)(this["loglevel"]));
192
            }
193
            set {
194
                this["loglevel"] = value;
195
            }
196
        }
197
        
198
        [global::System.Configuration.UserScopedSettingAttribute()]
199
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
200
        [global::System.Configuration.DefaultSettingValueAttribute("DAELIM.COM")]
201
        public string HOST_DOMAIN {
202
            get {
203
                return ((string)(this["HOST_DOMAIN"]));
204
            }
205
            set {
206
                this["HOST_DOMAIN"] = value;
207
            }
208
        }
209
        
210
        [global::System.Configuration.UserScopedSettingAttribute()]
211
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
212
        [global::System.Configuration.DefaultSettingValueAttribute("http://www.devdoftech.co.kr:5979")]
213
        public string Remote_BaseClientAddress {
214
            get {
215
                return ((string)(this["Remote_BaseClientAddress"]));
216
            }
217
            set {
218
                this["Remote_BaseClientAddress"] = value;
219
            }
220
        }
221
        
222
        [global::System.Configuration.UserScopedSettingAttribute()]
223
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
224
        [global::System.Configuration.DefaultSettingValueAttribute("0")]
225
        public int grouping {
226
            get {
227
                return ((int)(this["grouping"]));
228
            }
229
            set {
230
                this["grouping"] = value;
231
            }
232
        }
233
        
234
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
235
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
236
        [global::System.Configuration.DefaultSettingValueAttribute("..\\packages\\Obfuscar.2.2.23\\tools\\Obfuscar.Console.exe")]
237
        public string obfuscar {
238
            get {
239
                return ((string)(this["obfuscar"]));
240
            }
241
        }
242
        
243
        [global::System.Configuration.UserScopedSettingAttribute()]
244
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
245
        [global::System.Configuration.DefaultSettingValueAttribute("0")]
246
        public int cad {
247
            get {
248
                return ((int)(this["cad"]));
249
            }
250
            set {
251
                this["cad"] = value;
252
            }
253
        }
254
        
255
        [global::System.Configuration.UserScopedSettingAttribute()]
256
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
257
        [global::System.Configuration.DefaultSettingValueAttribute("")]
258
        public string FontFamily {
259
            get {
260
                return ((string)(this["FontFamily"]));
261
            }
262
            set {
263
                this["FontFamily"] = value;
264
            }
265
        }
266
        
267
        [global::System.Configuration.UserScopedSettingAttribute()]
268
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
269
        [global::System.Configuration.DefaultSettingValueAttribute("EXK0-W4HZ-N518-IMEW")]
270
        public string GemBoxLicense {
271
            get {
272
                return ((string)(this["GemBoxLicense"]));
273
            }
274
            set {
275
                this["GemBoxLicense"] = value;
276
            }
277
        }
278
        
279
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
280
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
281
        [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.WebServiceUrl)]
282
        [global::System.Configuration.DefaultSettingValueAttribute("https://localhost:44393/FileUpload.asmx")]
283
        public string KCOM_kr_co_devdoftech_cloud_FileUpload {
284
            get {
285
                return ((string)(this["KCOM_kr_co_devdoftech_cloud_FileUpload"]));
286
            }
287
        }
288
    }
289
}
클립보드 이미지 추가 (최대 크기: 500 MB)