개정판 27e624cd
dev issue #503 : fix drawing size
Change-Id: I35d2e3652fb1d5a588703e87cfac1cadfa72ca7f
DTI_PID/SPPIDConverter/Properties/Settings.Designer.cs | ||
---|---|---|
118 | 118 |
this["ProjectDBPassword"] = value; |
119 | 119 |
} |
120 | 120 |
} |
121 |
|
|
122 |
[global::System.Configuration.UserScopedSettingAttribute()] |
|
123 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
124 |
[global::System.Configuration.DefaultSettingValueAttribute("0")] |
|
125 |
public double DrawingX { |
|
126 |
get { |
|
127 |
return ((double)(this["DrawingX"])); |
|
128 |
} |
|
129 |
set { |
|
130 |
this["DrawingX"] = value; |
|
131 |
} |
|
132 |
} |
|
133 |
|
|
134 |
[global::System.Configuration.UserScopedSettingAttribute()] |
|
135 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
136 |
[global::System.Configuration.DefaultSettingValueAttribute("0")] |
|
137 |
public double DrawingY { |
|
138 |
get { |
|
139 |
return ((double)(this["DrawingY"])); |
|
140 |
} |
|
141 |
set { |
|
142 |
this["DrawingY"] = value; |
|
143 |
} |
|
144 |
} |
|
121 | 145 |
} |
122 | 146 |
} |
내보내기 Unified diff