blob: 430cb940e5b5fcf3e1d3a087dc238d83079673c1 (
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
101
102
103
104
105
106
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
height="180"
layout="topleft"
name="perm prefs"
save_rect="true"
title="Default Upload Permissions"
width="315">
<panel
follows="left|top|right|bottom"
height="120"
label="Permissions"
layout="topleft"
left="10"
name="permissions"
top="20"
width="315">
<button
follows="left"
height="18"
label="?"
label_selected="?"
layout="topleft"
left="260"
name="help"
top="7"
width="22" />
<check_box
control_name="ShareWithGroup"
height="16"
label="Share with group"
layout="topleft"
left_delta="-250"
name="share_with_group"
top_delta="2"
width="106" />
<check_box
control_name="EveryoneCopy"
height="16"
label="Allow anyone to copy"
layout="topleft"
left_delta="0"
name="everyone_copy"
top_pad="16"
width="130" />
<text
type="string"
length="1"
follows="left|top"
height="10"
layout="topleft"
left_delta="0"
name="NextOwnerLabel"
top_pad="16"
width="88">
Next owner can:
</text>
<check_box
control_name="NextOwnerModify"
height="16"
label="Modify"
layout="topleft"
left_delta="0"
name="next_owner_modify"
top_pad="14"
width="78" />
<check_box
control_name="NextOwnerCopy"
height="16"
label="Copy"
layout="topleft"
left_delta="78"
name="next_owner_copy"
top_delta="0"
width="88" />
<check_box
control_name="NextOwnerTransfer"
enabled="false"
height="16"
initial_value="true"
label="Resell/Give away"
layout="topleft"
left_delta="88"
name="next_owner_transfer"
top_delta="0"
width="106" />
</panel>
<button
height="20"
label="OK"
label_selected="OK"
layout="topleft"
left="90"
name="ok"
top="150"
width="100" />
<button
height="20"
label="Cancel"
label_selected="Cancel"
layout="topleft"
left_pad="5"
name="cancel"
top_delta="0"
width="100" />
</floater>
|