hytos / DTI_PID / ID2PSN / Properties / Settings.Designer.cs @ 7d24a1ec
이력 | 보기 | 이력해설 | 다운로드 (4.53 KB)
1 |
//------------------------------------------------------------------------------ |
---|---|
2 |
// <auto-generated> |
3 |
// 이 코드는 도구를 사용하여 생성되었습니다. |
4 |
// 런타임 버전:4.0.30319.42000 |
5 |
// |
6 |
// 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면 |
7 |
// 이러한 변경 내용이 손실됩니다. |
8 |
// </auto-generated> |
9 |
//------------------------------------------------------------------------------ |
10 |
|
11 |
namespace ID2PSN.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("")] |
29 |
public string EquipTagAttribute { |
30 |
get { |
31 |
return ((string)(this["EquipTagAttribute"])); |
32 |
} |
33 |
set { |
34 |
this["EquipTagAttribute"] = value; |
35 |
} |
36 |
} |
37 |
|
38 |
[global::System.Configuration.UserScopedSettingAttribute()] |
39 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
40 |
[global::System.Configuration.DefaultSettingValueAttribute("False")] |
41 |
public bool UseEquipTag { |
42 |
get { |
43 |
return ((bool)(this["UseEquipTag"])); |
44 |
} |
45 |
set { |
46 |
this["UseEquipTag"] = value; |
47 |
} |
48 |
} |
49 |
|
50 |
[global::System.Configuration.UserScopedSettingAttribute()] |
51 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
52 |
[global::System.Configuration.DefaultSettingValueAttribute("")] |
53 |
public string PBSSetting { |
54 |
get { |
55 |
return ((string)(this["PBSSetting"])); |
56 |
} |
57 |
set { |
58 |
this["PBSSetting"] = value; |
59 |
} |
60 |
} |
61 |
|
62 |
[global::System.Configuration.UserScopedSettingAttribute()] |
63 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
64 |
[global::System.Configuration.DefaultSettingValueAttribute("")] |
65 |
public string PBSSettingValue { |
66 |
get { |
67 |
return ((string)(this["PBSSettingValue"])); |
68 |
} |
69 |
set { |
70 |
this["PBSSettingValue"] = value; |
71 |
} |
72 |
} |
73 |
|
74 |
[global::System.Configuration.UserScopedSettingAttribute()] |
75 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
76 |
[global::System.Configuration.DefaultSettingValueAttribute("1")] |
77 |
public int PBSSettingStartValue { |
78 |
get { |
79 |
return ((int)(this["PBSSettingStartValue"])); |
80 |
} |
81 |
set { |
82 |
this["PBSSettingStartValue"] = value; |
83 |
} |
84 |
} |
85 |
|
86 |
[global::System.Configuration.UserScopedSettingAttribute()] |
87 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
88 |
[global::System.Configuration.DefaultSettingValueAttribute("2")] |
89 |
public int PBSSettingEndValue { |
90 |
get { |
91 |
return ((int)(this["PBSSettingEndValue"])); |
92 |
} |
93 |
set { |
94 |
this["PBSSettingEndValue"] = value; |
95 |
} |
96 |
} |
97 |
|
98 |
[global::System.Configuration.UserScopedSettingAttribute()] |
99 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
100 |
[global::System.Configuration.DefaultSettingValueAttribute("")] |
101 |
public string TieInAttribute { |
102 |
get { |
103 |
return ((string)(this["TieInAttribute"])); |
104 |
} |
105 |
set { |
106 |
this["TieInAttribute"] = value; |
107 |
} |
108 |
} |
109 |
|
110 |
[global::System.Configuration.UserScopedSettingAttribute()] |
111 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
112 |
[global::System.Configuration.DefaultSettingValueAttribute("False")] |
113 |
public bool UseTieIn { |
114 |
get { |
115 |
return ((bool)(this["UseTieIn"])); |
116 |
} |
117 |
set { |
118 |
this["UseTieIn"] = value; |
119 |
} |
120 |
} |
121 |
} |
122 |
} |