blob: e68c26152b6dbae9d0c4de00cb260e8845e6224b (
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
|
"Resource/UI/notifications/base_notification.res"
{
"Notification_Background"
{
"ControlName" "CImagePanel"
"fieldName" "Notification_Background"
"xpos" "9999"
"ypos" "9999"
"zpos" "-1"
"wide" "0"
"tall" "0"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"enabled" "0"
"image" ""
"scaleImage" "1"
}
"Notification_Icon"
{
"ControlName" "CIconPanel"
"fieldName" "Notification_Icon"
"xpos" "7"
"ypos" "9"
"wide" "20"
"tall" "20"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"icon" ""
}
"Notification_Label"
{
"ControlName" "CExLabel"
"fieldName" "Notification_Label"
"font" "Cerbetica16"
"xpos" "30"
"ypos" "9"
"wide" "200"
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" ""
"textAlignment" "West"
"dulltext" "0"
"brighttext" "0"
}
}
|