blob: ade0156bc798ec48a47cf82ac2f2db181a9db824 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
legacy_header_height="18"
default_tab_group="1"
height="120"
layout="topleft"
name="script search"
help_topic="script_search"
title="SCRIPT SEARCH"
width="300">
<check_box
control_name="LSLFindCaseInsensitivity"
height="16"
label="Case Insensitive"
layout="topleft"
left="55"
name="case_text"
top="61"
width="240" />
<button
height="24"
label="Search"
label_selected="Search"
layout="topleft"
left="10"
name="search_btn"
top="84"
width="90" />
<button
height="24"
label="Replace"
label_selected="Replace"
layout="topleft"
left_pad="5"
name="replace_btn"
top_delta="0"
width="90" />
<button
height="24"
label="Replace All"
label_selected="Replace All"
layout="topleft"
left_pad="5"
name="replace_all_btn"
top_delta="0"
width="90" />
<text
type="string"
length="1"
follows="left|top"
height="16"
layout="topleft"
left="5"
name="txt"
top="21"
width="45">
Search
</text>
<text
type="string"
length="1"
follows="left|top"
height="16"
layout="topleft"
left_delta="0"
name="txt2"
top_pad="5"
width="45">
Replace
</text>
<line_editor
border_style="line"
border_thickness="1"
follows="left|top"
height="16"
layout="topleft"
left="55"
name="search_text"
tab_group="1"
top="21"
width="240" />
<line_editor
border_style="line"
border_thickness="1"
follows="left|top"
height="16"
layout="topleft"
left_delta="0"
name="replace_text"
top_pad="5"
width="240" />
</floater>
|