hytos / DTI_PID / SPPIDConverter / Properties / Settings.Designer.cs @ fde5f207
이력 | 보기 | 이력해설 | 다운로드 (6.18 KB)
1 | fab4f207 | gaqhf | //------------------------------------------------------------------------------ |
---|---|---|---|
2 | // <auto-generated> |
||
3 | 4d4dce52 | esham21 | // 이 코드는 도구를 사용하여 생성되었습니다. |
4 | // 런타임 버전:4.0.30319.42000 |
||
5 | fab4f207 | gaqhf | // |
6 | 4d4dce52 | esham21 | // 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면 |
7 | // 이러한 변경 내용이 손실됩니다. |
||
8 | fab4f207 | gaqhf | // </auto-generated> |
9 | //------------------------------------------------------------------------------ |
||
10 | |||
11 | b8e2644e | gaqhf | namespace Converter.SPPID.Properties { |
12 | fab4f207 | gaqhf | |
13 | |||
14 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
||
15 | 4d4dce52 | esham21 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.8.0.0")] |
16 | fab4f207 | gaqhf | 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("")] |
||
29 | 8847ea67 | gaqhf | public string ProjectPath { |
30 | fab4f207 | gaqhf | get { |
31 | 8847ea67 | gaqhf | return ((string)(this["ProjectPath"])); |
32 | fab4f207 | gaqhf | } |
33 | set { |
||
34 | 8847ea67 | gaqhf | this["ProjectPath"] = value; |
35 | fab4f207 | gaqhf | } |
36 | 6a7573b0 | gaqhf | } |
37 | 12b7a2a8 | gaqhf | |
38 | [global::System.Configuration.UserScopedSettingAttribute()] |
||
39 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
||
40 | [global::System.Configuration.DefaultSettingValueAttribute("")] |
||
41 | public string DefaultTemplate { |
||
42 | get { |
||
43 | return ((string)(this["DefaultTemplate"])); |
||
44 | } |
||
45 | set { |
||
46 | this["DefaultTemplate"] = value; |
||
47 | } |
||
48 | } |
||
49 | |||
50 | [global::System.Configuration.UserScopedSettingAttribute()] |
||
51 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
||
52 | [global::System.Configuration.DefaultSettingValueAttribute("")] |
||
53 | 4f0c0ed6 | gaqhf | public string DefaultBulkRule { |
54 | get { |
||
55 | return ((string)(this["DefaultBulkRule"])); |
||
56 | } |
||
57 | set { |
||
58 | this["DefaultBulkRule"] = value; |
||
59 | } |
||
60 | } |
||
61 | |||
62 | [global::System.Configuration.UserScopedSettingAttribute()] |
||
63 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
||
64 | [global::System.Configuration.DefaultSettingValueAttribute("")] |
||
65 | 12b7a2a8 | gaqhf | public string DefaultUnit { |
66 | get { |
||
67 | return ((string)(this["DefaultUnit"])); |
||
68 | } |
||
69 | set { |
||
70 | this["DefaultUnit"] = value; |
||
71 | } |
||
72 | } |
||
73 | 8847ea67 | gaqhf | |
74 | [global::System.Configuration.UserScopedSettingAttribute()] |
||
75 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
||
76 | [global::System.Configuration.DefaultSettingValueAttribute("0")] |
||
77 | public int ProjectDBType { |
||
78 | get { |
||
79 | return ((int)(this["ProjectDBType"])); |
||
80 | } |
||
81 | set { |
||
82 | this["ProjectDBType"] = value; |
||
83 | } |
||
84 | } |
||
85 | |||
86 | [global::System.Configuration.UserScopedSettingAttribute()] |
||
87 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
||
88 | [global::System.Configuration.DefaultSettingValueAttribute("")] |
||
89 | public string ProjectServerIP { |
||
90 | get { |
||
91 | return ((string)(this["ProjectServerIP"])); |
||
92 | } |
||
93 | set { |
||
94 | this["ProjectServerIP"] = value; |
||
95 | } |
||
96 | } |
||
97 | |||
98 | [global::System.Configuration.UserScopedSettingAttribute()] |
||
99 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
||
100 | [global::System.Configuration.DefaultSettingValueAttribute("")] |
||
101 | public string ProjectPort { |
||
102 | get { |
||
103 | return ((string)(this["ProjectPort"])); |
||
104 | } |
||
105 | set { |
||
106 | this["ProjectPort"] = value; |
||
107 | } |
||
108 | } |
||
109 | |||
110 | [global::System.Configuration.UserScopedSettingAttribute()] |
||
111 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
||
112 | [global::System.Configuration.DefaultSettingValueAttribute("")] |
||
113 | public string ProjectDBUser { |
||
114 | get { |
||
115 | return ((string)(this["ProjectDBUser"])); |
||
116 | } |
||
117 | set { |
||
118 | this["ProjectDBUser"] = value; |
||
119 | } |
||
120 | } |
||
121 | |||
122 | [global::System.Configuration.UserScopedSettingAttribute()] |
||
123 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
||
124 | [global::System.Configuration.DefaultSettingValueAttribute("")] |
||
125 | public string ProjectDBPassword { |
||
126 | get { |
||
127 | return ((string)(this["ProjectDBPassword"])); |
||
128 | } |
||
129 | set { |
||
130 | this["ProjectDBPassword"] = value; |
||
131 | } |
||
132 | } |
||
133 | 27e624cd | gaqhf | |
134 | [global::System.Configuration.UserScopedSettingAttribute()] |
||
135 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
||
136 | [global::System.Configuration.DefaultSettingValueAttribute("0")] |
||
137 | public double DrawingX { |
||
138 | get { |
||
139 | return ((double)(this["DrawingX"])); |
||
140 | } |
||
141 | set { |
||
142 | this["DrawingX"] = value; |
||
143 | } |
||
144 | } |
||
145 | |||
146 | [global::System.Configuration.UserScopedSettingAttribute()] |
||
147 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
||
148 | [global::System.Configuration.DefaultSettingValueAttribute("0")] |
||
149 | public double DrawingY { |
||
150 | get { |
||
151 | return ((double)(this["DrawingY"])); |
||
152 | } |
||
153 | set { |
||
154 | this["DrawingY"] = value; |
||
155 | } |
||
156 | } |
||
157 | 4d4dce52 | esham21 | |
158 | [global::System.Configuration.UserScopedSettingAttribute()] |
||
159 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
||
160 | [global::System.Configuration.DefaultSettingValueAttribute("")] |
||
161 | public string LicenseKey { |
||
162 | get { |
||
163 | return ((string)(this["LicenseKey"])); |
||
164 | } |
||
165 | set { |
||
166 | this["LicenseKey"] = value; |
||
167 | } |
||
168 | } |
||
169 | fab4f207 | gaqhf | } |
170 | } |