28
130
126
初露锋芒
使用道具 举报
15
209
121
//// TXTO.DCL Version 1.0//// Copyright© 2007//// Permission to use, copy, modify, and distribute this software// for any purpose and without fee is hereby granted, provided// that the above copyright notice appears in all copies and// that both that copyright notice and the limited warranty and// restricted rights notice below appear in all supporting// documentation.//// TIMOTHY SPANGLER PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.// TIMOTHY SPANGLER SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF// MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. DESIGN SOLUTIONS// DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE// UNINTERRUPTED OR ERROR FREE.//// Use, duplication, or disclosure by the U.S. Government is subject to// restrictions set forth in FAR 52.227-19 (Commercial Computer// Software - Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)// (Rights in Technical Data and Computer Software), as applicable.//dcl_settings : default_dcl_settings { audit_level = 0; }txto : dialog {label = "TXTO v1.0"; :column { :row { :text { key = "selected"; width = 30; label = "No text selected"; } :column{ :button{ label = "Select All"; key = "selall"; } :button{ label = "Select None"; key = "selnone"; } } } spacer_0; :boxed_row{ label = "Select text buttons"; :column{ :toggle{ key = "txt1"; label = "TXT1"; } :toggle{ key = "txt2"; label = "TXT2"; } :toggle{ key = "txt3"; label = "TXT3"; } :toggle{ key = "txt4"; label = "TXT4"; } :toggle{ key = "txt5"; label = "TXT5"; } } :column{ :toggle{ key = "txt6"; label = "TXT6"; } :toggle{ key = "txt7"; label = "TXT7"; } :toggle{ key = "txt8"; label = "TXT8"; } :toggle{ key = "txt9"; label = "TXT9"; } :toggle{ key = "txt10"; label = "TXT10"; } } :column{ :toggle{ key = "txt11"; label = "TXT11"; } :toggle{ key = "txt12"; label = "TXT12"; } :toggle{ key = "txt13"; label = "TXT13"; } :toggle{ key = "txt14"; label = "TXT14"; } :toggle{ key = "txt15"; label = "TXT15"; } } } spacer_1; :toggle{