dcl_settings : default_dcl_settings { audit_level = 3; } //------------------------------------------------------------------------------ // Program Name: ViewDcl.dcl - [View Dcl Dialogs R3] // Created By: Terry Miller (Email: terrycadd@yahoo.com) // (URL: http://web2.airmail.net/terrycad) // Date Created: 2-20-00 // Function: View Dcl Dialogs // Note: The first line of each dialog description must be in the format // of the standard convention. i.e. "DialogName : dialog {" //------------------------------------------------------------------------------ // Revision History // Rev By Date Description //------------------------------------------------------------------------------ // 1 TM 2-20-00 Initial version // 2 TM 3-20-00 Revised dialog design to include more lines and options. // 3 TM 6-20-06 Revised and included the functions NoSpaces and WordList. //------------------------------------------------------------------------------ // ViewDcl - View Dcl Dialogs //------------------------------------------------------------------------------ ViewDcl : dialog { key = "Title"; label = ""; : boxed_column { label = "Select Dialog to View"; : list_box { key = "DialogList"; height = 11.20; allow_accept = true; } spacer; } : row { fixed_width = true; alignment = centered; : ok_button { label = "View"; width = 11.92; } : cancel_button { width = 11.92; } } }//ViewDcl //------------------------------------------------------------------------------