main_select : dialog { label=/*wirefrm2_dcl_001*/"Report Data Post-processing Options"; :paragraph { :text_part{ label=/*wirefrm2_dcl_002*/"Select options(s) to apply to the report's data"; } :text_part{ label=/*wirefrm2_dcl_003*/"before passing it back to the report display dialog."; } :text_part{label="";} :text_part{ label=/*wirefrm2_dcl_004*/"(To modify these user options, edit the Post-process"; } :text_part{ label=/*wirefrm2_dcl_005*/" utility file listed in the AutoCAD command line window)"; } :text_part{label="";} } :toggle{key="user1"; label=/*wirefrm2_dcl_007*/"Substitute wire color/gauge label text for LAYER names"; } :toggle{key="user2"; label=/*wirefrm2_dcl_012*/"Report only selected INST values"; } :toggle{key="user3"; label=/*wirefrm2_dcl_009*/"Report only non-cable connections"; } :toggle{key="user4"; label=/*wirefrm2_dcl_013*/"Report only selected wire types"; } :toggle{key="user5"; label="Include component DESC1-3 desc (into PNLX1-2,PNLY1-2,PNLZ1-2 fields)"; } ok_cancel; } inst_select : dialog { label=/*wirefrm2_dcl_010*/"INST codes"; :list_box{key="instlst";width=32;multiple_select=true;height=20; label=/*wirefrm2_dcl_011*/"Select codes to report";} ok_cancel; } wiretype_select : dialog { label=/*wirefrm2_dcl_014*/"Wire types"; :list_box{key="wtypelst";width=32;multiple_select=true;height=20; label=/*wirefrm2_dcl_015*/"Select wire types to report";} ok_cancel; }