summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_autoreplace.xml
blob: c1752f98696999a4132227108bc8cf4350dd09fa (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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater
 border="true"
 can_close="true"
 can_minimize="true"
 can_resize="false"
 help_topic="autoreplace_settings"
 save_rect="true"
 height="455"
 width="490"
 name="autoreplace_floater"
 title="Auto-Replace Settings">
  <check_box
   bottom_delta="30"
   left_delta="15"
   height="16"
   width="100"
   follows="left|top"
   label="Enable Auto-Replace"
   name="autoreplace_enable"
   tool_tip="As you enter chat text, replace any of the keywords entered with the corresponding replacement"/>
  <view_border
   top_pad="15"
   left="2"
   height="0"
   width="491"
   follows="left|top"
   bevel_style="none"
   border_thickness="1"
   mouse_opaque="false"
   name="divisor1"/>
  <button
   top_pad="10"
   left="10"
   height="22"
   width="110"
   enabled="true"
   follows="left|top"
   mouse_opaque="true"
   halign="center"
   scale_image="true"
   name="autoreplace_import_list"
   label="Import List..."
   tool_tip="Load a previously exported list from a file."/>
  <button
   top_delta="0"
   left_pad="10"
   height="22"
   width="110"
   enabled="true"
   follows="left|top"
   mouse_opaque="true"
   halign="center"
   scale_image="true"
   name="autoreplace_export_list"
   label="Export List..."
   tool_tip="Save the selected list to a file so you can share it."/>
  <button
   top_delta="0"
   left_pad="10"
   height="22"
   width="110"
   enabled="true"
   follows="left|top"
   mouse_opaque="true"
   halign="center"
   scale_image="true"
   name="autoreplace_new_list"
   label="New List..."
   tool_tip="Create a new list."/>
  <button
   top_delta="0"
   left_pad="10"
   height="22"
   width="110"
   enabled="true"
   follows="left|top"
   mouse_opaque="true"
   halign="center"
   scale_image="true"
   name="autoreplace_delete_list"
   label="Delete List"
   tool_tip="Delete the selected list."/>
  <scroll_list
   top_pad="10"
   left="10"
   height="100"
   width="370"
   follows="left|top"
   column_padding="0"
   draw_heading="false"
   multi_select="false"
   name="autoreplace_list_name"
   search_column="0">
  </scroll_list>
  <button
   top_delta="23"
   left_pad="10"
   height="22"
   width="90"
   enabled="true"
   follows="left|top"
   mouse_opaque="true"
   halign="center"
   scale_image="true"
   name="autoreplace_list_up"
   image_overlay="Arrow_Up"
   tool_tip="Move this list up in priority."/>
  <button
   top_pad="10"
   left_delta="0"
   height="22"
   width="90"
   enabled="true"
   follows="left|top"
   mouse_opaque="true"
   halign="center"
   scale_image="true"
   name="autoreplace_list_down"
   image_overlay="Arrow_Down"
   tool_tip="Move this list down in priority."/>
  <view_border
   top_pad="36"
   left="2"
   height="0"
   width="491"
   follows="left|top"
   bevel_style="none"
   border_thickness="1"
   mouse_opaque="false"
   name="divisor2"/>
  <scroll_list
   top_pad="10"
   left="10"
   height="120"
   width="370"
   follows="left|top"
   column_padding="0"
   draw_heading="true"
   multi_select="true"
   name="autoreplace_list_replacements"
   search_column="0">
    <scroll_list.columns
        label="Keyword"
        name="keyword"
        relative_width="0.30" />
    <scroll_list.columns
        label="Replacement"
        name="replacement"
        relative_width="0.70" />
  </scroll_list>
  <button
   top_delta="41"
   left_pad="10"
   height="22"
   width="90"
   enabled="true"
   follows="left|top"
   mouse_opaque="true"
   halign="center"
   scale_image="true"
   name="autoreplace_add_entry"
   label="Add..."/>
  <button 
   top_pad="10"
   left_delta="0"
   height="22"
   width="90"
   enabled="true"
   follows="left|top"
   mouse_opaque="true"
   halign="center"
   scale_image="true"
   name="autoreplace_delete_entry"
   label="Remove"/>
  <view_border
   top_pad="38"
   left="2"
   height="0"
   width="491"
   follows="left|top"
   bevel_style="none"
   border_thickness="1"
   mouse_opaque="false"
   name="divisor3"/>
  <text
   name="autoreplace_keyword_txt"
   type="string"
   follows="left|top"
   height="16"
   layout="topleft"
   left="10"
   top_pad="13"
   width="50">
   Keyword:
  </text>
  <line_editor
   name="autoreplace_keyword"
   follows="left|top"
   height="23"
   layout="topleft"
   left="100"
   max_length_bytes="255"
   top_delta="-5"
   width="150"
   />
  <text
   name="autoreplace_replacement_txt"
   type="string"
   follows="left|top"
   height="16"
   layout="topleft"
   left="10"
   right="90"
   top_pad="10"
   >
   Replacement:
  </text>
  <line_editor
   name="autoreplace_replacement"
   follows="left|top"
   height="23"
   layout="topleft"
   left="100"
   max_length_bytes="255"
   top_delta="-5"
   width="280"
   />
  <button
   top_delta="0"
   right="-10"
   height="22"
   width="90"
   enabled="false"
   follows="left|top"
   mouse_opaque="true"
   halign="center"
   scale_image="true"
   name="autoreplace_save_entry"
   label="Save Entry"
   tool_tip="Save this entry."/>
  <view_border
   top_pad="10"
   left="2"
   height="0"
   width="491"
   follows="left|top"
   bevel_style="none"
   border_thickness="1"
   mouse_opaque="false"
   name="divisor4"/>
  <button
   top_pad="10"
   right="380"
   height="22"
   width="90"
   enabled="true"
   follows="left|top"
   mouse_opaque="true"
   halign="center"
   scale_image="true"
   name="autoreplace_save_changes"
   label="Save Changes"
   tool_tip="Save all changes."/>
  <button
   top_delta="0"
   right="480"
   height="22"
   width="90"
   enabled="true"
   follows="left|top"
   mouse_opaque="true"
   halign="center"
   scale_image="true"
   name="autoreplace_cancel"
   label="Cancel"
   tool_tip="Discard all changes."/>
</floater>
<!--
  <text 
   top_pad="10"
   left="10"
   height="16"
   width="260"
   follows="left|top"
   halign="center"
   mouse_opaque="true"
   name="autoreplace_text2">
    Entries
  </text>
-->