annotate clients/editor/gui/objectedit.xml @ 212:bbf17f8c221f

- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
author chewie@33b003aa-7bff-0310-803a-e67f0ece8222
date Mon, 16 Mar 2009 14:43:08 +0000
parents
children 51cc05d862f2
rev   line source
212
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1 <Window title="Object editor" position="10,700"> <!-- size="200,250" min_size="200,250" max_size="200,250" > -->
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3 <Label text="Namespace:" min_size="85,20"/>
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4 <Label text="None" name="object_namespace" min_size="30,20"/>
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6 <HBox>
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7 <Label text="Object ID:" min_size="85,20"/>
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8 <Label text="None" name="object_id" min_size="30,20"/>
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
9 </HBox>
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
10 <HBox>
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
11 <Label text="Blocking:" min_size="45,20"/>
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
12 <TextBox text="0" name="object_blocking" min_size="20,20"/>
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
13
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
14 <Label text="Static:" min_size="45,20"/>
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
15 <TextBox text="0" name="object_static" min_size="20,20"/>
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
16 </HBox>
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
17
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
18
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
19 <HBox>
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
20 <Label text="Select Rotation:" min_size="85,20" />
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
21 </HBox>
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
22
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
23 <DropDown min_size="80,0" name="select_rotations"/>
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
24
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
25 <VBox>
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
26 <Label text="Offset:" min_size="45,20"/>
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
27 <HBox>
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
28 <Label text="X: " min_size="25,20"/>
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
29 <TextBox text="0" name="x_offset" size="30,20" min_size="30,20" max_size="30,20" />
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
30 <Button name="x_offset_up" text="+" max_size="20,20"/>
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
31 <Button name="x_offset_dn" text="-" max_size="20,20"/>
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
32 <Slider size="100,20" name="x_offset_slider" orientation="0" scale_start="0.0" scale_end="4.0" />
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
33 </HBox>
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
34
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
35 <HBox>
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
36 <Label text="Y: " min_size="25,20"/>
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
37 <TextBox text="0" name="y_offset" size="30,20" min_size="30,20" max_size="30,20"/>
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
38 <Button name="y_offset_up" text="+" max_size="20,20"/>
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
39 <Button name="y_offset_dn" text="-" max_size="20,20"/>
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
40 <Slider size="100,20" name="y_offset_slider" orientation="0" scale_start="0.0" scale_end="4.0" />
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
41 </HBox>
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
42 </VBox>
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
43
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
44 <Label text="Selected Instance" min_size="85,20" />
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
45
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
46 <HBox >
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
47 <Label text="Instance ID:" min_size="85,20"/>
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
48 <TextBox text="None" name="instance_id" min_size="30,20"/>
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
49 </HBox>
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
50 <HBox >
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
51 <Label text="Instance rot:" min_size="85,20"/>
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
52 <TextBox text="0" name="instance_rotation" min_size="30,20"/>
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
53 </HBox>
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
54
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
55
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
56
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
57 <VBox name="animation_panel_wrapper" max_size="150,50">
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
58 <Spacer />
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
59 <VBox name="animation_panel">
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
60 <Label text="Animation panel" min_size="85,20" />
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
61 <HBox>
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
62 <Button name="anim_start_pos" text="S" max_size="20,20"/>
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
63 <Button name="anim_left" text="l1" max_size="20,20"/>
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
64 <TextBox name="anim_current_frame" text="0" min_size="30,20"/>
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
65 <Button name="anim_right" text="r1" max_size="20,20"/>
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
66 <Button name="anim_end_pos" text="E" max_size="20,20"/>
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
67 </HBox>
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
68 </VBox>
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
69 </VBox>
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
70
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
71 <HBox>
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
72 <Button name="use_data" text="Use"/>
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
73 </HBox>
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
74 <Spacer />
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
75 <Button name="change_data" text="Save object"/>
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
76
bbf17f8c221f - guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
chewie@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
77 </Window>