개정판 8847ea67
dev issue #1203 : MSSQL 설정 창 추가 및 데이터 구조 변경
Change-Id: I7f310aba7b221ea99c3e5b8070fb89c7a85460e3
DTI_PID/SPPIDConverter/Properties/Settings.Designer.cs | ||
---|---|---|
26 | 26 |
[global::System.Configuration.UserScopedSettingAttribute()] |
27 | 27 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
28 | 28 |
[global::System.Configuration.DefaultSettingValueAttribute("")] |
29 |
public string LatestProjectPath {
|
|
29 |
public string ProjectPath { |
|
30 | 30 |
get { |
31 |
return ((string)(this["LatestProjectPath"]));
|
|
31 |
return ((string)(this["ProjectPath"])); |
|
32 | 32 |
} |
33 | 33 |
set { |
34 |
this["LatestProjectPath"] = value;
|
|
34 |
this["ProjectPath"] = value; |
|
35 | 35 |
} |
36 | 36 |
} |
37 | 37 |
|
... | ... | |
82 | 82 |
this["DefaultUnit"] = value; |
83 | 83 |
} |
84 | 84 |
} |
85 |
|
|
86 |
[global::System.Configuration.UserScopedSettingAttribute()] |
|
87 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
88 |
[global::System.Configuration.DefaultSettingValueAttribute("0")] |
|
89 |
public int ProjectDBType { |
|
90 |
get { |
|
91 |
return ((int)(this["ProjectDBType"])); |
|
92 |
} |
|
93 |
set { |
|
94 |
this["ProjectDBType"] = value; |
|
95 |
} |
|
96 |
} |
|
97 |
|
|
98 |
[global::System.Configuration.UserScopedSettingAttribute()] |
|
99 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
100 |
[global::System.Configuration.DefaultSettingValueAttribute("")] |
|
101 |
public string ProjectServerIP { |
|
102 |
get { |
|
103 |
return ((string)(this["ProjectServerIP"])); |
|
104 |
} |
|
105 |
set { |
|
106 |
this["ProjectServerIP"] = value; |
|
107 |
} |
|
108 |
} |
|
109 |
|
|
110 |
[global::System.Configuration.UserScopedSettingAttribute()] |
|
111 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
112 |
[global::System.Configuration.DefaultSettingValueAttribute("")] |
|
113 |
public string ProjectPort { |
|
114 |
get { |
|
115 |
return ((string)(this["ProjectPort"])); |
|
116 |
} |
|
117 |
set { |
|
118 |
this["ProjectPort"] = value; |
|
119 |
} |
|
120 |
} |
|
121 |
|
|
122 |
[global::System.Configuration.UserScopedSettingAttribute()] |
|
123 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
124 |
[global::System.Configuration.DefaultSettingValueAttribute("")] |
|
125 |
public string ProjectDBUser { |
|
126 |
get { |
|
127 |
return ((string)(this["ProjectDBUser"])); |
|
128 |
} |
|
129 |
set { |
|
130 |
this["ProjectDBUser"] = value; |
|
131 |
} |
|
132 |
} |
|
133 |
|
|
134 |
[global::System.Configuration.UserScopedSettingAttribute()] |
|
135 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
136 |
[global::System.Configuration.DefaultSettingValueAttribute("")] |
|
137 |
public string ProjectDBPassword { |
|
138 |
get { |
|
139 |
return ((string)(this["ProjectDBPassword"])); |
|
140 |
} |
|
141 |
set { |
|
142 |
this["ProjectDBPassword"] = value; |
|
143 |
} |
|
144 |
} |
|
85 | 145 |
} |
86 | 146 |
} |
내보내기 Unified diff