개정판 a77303ca
dev issue #1227 : mapping ui
Change-Id: I9d7d32a36f6fbc20d70beba2825e4bce2d26c8ed
DTI_PID/APIDConverter/PIDCustomization.cs | ||
---|---|---|
32 | 32 |
/// </summary> |
33 | 33 |
public class PIDCustomization |
34 | 34 |
{ |
35 |
private DevExpress.LookAndFeel.DefaultLookAndFeel defaultLookAndFeel = new DevExpress.LookAndFeel.DefaultLookAndFeel(); |
|
36 |
|
|
37 | 35 |
public string ProjectName { get; set; } |
38 | 36 |
public string DrawingID { get; set; } |
39 | 37 |
public string DrawingName { get; set; } |
... | ... | |
64 | 62 |
if (_instance == null) |
65 | 63 |
{ |
66 | 64 |
_instance = new PIDCustomization(); |
67 |
_instance.defaultLookAndFeel.LookAndFeel.SkinName = "Office 2016 Colorful"; |
|
68 | 65 |
} |
69 | 66 |
return _instance; |
70 | 67 |
} |
내보내기 Unified diff