blob: 9b5d42984690d43216e2d13b1176cb359998102a (
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
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
border="true"
follows="left|top|right|bottom"
height="408"
label="Spell Check"
layout="topleft"
left="102"
name="spellcheck"
top="1"
width="517">
<check_box
control_name="SpellCheck"
enabled="true"
follows="top|left"
height="16"
label="Enable spell checking"
layout="topleft"
left="30"
name="check_spellcheck"
top="30"
width="250"
/>
<text
enabled_control="SpellCheck"
follows="top|left"
height="10"
label="Logs:"
layout="topleft"
left="55"
mouse_opaque="false"
name="text_spellcheck_dict"
top_pad="15"
type="string"
width="90"
>
Main dictionary :
</text>
<combo_box
enabled_control="SpellCheck"
follows="top|left"
height="23"
layout="topleft"
left_pad="10"
name="combo_spellcheck_dict"
top_pad="-15"
width="175"
/>
<text
enabled_control="SpellCheck"
follows="top|left"
height="10"
label="Logs:"
layout="topleft"
left="55"
mouse_opaque="false"
name="text_spellcheck_additional"
top_pad="15"
type="string"
width="190"
>
Additional dictionaries :
</text>
<text
follows="top|left"
height="12"
layout="topleft"
left="80"
length="1"
name="text_spellcheck_available"
top_pad="10"
type="string"
width="175">
Available
</text>
<text
follows="top|left"
height="12"
type="string"
left_pad="45"
length="1"
layout="topleft"
name="text_spellcheck_active"
width="175">
Active
</text>
<scroll_list
follows="top|left"
height="155"
layout="topleft"
left="80"
multi_select="true"
name="list_spellcheck_available"
sort_column="0"
sort_ascending="true"
width="175" />
<button
follows="top|left"
height="26"
image_overlay="Arrow_Right"
hover_glow_amount="0.15"
layout="topleft"
left_pad="10"
name="btn_spellcheck_moveright"
top_delta="50"
width="25">
</button>
<button
follows="top|left"
height="26"
image_overlay="Arrow_Left"
hover_glow_amount="0.15"
layout="topleft"
name="btn_spellcheck_moveleft"
top_delta="30"
width="25">
</button>
<scroll_list
follows="top|left"
height="155"
layout="topleft"
left_pad="10"
multi_select="true"
name="list_spellcheck_active"
sort_column="0"
sort_ascending="true"
top_pad="-105"
width="175"
/>
</panel>
|