hytos / ID2.Manager / ID2.Manager.Compare / Properties / Settings.Designer.cs @ 4142eefa
이력 | 보기 | 이력해설 | 다운로드 (3.32 KB)
1 | 13a36357 | humkyung | //------------------------------------------------------------------------------ |
---|---|---|---|
2 | // <auto-generated> |
||
3 | // 이 코드는 도구를 사용하여 생성되었습니다. |
||
4 | // 런타임 버전:4.0.30319.42000 |
||
5 | // |
||
6 | // 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면 |
||
7 | // 이러한 변경 내용이 손실됩니다. |
||
8 | // </auto-generated> |
||
9 | //------------------------------------------------------------------------------ |
||
10 | |||
11 | namespace ID2.Manager.Properties { |
||
12 | |||
13 | |||
14 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
||
15 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.10.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("SN-2021May25-IPYYaC5T2J/LIzFImndeajkkMS/Fn1fLWGfjRRxTNu/uan2hm9KrTK/v9hdsQfLCOuUe" + |
||
29 | "MZXrEHCPsmS7Pnp4YGIGsOw==A")] |
||
30 | public string GemBoxLicense { |
||
31 | get { |
||
32 | return ((string)(this["GemBoxLicense"])); |
||
33 | } |
||
34 | set { |
||
35 | this["GemBoxLicense"] = value; |
||
36 | } |
||
37 | } |
||
38 | |||
39 | [global::System.Configuration.UserScopedSettingAttribute()] |
||
40 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
||
41 | [global::System.Configuration.DefaultSettingValueAttribute("")] |
||
42 | public string UserInfo { |
||
43 | get { |
||
44 | return ((string)(this["UserInfo"])); |
||
45 | } |
||
46 | set { |
||
47 | this["UserInfo"] = value; |
||
48 | } |
||
49 | } |
||
50 | |||
51 | [global::System.Configuration.ApplicationScopedSettingAttribute()] |
||
52 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
||
53 | [global::System.Configuration.DefaultSettingValueAttribute("2549")] |
||
54 | public int ID2Port { |
||
55 | get { |
||
56 | return ((int)(this["ID2Port"])); |
||
57 | } |
||
58 | } |
||
59 | |||
60 | [global::System.Configuration.UserScopedSettingAttribute()] |
||
61 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
||
62 | [global::System.Configuration.DefaultSettingValueAttribute("")] |
||
63 | public string ID2SQLiteInfo { |
||
64 | get { |
||
65 | return ((string)(this["ID2SQLiteInfo"])); |
||
66 | } |
||
67 | set { |
||
68 | this["ID2SQLiteInfo"] = value; |
||
69 | } |
||
70 | } |
||
71 | |||
72 | [global::System.Configuration.UserScopedSettingAttribute()] |
||
73 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
||
74 | [global::System.Configuration.DefaultSettingValueAttribute("http://192.168.0.147:9991/Markusapi/MarkusImageCreateAPI")] |
||
75 | public string MarkusService { |
||
76 | get { |
||
77 | return ((string)(this["MarkusService"])); |
||
78 | } |
||
79 | set { |
||
80 | this["MarkusService"] = value; |
||
81 | } |
||
82 | } |
||
83 | } |
||
84 | } |