layout { margin { top 2; horizontal 8; bottom 6; }; }; column { row { label "lbl_title" { text "Trains"; }; split; action_button "btn_close" 0 { style "red_cross"; }; }; row { panel "" { style "group"; layout { margin { horizontal 0; vertical 0; }; row_spacing 0; }; column { toggle "tgl_trains" { text "Trains"; style "pointer_left"; exclusive true; value true; }; toggle "tgl_import" { text "Import"; style "pointer_left"; exclusive true; }; }; }; stack { list "lst_trains" { view_size 10; }; list "lst_imported" { view_size 10; visible false; }; }; }; row { button "btn_new" { text "New"; }; button "btn_show" { text "Show"; }; }; }; draghandle ""; expand true false; constraint COPY_HEIGHT "lbl_title"; constraint LEFT_OF "btn_close";