blob: 2cf6e682fde9d484d7c778c5f2246391fc69e090 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
legacy_header_height="18"
height="258"
layout="topleft"
name="groups"
help_topic="groups"
title="GROUPS"
width="280">
<text
type="string"
length="1"
follows="left|top"
height="16"
layout="topleft"
left="12"
name="groupdesc"
top="24"
width="248">
Choose a group:
</text>
<scroll_list
height="165"
layout="topleft"
left_delta="0"
name="group list"
top_pad="8"
width="248">
<scroll_list.columns
name="name"
width="248" />
</scroll_list>
<button
height="20"
label="OK"
label_selected="OK"
layout="topleft"
left_delta="0"
name="OK"
top_pad="8"
width="80" />
<button
height="20"
label="Cancel"
label_selected="Cancel"
layout="topleft"
left_pad="8"
name="Cancel"
top_delta="0"
width="80" />
</floater>
|