home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / program / dde / datatoaof / !DataToAOF / Desc < prev    next >
Encoding:
Text File  |  1992-09-30  |  1.5 KB  |  77 lines

  1. # This is a description of the wimp interface for DataToAOF
  2.  
  3. tool_details_start
  4.    name          "DataToAOF";
  5.    version       "0.07 (23-Sep-92)";
  6.    wimpslot       32k;
  7.    has_extended_cmdline;
  8. tool_details_end
  9.  
  10.  
  11. metaoptions_start
  12.    has_auto_run;
  13.    has_auto_save ^."o."leafname from icn 6;
  14.    has_text_window;
  15.    has_summary_window;
  16. metaoptions_end
  17.  
  18.  
  19. fileoutput_start
  20.    output_option_is  "-o";
  21.    output_dft_is     produces_output;
  22. fileoutput_end
  23.  
  24. dbox_start
  25.    icons_start
  26.       icn  6  maps_to "-f " string  not_saved;
  27.       icn  5  maps_to "-r";
  28.       icn  9  maps_to "-s";
  29.       icn 11  maps_to "-d " string;
  30.       icn 13  maps_to "-l " string;
  31.       icn 14  maps_to "-p";
  32.       icn 15  maps_to "-a";
  33.       icn 16  maps_to "-n";
  34.       icn 17  maps_to "-dp";
  35.    icons_end
  36.  
  37.    defaults
  38.    icn  6  "",
  39.    icn  5  off,
  40.    icn  9  on,
  41.    icn 11  "",
  42.    icn 13  "",
  43.    icn 14  off,
  44.    icn 15  off,
  45.    icn 16  on,
  46.    icn 17  on;
  47.  
  48.    make_defaults
  49.    icn  5  off,
  50.    icn 11  "",
  51.    icn 13  "_length",
  52.    icn 14  on,
  53.    icn 15  off,
  54.    icn 16  off,
  55.    icn 17  on;
  56.  
  57.    imports_start
  58.       drag_to  icn 6      inserts icn 6;
  59.       drag_to  any        inserts icn 6;
  60.       drag_to  iconbar    inserts icn 6;
  61.    imports_end
  62. dbox_end
  63.  
  64. deselections_start
  65.    icn 14 deselects icn 15, icn 16;
  66.    icn 15 deselects icn 14, icn 16;
  67.    icn 16 deselects icn 14, icn 15;
  68. deselections_end
  69.  
  70. make_excludes icn 6;
  71.  
  72. order_is  icn 6, output, icn 5, icn 9, icn 11, icn 13, icn 17, icn 14, icn 15, icn 16;
  73.  
  74. make_order_is "-depend !Depend ", icn 5, icn 9, icn 11, icn 13, icn 17, icn 14, icn 15, icn 16;
  75.  
  76.  
  77.