example : dialog { label = "DCL-NGTUAN"; : column { : boxed_row { label = "Layer & Color"; : row { : list_box { label = "Layers"; key = "lst1"; height = 10; width = 10; value = "0"; fixed_width_font = false; multiple_select = false; } : popup_list { label = "NumberColor"; key = "pop1"; fixed_width_font = false; width = 10; value = "0"; } } } : boxed_row { label = "TExt"; : edit_box { key = "edt1"; label = "Nhap Text: "; edit_width = 10; value = ""; } } : boxed_row { label = "Pointss"; : edit_box { key = "edt2"; label = "Point1"; edit_width = 10; value = ""; } : edit_box { key = "edt3"; label = "Point2"; edit_width = 10; value = ""; } } : radio_row { label = "Point/Text/Pline: "; key = "choices"; : radio_button { label = "DrPOint"; key = "ch1"; value = "1"; } : radio_button { label = "DrTExt"; key = "ch2"; } : radio_button { label = "DrPLine"; key = "ch3"; } } : row { : button { key = "accept"; label = "Ok"; is_default = true; width = 5; mnemonic = "O"; } : button { key = "cancel"; label = "Cancel"; is_default = false; is_cancel = true; width = 5; mnemonic = "C"; } } } }// ket thuc hop thoai DCL