blob: 0735ac160aca809ccf72f2b0cad288f0de36438b (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
bevel_style="none"
border_style="line"
can_resize="true"
follows="left|top"
height="550"
layout="topleft"
min_height="271"
min_width="290"
name="script ed float"
save_rect="true"
title="Script: New Script"
width="500">
<floater.string
name="not_allowed">
You are not allowed to view this script.
</floater.string>
<floater.string
name="script_running">
Running
</floater.string>
<floater.string
name="Title">
Script: [NAME]
</floater.string>
<button
follows="right|bottom"
height="20"
label="Reset"
label_selected="Reset"
layout="topleft"
left="362"
name="Reset"
top="525"
width="128" />
<check_box
enabled="false"
follows="left|bottom"
font="SansSerif"
height="18"
initial_value="true"
label="Running"
layout="topleft"
left_delta="-350"
name="running"
top_delta="2"
width="100" />
<check_box
enabled="false"
follows="left|bottom"
font="SansSerif"
height="18"
initial_value="true"
label="Mono"
layout="topleft"
left_delta="70"
name="mono"
top_delta="0"
width="100" />
<panel
bevel_style="none"
border_style="line"
follows="left|top|right|bottom"
height="506"
layout="topleft"
left="1"
name="script ed panel"
top="18"
width="497" />
</floater>
|