개정판 ecf30b64
dev issue #507 : remove drawing size
Change-Id: I056833efd242a005dcfd8a067918c8023291f0fe
DTI_PID/SPPIDConverter/Properties/Settings.Designer.cs | ||
---|---|---|
12 | 12 |
|
13 | 13 |
|
14 | 14 |
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
15 |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.9.0.0")]
|
|
15 |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.4.0.0")]
|
|
16 | 16 |
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { |
17 | 17 |
|
18 | 18 |
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); |
... | ... | |
37 | 37 |
|
38 | 38 |
[global::System.Configuration.UserScopedSettingAttribute()] |
39 | 39 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
40 |
[global::System.Configuration.DefaultSettingValueAttribute("0")] |
|
41 |
public double DrawingX { |
|
42 |
get { |
|
43 |
return ((double)(this["DrawingX"])); |
|
44 |
} |
|
45 |
set { |
|
46 |
this["DrawingX"] = value; |
|
47 |
} |
|
48 |
} |
|
49 |
|
|
50 |
[global::System.Configuration.UserScopedSettingAttribute()] |
|
51 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
52 |
[global::System.Configuration.DefaultSettingValueAttribute("0")] |
|
53 |
public double DrawingY { |
|
54 |
get { |
|
55 |
return ((double)(this["DrawingY"])); |
|
56 |
} |
|
57 |
set { |
|
58 |
this["DrawingY"] = value; |
|
59 |
} |
|
60 |
} |
|
61 |
|
|
62 |
[global::System.Configuration.UserScopedSettingAttribute()] |
|
63 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
64 | 40 |
[global::System.Configuration.DefaultSettingValueAttribute("")] |
65 | 41 |
public string DefaultTemplate { |
66 | 42 |
get { |
내보내기 Unified diff