// // YESORNO_DLG // Copyright (C) 2001 by Four Dimension Technologies, Singapore // Author : Rakesh Rao // Description : Dialog for the DL_YesOrNo function // // (C) 1999-2004, Four Dimension Technologies, Bangalore // e-mail : rakesh.rao@4d-technologies.com // Web : www.4d-technologies.com // yesorno_dlg : dialog { label = ""; key = "dlg_title"; initial_focus="cancel"; : column { : list_box { height = 12; width = 55; key = "txt_value"; } : row { alignment = centered; fixed_width = true; : ok_button { label = "Yes"; } : cancel_button { label = "No"; } } } }