개정판 6a7573b0
dev issue #366 : Mirror 기능 및 Drawing 크기 구하는 방식 변경
Change-Id: I7c87b78b185832403f62b18783c50861c70bb208
DTI_PID/SPPIDConverter/Properties/Settings.Designer.cs | ||
---|---|---|
34 | 34 |
this["LatestProjectPath"] = value; |
35 | 35 |
} |
36 | 36 |
} |
37 |
|
|
38 |
[global::System.Configuration.UserScopedSettingAttribute()] |
|
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 |
} |
|
37 | 61 |
} |
38 | 62 |
} |
내보내기 Unified diff