style "group"; layout { margin { horizontal 0; vertical 0; }; }; column { list "lst_timetable"; expand true false; row { entry "ent_time" { edit_size 8 1; }; dropdown "drp_type" { item "Arrive"; item "Depart"; item "Through"; }; label "lbl_target" { text "No selection"; }; dropdown "drp_direction" { item "Any"; item "Up"; item "Down"; }; }; row { button "btn_insert" { text "Ins"; }; button "btn_delete" { text "Del"; }; button "btn_apply" { text "Apply"; }; split; button "btn_pick" { text "Pick"; }; }; };