// Text Display Area text_disp_ok_dlg : dialog { label = ""; key = "txt_label"; : list_box { key = "txt_disp"; width = 70; height = 25; multiple_select = false; } ok_only; } // Text Display Area text_disp_yesno_dlg : dialog { label = ""; key = "txt_label"; : list_box { key = "txt_disp"; width = 70; height = 25; multiple_select = false; } : row { alignment=centered; fixed_width=true; : button { label = "Yes"; key = "accept"; } : button { label = "No"; key = "cancel"; is_default = true; } } } // Text Display Area text_disp_agrdis_dlg : dialog { label = ""; key = "txt_label"; : list_box { key = "txt_disp"; width = 70; height = 25; multiple_select = false; } : row { alignment=centered; fixed_width=true; : button { label = "I Agree"; key = "accept"; } : button { label = "I disagree"; key = "cancel"; is_default = true; } } }