blob: 2e1c8ce6707354e69c065b7f5b4a779aadc76ea3 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
legacy_header_height="18"
can_resize="true"
default_tab_group="1"
height="361"
layout="topleft"
min_height="243"
min_width="234"
name="preview notecard"
help_topic="preview_notecard"
title="NOTECARD:"
width="400">
<floater.string
name="no_object">
Unable to find object containing this notecard.
</floater.string>
<floater.string
name="not_allowed">
You do not have permission to view this notecard.
</floater.string>
<floater.string
name="Title">
Notecard: [NAME]
</floater.string>
<icon
follows="top|right"
height="18"
image_name="Lock"
layout="topleft"
left="322"
mouse_opaque="true"
name="lock"
top="4"
width="18" />
<text
type="string"
length="1"
follows="left|top"
font="SansSerif"
height="19"
layout="topleft"
left="10"
name="desc txt"
top="22"
width="90">
Description:
</text>
<line_editor
border_style="line"
border_thickness="1"
follows="left|top|right"
font="SansSerif"
height="22"
layout="topleft"
left_pad="0"
max_length_bytes="127"
name="desc"
width="296" />
<text_editor
type="string"
length="1"
embedded_items="true"
follows="left|top|right|bottom"
font="SansSerif"
height="281"
ignore_tab="false"
layout="topleft"
left="4"
max_length="65536"
name="Notecard Editor"
parse_urls="false"
spellcheck="true"
tab_group="1"
top="46"
width="392"
word_wrap="true">
Loading...
</text_editor>
<button
follows="right|bottom"
height="22"
label="Save"
label_selected="Save"
layout="topleft"
left="178"
name="Save"
top="332"
width="100" />
<button
follows="right|bottom"
height="22"
label="Delete"
label_selected="Delete"
layout="topleft"
left="288"
name="Delete"
top="332"
width="100" />
</floater>
|