home *** CD-ROM | disk | FTP | other *** search
/ AutoCAD Resource Guide / AutoCAD Resource Guide - ESX Interactive.ISO / argdemos / cadshell / cshell.dcl < prev    next >
Encoding:
Text File  |  1994-10-18  |  8.9 KB  |  330 lines

  1. CSHELLUT : dialog {
  2.     label = /*MSG225*/"CADshell 3.0 AutoCAD Extension";
  3.     initial_focus = "exit";
  4.     : row {
  5.         : column {
  6.             : button {
  7.                 label = /*MSG230*/" Check-Out ";
  8.                 key = "checkout";
  9.             }
  10.             : button {
  11.                 label = /*MSG228*/"Copy File";
  12.                 key = "copy";
  13.             }
  14.             : button {
  15.                 label = /*MSG228*/"Delete File";
  16.                 key = "delete";
  17.             }
  18.             : button {
  19.                 label = /*MSG228*/"Move File";
  20.                 key = "movefile";
  21.             }
  22.             : button {
  23.                 label = /*MSG228*/"Compare File";
  24.                 key = "compare";
  25.             }
  26.             : button {
  27.                 label = /*MSG228*/"Print DWG List";
  28.                 key = "printlst";
  29.             }
  30.             
  31.         }
  32.         : column {
  33.             : button {
  34.                 label = /*MSG226*/"Check-In ";
  35.                 key = "checkin";
  36.             }
  37.             : button {
  38.                 label = /*MSG228*/"CADshell Config  ";
  39.                 key = "cshellcfg";
  40.             }
  41.             
  42.         }
  43.         : column {
  44.             : button {
  45.                 label = /*MSG226*/"Back-Up";
  46.                 key = "backup";
  47.             }
  48.             : button {
  49.                 label = /*MSG228*/"About CADshell 3.0";
  50.                 key = "cshell";
  51.             }
  52.             : button {
  53.                 label = /*MSG228*/"Database Manager";
  54.                 key = "cshelldb";
  55.             }
  56.  
  57.             
  58.         }
  59.         : column {
  60.             : button {
  61.                 label = /*MSG226*/"Reference";
  62.                 key = "reference";
  63.             }
  64.             : button {
  65.                 label = /*MSG230*/"  Viewer   ";
  66.                 key = "cshellvw";
  67.             }
  68.         }
  69.         : column {
  70.             : button {
  71.                 label = /*MSG234*/"Unlock";
  72.                 key = "unlock";
  73.             }
  74.             : button {
  75.                 label = /*MSG234*/"Mail-Plot";
  76.                 key = "mailplot";
  77.             }
  78.             : button {
  79.                 label = /*MSG228*/" Delete *.BAK ";
  80.                 key = "deletebak";
  81.             }
  82.             : button {
  83.                 label = /*MSG228*/" Delete *.PLT ";
  84.                 key = "deleteplt";
  85.             }
  86.             : button {
  87.                 label = /*MSG234*/"Text-Editor";
  88.                 key = "text";
  89.             }
  90.             : button {
  91.                 label = /*MSG236*/"    EXIT   ";
  92.                 key = "accept";
  93.                 mnemonic = /*MSG237*/"x";
  94.                 is_cancel = true;
  95.                 is_default = true;
  96.             }
  97.         }
  98.     }
  99.     errtile;
  100. }
  101. cshellxt : dialog {
  102.    label = "ABOUT CADshell 3.0..." ;
  103.    : list_box {
  104.       key = "TLIST" ;
  105.       width = 68;
  106.       height = 10 ;
  107.    }
  108.    ok_only;
  109. }
  110.  
  111. MESSAGE: dialog {
  112.     label = "CADshell 3.1 Message";
  113.     : text {
  114.        label = "CADshell would now perform function!";
  115.        }
  116.     : button {
  117.        key       = "accept";
  118.        label     = "OK";
  119.        is_default= true;
  120.        }
  121. }
  122. NEWDWG : dialog {
  123.     label = /*MSG370*/"Create New Drawing";
  124.     initial_focus = "fedit";
  125.     : boxed_column {
  126.         : row {
  127.             : button {
  128.                 label = /*MSG371*/"Prototype...";
  129.                 key = "template";
  130.                 mnemonic = /*MSG372*/"P";
  131.             }
  132.             : edit_box {
  133.                 key = "protype";
  134.                 width = 35;
  135.                 fixed_width = true;
  136.             }
  137.         }
  138.         : column {
  139.             : toggle {
  140.                 label = /*MSG373*/"No Prototype";
  141.                 mnemonic = /*MSG374*/"N";
  142.                 key = "dflts";
  143.                 value = "0";
  144.             }
  145.             : toggle {
  146.                 label = /*MSG375*/"Retain as Default";
  147.                 key = "retain";
  148.                 mnemonic = /*MSG376*/"R";
  149.                 value = "0";
  150.             }
  151.         }
  152.     }
  153.     spacer_1;
  154.     : column {
  155.         : row {
  156.             : button {
  157.                 label = /*MSG377*/"New Drawing Name...";
  158.                 key = "fdialog";
  159.                 mnemonic = /*MSG378*/"D";
  160.             }
  161.             : edit_box {
  162.                 key = "fedit";
  163.                 edit_width = 35;
  164.                 fixed_width = true;
  165.                 allow_accept = true;
  166.             }
  167.         }
  168.     }
  169.     ok_cancel_err;
  170. }
  171.  
  172.  
  173. OPENDWG : dialog {
  174.     label = /*MSG379*/"Open Drawing";
  175.     initial_focus = "fedit";
  176.     files_topdf;
  177.     : row {
  178.         : list_box {
  179.             label = /*MSG380*/"Directories:";
  180.             mnemonic = /*MSG381*/"D";
  181.             key = "dirbox";
  182.             width = 15;
  183.         }
  184.         : list_box {
  185.             label = /*MSG382*/"Files:";
  186.             mnemonic = /*MSG383*/"F";
  187.             key = "filebox";
  188.             width = 15;
  189.             allow_accept = true;
  190.         }
  191.         : column {
  192.             : image {          // Drawing icon image will go here
  193.                 key = "icon";
  194.                 color = dialog_background;    // Invisible
  195.                 height = 4;
  196.                 aspect_ratio = 1.4;
  197.                 fixed_height = true;
  198.                 fixed_width = true;
  199.             }
  200.             : button {
  201.                 label = /*MSG384*/"Type it";
  202.                 key = "typeit";
  203.                 mnemonic = /*MSG385*/"T";
  204.             }
  205.             : button {
  206.                 label = /*MSG386*/"Default";
  207.                 key = "default";
  208.                 mnemonic = /*MSG387*/"D";
  209.             }
  210.         }
  211.     }
  212.     : row {
  213.         : toggle {
  214.             label = /*MSG388*/"Select Initial View";
  215.             key = "vselect";
  216.             value = "0";
  217.             mnemonic = /*MSG389*/"S";
  218.         }
  219.         : toggle  {
  220.             label = /*MSG390*/"Read Only Mode";
  221.             key = "read";
  222.             value = "0";
  223.             mnemonic = /*MSG391*/"R";
  224.         }
  225.     }
  226.     files_bottomdf;
  227. }
  228. DLFNAME : dialog {               // Single-file dialog
  229.     initial_focus = "fedit";
  230. //    label = /*MSG203*/"Select File";            // Overridden by caller
  231.     key = "dlfname";
  232.     files_topdf;
  233.     : row {
  234.         : list_box {
  235.             label = /*MSG204*/"Directories:";
  236.             mnemonic = /*MSG205*/"D";
  237.             key = "dirbox";
  238.             width = 15;
  239.         }
  240.         : list_box {
  241.             label = /*MSG206*/"Files:";
  242.             mnemonic = /*MSG207*/"i";
  243.             key = "filebox";
  244.             width = 15;
  245.             allow_accept = true;
  246.         }
  247.         : column {
  248.             : image {          // Drawing icon image will go here
  249.                 key = "icon";
  250.                 color = dialog_background;    // Invisible
  251.                 height = 4;
  252.                 aspect_ratio = 1.4;
  253.                 fixed_height = true;
  254.                 fixed_width = true;
  255.             }
  256.             : button {
  257.                 label = /*MSG208*/"Type it";
  258.                 key = "typeit";
  259.                 mnemonic = /*MSG209*/"T";
  260.             }
  261.             : button {
  262.                 label = /*MSG210*/"Default";
  263.                 key = "default";
  264.                 mnemonic = /*MSG211*/"D";
  265.             }
  266.         }
  267.     }
  268.     files_bottomdf;
  269. }
  270.  
  271.  
  272. DLFMULTI : dialog {              // Multiple-file dialog
  273.     initial_focus = "fedit";
  274. //    label = /*MSG212*/"Select File(s)";         // Overridden by caller
  275.     key = "dlfname";
  276.     files_topdf;
  277.     : row {
  278.         : list_box {
  279.             label = /*MSG213*/"Directories:";
  280.             mnemonic = /*MSG214*/"D";
  281.             key = "dirbox";
  282.             width = 15;
  283.         }
  284.         : list_box {
  285.             label = /*MSG215*/"Files:";
  286.             mnemonic = /*MSG216*/"i";
  287.             key = "filebox";
  288.             width = 15;
  289.             multiple_select = true;
  290.         }
  291.         : column {
  292.             : image {          // Drawing icon image will go here
  293.                 key = "icon";
  294.                 color = dialog_background;    // Invisible
  295.                 alignment = centered;
  296.                 height = 4;
  297.                 aspect_ratio = 1.4;
  298.                 fixed_height = true;
  299.                 fixed_width = true;
  300.             }
  301.             spacer_1;
  302.             : button {
  303.                 label = /*MSG217*/"Select all";
  304.                 key = "all";
  305.                 mnemonic = /*MSG218*/"S";
  306.             }
  307.             : button {
  308.                 label = /*MSG219*/"Clear all";
  309.                 key = "clear";
  310.                 mnemonic = /*MSG220*/"C";
  311.                 is_enabled = false;
  312.             }
  313.             spacer_1;
  314.             : button {
  315.                 label = /*MSG221*/"Type it";
  316.                 key = "typeit";
  317.                 mnemonic = /*MSG222*/"T";
  318.             }
  319.             : button {
  320.                 label = /*MSG223*/"Default";
  321.                 key = "default";
  322.                 mnemonic = /*MSG224*/"e";
  323.             }
  324.         }
  325.     }
  326.     files_bottomdf;
  327. }
  328.  
  329.  
  330.