blob: 72feeeef745ca0184326b5505ccd672ba0df0428 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<floater
legacy_header_height="18"
height="130"
help_topic="floater_load_pref"
layout="topleft"
name="Load Pref Preset"
save_rect="true"
title="LOAD PREF PRESET"
width="550">
<string name="title_graphic">Load Graphic Preset</string>
<string name="title_camera">Load Camera Preset</string>
<text
follows="top|left|right"
font="SansSerif"
height="10"
layout="topleft"
left="50"
name="Preset"
top="60"
width="60">
Preset:
</text>
<combo_box
follows="top|left"
layout="topleft"
left_pad="10"
name="preset_combo"
top_delta="-5"
width="200"/>
<button
follows="bottom|right"
height="23"
label="OK"
layout="topleft"
left_pad="15"
name="ok"
width="70"/>
<button
follows="bottom|right"
height="23"
label="Cancel"
layout="topleft"
left_pad="5"
name="cancel"
width="70"/>
</floater>
|