blob: 98707b84957005e3148e88319b2dcdb3ef7886d4 (
plain)
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel_camera_item
background_visible="false"
height="30"
layout="topleft"
width="212">
<panel_camera_item.icon_over
follows="top|left"
height="30"
image_name="ListItem_Over"
left="0"
mouse_opaque="false"
layout="topleft"
name="hovered_icon"
top="30"
scale_image="true"
visible="false"
width="212" />
<panel_camera_item.icon_selected
follows="top|left"
height="30"
image_name="ListItem_Select"
layout="topleft"
left="0"
mouse_opaque="false"
name="selected_icon"
top="30"
scale_image="true"
visible="false"
width="212" />
<panel_camera_item.picture
follows="top|left"
height="30"
image_name="Icon_For_Sale"
layout="topleft"
left="0"
mouse_opaque="false"
name="picture"
tab_stop="false"
top="30"
top_pad="10"
width="30" />
<panel_camera_item.selected_picture
follows="top|left"
height="30"
image_name="Cam_Rotate_In"
layout="topleft"
left="0"
mouse_opaque="false"
name="selected_picture"
tab_stop="false"
top="30"
top_pad="8"
visible="false"
width="30" />
<panel_camera_item.text
follows="top|left|right"
font="SansSerifMedium"
height="15"
layout="topleft"
left ="38"
name="picture_name"
text_color="white"
top="21"
use_ellipses="true"
width="170"
word_wrap="false" >
Text
</panel_camera_item.text>
</panel_camera_item>
|