File size: 653 Bytes
b6a38d7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
-- ========== GENERATED BY XTemplate Editor (Alt-F3) DO NOT EDIT MANUALLY! ==========
PlaceObj('XTemplate', {
__is_kind_of = "XListItem",
group = "Editor",
id = "ListItemIconText",
save_in = "Common",
PlaceObj('XTemplateWindow', {
'__class', "XListItem",
'MaxWidth', 300,
'LayoutMethod', "HList",
}, {
PlaceObj('XTemplateWindow', {
'__class', "XImage",
'Id', "idImage",
'MinWidth', 10,
'MinHeight', 10,
'MaxWidth', 30,
'MaxHeight', 30,
'BaseColorMap', true,
}),
PlaceObj('XTemplateWindow', {
'__class', "XLabel",
'Id', "idText",
'VAlign', "center",
'MinWidth', 60,
'MaxWidth', 300,
}),
}),
})
|