개정판 5822e146
issue #694 Topmenu setting 값 변경 추가
KCOM/Properties/Settings.Designer.cs | ||
---|---|---|
132 | 132 |
this["InitInterval"] = value; |
133 | 133 |
} |
134 | 134 |
} |
135 |
|
|
136 |
[global::System.Configuration.UserScopedSettingAttribute()] |
|
137 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
138 |
[global::System.Configuration.DefaultSettingValueAttribute("3")] |
|
139 |
public double LineSize { |
|
140 |
get { |
|
141 |
return ((double)(this["LineSize"])); |
|
142 |
} |
|
143 |
set { |
|
144 |
this["LineSize"] = value; |
|
145 |
} |
|
146 |
} |
|
147 |
|
|
148 |
[global::System.Configuration.UserScopedSettingAttribute()] |
|
149 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
150 |
[global::System.Configuration.DefaultSettingValueAttribute("30")] |
|
151 |
public double TextSize { |
|
152 |
get { |
|
153 |
return ((double)(this["TextSize"])); |
|
154 |
} |
|
155 |
set { |
|
156 |
this["TextSize"] = value; |
|
157 |
} |
|
158 |
} |
|
159 |
|
|
160 |
[global::System.Configuration.UserScopedSettingAttribute()] |
|
161 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
162 |
[global::System.Configuration.DefaultSettingValueAttribute("10")] |
|
163 |
public double Interval { |
|
164 |
get { |
|
165 |
return ((double)(this["Interval"])); |
|
166 |
} |
|
167 |
set { |
|
168 |
this["Interval"] = value; |
|
169 |
} |
|
170 |
} |
|
171 |
|
|
172 |
[global::System.Configuration.UserScopedSettingAttribute()] |
|
173 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
174 |
[global::System.Configuration.DefaultSettingValueAttribute("10")] |
|
175 |
public double ArcLength { |
|
176 |
get { |
|
177 |
return ((double)(this["ArcLength"])); |
|
178 |
} |
|
179 |
set { |
|
180 |
this["ArcLength"] = value; |
|
181 |
} |
|
182 |
} |
|
183 |
|
|
184 |
[global::System.Configuration.UserScopedSettingAttribute()] |
|
185 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
186 |
[global::System.Configuration.DefaultSettingValueAttribute("5")] |
|
187 |
public double SaveInterval { |
|
188 |
get { |
|
189 |
return ((double)(this["SaveInterval"])); |
|
190 |
} |
|
191 |
set { |
|
192 |
this["SaveInterval"] = value; |
|
193 |
} |
|
194 |
} |
|
135 | 195 |
} |
136 | 196 |
} |
내보내기 Unified diff