home *** CD-ROM | disk | FTP | other *** search
/ Tools / WinSN5.0Ver.iso / 圆方5.0 / SETUP / DOSHELP.DCL < prev    next >
Encoding:
Text File  |  1998-04-07  |  5.6 KB  |  199 lines

  1. // Next available MSG number is    23 
  2. // MODULE_ID DOSHELP_DCL_
  3. // $Header: /sedona/develop/support/doshelp.dcl 2     1/30/96 12:03p Jmk $
  4. //
  5. //  doshelp.dcl - Proteus dialog file for AUtoCAD Platform-Independent Help
  6. //
  7. //     Copyright (C) 1991, 1992, 1993, 1994 by Autodesk, Inc.
  8. //
  9. //     Permission to use, copy, modify, and distribute this software
  10. //     for any purpose and without fee is hereby granted, provided
  11. //     that the above copyright notice appears in all copies and
  12. //     that both that copyright notice and the limited warranty and
  13. //     restricted rights notice below appear in all supporting
  14. //     documentation.
  15. //
  16. //     AUTODESK PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
  17. //     AUTODESK SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
  18. //     MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE.  AUTODESK, INC.
  19. //     DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
  20. //     UNINTERRUPTED OR ERROR FREE.
  21. //
  22. //     Use, duplication, or disclosure by the U.S. Government is subject to
  23. //     restrictions set forth in FAR 52.227-19 (Commercial Computer
  24. //     Software - Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
  25. //     (Rights in Technical Data and Computer Software), as applicable.
  26. //
  27. //.
  28. //////////////////////////////////////////////////////
  29. // Special client tiles in this file:
  30. // main dialog has:
  31. // - hlp_typesetting_width = xx;
  32. //      Max number of characters on a line for word wrap.
  33. // help button has:
  34. // - help_on_help_filename="helphelp.ahp";
  35. //      Name of the file containing help on help.
  36. // - help_on_help_label="Help on AutoCAD Help";
  37. //      Caption (label) of Help on Help dialog.
  38.  
  39. topic_box : list_box {
  40.     width = 73;
  41.     height = 16;
  42.     tabs = "3 6 9 12 15 18 21 24 27 30 33 36 39 42 45 48 51 54";
  43.     fixed_width = true;
  44.     fixed_width_font = true;
  45. }
  46.  
  47. title_box : list_box {
  48.     width = 50;
  49.     fixed_width = true;
  50. }
  51.  
  52. hlp_main : dialog {
  53.     key = "hlp_main";
  54.     label = "AutoCAD ░∩╓·";
  55.     initial_focus = "hlp_text";
  56.     hlp_typesetting_width = 61;
  57.     : row {
  58.         : button {
  59.             key = "hlp_contents_btn";
  60.             label = "░∩╓·╓≈╠Γ(&C)";
  61.                }
  62.         : button {
  63.             key = "hlp_search_btn";
  64.             label = "╦╤╦≈(&S)";
  65.         }
  66.         : button {
  67.             key = "hlp_back_btn";
  68.             label = "║≤═╦(&B)";
  69.             is_enabled = false;    //only unil the first topic is chosen
  70.          }
  71.         : button {
  72.             key = "hlp_hist_btn";
  73.             label = "└·╩╖╝╟┬╝(&H)";
  74.         }
  75.         spacer;
  76.         : button {
  77.             key="hlp_help_btn";
  78.             label = "░∩╓·(&E)";
  79.             help_on_help_filename="helphelp.ahp";
  80.             help_on_help_label="╚τ║╬╩╣╙├ AutoCAD ░∩╓·";
  81.         }
  82.     }
  83.     : topic_box {
  84.         key = "hlp_text";
  85.         max_lines = 1000;         // Max lines per help item
  86.     }
  87.     : row {
  88.      : paragraph {
  89.        : concatenation {
  90.             : text {
  91.                 key = "hlp_main_nextlbl";
  92.             label = "╤í╘±╓≈╠Γ: ";
  93.         width = /*DOSHELP_GLOB_1*/14;
  94.         fixed_width = true;
  95.                 is_enabled = false;
  96.         }
  97.         : text {
  98.                 key = "hlp_main_nextedit";
  99.             value = "";
  100.                 width = 30;
  101.                 is_enabled = false;
  102.                 }
  103.        }
  104.      }
  105.             : button {
  106.                 key = "hlp_main_nextbtn";
  107.                 label = "╧┬╥╗╓≈╠Γ(&N)";
  108.                 is_enabled = false;
  109.                 }
  110.             : button {
  111.                 key = "hlp_main_gotobtn";
  112.                 label = "╫¬╡╜(&G)";
  113.                 is_enabled = false;
  114.                 }
  115.             }
  116.         ok_only;
  117.     }
  118. hlp_search : dialog {
  119.     label = "AutoCAD ░∩╓·╦╤╦≈";
  120.     initial_focus = "hlp_srch_keyword_list";
  121.     : column {
  122.         : row {
  123.             : column {
  124.                 : text {
  125.                     label = "╩Σ╚δ┤╩, ╗≥┤╙┴╨▒φ╓╨╤í╘±╥╗╕÷íú";
  126.                 }
  127.                 : text {
  128.                     label = "╚╗║≤╤í╘±í░╧╘╩╛╓≈╠Γí▒íú";
  129.                 }
  130.             }
  131.             : button : cancel_button {
  132.                 key = "hlp_srch_close";
  133.                 label = "╣╪▒╒"; 
  134.             }
  135.         }
  136.         : row {
  137.             :edit_box {
  138.                 alignment = bottom;
  139.                 key = "hlp_srch_keyword";
  140.                 edit_width = 30;
  141.             }
  142.             : button {
  143.                 key = "hlp_srch_show";
  144.                 label = "╧╘╩╛╓≈╠Γ(&S)";
  145.             }
  146.         }
  147.         : title_box {
  148.             height = 7;
  149.             key = "hlp_srch_keyword_list";
  150.         }
  151.         spacer;
  152.         : row {
  153.             : text {
  154.                 label = "╤í╘±╓≈╠Γ, ╚╗║≤╤í╘±í░╫¬╡╜í▒íú";
  155.             }
  156.             : button : ok_button {
  157.                 key = "hlp_srch_goto";
  158.                 label = "╫¬╡╜(&G)";
  159.                 is_enabled = false;
  160.             }
  161.         }
  162.         :title_box {
  163.             height = 7;
  164.             key = "hlp_srch_goto_list";
  165.         }
  166.     }
  167. }
  168.  
  169. hlp_history : dialog {
  170.     label = "AutoCAD ░∩╓·└·╩╖╝╟┬╝";
  171.     initial_focus = "hlp_historylst";
  172.     : title_box {
  173.         height = 12;
  174.         key = "hlp_historylst";
  175.         max_lines = 100; 
  176.     }
  177.     : row {
  178.         : button : ok_button {
  179.             key = "hlp_hist_goto";
  180.             label = "╫¬╡╜(&G)";
  181.         }
  182.         : button : cancel_button {
  183.             key = "hlp_hist_close";
  184.             label = "╣╪▒╒"; 
  185.         }
  186.     }
  187. }
  188.  
  189. hlp_popup : dialog {
  190.     label = "╞Σ╦√ AutoCAD ░∩╓·";
  191.     : topic_box {
  192.         key = "hlp_popup_text";
  193.         max_lines = 100; 
  194.     }
  195.     : button : ok_button {
  196.         key = "hlp_popup_close";
  197.         label = "╣╪▒╒"; 
  198.     }
  199. }