// // OUTPUT_CTRL_DLG // Copyright (C) 2000 by Four Dimension Technologies, Singapore // Author : Rakesh Rao // Description : Dialog for the OUTPUT_CTRL_DLG function // // (C) 1999-2004, Four Dimension Technologies, Bangalore // e-mail : rakesh.rao@4d-technologies.com // Web : www.4d-technologies.com // output_ctrl_dlg : dialog { label = "Output Control"; : column { : radio_column { label = "Layer to place"; : radio_button { key = "source"; label = "Source"; } : radio_button { key = "current"; label = "Current"; } } : toggle { label = "Delete original objects"; key = "del_org"; } } ok_cancel; errtile; }