-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathui_grid_style.inc
More file actions
103 lines (103 loc) · 2.2 KB
/
ui_grid_style.inc
File metadata and controls
103 lines (103 loc) · 2.2 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<Namespace
Name='DefaultGrid'
>
<ImageStyle
Name='normal.background'
Source='ui_grid'
SourceRect='30,0,59,28'
/>
<ImageStyle
Name='normal.hstartcap'
Source='ui_grid'
SourceRect='30,28,31,29'
/>
<ImageStyle
Name='normal.hbackground'
Source='ui_grid'
SourceRect='31,28,58,29'
/>
<ImageStyle
Name='normal.hendcap'
Source='ui_grid'
SourceRect='58,28,59,29'
/>
<ImageStyle
Name='normal.vstartcap'
Source='ui_grid'
SourceRect='59,0,60,1'
/>
<ImageStyle
Name='normal.vbackground'
Source='ui_grid'
SourceRect='59,1,60,27'
/>
<ImageStyle
Name='normal.vendcap'
Source='ui_grid'
SourceRect='59,27,60,28'
/>
<ImageStyle
Name='normal.junction'
Source='ui_grid'
SourceRect='59,28,60,29'
/>
<ImageStyle
Name='selected.background'
Source='ui_grid'
SourceRect='0,0,29,28'
/>
<ImageStyle
Name='selected.hstartcap'
Source='ui_grid'
SourceRect='0,28,1,28'
/>
<ImageStyle
Name='selected.hbackground'
Source='ui_grid'
SourceRect='1,28,28,29'
/>
<ImageStyle
Name='selected.hendcap'
Source='ui_grid'
SourceRect='28,28,29,29'
/>
<ImageStyle
Name='selected.vstartcap'
Source='ui_grid'
SourceRect='29,0,30,1'
/>
<ImageStyle
Name='selected.vbackground'
Source='ui_grid'
SourceRect='29,1,30,27'
/>
<ImageStyle
Name='selected.vendcap'
Source='ui_grid'
SourceRect='29,27,30,28'
/>
<ImageStyle
Name='selected.junction'
Source='ui_grid'
SourceRect='29,28,30,29'
/>
<GridStyle
Name='style'
Normal.Background='normal.background'
Normal.HBackground='normal.hbackground'
Normal.HEndCap='normal.hendcap'
Normal.HStartCap='normal.hstartcap'
Normal.Junction='normal.junction'
Normal.VBackground='normal.vbackground'
Normal.VEndCap='normal.vendcap'
Normal.VStartCap='normal.vstartcap'
Selected.Background='selected.background'
Selected.HBackground='selected.hbackground'
Selected.HEndCap='selected.hendcap'
Selected.HStartCap='selected.hstartcap'
Selected.Junction='selected.junction'
Selected.VBackground='selected.vbackground'
Selected.VEndCap='selected.vendcap'
Selected.VStartCap='selected.vstartcap'
/>
</Namespace>