]> git.tdb.fi Git - r2c2.git/blob - data/controlpanel.ui
Remove a queued block reservation if the block is released
[r2c2.git] / data / controlpanel.ui
1 style "group";
2 layout
3 {
4         margin
5         {
6                 horizontal 0;
7                 vertical 0;
8         };
9 };
10
11 column
12 {
13         row
14         {
15                 label "lbl1"
16                 {
17                         text "Protocol:";
18                 };
19
20                 label "lbl_protocol";
21         };
22
23         row
24         {
25                 label "lbl2"
26                 {
27                         text "Address:";
28                 };
29                 constraint COPY_WIDTH "lbl1";
30
31                 label "lbl_address";
32         };
33
34         panel "pnl_functions"
35         {
36                 style "group";
37                 layout
38                 {
39                         margin
40                         {
41                                 horizontal 0;
42                                 vertical 0;
43                         };
44                 };
45         };
46
47         row
48         {
49                 button "btn_place"
50                 {
51                         text "Place";
52                 };
53
54                 button "btn_take"
55                 {
56                         text "Take";
57                 };
58
59                 button "btn_view"
60                 {
61                         text "View";
62                 };
63         };
64 };