style "group"; layout { margin { horizontal 0; vertical 0; }; }; column { row { label "lbl1" { text "Protocol:"; }; label "lbl_protocol"; }; row { label "lbl2" { text "Address:"; }; constraint COPY_WIDTH "lbl1"; label "lbl_address"; }; panel "pnl_functions" { style "group"; layout { margin { horizontal 0; vertical 0; }; }; }; row { button "btn_place" { text "Place"; }; button "btn_take" { text "Take"; }; button "btn_view" { text "View"; }; }; };