blob: 1f192f9b280ac5701bc75620f33c0e013af917d8 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
legacy_header_height="18"
bevel_style="none"
border_style="line"
can_resize="true"
follows="left|top"
height="580"
layout="topleft"
min_height="271"
min_width="290"
name="script ed float"
help_topic="script_ed_float"
save_rect="true"
title="SCRIPT: NEW SCRIPT"
width="508">
<floater.string
name="not_allowed">
You can not view or edit this script, since it has been set as "no copy". You need full permissions to view or edit a script inside an object.
</floater.string>
<floater.string
name="script_running">
Running
</floater.string>
<floater.string
name="Title">
SCRIPT: [NAME]
</floater.string>
<panel
bevel_style="none"
border_style="line"
follows="left|top|right|bottom"
height="522"
layout="topleft"
left="10"
name="script ed panel"
top="20"
width="497" />
<button
follows="left|bottom"
height="23"
label="Reset"
label_selected="Reset"
layout="topleft"
name="Reset"
left="10"
width="85" />
<check_box
left_delta="90"
top_delta="3"
enabled="false"
follows="left|bottom"
font="SansSerif"
height="18"
initial_value="true"
label="Running"
layout="topleft"
name="running"
width="205" />
<check_box
left_delta="140"
enabled="true"
follows="left|bottom"
font="SansSerif"
height="18"
initial_value="true"
label="Mono"
layout="topleft"
name="mono"
width="100" />
</floater>
|