home *** CD-ROM | disk | FTP | other *** search
/ Computer Discount - Smash Disk / SmashDisk.bin / Cdc / Autodesk / ITALIANO / ACLT / ACLT.DCL < prev    next >
Text File  |  1997-11-27  |  309KB  |  11,506 lines

  1. // Next available MSG number is   8
  2. // MODULE_ID ACLT1_DCL_
  3. // $Header: /fiji/develop/support/aclt1.dcl 12    9/19/97 4:34p Jeremyc $
  4.  
  5. //     ACLT.DCL      for AutoCAD LT 3.0
  6. //     First of 4 parts, based on ACAD.DCL.
  7. //
  8. //     Copyright (C) 1993, 1994, 1995, 1996 by Autodesk, Inc.
  9. //
  10. //     Permission to use, copy, modify, and distribute this software
  11. //     for any purpose and without fee is hereby granted, provided
  12. //     that the above copyright notice appears in all copies and
  13. //     that both that copyright notice and the limited warranty and
  14. //     restricted rights notice below appear in all supporting
  15. //     documentation.
  16. //
  17. //     AUTODESK PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
  18. //     AUTODESK SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
  19. //     MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE.  AUTODESK, INC.
  20. //     DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
  21. //     UNINTERRUPTED OR ERROR FREE.
  22. //
  23. //     Use, duplication, or disclosure by the U.S. Government is subject to
  24. //     restrictions set forth in FAR 52.227-19 (Commercial Computer
  25. //     Software - Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
  26. //     (Rights in Technical Data and Computer Software), as applicable.
  27. //
  28. //.
  29. // AutoCAD LT   DCL (Dialog Control Language)
  30. // Define AutoCAD LT dialogs
  31.  
  32. // This file should not be modified when used with AutoCAD LT.
  33. // Modification to the dialogue definitions can have serious adverse
  34. // effects on the use of the product.  Since no modifications to this
  35. // file are allowed, there should be no need for any internal error
  36. // checking on the contents of this file, hence we disable audit checks
  37. // by default.
  38.  
  39. // DDRMODES stuff follows.
  40.  
  41. acad_snap : dialog {
  42.         label = "Aiuti per il disegno";
  43.         : row {
  44.             : column {
  45.                 : boxed_column {
  46.                     label = "Modalitα";
  47.                     : toggle {
  48.                         label = "Or&to";
  49.                         key = "ortho";
  50.                     }
  51.                     : toggle {
  52.                         label = "Pie&no";
  53.                         key = "fill";
  54.                     }
  55.                     : toggle {
  56.                         label = "Test&ovel";
  57.                         key = "qtext";
  58.                     }
  59.                     : toggle {
  60.                         label = "P&untini";
  61.                         key = "blips";
  62.                     }
  63.                     : toggle {
  64.                         label = "Eviden&zia";
  65.                         key = "hilite";
  66.                     }
  67. // AutoCAD LT also doesn't support Groups or PICKSTYLE.
  68. //                  : toggle {
  69. //                      label = "&Gruppi";
  70. //                      key = "group";
  71. //                  }
  72. //                  : toggle {
  73. //                      label = "T&ratteggio";
  74. //                      key = "hatch";
  75. //                  }
  76.                 }
  77.             }
  78.             : boxed_column {
  79.                 label = "Sna&p";
  80.                 : toggle {
  81.                     label = "On";
  82.                     key = "snap";
  83.                 }
  84.                 : edit12_box {
  85.                     label = "Intervallo &X";
  86.                     key = "s_xsp";
  87.                     errmsg = "Intervallo X di snap";
  88.                 }
  89.                 : edit12_box {
  90.                     label = "Intervallo &Y";
  91.                     key = "s_ysp";
  92.                     errmsg = "Intervallo Y di snap";
  93.                 }
  94.                 : edit12_box {
  95.                     label = "Ango&lo";
  96.                     key = "s_ang";
  97.                     errmsg = "Angolo di snap";
  98.                 }
  99.                 : edit12_box {
  100.                     label = "&Base X";
  101.                     key = "xbase";
  102.                     errmsg = "Base X di snap";
  103.                 }
  104.                 : edit12_box {
  105.                     label = "Bas&e Y";
  106.                     key = "ybase";
  107.                     errmsg = "Base Y di snap";
  108.                 }
  109.             }
  110.             : column {
  111.                 : boxed_column {
  112.                     label = "Grig&lia";
  113.                     fixed_height = true;
  114.                     : toggle {
  115.                         label = "On";
  116.                         key = "grid";
  117.                     }
  118.                     : edit12_box {
  119.                         label = "Inter&vallo X";
  120.                         key = "g_xsp";
  121.                         errmsg = "Intervallo X di griglia";
  122.                     }
  123.                     : edit12_box {
  124.                         label = "&Intervallo Y";
  125.                         key = "g_ysp";
  126.                         errmsg = "Intervallo Y di griglia";
  127.                     }
  128.                 }
  129.                 : boxed_column {
  130.                     label = "Assono&metria snap/griglia";
  131.                     : toggle {
  132.                         label = "On";
  133.                         key = "iso";
  134.                     }
  135.                     : radio_row {
  136.                         key = "isorad";
  137.                         : radio_button {
  138.                             label = "&Sinistra";
  139.                             key = "ileft";
  140.                         }
  141.                         : radio_button {
  142.                             label = "&Alto";
  143.                             key = "itop";
  144.                         }
  145.                         : radio_button {
  146.                             label = "&Destra";
  147.                             key = "iright";
  148.                         }
  149.                     }
  150.                 }
  151.             }
  152.        }
  153.        ok_cancel_help_errtile;
  154. }
  155.  
  156. //  DDRMODES stuff precedes.
  157.  
  158. lt_text: text {
  159.     width = 25;
  160. }
  161.  
  162. lt_image: image_button {
  163.     height = 1;
  164.     width = 15;
  165.     allow_accept = true;
  166. }
  167.  
  168. acad_tstyle : dialog {
  169.     label = "Stile di testo";
  170.     : row {
  171.         : column {
  172.             : list_box {
  173.                 key = "style_list";
  174.                 width = 16;
  175.                 height = 8;
  176.                 allow_accept = true;
  177.             }
  178.             : button {
  179.                 label = "&Mostra tutto...";
  180.                 key = "showall";
  181.             }
  182.         }
  183.         : column {
  184.             : image {
  185.                 key = "style_image";
  186.                 height = 7;
  187.                 width = 20;
  188.             }
  189.             : edit_box {
  190.                 key = "style_sample";
  191.                 label = "&Testo di esempio:";
  192.                 edit_width = 6;
  193.                 fixed_width = true;
  194.                 alignment = centered;
  195.             }
  196.         }
  197.     }
  198.     spacer;
  199.     : edit_box {
  200.         key = "style_edit";
  201.         label = "&Nome dello stile:";
  202.         edit_width = 31;
  203.         edit_limit = 217;
  204.         fixed_width = true;
  205.         allow_accept = true;
  206.     }
  207.     : row {
  208.         : paragraph {
  209.             : text_part {
  210.                 label = "Font:";
  211.             }
  212.             : text_part {
  213.                 label = "Altezza:";
  214.             }
  215.             : text_part {
  216.                 label = "Larghezza:";
  217.             }
  218.             : text_part {
  219.                 label = "Inclinazione:";
  220.             }
  221.             : text_part {
  222.                 label = "Generazione:";
  223.             }
  224.         }
  225.         : paragraph {
  226.             : text_part {
  227.                 key = "font";
  228.                 width = 32;
  229.             }
  230.             : text_part {
  231.                 key = "height";
  232.                 width = 32;
  233.             }
  234.             : text_part {
  235.                 key = "width";
  236.                 width = 32;
  237.             }
  238.             : text_part {
  239.                 key = "oblique";
  240.                 width = 32;
  241.             }
  242.             : text_part {
  243.                 key = "gen";
  244.                 width = 32;
  245.             }
  246.         }
  247.     }
  248.     ok_cancel_err;
  249. }
  250.  
  251. acad_tstyle_sym : dialog {
  252.     key = "acad_tstyle_sym";
  253.     label = "Simboli";
  254.     : text {
  255.         key = "page";
  256.         width = 10;
  257.     }
  258.     : image {
  259.         key = "showall";
  260.         color = graphics_background;
  261.         height = 16;
  262.         width = 70;
  263.     }
  264.     : row {
  265.         : ok_button {
  266.             is_cancel = true;
  267.         }
  268.         : button {
  269.             label = "&Precedente";
  270.             key = "pagedown";
  271.             width = 10;
  272.         }
  273.         : button {
  274.             label = "Segue&nte";
  275.             key = "pageup";
  276.             width = 10;
  277.         }
  278.     }
  279. }
  280.  
  281. acad_icon: dialog {
  282.         key = "label";
  283.         initial_focus               = "listbox";
  284.         : row {
  285.             : list_box {
  286.                 width               = 20;
  287.                 height              = 21;
  288.                 fixed_height        = true;
  289.                 key                 = "listbox";
  290.                 allow_accept        = true;
  291.             }
  292.             : column {
  293.                 : row {
  294.                     : icon_image {
  295.                         key         = "icon1";
  296.                     }
  297.                     : icon_image {
  298.                         key         = "icon2";
  299.                     }
  300.                     : icon_image {
  301.                         key         = "icon3";
  302.                     }
  303.                     : icon_image {
  304.                         key         = "icon4";
  305.                     }
  306.                 }
  307.                 : row {
  308.                     : icon_image {
  309.                         key         = "icon5";
  310.                     }
  311.                     : icon_image {
  312.                         key         = "icon6";
  313.                     }
  314.                     : icon_image {
  315.                         key         = "icon7";
  316.                     }
  317.                     : icon_image {
  318.                         key         = "icon8";
  319.                     }
  320.                 }
  321.                 : row {
  322.                     : icon_image {
  323.                         key         = "icon9";
  324.                     }
  325.                     : icon_image {
  326.                         key         = "icon10";
  327.                     }
  328.                     : icon_image {
  329.                         key         = "icon11";
  330.                     }
  331.                     : icon_image {
  332.                         key         = "icon12";
  333.                     }
  334.                 }
  335.                 : row {
  336.                     : icon_image {
  337.                         key         = "icon13";
  338.                     }
  339.                     : icon_image {
  340.                         key         = "icon14";
  341.                     }
  342.                     : icon_image {
  343.                         key         = "icon15";
  344.                     }
  345.                     : icon_image {
  346.                         key         = "icon16";
  347.                     }
  348.                 }
  349.                 : row {
  350.                     : icon_image {
  351.                         key         = "icon17";
  352.                     }
  353.                     : icon_image {
  354.                         key         = "icon18";
  355.                     }
  356.                     : icon_image {
  357.                         key         = "icon19";
  358.                     }
  359.                     : icon_image {
  360.                         key         = "icon20";
  361.                     }
  362.                 }
  363. /*
  364.  *              : row {
  365.  *                  : icon_image {
  366.  *                      key         = "icon21";
  367.  *                  }
  368.  *                  : icon_image {
  369.  *                      key         = "icon22";
  370.  *                  }
  371.  *                  : icon_image {
  372.  *                      key         = "icon23";
  373.  *                  }
  374.  *                  : icon_image {
  375.  *                      key         = "icon24";
  376.  *                  }
  377.  *              }
  378.  */
  379.             }
  380.         }
  381.         : row {
  382.             : row {
  383.                 spacer_0;
  384.                 : row {
  385.                     fixed_width = true;
  386.                     : button {
  387.                         label = "&Precedente";
  388.                         key = "prev";
  389.                         width = 8;
  390.                     }
  391.                     :spacer {
  392.                         width = 2;
  393.                     }
  394.                     :button {
  395.                         label = "  &Seguente  ";
  396.                         key = "next";
  397.                         width = 8;
  398.                     }
  399.                 }
  400.                 spacer_0;
  401.             }
  402.             spacer;
  403.             ok_cancel;
  404.         }
  405. }
  406.  
  407. // Removed for LT 3.0 because Mtext no longer has access to these properties
  408. //acad_mtprop_edit_box : edit_box {
  409. //    edit_width = 20;
  410. //    edit_limit = 30;
  411. //}
  412.  
  413. // Removed for LT 3.0 because Mtext no longer has access to these properties
  414. //acad_mtprop_popup_list : popup_list {
  415. //    edit_width = 24;
  416. //}
  417.  
  418. // Removed for LT 3.0 because Mtext no longer has access to these properties
  419. //acad_mtprop : dialog {
  420. //    label = "Proprietα del testo multiplo";
  421. //    :boxed_column {
  422. //        label = "Contenuto";
  423. //        :acad_mtprop_popup_list {
  424. //            label = "&Stile del testo:";
  425. //            key = "sty";
  426. //        }
  427. //        :acad_mtprop_edit_box {
  428. //            label = "Alte&zza del testo:";
  429. //            key = "hgt";
  430. //        }
  431. //        :acad_mtprop_popup_list {
  432. //            label = "&Direzione:";
  433. //            list = "Da sinistra a destra\nDall'alto in basso";
  434. //            key = "dir";
  435. //        }
  436. //    }
  437. //    :boxed_column {
  438. //        label = "Oggetto";
  439. //        :acad_mtprop_popup_list {
  440. //            label = "Ancora&ggio:";
  441. //            list = "AltoSinistra\nAltoCentro\nAltoDestra\nMezzoSinistra\nMezzoCentro\nMezzoDestra\nBassoSinistra\nBassoCentro\nBassoDestra";
  442. //            key = "att";
  443. //        }
  444. //        :acad_mtprop_edit_box {
  445. //            label = "&Larghezza:";
  446. //            key = "wid";
  447. //        }
  448. //        :acad_mtprop_edit_box {
  449. //            label = "&Rotazione:";
  450. //            key = "rot";
  451. //        }
  452. //    }
  453. //    ok_cancel_help_errtile;
  454. //}
  455.  
  456. acad_plan6 : dialog {
  457.     label = "UCS";
  458.     : concatenation {
  459.         : text_part {
  460.             label = "Nome: ";
  461.         }
  462.         : text_part {
  463.             label = "*Globale*";
  464.             key = "name";
  465.             width = 40;
  466.         }
  467.     }
  468.     : row {
  469.         : boxed_column {
  470.             label = "Origine";
  471.             : concatenation {
  472.                 : text_part {
  473.                     label = "X=";
  474.                 }
  475.                 : text_part {
  476.                     key = "00";
  477.                     width = 12;
  478.                 }
  479.             }
  480.             : concatenation {
  481.                 : text_part {
  482.                     label = "Y=";
  483.                 }
  484.                 : text_part {
  485.                     key = "10";
  486.                     width = 12;
  487.                 }
  488.             }
  489.             : concatenation {
  490.                 : text_part {
  491.                     label = "Z=";
  492.                 }
  493.                 : text_part {
  494.                     key = "20";
  495.                     width = 12;
  496.                 }
  497.             }
  498.         }
  499.         : boxed_column {
  500.             label = "Asse X";
  501.             : concatenation {
  502.                 : text_part {
  503.                     label = "X=";
  504.                 }
  505.                 : text_part {
  506.                     key = "01";
  507.                     width = 12;
  508.                 }
  509.             }
  510.             : concatenation {
  511.                 : text_part {
  512.                     label = "Y=";
  513.                 }
  514.                 : text_part {
  515.                     key = "11";
  516.                     width = 12;
  517.                 }
  518.             }
  519.             : concatenation {
  520.                 : text_part {
  521.                     label = "Z=";
  522.                 }
  523.                 : text_part {
  524.                     key = "21";
  525.                     width = 12;
  526.                 }
  527.             }
  528.         }
  529.         : boxed_column {
  530.             label = "Asse Y";
  531.             : concatenation {
  532.                 : text_part {
  533.                     label = "X=";
  534.                 }
  535.                 : text_part {
  536.                     key = "02";
  537.                     width = 12;
  538.                 }
  539.             }
  540.             : concatenation {
  541.                 : text_part {
  542.                     label = "Y=";
  543.                 }
  544.                 : text_part {
  545.                     key = "12";
  546.                     width = 12;
  547.                 }
  548.             }
  549.             : concatenation {
  550.                 : text_part {
  551.                     label = "Z=";
  552.                 }
  553.                 : text_part {
  554.                     key = "22";
  555.                     width = 12;
  556.                 }
  557.             }
  558.         }
  559.         : boxed_column {
  560.             label = "Asse Z";
  561.             : concatenation {
  562.                 : text_part {
  563.                     label = "X=";
  564.                 }
  565.                 : text_part {
  566.                     key = "03";
  567.                     width = 12;
  568.                 }
  569.             }
  570.             : concatenation {
  571.                 : text_part {
  572.                     label = "Y=";
  573.                 }
  574.                 : text_part {
  575.                     key = "13";
  576.                     width = 12;
  577.                 }
  578.             }
  579.             : concatenation {
  580.                 : text_part {
  581.                     label = "Z=";
  582.                 }
  583.                 : text_part {
  584.                     key = "23";
  585.                     width = 12;
  586.                 }
  587.             }
  588.         }
  589.     }
  590.     : ok_button {
  591.         is_cancel = true;
  592.     }
  593. }
  594.  
  595. acad_plan : dialog {
  596.     label = "Controllo UCS";
  597.     initial_focus = "listbox";
  598.     spacer;
  599.     : list_box {
  600.         label = "Nomi &UCS";
  601.         tabs = "34";
  602.         key = "listbox";
  603.         width = 44;
  604.         tab_truncate = true;
  605.     }
  606.     : row {
  607.         : button {
  608.             label = "&Corrente";
  609.             key = "cur";
  610.         }
  611.         : button {
  612.             label = "C&ancella";
  613.             key = "delete";
  614.         }
  615.         : button {
  616.             label = "&Elenca...";
  617.             key = "list";
  618.         }
  619.     }
  620.     : row {
  621.         : button {
  622.             label = "&Rinomina in:";
  623.             key = "rename";
  624.             fixed_width = true;
  625.         }
  626.         : edit_box {
  627.             key = "rename_edit_box";
  628.             edit_width = 28;
  629.             edit_limit = 217;
  630.         }
  631.     }
  632.     ok_cancel_help_errtile;
  633. }
  634.  
  635. acad_txtedit : dialog {
  636.     label = "Edita testo";
  637.     initial_focus = "text_edit";
  638.     : edit_box {
  639.         label = "Testo:";
  640.         key = "text_edit";
  641.         edit_width = 40;
  642.         edit_limit = 2048;
  643.         allow_accept = true;
  644.     }
  645.     ok_cancel;
  646. }
  647.  
  648. acad_attedit : dialog {
  649.     label = "Edita definizione attributo";
  650.     initial_focus = "tag_edit";
  651.     : edit_box {
  652.         key = "tag_edit";
  653.         label = "Etichetta:";
  654.         edit_width = 40;
  655.         edit_limit = 2048;
  656.     }
  657.     : edit_box {
  658.         key = "prompt_edit";
  659.         label = "Messaggio:";
  660.         edit_width = 40;
  661.         edit_limit = 2048;
  662.     }
  663.     : edit_box {
  664.         key = "default_edit";
  665.         label = "Default:";
  666.         edit_width = 40;
  667.         edit_limit = 2048;
  668.     }
  669.     ok_cancel;
  670.     : errtile { width = 45; }
  671. }
  672.  
  673.  
  674. //  "Edit Attributes" / "Enter Attributes"  dialogue.
  675.  
  676. acad_ddatte : dialog {
  677.     key = "ddatte";
  678.     label = "Edita attributo";  // Changes to "Enter Attributes" for
  679.                                           // INSERT with ATTDIA set.
  680.     initial_focus = "edit_1";
  681.     : concatenation {
  682.         : text_part {
  683.             label = "Nome blocco: ";
  684.         }
  685.         : text_part {
  686.             key = "block";
  687.             width = 31;
  688.         }
  689.     }
  690.     spacer_1;
  691.     num_items = 8;                    // Customizable
  692.     //  The number of prompt/edit pairs must match the "num_items" setting.
  693.     : row {
  694.         : text_25    { key = "prompt_1"; }
  695.         : edit32_box { key = "edit_1"; }
  696.     }
  697.     : row {
  698.         : text_25    { key = "prompt_2"; }
  699.         : edit32_box { key = "edit_2"; }
  700.     }
  701.     : row {
  702.         : text_25    { key = "prompt_3"; }
  703.         : edit32_box { key = "edit_3"; }
  704.     }
  705.     : row {
  706.         : text_25    { key = "prompt_4"; }
  707.         : edit32_box { key = "edit_4"; }
  708.     }
  709.     : row {
  710.         : text_25    { key = "prompt_5"; }
  711.         : edit32_box { key = "edit_5"; }
  712.     }
  713.     : row {
  714.         : text_25    { key = "prompt_6"; }
  715.         : edit32_box { key = "edit_6"; }
  716.     }
  717.     : row {
  718.         : text_25    { key = "prompt_7"; }
  719.         : edit32_box { key = "edit_7"; }
  720.     }
  721.     : row {
  722.         : text_25    { key = "prompt_8"; }
  723.         : edit32_box { key = "edit_8"; }
  724.     }
  725.     : row {
  726.         fixed_width = true;
  727.         alignment = centered;
  728.         ok_button;
  729.         cancel_button;
  730.         : retirement_button {
  731.             key = "prev";
  732.             label = "&Precedente";
  733.         }
  734.         : retirement_button {
  735.             key = "next";
  736.             label = " &Seguente ";
  737.         }
  738.         help_button;
  739.     }
  740.     errtile;
  741. }
  742.  
  743. acad_info : dialog {
  744.     label = "Informazioni sul programma";    // Overridden by caller
  745.     key = "acad_info";
  746.     initial_focus = "listbox";        // Don't want focus on LT's image button
  747.     : row {
  748.         : image_button {              // In ACAD_LT, it's a button
  749.             key = "logo";
  750.             width = 8;
  751.             aspect_ratio = 1.0;
  752.             fixed_height = true;
  753.             alignment = top;
  754.             color = dialog_background;
  755.         }
  756.         : paragraph {
  757.             : text_part {
  758.                 key = "text1";
  759.                 width = 63;
  760.             }
  761.             : text_part {
  762.                 key = "text2";
  763.                 width = 63;
  764.             }
  765.             : text_part {
  766.                 key = "text3";
  767.                 width = 63;
  768.             }
  769.             : text_part {
  770.                 key = "text4";
  771.                 width = 63;
  772.             }
  773.             : text_part {
  774.                 key = "text5";
  775.                 width = 63;
  776.             }
  777.             : text_part {
  778.                 key = "text6";
  779.                 width = 63;
  780.             }
  781.             : text_part {
  782.                 key = "text7";
  783.                 width = 63;
  784.             }
  785.             : text_part {
  786.                 key = "text8";
  787.                 width = 63;
  788.             }
  789.             : text_part {
  790.                 key = "text9";
  791.                 width = 63;
  792.             }
  793.             : text_part {
  794.                 key = "text10";
  795.                 width = 63;
  796.             }
  797.         }
  798.     }
  799.     spacer;
  800.     : list_box {
  801.         width = 63;
  802.         key = "listbox";
  803.     }
  804.     : ok_button {                     // Permit exit via either ENTER
  805.         is_cancel = true;             //   or CTRL-C.
  806.     }
  807. }
  808.  
  809. init_view : dialog {
  810.  
  811.     key = "title";
  812.     initial_focus = "listbox";
  813.     : list_box {
  814.         tabs = "33";
  815.         width = 40;
  816.         key = "listbox";
  817.         allow_accept = true;
  818.     }
  819.     ok_cancel_err;
  820. }
  821.  
  822. acad_plot : dialog {
  823.     label = "Stampa";
  824.     : row {
  825.         : column {
  826.             : boxed_column {
  827.                 label = "Dispositivo/configurazione";
  828.                 : text {
  829.                     key = "userid";
  830.                     width = 35;
  831.                 }
  832.                 : button {
  833.                     label = "Selez. dispositivo&/configurazione...";
  834.                     fixed_width = true;
  835.                     key = "devsel";
  836.                     alignment = centered;
  837.                 }
  838.             }
  839.             : boxed_row {
  840.                 label = "Parametri penne";
  841.                 children_fixed_width = true;
  842.                 : button {
  843.                     label = "Asse&gna penne...";
  844.                     key = "assign";
  845.                 }
  846.                 : button {
  847.                     label = "Ottimizz&azione...";
  848.                     key = "optimize";
  849.                 }
  850.             }
  851.             : boxed_column {
  852.                 label = "Altri parametri";
  853.                 : row {
  854.                     : radio_column {
  855.                         fixed_width = true;
  856.                         : radio_button {
  857.                             label = "Visuali&zza";
  858.                             key = "D";
  859.                         }
  860.                         : radio_button {
  861.                             label = "&Estensione";
  862.                             key = "E";
  863.                         }
  864.                         : radio_button {
  865.                             label = "&Limiti";
  866.                             key = "L";
  867.                         }
  868.                         : radio_button {
  869.                             label = "V&ista";
  870.                             key = "V";
  871.                         }
  872.                         : radio_button {
  873.                             label = "Fi&nestra";
  874.                             key = "W";
  875.                         }
  876.                     }
  877.                     : column {
  878.                         : edit12_box {
  879.                             label = "Risoluzione testo";
  880.                             key = "textreso";
  881.                             errmsg = "Text Resolution";
  882.                         }
  883.                         : toggle {
  884.                             label = "Riempimento testo";
  885.                             key = "textfill";
  886.                         }
  887.                         : toggle {
  888.                             label = "Nas&condi linee";
  889.                             key = "hide";
  890.                         }
  891.                         : toggle {
  892.                             label = "Adatta riempiment&o";
  893.                             key = "plfill";
  894.                         }
  895.                         : toggle {
  896.                             label = "S&tampa su file";
  897.                             key = "file";
  898.                         }
  899.                     }
  900.                 }
  901.                 : row {
  902.                     alignment = centered;
  903.                     : button {
  904.                         label = "&Vista...";
  905.                         key = "view";
  906.                         fixed_width = true;
  907.                     }
  908.                     : button {
  909.                         label = "Fin&estra...";
  910.                         key = "selwind";
  911.                         fixed_width = true;
  912.                     }
  913.                     : button {
  914.                         label = "&File...";
  915.                         key = "sfile";
  916.                         fixed_width = true;
  917.                     }
  918.                 }
  919.             }
  920.         }
  921.         : column {
  922.                 : boxed_column {
  923.                     label = "Dimensioni foglio e orientamento";
  924.                     : row {
  925.                         : radio_column {
  926.                             fixed_width = true;
  927.                             : radio_button {
  928.                                 label = "&pollici";
  929.                                 key = "I";
  930.                             }
  931.                             : radio_button {
  932.                                 label = "&mm";
  933.                                 key = "M";
  934.                             }
  935.                         }
  936.                         : row {
  937.                             fixed_width = true;
  938.                             : button {
  939.                                 label = "Dim. &foglio...";
  940.                                 key = "sizbuttn";
  941.                                 fixed_width = true;
  942.                             }
  943.                             : text {
  944.                                 key = "size";
  945.                                 width = 6;
  946.                             }
  947.                             : column {
  948.                                 spacer;
  949.                                 : image {
  950.                                     key = "vec_image";
  951.                                     width = 4.0;
  952.                                     fixed_width = true;
  953.                                     aspect_ratio = 1.0;
  954.                                     color = dialog_background;
  955.                                 }
  956.                                 spacer;
  957.                             }
  958.                         }
  959.                     }
  960.                     : text {
  961.                         key = "area";
  962.                         width = 25;
  963.                     }
  964.                 }
  965.                 : boxed_column {
  966.                     label = "Scala, rotazione e origine";
  967.                     : button {
  968.                         label = "Rotazione e ori&gine...";
  969.                         key = "rot&or";
  970.                         alignment = centered;
  971.                         fixed_width = true;
  972.                     }
  973.                     : row {
  974.                         : column {
  975.                             children_fixed_width = true;
  976.                             : text {
  977.                                 key = "pu";
  978.                                 width = 14;
  979.                                 alignment = right;
  980.                             }
  981.                             : edit_box {
  982.                                 edit_width = 10;
  983.                                 key = "punit";
  984.                                 alignment = centered;
  985.                             }
  986.                         }
  987.                         : column {
  988.                             children_fixed_width = true;
  989.                             children_alignment = centered;
  990.                             : text {
  991.                                 label = "=";
  992.                             }
  993.                             : text {
  994.                                 label = "=";
  995.                             }
  996.                         }
  997.                         : column {
  998.                             children_fixed_width = true;
  999.                             : text {
  1000.                                 label = "Unitα di disegno";
  1001.                             }
  1002.                             : edit_box {
  1003.                                 edit_width = 10;
  1004.                                 key = "dunit";
  1005.                                 alignment = centered;
  1006.                             }
  1007.                         }
  1008.                     }
  1009.                     : toggle {
  1010.                         label = "A&datta dimensione";
  1011.                         key = "fit";
  1012.                     }
  1013.                 }
  1014.                 : boxed_column {
  1015.                     label = "Anteprima di stampa";
  1016.                     : row {
  1017.                         children_fixed_width = true;
  1018.                         : button {
  1019.                             label = "Antep&rima...";
  1020.                             key = "prev";
  1021.                         }
  1022.                         : radio_row {
  1023.                             : radio_button {
  1024.                                 label = "Parz&iale";
  1025.                                 key = "earea";
  1026.                             }
  1027.                             : radio_button {
  1028.                                 label = "T&utto";
  1029.                                 key = "full";
  1030.                             }
  1031.                         }
  1032.                     }
  1033.                 }
  1034.         }
  1035.     }
  1036.     ok_cancel_help;
  1037.     : row {
  1038.         : errtile { fixed_width = true; }
  1039.  
  1040.         // This spacer_0 between the two fixed-width items serves
  1041.         // to left-justify the first and right-justify the second,
  1042.         // since it's the only flexible-width item in the row.
  1043.         spacer_0;
  1044.  
  1045.         : row {
  1046.             fixed_width = true;
  1047.             : text {
  1048.                 key = "zero";
  1049.                 width = 3;
  1050.             }
  1051.             : image {
  1052.                 key = "pre_image";
  1053.                 color = dialog_background;
  1054.                 height = 1;
  1055.                 width = 18;
  1056.             }
  1057.             : text {
  1058.                 key = "comp";
  1059.                 width = 5;
  1060.             }
  1061.         }
  1062.     }
  1063. }
  1064.  
  1065. acad_plwin : dialog {
  1066.     label = "Finestra";
  1067.         : button {
  1068.             label = "&Seleziona <";
  1069.             key = "pick";
  1070.             fixed_width = true;
  1071.         }
  1072.             : boxed_row {
  1073.                 label = "&Primo angolo";
  1074.                 : edit_box {
  1075.                     label = "   X:";
  1076.                     key = "fpx";
  1077.                     edit_width = 10;
  1078.                 }
  1079.                 : edit_box {
  1080.                     label = "   Y:";
  1081.                     key = "fpy";
  1082.                     edit_width = 10;
  1083.                 }
  1084.             }
  1085.             : boxed_row {
  1086.                 label = "&Angolo opposto";
  1087.                 : edit_box {
  1088.                     label = "   X:";
  1089.                     key = "spx";
  1090.                     edit_width = 10;
  1091.                 }
  1092.                 : edit_box {
  1093.                     label = "   Y:";
  1094.                     key = "spy";
  1095.                     edit_width = 10;
  1096.                 }
  1097.             }
  1098.         ok_cancel_err;
  1099. }
  1100.  
  1101. acad_plopt : dialog {
  1102.     aspect_ratio = 0;
  1103.     label = "Ottimizzazione";
  1104.     : column {
  1105.         : toggle {
  1106.             label = "&Nessuna ottimizzazione";
  1107.             key = "0";
  1108.         }
  1109.         : toggle {
  1110.             label = "Aggiungi scambio punto &finale";
  1111.             key = "1";
  1112.         }
  1113.         : toggle {
  1114.             label = "Aggiungi ordinamento &penne";
  1115.             key = "2";
  1116.         }
  1117.         : toggle {
  1118.             label = "Aggiungi ottimizzazione movimento &limitato";
  1119.             key = "3";
  1120.         }
  1121.         : toggle {
  1122.             label = "Aggiungi ottimizzazione movimento &completo";
  1123.             key = "4";
  1124.         }
  1125.         : toggle {
  1126.             label = "Aggiungi eliminazione vettori orizzontali e &verticali sovrapposti";
  1127.             key = "5";
  1128.         }
  1129.         : toggle {
  1130.             label = "Aggiungi eliminazione vettori diagonali &sovrapposti";
  1131.             key = "6";
  1132.         }
  1133.     }
  1134.     ok_cancel;
  1135. }
  1136.  
  1137. acad_plsize : dialog {
  1138.     label = "Dimensioni foglio";
  1139.     : row {
  1140.         : column {
  1141.             : concatenation {
  1142.                 : text_part {
  1143.                     label = "&Formato";
  1144.                     width = 8;
  1145.                 }
  1146.                 : text_part {
  1147.                     label = "Largh.";
  1148.                     width = 9;
  1149.                 }
  1150.                 : text_part {
  1151.                     label = "Alt.";
  1152.                 }
  1153.             }
  1154.             : list_box {
  1155.                 key = "listbox";
  1156.                 tabs = "0 8 17";
  1157.                 width = 28;
  1158.                 height = 13;
  1159.             }
  1160.         }
  1161.         spacer_1;
  1162.         : column {
  1163.             : row {
  1164.                 : text_part {
  1165.                     label = "Formato";
  1166.                     width = 8;
  1167.                 }
  1168.                 : text_part {
  1169.                     label = "Larghezza";
  1170.                     width = 11;
  1171.                 }
  1172.                 : text_part {
  1173.                     label = "Altezza";
  1174.                 }
  1175.             }
  1176.             spacer_0;
  1177.             : row {
  1178.                 : text_part {
  1179.                     label = "&UTENTE:   ";
  1180.                     width = 8;
  1181.                 }
  1182.                 : edit_box {
  1183.                     key = "0w";
  1184.                     edit_width = 10;
  1185.                 }
  1186.                 : edit_box {
  1187.                     key = "0h";
  1188.                     label = " ";
  1189.                     edit_width = 10;
  1190.                 }
  1191.             }
  1192.             : row {
  1193.                 : text_part {
  1194.                     label = "UTENTE &1:";
  1195.                     width = 8;
  1196.                 }
  1197.                 : edit_box {
  1198.                     key = "1w";
  1199.                     edit_width = 10;
  1200.                 }
  1201.                 : edit_box {
  1202.                     key = "1h";
  1203.                     label = " ";
  1204.                     edit_width = 10;
  1205.                 }
  1206.             }
  1207.             : row {
  1208.                 : text_part {
  1209.                     label = "UTENTE &2:";
  1210.                     width = 8;
  1211.                 }
  1212.                 : edit_box {
  1213.                     key = "2w";
  1214.                     edit_width = 10;
  1215.                 }
  1216.                 : edit_box {
  1217.                     label = " ";
  1218.                     key = "2h";
  1219.                     edit_width = 10;
  1220.                 }
  1221.             }
  1222.             : row {
  1223.                 : text_part {
  1224.                     label = "UTENTE &3:";
  1225.                     width = 8;
  1226.                 }
  1227.                 : edit_box {
  1228.                     key = "3w";
  1229.                     edit_width = 10;
  1230.                 }
  1231.                 : edit_box {
  1232.                     label = " ";
  1233.                     key = "3h";
  1234.                     edit_width = 10;
  1235.                 }
  1236.             }
  1237.             : row {
  1238.                 : text_part {
  1239.                     label = "UTENTE &4:";
  1240.                     width = 8;
  1241.                 }
  1242.                 : edit_box {
  1243.                     key = "4w";
  1244.                     edit_width = 10;
  1245.                 }
  1246.                 : edit_box {
  1247.                     label = " ";
  1248.                     key = "4h";
  1249.                     edit_width = 10;
  1250.                 }
  1251.             }
  1252.             : row {
  1253.                 : column {
  1254.                     spacer_1;
  1255.                     : row {
  1256.                         alignment = left;
  1257.                         : text_part {
  1258.                             label = "Orientamento";
  1259.                             fixed_width = true;
  1260.                         }
  1261.                         : text_part {
  1262.                             key = "land";
  1263.                             width = 12;
  1264.                         }               
  1265.                     }
  1266.                     spacer;
  1267.                 }
  1268.                 : column {
  1269.                     spacer;
  1270.                     : image {
  1271.                         key = "vec_image";
  1272.                         width = 4.0;
  1273.                         fixed_width = true;
  1274.                         aspect_ratio = 1.0;
  1275.                         color = dialog_background;
  1276.                     }
  1277.                     spacer;
  1278.                 } 
  1279.             }
  1280.         }
  1281.     }
  1282.     ok_cancel_err;
  1283. }
  1284.  
  1285. acad_plpen : dialog {
  1286.     label = "Assegna penne";
  1287.     : column {
  1288.         : row {
  1289.             : paragraph {
  1290.                 : concatenation {
  1291.                     : text_part {
  1292.                         label = "Colore    N. penna";
  1293.                         key = "1";
  1294.                         width = 20;
  1295.                     }
  1296.                     : text_part {
  1297.                         label = "Tipolinea";
  1298.                         key = "2";
  1299.                         width = 11;
  1300.                     }
  1301.                     : text_part {
  1302.                         label = "Vel.";
  1303.                         key = "3";
  1304.                         width = 7;
  1305.                     }
  1306.                     : text_part {
  1307.                         label = "Spess.";
  1308.                         key = "4";
  1309.                     }
  1310.                 }
  1311.                 : list_box {
  1312.                     key = "listbox";
  1313.                     tabs = "2 11 22 32 38";
  1314.                     width = 50;
  1315.                     multiple_select = true;
  1316.                 }
  1317.             }
  1318.             : boxed_column {
  1319.                 label = "Modifica valori";
  1320.                 : row {
  1321.                     : text_part {
  1322.                         label = "Colore:";
  1323.                         width = 10;
  1324.                         fixed_width = true;
  1325.                     }
  1326.                     : image {
  1327.                         key = "color_image";
  1328.                         width = 4.0;
  1329.                         height = 0.5;
  1330.                     }
  1331.                 }
  1332.                 : text {
  1333.                     width = 13;
  1334.                     key = "varies";
  1335.                 }
  1336.                 : row {
  1337.                     : text_part {
  1338.                         label = "&Penna:";
  1339.                         width = 10;
  1340.                         fixed_width = true;
  1341.                     }
  1342.                     : edit_box {
  1343.                         key = "penno";
  1344.                         edit_width = 8;
  1345.                     }
  1346.                 }
  1347.                 : row {
  1348.                     : text_part {
  1349.                         label = "&Tipolinea:";
  1350.                         width = 10;
  1351.                         fixed_width = true;
  1352.                     }
  1353.                     : edit_box {
  1354.                         key = "ltype";
  1355.                         edit_width = 8;
  1356.                     }
  1357.                 }
  1358.                 : row {
  1359.                     : text_part {
  1360.                         label = "&Velocitα:";
  1361.                         width = 10;
  1362.                         fixed_width = true;
  1363.                     }
  1364.                     : edit_box {
  1365.                         key = "speed";
  1366.                         edit_width = 8;
  1367.                     }
  1368.                 }
  1369.                 : row {
  1370.                     : text_part {
  1371.                         label = "&Spessore:";
  1372.                         width = 10;
  1373.                         fixed_width = true;
  1374.                     }
  1375.                     : edit_box {
  1376.                         key = "width";
  1377.                         edit_width = 8;
  1378.                     }
  1379.                 }
  1380.             }
  1381.         }
  1382.         : row {
  1383.             : button {
  1384.                 label = "&Legenda caratteristiche...";
  1385.                 key = "legend";
  1386.                 fixed_width = true;
  1387.             }
  1388.         }
  1389.     }
  1390.     ok_cancel_err;
  1391. }
  1392.  
  1393. acad_plpre : dialog {
  1394.     label = "Anteprima area di stampa";
  1395.         : image {
  1396.             key = "pimage";
  1397.             height = 11.25;
  1398.             width = 25;
  1399.             fixed_width = true;
  1400.             fixed_height = true;
  1401.             alignment = centered;
  1402.         }
  1403.         : row {
  1404.             : image {
  1405.                 key = "cpaper";
  1406.                 width = 2.0;
  1407.                 color = red;
  1408.                 height = 0.1;
  1409.                 fixed_width = true;
  1410.                 fixed_height = true;
  1411.             }
  1412.             : text {
  1413.                 key = "paper";
  1414.                 width = 50;
  1415.             }
  1416.         }
  1417.         : row {
  1418.             : image {
  1419.                 key = "earea";
  1420.                 width = 2.0;
  1421.                 color = blue;
  1422.                 height = 0.1;
  1423.                 fixed_width = true;
  1424.                 fixed_height = true;
  1425.             }
  1426.             : text {
  1427.                 key = "area";
  1428.                 width = 50;
  1429.             }
  1430.         }
  1431.         : row {
  1432.             : image {
  1433.                 key = "clip";
  1434.                 width = 2.0;
  1435.                 height = 0.1;
  1436.                 fixed_width = true;
  1437.                 fixed_height = true;
  1438.             }
  1439.             : text {
  1440.                 key = "cliptxt";
  1441.                 width = 50;
  1442.             }
  1443.         }
  1444.         : text {
  1445.             width = 50;
  1446.             key = "warn";
  1447.         }
  1448.         : list_box {
  1449.             height = 3;
  1450.             key = "listbox";
  1451.         }
  1452.     ok_button;
  1453. }
  1454.  
  1455. acad_plok : dialog {
  1456.    label = "Anteprima di stampa";
  1457.    : column {
  1458.        width = 15;
  1459.        : button {
  1460.            label = "&Pan e zoom";
  1461.            key = "zoomd";
  1462.        }
  1463.        : button {
  1464.            key = "accept";
  1465.            label = "&Fine anteprima";
  1466.            is_cancel = true;
  1467.        }
  1468.    }
  1469. }
  1470.  
  1471. acad_plokcan : dialog {
  1472.     label = "Anteprima di stampa";
  1473.     : column {
  1474.         width = 15;
  1475.         : button {
  1476.             label = "&Zoom precedente";
  1477.             key = "zoomd";
  1478.         }
  1479.         : button {
  1480.             key = "accept";
  1481.             label = "&Fine anteprima";
  1482.             is_cancel = true;
  1483.         }
  1484.     }
  1485. }
  1486.  
  1487. acad_devdesc : dialog {
  1488.     label = "Descrizione dispositivo";
  1489.     : column {
  1490.         : text {
  1491.             label = "AutoCAD LT richiede una descrizione per potere rintracciare la periferica successivamente.";
  1492.         }
  1493.         : edit_box {
  1494.             label = "Descrizione:";
  1495.             key = "desc";
  1496.         }       
  1497.     }
  1498.     ok_cancel;
  1499. }
  1500.  
  1501. acad_devinf : dialog {
  1502.     label = "Selezione dispositivo/configurazione";
  1503.     : boxed_column {
  1504.                 label = "Seleziona configurazione dispositivo";
  1505.                 : list_box {
  1506.                         key = "listbox";
  1507.                         width = 60;
  1508.                         height = 6;
  1509.                         tabs = "36";
  1510.                 }
  1511.                 : concatenation {
  1512.                         : text_part {
  1513.                         label = "Produttore: ";
  1514.                         fixed_width = true;
  1515.                         width = 14;
  1516.                         }
  1517.                         : text_part {
  1518.                         key = "device";
  1519.                         width = 50;
  1520.                         }
  1521.                 }
  1522.                 : concatenation {
  1523.                         : text_part {
  1524.                         label = "Porta: ";
  1525.                         width = 6;
  1526.                         }
  1527.                         : text_part {
  1528.                         key = "port";
  1529.                         width = 50;
  1530.                         }
  1531.                 }
  1532.     }
  1533.     : boxed_row {
  1534.                 label = "File di configurazione";
  1535.             : column {
  1536.                     : text {
  1537.                             label = "Completo (PC2)";
  1538.                 alignment = centered;
  1539.                     }
  1540.             : row {
  1541.                         : button {
  1542.                                 label = "S&alva...";
  1543.                                 key = "savepc2";
  1544.                         }
  1545.                         : button {
  1546.                                 label = "&Sostituisci...";
  1547.                                 key = "loadpc2";
  1548.                         }
  1549.             }
  1550.             }
  1551.         spacer_0;
  1552.         : column {
  1553.                     : text {
  1554.                             label = "Parziale (PCP - LT R2/LT 95)";
  1555.                 alignment = centered;
  1556.                     }
  1557.             : row {
  1558.                         : button {
  1559.                                 label = "Sal&va";
  1560.                                 key = "sfile";
  1561.                         }
  1562.                         : button {
  1563.                                 label = "&Unisci...";
  1564.                                 key = "ffile";
  1565.                         }
  1566.             }
  1567.         }
  1568.     }
  1569.     : boxed_row {
  1570.                 label = "Parametri dispositivo";
  1571.                 : text_part {
  1572.                         label = "Requisiti del dispositivo: ";
  1573.                         width = 35;
  1574.                 }
  1575.                 : button {
  1576.                         label = "&Mostra...";
  1577.                         key = "showreq";
  1578.                         is_enabled = false;
  1579.                 }
  1580.                 : button {
  1581.                         label = "M&odifica...";
  1582.                         key = "cfgreq";
  1583.                         is_enabled = false;
  1584.                 }
  1585.     }
  1586.     ok_cancel_help_errtile;
  1587. }
  1588.  
  1589. acad_plferr : dialog {
  1590.     label = "Errori sulle impostazioni di default del file";
  1591.     : list_box {
  1592.         width = 62;
  1593.         height = 8;
  1594.         key = "listbox";
  1595.     }
  1596.     : row {
  1597.         spacer_0;
  1598.         : row {
  1599.             fixed_width = true;
  1600.             : button {
  1601.                 key = "save";
  1602.                 label = "&Crea file di errore";
  1603.             }
  1604.             : spacer {
  1605.                 width = 2;
  1606.             }
  1607.             ok_button;
  1608.         }
  1609.         spacer_0;
  1610.     }
  1611.     errtile;
  1612. }
  1613.  
  1614. acad_rotor : dialog {
  1615.     label = "Rotazione e origine";
  1616.     : boxed_radio_row {
  1617.         label = "Rotazione";
  1618.         : radio_button {
  1619.             label = "&0";
  1620.             key = "0";
  1621.         }
  1622.         : radio_button {
  1623.             label = "&90";
  1624.             key = "90";
  1625.         }
  1626.         : radio_button {
  1627.             label = "&180";
  1628.             key = "180";
  1629.         }
  1630.         : radio_button {
  1631.             label = "&270";
  1632.             key = "270";
  1633.         }
  1634.     }
  1635.     : boxed_row {
  1636.         label = "Origine";
  1637.         : edit_box {
  1638.             label = "Origine &X:";
  1639.             key = "originx";
  1640.             edit_width = 10;
  1641.         }
  1642.         : edit_box {
  1643.             label = "Origine &Y:";
  1644.             key = "originy";
  1645.             edit_width = 10;
  1646.         }
  1647.     }
  1648.     spacer;
  1649.     ok_cancel_err;
  1650. }
  1651.  
  1652.  
  1653. acad_dwgmod : dialog {
  1654.    label = "Modifica del disegno";
  1655.    initial_focus = "save";
  1656.    : column {
  1657.        : text {
  1658.            label = "Il disegno corrente Φ stato modificato.";
  1659.            alignment = centered;
  1660.        }
  1661.        : row {
  1662.            : button {
  1663.                label = "&Salva modifiche...";
  1664.                is_default = true;
  1665.                key = "save";
  1666.            }
  1667.            : button {
  1668.                label = "E&limina modifiche";
  1669.                key = "discard";
  1670.            }
  1671.            : button {
  1672.                label = "&Annulla comando";
  1673.                is_cancel = true;
  1674.                key = "cancel";
  1675.            }
  1676.        }
  1677.    }
  1678. }
  1679.  
  1680. acad_reinit : dialog {
  1681.     label = "Reinizializza";
  1682.     : boxed_column {
  1683.         label = "Inizializzazione porta I/O";
  1684.         : row {
  1685.             : toggle {
  1686.                 label = "&Digitalizzatore";
  1687.                 key = "1";
  1688.                 value = "0";
  1689.             }
  1690.             : toggle {
  1691.                 label = "&Plotter";
  1692.                 key = "2";
  1693.                 value = "0";
  1694.             }
  1695.         }
  1696.     }
  1697.     : boxed_column {
  1698.         label = "Inizializzazione di file e di dispositivo";
  1699.         : toggle {
  1700.             label = "Digitali&zzatore";
  1701.             key = "g";
  1702.             value = "0";
  1703.         }
  1704.         : toggle {
  1705.             label = "&Schermo";
  1706.             key = "s";
  1707.             value = "0";
  1708.         }
  1709.         : toggle {
  1710.             label = "&File PGP";
  1711.             key = "p";
  1712.             value = "0";
  1713.         }
  1714.     }
  1715.     ok_cancel;
  1716. }
  1717.  
  1718. f0 : dialog {
  1719.   label = "Tratteggia";
  1720.   f0guts;
  1721. }
  1722.  
  1723. f0he : dialog {
  1724.   label = "Edita tratteggio";
  1725.   f0guts;
  1726. }
  1727.  
  1728. f0guts : column {
  1729.   : row {
  1730.     : column {
  1731.       : boxed_row {
  1732.         label = "Tipo di modello";
  1733.         : column {
  1734.             fixed_height = true;
  1735.             : button {
  1736.                 label = "Modello&...";
  1737.                 key = "pattern_palette";
  1738.             }
  1739.             : popup_list {
  1740.                 key = "pattern_type";
  1741.                 edit_width = 15;
  1742.                 popup_height = 3;
  1743.                 list = "Predefinito\nDef. da utente\nPersonalizzato\n";
  1744.             }
  1745.         }
  1746.         : image_button {
  1747.             // This should match 'icon_image' in base.dcl in order to match the
  1748.             //  bitmaps in 'pattern_palette'.
  1749.             color        = 0;
  1750.             width        = 11;
  1751.             aspect_ratio = 0.66;
  1752.             allow_accept = true;
  1753.             fixed_height = true;
  1754.             fixed_width  = true;
  1755.             alignment    = centered;
  1756.             key = "pattern_img";
  1757.             allow_accept = false;
  1758.         }
  1759.       }
  1760.       : boxed_row {
  1761.         label = "Proprietα del modello";
  1762.         : column {
  1763.           isopwidth;
  1764.           : popup_list {
  1765.             label = "&Modello:";
  1766.             edit_width = 12;
  1767.             popup_height = 3;
  1768.             key = "pattern_name";
  1769.           }
  1770.           : edit_box {
  1771.             label = "Modello person&alizzato:";
  1772.             key = "pattern_custom";
  1773.             edit_width = 12;
  1774.           }
  1775.           : edit_box {
  1776.             label = "Sca&la:  ";
  1777.             key = "hatch_scale";
  1778.             edit_width = 12;
  1779.           }
  1780.           : edit_box {
  1781.             label = "An&golo:";
  1782.             edit_width = 12;
  1783.             key = "hatch_angle";
  1784.           }
  1785.           : edit_box {
  1786.             label = "&Intervallo:";
  1787.             key = "hatch_spacing";
  1788.             edit_width = 12;
  1789.           }
  1790.           spacer;
  1791.           : toggle {
  1792.             label = "&Doppio";
  1793.             key = "d_hatch";
  1794.           }
  1795.         }
  1796.       }
  1797.     }
  1798.     : column {
  1799.       children_width = 18;
  1800.       children_fixed_width = true;
  1801.       children_alignment = centered;
  1802.       : boxed_column {
  1803.         label = "Contorno";
  1804.         spacer;
  1805.         : button {
  1806.           label = "Seleziona p&unti <";
  1807.           key = "pick_bound";
  1808.         }
  1809.         : button {
  1810.           label = "Seleziona ogge&tti <";
  1811.           key = "select";
  1812.         }
  1813.         : button {
  1814.           label = "&Rimuovi isole <";
  1815.           key = "rem_islands";
  1816.         }
  1817.         : button {
  1818.           label = "&Visualizza selezioni <";
  1819.           key = "look_at_it";
  1820.         }
  1821.         spacer;
  1822.         : button {
  1823.           label = "Op&zioni avanzate...";
  1824.           key = "options";
  1825.         }
  1826.       }
  1827.       spacer;
  1828.       : column {
  1829.         children_alignment = left;
  1830.         : button {
  1831.           label = "A&nteprima tratteggio <";
  1832.           key = "preview";
  1833.           width = 24;
  1834.         }
  1835.         : button {
  1836.           label = "Ad&otta proprietα <";
  1837.           key = "inherit";
  1838.           width = 24;
  1839.         }
  1840.         spacer;
  1841.         : boxed_column {
  1842.           label = "Attributi";
  1843.           : toggle {
  1844.             label = "Asso&ciativo";
  1845.             key = "assoc";
  1846.           }
  1847.           : toggle {
  1848.             label = "&Esploso";
  1849.             key = "explode";
  1850.           }
  1851.         }
  1852.       }
  1853.       spacer;
  1854.     }
  1855.   }
  1856.   : row {
  1857.     fixed_width = true;
  1858.     alignment = centered;
  1859.     spacer;
  1860.     : button {
  1861.       key = "accept";
  1862.       is_default = true;
  1863.       label = "Ap&plica";
  1864.       width = 8;
  1865.     }
  1866.     spacer;
  1867.     : button {
  1868.       key = "cancel";
  1869.       label = "Annulla";
  1870.       width = 8;
  1871.       is_cancel = true;
  1872.     }
  1873.     spacer;
  1874.     : button {
  1875.       key = "help";
  1876.       label = "&?";
  1877.       width = 8;
  1878.     }
  1879.     spacer;
  1880.   }
  1881.   errtile;
  1882. }
  1883.  
  1884. acad_wait : dialog {
  1885.    key = "title";
  1886.    initial_focus = "accept";
  1887.    width = 36;
  1888.    spacer; 
  1889.    : column {    
  1890.        fixed_width = true;  
  1891.        fixed_height = true;
  1892.        alignment = centered;
  1893.        : button {
  1894.            key = "accept";
  1895.            label = "&Continua";
  1896.            is_cancel = true;
  1897.        }
  1898.     }
  1899.     spacer;
  1900. }
  1901.  
  1902.  
  1903. f1guts : column {
  1904.     aspect_ratio = 0;
  1905.     : row {
  1906.         : boxed_column {
  1907.             label = "Definisci gruppo contorni";
  1908.             : button {
  1909.                 label = "&Crea nuovo gruppo contorni <";
  1910.                 key = "make_select";
  1911.             }
  1912.             : radio_column {
  1913.                 key = "use";
  1914.                 : radio_button {
  1915.                     label = "Da tutto &sullo schermo";
  1916.                     key = "use_all";
  1917.                     value = "1";
  1918.                 }
  1919.                 : radio_button {
  1920.                     label = "Da gruppo contorni &esistente";
  1921.                     key = "use_old_select";
  1922.                 }
  1923.             }
  1924.             : toggle {
  1925.                 label = "&Rilevazione isola";
  1926.                 key = "islands";
  1927.             }
  1928.         }
  1929.         : boxed_column {
  1930.           label = "Stile contorni";
  1931.           alignment = top;
  1932.           : image_button {
  1933.             alignment = centered;
  1934.             color = 0;
  1935.             aspect_ratio = 0.8;
  1936.             width = 10;
  1937.             key = "icon_noi";
  1938.             fixed_width = true;
  1939.             fixed_height = true;
  1940.           }
  1941.           : popup_list {
  1942.             label = "S&tile:";
  1943.             key = "hatch_style";
  1944.             edit_width = 11;
  1945.             popup_height = 3;
  1946.             list = "Normale\nEsterno\nIgnora\n";
  1947.           }
  1948.           spacer;
  1949.         }
  1950.     }
  1951.     : boxed_column {
  1952.         label = "Opzioni contorni";
  1953.         : row {
  1954.             : toggle {
  1955.                 label = "&Mantieni contorni";
  1956.                 key = "retain";
  1957.             }
  1958.             // No "Object Type" (Region/Polyline) popup list in ACAD_LT  
  1959.         }
  1960.         spacer;
  1961.     }
  1962. }
  1963.  
  1964.  
  1965. f1 : dialog {
  1966.     label = "Opzioni avanzate";
  1967.     f1guts;
  1968.     spacer;
  1969.     ok_cancel;
  1970.     : errtile { width = 30; }
  1971. }
  1972.  
  1973.  
  1974.  
  1975. f2 : dialog {
  1976.     label = "Creazione contorni";
  1977.     initial_focus = "accept";
  1978.    : column {
  1979.         // No "Object Type" (Region/Polyline) popup list in ACAD_LT  
  1980.         : boxed_column {
  1981.             label = "Definisci gruppo contorni";
  1982.             : radio_column {
  1983.                 key = "use";
  1984.                 : radio_button {
  1985.                     label = "Da tutto sullo &schermo";
  1986.                     key = "use_all";
  1987.                     value = "1";
  1988.                 }
  1989.                 : radio_button {
  1990.                     label = "Da &gruppo contorni esistente";
  1991.                     key = "use_old_select";
  1992.                 }
  1993.             }
  1994.             : big_button {
  1995.                 label = "&Crea nuovo gruppo contorni <";
  1996.                 key = "make_select";
  1997.                 alignment = centered;
  1998.             }
  1999.             spacer;
  2000.         }
  2001.         spacer;
  2002.         : toggle {
  2003.             label = "&Rilevazione isola";
  2004.             key = "islands";
  2005.         }
  2006.     }
  2007.     spacer;
  2008.     pick_cancel;
  2009.     errtile;
  2010. }
  2011.  
  2012. fh_open : dialog {
  2013.     label = "Errore di definizione del contorno";
  2014.     initial_focus = "accept";
  2015.     width = 30;
  2016.     spacer;
  2017.     : column {
  2018.         fixed_width = true;
  2019.         fixed_height = true;
  2020.         alignment = centered;
  2021.         : text {
  2022.             horizontal_alignment = centered;
  2023.             label = "Il contorno non Φ chiuso.";
  2024.         }
  2025.     }
  2026.     spacer_1;
  2027.     ok_look;
  2028.     spacer;
  2029. }
  2030.  
  2031.  
  2032. fh_outside : dialog {
  2033.     aspect_ratio = 0;
  2034.     label = "Errore di definizione del contorno";
  2035.     initial_focus = "accept";
  2036.     width = 30;
  2037.     spacer;
  2038.     : column {
  2039.         fixed_width = true;
  2040.         fixed_height = true;
  2041.         alignment = centered;
  2042.         : text {
  2043.             horizontal_alignment = centered;
  2044.             label = "Il punto non si trova all'interno del contorno.";
  2045.         }
  2046.     }
  2047.     spacer_1;
  2048.     ok_look;
  2049.     spacer;
  2050. }
  2051.  
  2052.  
  2053. fh_on : dialog {
  2054.     aspect_ratio = 0;
  2055.     label = "Errore di definizione del contorno";
  2056.     initial_focus = "accept";
  2057.     width = 30;
  2058.     spacer;
  2059.     : column {
  2060.         fixed_width = true;
  2061.         fixed_height = true;
  2062.         alignment = centered;
  2063.         : text {
  2064.             horizontal_alignment = centered;
  2065.             label = "Il punto si trova direttamente su un oggetto.";
  2066.         }
  2067.     }
  2068.     spacer_1;
  2069.     ok_look;
  2070.     spacer;
  2071. }
  2072.  
  2073.  
  2074. fh_dup : dialog {
  2075.     aspect_ratio = 0;
  2076.     label = "Errore di definizione del contorno";
  2077.     initial_focus = "accept";
  2078.     width = 30;
  2079.     spacer;
  2080.     : column {
  2081.         fixed_width = true;
  2082.         fixed_height = true;
  2083.         alignment = centered;
  2084.         : text {
  2085.             horizontal_alignment = centered;
  2086.             label = "Il contorno Φ uguale a un contorno esistente.";
  2087.         }
  2088.     }
  2089.     spacer_1;
  2090.     ok_only;
  2091.     spacer;
  2092. }
  2093.  
  2094.  
  2095. fh_awful : dialog {
  2096.     aspect_ratio = 0;
  2097.     label = "Errore di definizione del contorno";
  2098.     initial_focus = "accept";
  2099.     width = 30;
  2100.     spacer;
  2101.     : column {
  2102.         fixed_width = true;
  2103.         fixed_height = true;
  2104.         alignment = centered;
  2105.         : text {
  2106.             horizontal_alignment = centered;
  2107.             label = "Non Φ stato trovato un contorno del tratteggio valido.";
  2108.         }
  2109.     }
  2110.     spacer_1;
  2111.     ok_only;
  2112.     spacer;
  2113. }
  2114.  
  2115.  
  2116. fh_nohatch : dialog {
  2117.     aspect_ratio = 0;
  2118.     label = "Errore di tratteggio";
  2119.     width = 30;
  2120.     spacer;
  2121.     : column {
  2122.         fixed_width = true;
  2123.         fixed_height = true;
  2124.         alignment = centered;
  2125.         : text {
  2126.             horizontal_alignment = centered;
  2127.             label = "Non Φ stato creato nessun tratteggio";
  2128.         }
  2129.     }
  2130.     spacer_1;
  2131.     ok_only;
  2132.     spacer;
  2133. }
  2134.  
  2135.  
  2136. fh_toodense : dialog {
  2137.     aspect_ratio = 0;
  2138.     label = "Errore di tratteggio";
  2139.     width = 30;
  2140.     spacer;
  2141.     : column {
  2142.         fixed_width = true;
  2143.         fixed_height = true;
  2144.         alignment = centered;
  2145.         : text {
  2146.             horizontal_alignment = centered;
  2147.             label = "La spaziatura del tratteggio Φ troppo densa oppure le dimensioni del trattino sono troppo ridotte.";
  2148.         }
  2149.     }
  2150.     spacer_1;
  2151.     ok_only;
  2152.     spacer;
  2153. }
  2154.  
  2155.  
  2156. falert : dialog {
  2157.     label = "AVVISO";
  2158.     spacer;
  2159.     : text {
  2160.         key = "alert_text_1";
  2161.         horizontal_alignment = centered;
  2162.         width = 50;
  2163.     }
  2164.     : text {
  2165.         key = "alert_text_2";
  2166.         horizontal_alignment = centered;
  2167.         width = 50;
  2168.     }
  2169.     spacer_1;
  2170.     ok_only;
  2171.     spacer;
  2172. }
  2173.  
  2174. big_button :button{
  2175.     fixed_width = true;
  2176.     width = 25;
  2177. }
  2178.  
  2179.  
  2180. look_button : retirement_button {
  2181.     label           = "&Osserva";
  2182.     key             = "look";
  2183.     vertical_alignment = centered;
  2184. }
  2185.  
  2186.  
  2187. ok_look : column {
  2188.     : row {
  2189.         fixed_width = true;
  2190.         alignment = centered;
  2191.         : ok_button { is_cancel = true; } 
  2192.         : spacer { width = 2; }
  2193.         look_button;
  2194.     }
  2195. }
  2196.  
  2197.  
  2198. next_button : button {
  2199.         label           = "&Seguente";
  2200.         key             = "next";
  2201.         fixed_width     = true;
  2202.         width           = 9;
  2203.         vertical_alignment = centered;
  2204.         horizontal_alignment = centered;
  2205. }
  2206.  
  2207.  
  2208. prev_button : button {
  2209.         label           = "&Precedente";
  2210.         key             = "previous";
  2211.         fixed_width     = true;
  2212.         width           = 9;
  2213.         vertical_alignment = centered;
  2214.         horizontal_alignment = centered;
  2215. }
  2216.  
  2217.  
  2218. pick_cancel : column {
  2219.     : row {
  2220.         fixed_width = true;
  2221.         alignment = centered;
  2222.         : button { 
  2223.             label = "S&eleziona punti <";
  2224.             key = "accept";
  2225.             is_default = true;
  2226.         }
  2227.         : spacer { width = 1; }
  2228.         cancel_button;
  2229.         : spacer { width = 1; }
  2230.         help_button;
  2231.     }
  2232. }
  2233.  
  2234. //
  2235. // support functions
  2236. //
  2237.  
  2238. isopwidth : popup_list {
  2239.     label = "&Spessore penna ISO:";
  2240.     list = " \n0.13 mm\n0.18 mm\n0.25 mm\n0.35 mm\n0.5 mm\n0.7 mm\n1.0 mm\n1.4 mm\n2.0 mm\n";
  2241.     popup_height = 3;
  2242.     key = "isopenwidth";
  2243.     edit_width = 12;
  2244. }
  2245.  
  2246. text_35 : text {
  2247.     width = 35;
  2248. }
  2249.  
  2250. acad_group : dialog {
  2251.     label = "Raggruppa oggetti";
  2252.     initial_focus = "name";
  2253.     : column {
  2254.         : concatenation {
  2255.             : text_part {
  2256.                 label = "Nome &gruppo";
  2257.                 width = 32;
  2258.             }
  2259.             : text_part {
  2260.                 label = "Selezionabile";
  2261.             }
  2262.         }                                                                      
  2263.         : list_box {
  2264.             tabs = "36";
  2265.             key = "grp_list";
  2266.             width = 48;
  2267.             height = 5;
  2268.             tab_truncate = true;
  2269.         }
  2270.     }
  2271.     :row {
  2272.             : boxed_column {
  2273.                 label = "Identificazione gruppo";
  2274.                 : column {
  2275.                     vertical_margin = tiny;
  2276.                     : row {
  2277.                         : text_part {
  2278.                             label = "Nome g&ruppo:";
  2279.                             width = 13;
  2280.                         }
  2281.                         : edit_box {
  2282.                             key = "name";
  2283.                             edit_width = 32;
  2284.                             edit_limit = 217;
  2285.                         }
  2286.                     }
  2287.                     : row {
  2288.                         : text_part {
  2289.                             label = "Des&crizione:";
  2290.                             width = 13;
  2291.                         }
  2292.                         : edit_box {
  2293.                             key = "desc";
  2294.                             edit_width = 32;
  2295.                             edit_limit = 448;
  2296.                         }
  2297.                     }
  2298.                 }
  2299.                 : row {
  2300.                     children_fixed_width = true;
  2301.                     : button {
  2302.                         label = "&Trova nome <";
  2303.                         key = "find";
  2304.                     }
  2305.                     : button {
  2306.                         label = "&Evidenzia <";
  2307.                         key = "h_light";
  2308.                     }
  2309.                     : toggle {
  2310.                         label = "&Includi anonimi";
  2311.                         key = "anon";
  2312.                     }
  2313.                 }        
  2314.             }
  2315.             : boxed_column {
  2316.                 label = "Crea gruppo";
  2317.                     alignment = centered;
  2318.                     : button {
  2319.                         label = "&Nuovo <";
  2320.                         key = "add_new";
  2321.                     }
  2322.                     : toggle {
  2323.                         label = "&Selezionabile";
  2324.                         value = "1";
  2325.                         key = "select";
  2326.                     }
  2327.                     : toggle { 
  2328.                         label = "&Anonimo";
  2329.                         value = "0";
  2330.                         key = "unnamed";
  2331.                 }
  2332.         }    
  2333.     }
  2334.     : boxed_column {
  2335.         label = "Cambia gruppo";
  2336.         key = "chg_column";
  2337.         : row {
  2338.             : button {
  2339.                 label = "Rimuo&vi <";
  2340.                 key = "remove";
  2341.             }
  2342.             : button {
  2343.                 label = "Aggi&ungi <";
  2344.                 key = "add";
  2345.             }
  2346.             : button {
  2347.                 label = "Rino&mina";
  2348.                 key = "rename";
  2349.             }
  2350.             : button {
  2351.                 label = "Ri&ordina...";
  2352.                 key = "order";
  2353.             }
  2354.         }
  2355.         : row {
  2356.             : button {
  2357.                 label = "Descri&zione";
  2358.                 key = "chg_desc";
  2359.             }
  2360.             : button {
  2361.                 label = "Es&plodi";
  2362.                 key = "explode";
  2363.             }
  2364.             : button {
  2365.                 label = "Se&lezionabile";
  2366.                 key = "chg_select";
  2367.             }
  2368.         }
  2369.     }
  2370.     ok_cancel_help_errtile;
  2371. }
  2372.  
  2373.  
  2374. acad_grp_order : dialog {
  2375.     label = "Riordina gruppo";
  2376.     : column {
  2377.         vertical_margin = none;
  2378.         : text {
  2379.             label = "Nome &gruppo";
  2380.         }
  2381.         : list_box {
  2382.             key = "grp_list";
  2383.             width = 35;
  2384.             height = 6;
  2385.         }
  2386.     }
  2387.     : boxed_column {
  2388.         label = "&Descrizione"; 
  2389.         : text {
  2390.             key = "desc";
  2391.             width = 32;
  2392.         }
  2393.     }           
  2394.     : boxed_column {
  2395.         children_fixed_width = true;
  2396.         : row {
  2397.             : text {
  2398.                 key = "remove";
  2399.                 width = 35;
  2400.                 horizontal_alignment = right;
  2401.             }
  2402.             : edit_box {
  2403.                 edit_width = 10;
  2404.                 key = "from";
  2405.                 horizontal_alignment = left;
  2406.             }
  2407.         }
  2408.         : row {
  2409.             : text {
  2410.                 key = "replace";
  2411.                 width = 35;
  2412.                 horizontal_alignment = right;
  2413.             }
  2414.             : edit_box {
  2415.                 edit_width = 10;
  2416.                 key = "to";
  2417.                 horizontal_alignment = left;
  2418.             }
  2419.         }
  2420.         : row {
  2421.             : text {
  2422.                 key = "qtext";
  2423.                 width = 35;
  2424.                 horizontal_alignment = right;
  2425.             }
  2426.             : edit_box {
  2427.                 edit_width = 10;
  2428.                 key = "quantity";
  2429.                 horizontal_alignment = left;
  2430.             }
  2431.         }
  2432.     }
  2433.     : row {
  2434.         key = "action";
  2435.         : button {
  2436.             label = "&Riordina";
  2437.             key = "reorder";
  2438.         }
  2439.         : button {
  2440.             label = "&Evidenzia";
  2441.             key = "hlight";
  2442.         }
  2443.         : button {
  2444.             label = "Inverti &ordine";
  2445.             key = "reverse";
  2446.         }
  2447.     }
  2448.     ok_cancel_help_errtile;
  2449. }
  2450.  
  2451. acad_grp_member : dialog {
  2452.     label = "Elenco membri gruppo"; 
  2453.     initial_focus = "accept";
  2454.     : list_box {
  2455.         key = "listbox";
  2456.         width = 35;
  2457.         height = 8;
  2458.         fixed_width = true;
  2459.     }
  2460.     spacer;
  2461.     : ok_button {
  2462.         is_cancel = true;
  2463.     }
  2464. }
  2465.  
  2466. acad_msg : dialog {
  2467.    label = "Raggruppamento oggetti"; 
  2468.    width = 38;
  2469.    : row {
  2470.        next_button;
  2471.        prev_button;
  2472.    }
  2473.    spacer_1;
  2474.    : ok_button {
  2475.        is_cancel = true;
  2476.    } 
  2477.    errtile; 
  2478. }
  2479.  
  2480. ddfcf : dialog {
  2481.   label        = "Tolleranza";
  2482.   :row {
  2483.       : boxed_column {
  2484.           label = "Sim";
  2485.           children_fixed_height = true;
  2486.           children_fixed_width = true;
  2487.           : text {
  2488.              label = "";
  2489.           }
  2490.           spacer_1;
  2491.           : fcf_ibut {
  2492.              key         = "sym11";
  2493.           }
  2494.           spacer_1;
  2495.           : fcf_ibut {
  2496.              key         = "sym21";
  2497.           }
  2498.       }
  2499.       : boxed_column {
  2500.           label = "Tolleranza 1";
  2501.           children_fixed_height = true;
  2502.           children_fixed_width = true;
  2503.           : text {
  2504.               label = "Dia  Valore    Cm";
  2505.           }
  2506.           spacer_1;
  2507.           : row {
  2508.               : fcf_ibut {
  2509.                   key         = "sym12";
  2510.               }
  2511.               : fcf_ebox {
  2512.                   key         = "ebox11";
  2513.               }
  2514.               : fcf_ibut {
  2515.                   key         = "sym13";
  2516.               }
  2517.           }
  2518.           spacer_1;
  2519.           : row {
  2520.               : fcf_ibut {
  2521.                   key         = "sym22";
  2522.               }
  2523.               : fcf_ebox {
  2524.                   key         = "ebox21";
  2525.               }
  2526.               : fcf_ibut {
  2527.                   key         = "sym23";
  2528.               }
  2529.           }
  2530.       }
  2531.  
  2532.       : boxed_column {
  2533.           label = "Tolleranza 2";
  2534.           children_fixed_height = true;
  2535.           children_fixed_width = true;
  2536.           : text {
  2537.               label = "Dia  Valore    Cm";
  2538.           }
  2539.           spacer_1;
  2540.           : row {
  2541.                : fcf_ibut {
  2542.                    key         = "sym14";
  2543.                }
  2544.                : fcf_ebox {
  2545.                    key         = "ebox12";
  2546.                }
  2547.                : fcf_ibut {
  2548.                    key         = "sym15";
  2549.                }
  2550.           }
  2551.           spacer_1;
  2552.           : row {
  2553.               : fcf_ibut {
  2554.                   key         = "sym24";
  2555.               }
  2556.               : fcf_ebox {
  2557.                   key         = "ebox22";
  2558.               }
  2559.               : fcf_ibut {
  2560.                   key         = "sym25";
  2561.               }
  2562.           }
  2563.       }
  2564.  
  2565.       : boxed_column {
  2566.           label = "Dato 1";
  2567.           children_fixed_height = true;
  2568.           children_fixed_width = true;
  2569.           : text {
  2570.               label = "Dato Cm";
  2571.           }
  2572.           spacer_1;
  2573.           : row {
  2574.               : fcf_ebox1 {
  2575.                   key         = "ebox13";
  2576.               }
  2577.               : fcf_ibut {
  2578.                   key         = "sym16";
  2579.               }
  2580.           }
  2581.           spacer_1;
  2582.           : row {
  2583.               : fcf_ebox1 {
  2584.                   key         = "ebox23";
  2585.               }
  2586.               : fcf_ibut {
  2587.                   key         = "sym26";
  2588.               }
  2589.           }
  2590.       }
  2591.  
  2592.       : boxed_column {
  2593.           label = "Dato 2";
  2594.           children_fixed_height = true;
  2595.           children_fixed_width = true;
  2596.           : text {
  2597.               label = "Dato Cm";
  2598.           }
  2599.           spacer_1;
  2600.           : row {
  2601.               : fcf_ebox1 {
  2602.                   key         = "ebox14";
  2603.               }
  2604.               : fcf_ibut {
  2605.                   key         = "sym17";
  2606.               }
  2607.           }
  2608.           spacer_1;
  2609.           : row {
  2610.               : fcf_ebox1 {
  2611.                   key         = "ebox24";
  2612.               }
  2613.               : fcf_ibut {
  2614.                   key         = "sym27";
  2615.               }
  2616.           }
  2617.       }
  2618.  
  2619.       : boxed_column {
  2620.           label = "Dato 3";
  2621.           children_fixed_height = true;
  2622.           children_fixed_width = true;
  2623.           : text {
  2624.               label = "Dato Cm";
  2625.           }
  2626.           spacer_1;
  2627.           : row {
  2628.               : fcf_ebox1 {
  2629.                   key         = "ebox15";
  2630.               }
  2631.               : fcf_ibut {
  2632.                   key         = "sym18";
  2633.               }
  2634.           }
  2635.           spacer_1;
  2636.           : row {
  2637.               : fcf_ebox1 {
  2638.                   key         = "ebox25";
  2639.               }
  2640.               : fcf_ibut {
  2641.                   key         = "sym28";
  2642.               }
  2643.           }
  2644.       }
  2645.   }
  2646.   spacer_1;
  2647.   : column {
  2648.       children_fixed_height = true;
  2649.       : row {
  2650.           fixed_width = true;
  2651.           : text {
  2652.                label = "Altezza:";
  2653.           }
  2654.           : fcf_ebox {
  2655.               key         = "ebox31";
  2656.           }
  2657.           : text {
  2658.                label = "Zona di tolleranza proiettata:";
  2659.           }
  2660.           : fcf_ibut {
  2661.               key         = "sym31";
  2662.           }
  2663.       }
  2664.       spacer_1;
  2665.       : row {
  2666.           fixed_width = true;
  2667.           : text {
  2668.                label = "Identificatore dati:";
  2669.           }
  2670.           : fcf_ebox {
  2671.               key         = "ebox32";
  2672.           }
  2673.       }
  2674.   }
  2675.   spacer_1;
  2676.   ok_cancel_help_errtile;
  2677. }
  2678.  
  2679. ddfcfsub: dialog {
  2680.   label        = "Simbolo";
  2681.   : column {
  2682.    : row {
  2683.       : fcf_ibut1 {
  2684.         key          = "gdtj";      /* Position */
  2685.       }
  2686.       : fcf_ibut1 {
  2687.         key          = "gdtr";      /* Circularity */
  2688.       }
  2689.       : fcf_ibut1 {
  2690.         key          = "gdti";      /* Symmetry */
  2691.       }
  2692.       : fcf_ibut1 {
  2693.         key          = "gdtf";      /* Parallel */
  2694.       }
  2695.       : fcf_ibut1 {
  2696.         key          = "gdtb";       /* Perpendicular */
  2697.       }
  2698.     }
  2699.     : row {
  2700.       : fcf_ibut1 {
  2701.         key          = "gdta";      /* Angular */
  2702.       }
  2703.       : fcf_ibut1 {
  2704.         key          = "gdtg";      /* Cylindricity */
  2705.       }
  2706.       : fcf_ibut1 {
  2707.         key          = "gdtc";       /* Flatness */
  2708.       }
  2709.       : fcf_ibut1 {
  2710.         key          = "gdte";      /* Circularity */
  2711.       }
  2712.       : fcf_ibut1 {
  2713.         key          = "gdtu";      /* Straightness    */
  2714.       }
  2715.     }
  2716.     : row {
  2717.       : fcf_ibut1 {
  2718.         key          = "gdtd";      /* Profile of a surface */
  2719.       }
  2720.       : fcf_ibut1 {
  2721.         key          = "gdtk";      /* Line Profile */
  2722.       }
  2723.       : fcf_ibut1 {
  2724.         key          = "gdth";      /* Circular Runout */
  2725.       }
  2726.       : fcf_ibut1 {
  2727.         key          = "gdtt";      /* Total Runout    */
  2728.       }
  2729.       : fcf_ibut1 {
  2730.         key          = "gdt-";      /* Nothing */
  2731.       }
  2732.     }
  2733.   }
  2734.   spacer_1;
  2735.   ok_cancel_help_errtile;
  2736. }
  2737.  
  2738. ddfcfsub1: dialog {
  2739.   label        = "Condizione materiali";
  2740.   : row {
  2741.       : fcf_ibut1 {
  2742.        key          = "gdtm";   /* Maximum */
  2743.       }
  2744.       : fcf_ibut1 {
  2745.        key          = "gdtl";   /* Least */
  2746.       }
  2747.       : fcf_ibut1 {
  2748.        key          = "gdts";   /* Regardless of feature size */
  2749.       }
  2750.       : fcf_ibut1 {
  2751.        key          = "gdt-";   /* Nothing */
  2752.       }
  2753.   }
  2754.   spacer_1;
  2755.   ok_cancel_help_errtile;
  2756. }
  2757.  
  2758.  
  2759. spelldlg : dialog {
  2760.     label = "Ortografia";
  2761.     initial_focus = "sp_suggedit";
  2762.     : row {
  2763.         : text {
  2764.             label = "Dizionario corrente: ";
  2765.         }
  2766.         : text {
  2767.             key = "sp_currlang";
  2768.             width = 32;
  2769.             fixed_width = true;
  2770.         }
  2771.     }
  2772.     spacer;
  2773.     : row {
  2774.         : boxed_column {
  2775.           label = "Parola corrente";
  2776.           : text {
  2777.               label = "";
  2778.               key = "sp_word";
  2779.               width = 32;
  2780.           }
  2781.           spacer;
  2782.         }
  2783.         : column {
  2784.             : cancel_button {
  2785.                 width = 12;
  2786.             }
  2787.             : help_button {
  2788.                 width = 12;
  2789.             }
  2790.         }
  2791.     }
  2792.     spacer;
  2793.     : text {
  2794.         label = "&Suggerimenti:";
  2795.     }
  2796.     : row {
  2797.         : column {
  2798.             width = 20;
  2799.             : edit_box {
  2800.                 key = "sp_suggedit";
  2801.                 edit_limit = 63;
  2802.             }
  2803.              : list_box {
  2804.                 key = "sp_sugglist";
  2805.                 multiple_select = false;
  2806.                 height = 6;
  2807.             }
  2808.         }
  2809.         children_alignment = top;
  2810.         children_fixed_height = true;
  2811.         : column {
  2812.             : row {
  2813.                 : button {
  2814.                     label = "&Ignora";
  2815.                     key = "sp_ignore";
  2816.                     width = 13;
  2817.                     fixed_width = true;
  2818.                     is_default = true;
  2819.                 }
  2820.                 : button {
  2821.                     label = "Ignora &tutto";
  2822.                     key = "sp_ignoreall";
  2823.                     width = 19;
  2824.                     fixed_width = false;
  2825.                 }
  2826.             }
  2827.             : row {
  2828.                 : button {
  2829.                     label = "&Cambia";
  2830.                     key = "sp_change";
  2831.                     width = 13;
  2832.                     fixed_width = true;
  2833.                 }
  2834.                 : button {
  2835.                     label = "Ca&mbia tutto";
  2836.                     key = "sp_changeall";
  2837.                     width = 19;
  2838.                     fixed_width = false;
  2839.                 }
  2840.             }
  2841.             : row {
  2842.                 : button {
  2843.                     label = "A&ggiungi";
  2844.                     key = "sp_addcustom";
  2845.                     width = 13;
  2846.                     fixed_width = true;
  2847.                 }
  2848.                 : button {
  2849.                     label = "C&onsulta";
  2850.                     key = "sp_lookup";
  2851.                     width = 19;
  2852.                     fixed_width = false;
  2853.                 }
  2854.             }
  2855.             spacer_1;
  2856.             : button {
  2857.                 label = "Cambia &dizionari...";
  2858.                 key = "sp_changedict";
  2859.             }
  2860.         }
  2861.     }
  2862.     spacer;
  2863.     : boxed_column {
  2864.         label = "Contesto";
  2865.         : text {
  2866.             label = "";
  2867.             key = "sp_context";
  2868.             width = 32;
  2869.         }
  2870.         spacer;
  2871.     }
  2872.     errtile;
  2873. }
  2874.  
  2875.  
  2876. spelloptdlg : dialog {
  2877.     label = "Cambia dizionari";
  2878.     initial_focus = "sp_suggedit";
  2879.     : row {
  2880.         : boxed_column {
  2881.             label = "Dizionario &principale";
  2882.             : popup_list {
  2883.                key = "sp_mainname";
  2884.                edit_width = 28;
  2885.             }
  2886.         }
  2887.         spacer_1;
  2888.         : column {
  2889.             ok_button;
  2890.             cancel_button;
  2891.             help_button;
  2892.         }
  2893.     }
  2894.     spacer;
  2895.     : boxed_column {
  2896.         fixed_width = true;
  2897.         width = 32;
  2898.         label = "Di&zionario personalizzato";
  2899.         : edit_box {
  2900.             key = "sp_customname";
  2901.             edit_limit = 256;
  2902.         }
  2903.         : button {
  2904.             fixed_width = true;
  2905.             width = 10;
  2906.             alignment = centered;
  2907.             label = "&Sfoglia...";
  2908.             key = "sp_browse";
  2909.         }
  2910.     }
  2911.     : boxed_column {
  2912.         label = "Pa&role del dizionario personalizzato";
  2913.         : row {
  2914.             : column {
  2915.                 : edit_box {
  2916.                     key = "sp_custedit";
  2917.                     width = 30;
  2918.                     edit_limit = 63;
  2919.                 }
  2920.                 : list_box {
  2921.                     key = "sp_customwords";
  2922.                     multiple_select = false;
  2923.                     height = 6;
  2924.                 }
  2925.             }
  2926.             children_alignment = top;
  2927.             children_fixed_height = true;
  2928.             : column {
  2929.                 : button {
  2930.                     label = "A&ggiungi";
  2931.                     key = "sp_custadd";
  2932.                 }
  2933.                 : button {
  2934.                     label = "&Cancella";
  2935.                     key = "sp_custdel";
  2936.                 }
  2937.             }
  2938.         }
  2939.     }
  2940.     errtile;
  2941. }
  2942.  
  2943.  
  2944. // mstyle - main dialogue:
  2945.  
  2946. mstyle : dialog {
  2947.     label = "Stile multilinea";
  2948.     children_alignment = centered;
  2949.     :boxed_row {
  2950.         label = "Stile multilinea";
  2951.         width = 42; fixed_width = true;
  2952.         :column {
  2953.             : row {
  2954.                 : text_part {
  2955.                     label = "Corrente:";
  2956.                     width = 13;
  2957.                 }
  2958.                 : popup_list {
  2959.                     key = "current";
  2960.                     edit_width = 31;
  2961.                     edit_limit = 31;
  2962.                 }
  2963.             }
  2964.             : row {
  2965.                 : text_part {
  2966.                     label = "Nome:";
  2967.                     width = 13;
  2968.                 }
  2969.                 : edit_box {
  2970.                     key = "name";
  2971.                     edit_width = 31;
  2972.                     edit_limit = 217;
  2973.                 }
  2974.             }
  2975.             : row {
  2976.                 : text_part {
  2977.                     label = "Descrizione:";
  2978.                     width = 13;
  2979.                 }
  2980.                 : edit_box {
  2981.                     key = "description";
  2982.                     edit_width = 31;
  2983.                     edit_limit = 255;
  2984.                 }
  2985.             }
  2986.             :row {
  2987.                 :button {
  2988.                     label = "Carica...";
  2989.                     key = "load";
  2990.                 }
  2991.                 :button {
  2992.                     label = "Salva...";
  2993.                     key = "save";
  2994.                 }
  2995.                 :button {
  2996.                     label = "Aggiungi";
  2997.                     key = "addStyle";
  2998.                 }
  2999.                 :button {
  3000.                     label = "Rinomina";
  3001.                     key = "rename";
  3002.                 }
  3003.             }
  3004.         }
  3005.     }
  3006.     spacer_1;
  3007.     :image {
  3008.         key = "mline_image";
  3009.         height = 4;
  3010.         width = 45;
  3011.         alignment = centered;
  3012.         fixed_width = true;
  3013.     }
  3014.     :button {
  3015.         fixed_width = true;
  3016.         width = 32;
  3017.         height = 2;
  3018.         label = "Proprietα elementi...";
  3019.         key = "elements";
  3020.     }
  3021.     :button {
  3022.         fixed_width = true;
  3023.         width = 32;
  3024.         height = 2;
  3025.         label = "Proprietα multilinea...";
  3026.         key = "properties";
  3027.     }
  3028.     spacer_1;
  3029.     ok_cancel_help_errtile;
  3030. }
  3031.  
  3032. //==================================================================
  3033. // mstyle - elements dialogue:
  3034.  
  3035. estyle : dialog {
  3036.      label = "Proprietα elementi";
  3037.      : concatenation {
  3038.          : text_part {
  3039.               label = "Elementi:";
  3040.               width = 10;
  3041.               fixed_width = true;
  3042.          }
  3043.          : text_part {
  3044.               label = "Offset";
  3045.               width = 8;
  3046.               fixed_width = true;
  3047.          }
  3048.          : text_part {
  3049.               label = "Colore";
  3050.               width = 8;
  3051.               fixed_width = true;
  3052.          }
  3053.          : text_part {
  3054.               label = "Tipo di linea";
  3055.               fixed_width = true;
  3056.          }
  3057.      }
  3058.      : row {
  3059.        : spacer {
  3060.          width = 9;
  3061.        }
  3062.        : list_box {
  3063.          width = 40;
  3064.          height = 4;
  3065.          key = "list_of_lines";
  3066.          tabs = "8 16";
  3067.        }
  3068.      }
  3069.      : row {
  3070.           fixed_width = true;
  3071.           : button {
  3072.                fixed_width = true;
  3073.                label = "Aggiungi";
  3074.                key = "addLine";
  3075.           }
  3076.           : button {
  3077.                fixed_width = true;
  3078.                label = "Cancella";
  3079.                key = "delLine";
  3080.           }
  3081.           : spacer { width = 3; }
  3082.           : edit_box {
  3083.               fixed_width = true;
  3084.               label = "Offset";
  3085.               key = "offSet";
  3086.               value = "0.00";
  3087.               edit_width = 6; edit_limit = 6;
  3088.           }
  3089.      }
  3090.      : row {
  3091.           fixed_width = true;
  3092.           : button {
  3093.               fixed_width = true;
  3094.               width = 12;
  3095.               label = "Colore...";
  3096.               key = "lineColDialog";
  3097.            }
  3098.            : image_button {
  3099.               fixed_width = true;
  3100.               key = "lineColSwash";
  3101.               height = 2; width = 5;
  3102.            }
  3103.            : edit_box {
  3104.               fixed_width = true;
  3105.               key = "lineColEdit";
  3106.               value = "DALAYER";
  3107.               edit_width = 10;
  3108.               edit_limit = 10;
  3109.            }
  3110.      }
  3111.  
  3112.      : row {
  3113.           fixed_width = true;
  3114.           : button {
  3115.                fixed_width = true;
  3116.                width = 12;
  3117.                label = "Tipo di linea...";
  3118.                key = "setLineStyle";
  3119.           }
  3120.           : spacer {
  3121.               fixed_width = true;
  3122.                width = 6;
  3123.           }
  3124.           : text {
  3125.               fixed_width = true;
  3126.                key = "ltype_name";
  3127.                value = "DALAYER";
  3128.                width = 10;
  3129.           }
  3130.      }
  3131.      ok_cancel_help; 
  3132.      errtile;
  3133. }
  3134.  
  3135. //==================================================================
  3136. // mstyle - styles list dialogue:
  3137.  
  3138. sstyle : dialog {
  3139.      label = "Carica stili multilinea";
  3140.      :row {
  3141.          :button {
  3142.             label = "File...";
  3143.             key = "mstyleFileBut";
  3144.          }
  3145.          : text {
  3146.             key = "mstyleFileLabel";
  3147.             width = 31;
  3148.          }
  3149.       }
  3150.      : list_box {
  3151.          width = 40;
  3152.          height = 4;
  3153.          key = "list_of_styles";
  3154.        }
  3155.     ok_cancel_help_errtile;
  3156. }
  3157.  
  3158. //==================================================================
  3159. // mstyle - properties dialogue:
  3160.  
  3161. pstyle : dialog {
  3162.   label = "Proprietα multilinea";
  3163.   : row {
  3164.     fixed_width = true;
  3165.     : toggle {
  3166.       label = "Mostra giunti";
  3167.       key = "dispJoint";
  3168.     }
  3169.   }
  3170.   : boxed_column {
  3171.     label = "Estremitα";
  3172.     : row {
  3173.       fixed_width = true;
  3174.       : spacer {
  3175.         width = 12;
  3176.       }
  3177.       : text {
  3178.         label = "Inizio";
  3179.         width = 9;
  3180.       }
  3181.       : text {
  3182.         label = "Fine";
  3183.       }
  3184.     }
  3185.     : row {
  3186.       fixed_width = true;
  3187.       : text {
  3188.         label = "Linea";
  3189.         width = 12;
  3190.       }
  3191.       : toggle {
  3192.         key   = "scapline";
  3193.       }
  3194.       : spacer {
  3195.         width = 5;
  3196.       }
  3197.       : toggle {
  3198.         key   = "ecapline";
  3199.       }
  3200.     }
  3201.     : row {
  3202.       fixed_width = true;
  3203.       : text {
  3204.         label = "Arco est.";
  3205.         width = 12;
  3206.       }
  3207.       : toggle {
  3208.         key   = "scapoarc";
  3209.       }
  3210.       : spacer {
  3211.         width = 5;
  3212.       }
  3213.       : toggle {
  3214.         key   = "ecapoarc";
  3215.       }
  3216.     }
  3217.     : row {
  3218.       fixed_width = true;
  3219.       : text {
  3220.         label = "Arco int.";
  3221.         width = 12;
  3222.       }
  3223.       : toggle {
  3224.         key   = "scapiarc";
  3225.       }
  3226.       : spacer {
  3227.         width = 5;
  3228.       }
  3229.       : toggle {
  3230.         key   = "ecapiarc";
  3231.       }
  3232.     }
  3233.     : row {
  3234.       fixed_width = true;
  3235.       : text {
  3236.         label = "Angolo";
  3237.         width = 12;
  3238.       }
  3239.       : edit_box {
  3240.         key   = "scapangle";
  3241.         edit_limit = 10;
  3242.         edit_width = 10;
  3243.         fixed_width = true;
  3244.         value = "90.0";
  3245.       }
  3246.       : spacer {
  3247.         width = 2;
  3248.       }
  3249.       : edit_box {
  3250.         key   = "ecapangle";
  3251.         edit_limit = 10;
  3252.         edit_width = 10; fixed_width = true;
  3253.         value = "90.0";
  3254.       }
  3255.     }
  3256.  
  3257.   }
  3258.   : boxed_row {
  3259.     label = "Riempimento";
  3260.     : toggle {
  3261.       key = "fillOn";
  3262.       label = "On";
  3263.     }
  3264.     : spacer { width = 2; }
  3265.     : button {
  3266.       label = "Colore...";
  3267.       key = fillColor;
  3268.     }
  3269.     : image_button {
  3270.       key = "fillColSwash";
  3271.       height = 2; width = 5; fixed_width = true;
  3272.     }
  3273.     : edit_box {
  3274.       key = "filColEdit";
  3275.       edit_limit = 10;
  3276.       edit_width = 10;
  3277.       fixed_width = true;
  3278.     }
  3279.   }
  3280.   ok_cancel_help;
  3281.       
  3282.   errtile;
  3283. }
  3284.  
  3285. //==================================================================
  3286. // mledit.dcl
  3287. //
  3288. // 
  3289. // Prototype layout for mline edit tools.
  3290.  
  3291.  
  3292. //==================================================================
  3293. // mledit - main dialogue:
  3294.  
  3295. mledit : dialog {
  3296.  
  3297.   label = "Strumenti di modifica multilinea";
  3298.   : row {
  3299.         : image_button {
  3300.            key = "medit_cc";
  3301.            width = 7;
  3302.            height = 3;
  3303.            fixed_width = true;
  3304.         }
  3305.         : image_button {
  3306.            key = "medit_ct";
  3307.            width = 7;
  3308.            height = 3;
  3309.            fixed_width = true;
  3310.         }
  3311.         : image_button {
  3312.            key = "medit_cj";
  3313.            width = 7;
  3314.            height = 3;
  3315.            fixed_width = true;
  3316.         }
  3317.         : image_button {
  3318.            key = "medit_cs";
  3319.            width = 7;
  3320.            height = 3;
  3321.            fixed_width = true;
  3322.         }
  3323.    }
  3324.    : row {
  3325.         : image_button {
  3326.            key = "medit_oc";
  3327.            width = 7;
  3328.            height = 3;
  3329.            fixed_width = true;
  3330.         }
  3331.         : image_button {
  3332.            key = "medit_ot";
  3333.            width = 7;
  3334.            height = 3;
  3335.            fixed_width = true;
  3336.         }
  3337.         : image_button {
  3338.            key = "medit_av";
  3339.            width = 7;
  3340.            height = 3;
  3341.            fixed_width = true;
  3342.         }
  3343.         : image_button {
  3344.            key = "medit_ca";
  3345.            width = 7;
  3346.            height = 3;
  3347.            fixed_width = true;
  3348.         }
  3349.    }
  3350.    : row {
  3351.         : image_button {
  3352.            key = "medit_mc";
  3353.            width = 7;
  3354.            height = 3;
  3355.            fixed_width = true;
  3356.         }
  3357.         : image_button {
  3358.            key = "medit_mt";
  3359.            width = 7;
  3360.            height = 3;
  3361.            fixed_width = true;
  3362.         }
  3363.         : image_button {
  3364.            key = "medit_dv";
  3365.            width = 7;
  3366.            height = 3;
  3367.            fixed_width = true;
  3368.         }
  3369.         : image_button {
  3370.            key = "medit_wa";
  3371.            width = 7;
  3372.            height = 3;
  3373.            fixed_width = true;
  3374.         }
  3375.    }
  3376.    ok_cancel_help;
  3377.    errtile;
  3378. }
  3379.  
  3380. block_equal : dialog {
  3381.   key = "block_equal";
  3382.   label = "Sostituisci il nome del blocco";
  3383.     : text {
  3384.       label = "Il file scelto non pu≥ essere usato come nome di blocco";
  3385.       alignment = centered;
  3386.     }
  3387.     : edit_box {
  3388.         label = "Nuovo nome del blocco:";
  3389.         key = "blockname";
  3390.         edit_width = 31;
  3391.         edit_limit = 31;
  3392.         alignment = centered;
  3393.         allow_accept = true;
  3394.     }
  3395.     ok_cancel_err;
  3396.  
  3397.  
  3398. //  Continues in ACLT2.DCL
  3399.  
  3400. // Next available MSG number is   1
  3401. // MODULE_ID ACLT2_DCL_
  3402. // $Header: /fiji/develop/support/aclt2.dcl 8     4/17/97 5:24p Duff $
  3403.  
  3404. //     ACLT.DCL      Version 13.0 for AutoCAD LT 3.0
  3405. //     Second of 4 parts
  3406. //
  3407. //     Copyright (C) 1993, 1994, 1995 by Autodesk, Inc.
  3408. //
  3409. //     Permission to use, copy, modify, and distribute this software
  3410. //     for any purpose and without fee is hereby granted, provided
  3411. //     that the above copyright notice appears in all copies and
  3412. //     that both that copyright notice and the limited warranty and
  3413. //     restricted rights notice below appear in all supporting
  3414. //     documentation.
  3415. //
  3416. //     AUTODESK PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
  3417. //     AUTODESK SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
  3418. //     MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE.  AUTODESK, INC.
  3419. //     DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
  3420. //     UNINTERRUPTED OR ERROR FREE.
  3421. //
  3422. //     Use, duplication, or disclosure by the U.S. Government is subject to
  3423. //     restrictions set forth in FAR 52.227-19 (Commercial Computer
  3424. //     Software - Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
  3425. //     (Rights in Technical Data and Computer Software), as applicable.
  3426. //
  3427. //.
  3428. // AutoCAD DCL (Dialog Control Language)
  3429. // Define AutoCAD dialogs
  3430.  
  3431. // This file should not be modified when used with AutoCAD.
  3432. // Modification to the dialogue definitions can have serious adverse
  3433. // effects on the use of the product.  Since no modifications to this
  3434. // file are allowed, there should be no need for any internal error
  3435. // checking on the contents of this file, hence we disable audit checks
  3436. // by default.
  3437.  
  3438.  
  3439. // Bmake.dcl - Block make using entmake with a dialogue interface.
  3440.  
  3441. bmake : dialog {
  3442.     label = "Definizione di blocco";
  3443.     : edit_box {
  3444.         label = "Nome &blocco:";
  3445.         key = "bname";
  3446.         edit_limit = 31;
  3447.     }
  3448.     spacer;
  3449.     : row {
  3450.         : boxed_column { 
  3451.             label = "Punto base";
  3452.             : button {
  3453.                 label = "Selezionare &punto <";
  3454.                 key = "pick_pt";                 
  3455.             }
  3456.             : edit_box {
  3457.                 label = "&X:";
  3458.                 key = "x_pt";
  3459.                 edit_width = 10;
  3460.             }
  3461.             : edit_box {
  3462.                 label = "&Y:";
  3463.                 key = "y_pt";
  3464.                 edit_width = 10;
  3465.             }
  3466.             : edit_box {
  3467.                 label = "&Z:";
  3468.                 key = "z_pt";
  3469.                 edit_width = 10;
  3470.             }
  3471.         }
  3472.         : column {
  3473.             spacer_1;
  3474.             : button {
  3475.                 label = "&Selezionare oggetti <";
  3476.                 key = "sel_objs";                 
  3477.             }
  3478.             : concatenation {
  3479.                 : text_part {
  3480.                     label = "Trovati: ";
  3481.                 }
  3482.                 : text_part {
  3483.                     key = "how_many";
  3484.                     width = 5;
  3485.                 }
  3486.              }
  3487.              spacer;
  3488.              : button {
  3489.                  label = "E&lenca nomi di blocco...";
  3490.                  key = "list_blocks";
  3491.              }
  3492.              : toggle {
  3493.                  label = "&Conserva oggetti";
  3494.                  key = "retain";
  3495.              }
  3496.          }
  3497.     }
  3498.    spacer; 
  3499.    spacer;
  3500.    ok_cancel_help_errtile;
  3501. }
  3502.  
  3503. bmake_bname_exists : dialog {
  3504.     label = "Avvertimento";
  3505.     : paragraph {
  3506.         : text_part {
  3507.             label = "Un blocco con lo stesso nome esiste giα nel disegno.";
  3508.         }
  3509.         : text_part {
  3510.             label = "Si desidera ridefinirlo?";
  3511.         }
  3512.     }
  3513.     spacer_1;
  3514.     : row {
  3515.         fixed_width = true;
  3516.         alignment = centered;
  3517.         : button {
  3518.             label = "&Ridefinisci";
  3519.             key = "yes";
  3520.             width = 8;
  3521.         }
  3522.         : spacer {
  3523.             width = 2;
  3524.         }
  3525.         : default_button {
  3526.             label = "Annulla";
  3527.             key = "no";
  3528.             width = 8;
  3529.         }
  3530.     }
  3531. }
  3532.  
  3533. bmake_list_blocks : dialog {
  3534.     label = "Nomi di blocchi in questo disegno";
  3535.     : edit_box {
  3536.         label = "&Modello:";
  3537.         key = "pattern";
  3538.     }
  3539.     : list_box {                                   
  3540.         key = "bl_match";
  3541.         width = 32;
  3542. //      multiple_select = true;
  3543. //      allow_accept = true;
  3544.     }
  3545.     spacer;
  3546.     ok_only;
  3547. }
  3548.  
  3549. // BMAKE stuff precedes.
  3550.  
  3551. //  DDMODIFY stuff follows.
  3552.  
  3553. //-------- Subassemblies and prototypes shared across several dialogues -------
  3554.  
  3555. ddmod_common_fields : column {
  3556.     : boxed_row {
  3557.         label = "Proprietα";
  3558.         : column {
  3559.             : row {
  3560.                 fixed_width = true;
  3561.                 : button {
  3562.                     label = "Colore...";
  3563.                     mnemonic = "C";
  3564.                     key = "b_color";
  3565.                     width = 16;
  3566.                     fixed_width = true;
  3567.                 }
  3568.                 : image_button {
  3569.                     key = "show_image";
  3570.                     height = 1;
  3571.                     width = 3;
  3572.                 }
  3573.                 : text {
  3574.                     key = "t_color";
  3575.                     width = 12;
  3576.                 }
  3577.             }
  3578.             : row {
  3579.                 fixed_width = true;
  3580.                 : button {
  3581.                     label = "Layer...";
  3582.                     mnemonic = "L";
  3583.                     key = "b_name";
  3584.                     width = 16;
  3585.                     fixed_width = true;
  3586.                 }
  3587.                 : text {
  3588.                     key = "t_layer";
  3589.                     width = 16;
  3590.                 }
  3591.             }
  3592.             : row {
  3593.                 fixed_width = true;
  3594.                 : button {
  3595.                     label = "Tipolinea...";
  3596.                     mnemonic = "T";
  3597.                     key = "b_line";
  3598.                     width = 16;
  3599.                 }
  3600.                 : text {
  3601.                     key = "t_ltype";
  3602.                     width = 16;
  3603.                 }
  3604.            }
  3605.         }
  3606.         spacer_1;
  3607.         : column {
  3608.             fixed_width = true;
  3609.             ddmod_handle_assembly;
  3610.             : row {
  3611.                 : text_part {
  3612.                     label = "Altezza:";
  3613.                     mnemonic = "A";
  3614.                     key = "b_thickness";
  3615.                     width = 16;
  3616.                     fixed_width = true;
  3617.                 }
  3618.                 : edit_box {
  3619.                     key = "eb_thickness";
  3620.                     edit_width = 15;
  3621.                 }
  3622.             }
  3623.             : row {
  3624.                 : text_part {
  3625.                     label = "Scala tipolinea:";
  3626.                     mnemonic = "S";
  3627.                     width = 16;
  3628.                     fixed_width = true;
  3629.                 }
  3630.                 : edit_box {
  3631.                     key = "eb_ltscale";
  3632.                     edit_width = 15;
  3633.                 }
  3634.             }
  3635.         }
  3636.     }
  3637.     spacer;
  3638. }
  3639.  
  3640. ddmod_num_box : edit_box {
  3641.     edit_width = 10;
  3642. }
  3643.  
  3644. ddmod_pk_pt_button : button {
  3645.     label = "Selez. punto <";
  3646.     alignment = centered;
  3647. }
  3648.  
  3649. ddmod_pk_pt_1_button : ddmod_pk_pt_button {
  3650.     key = "pick_1";
  3651.     mnemonic = "<";
  3652. }
  3653. ddmod_pk_pt_2_button : ddmod_pk_pt_button {
  3654.     key = "pick_2";
  3655.     mnemonic = "e";
  3656. }
  3657. ddmod_pk_pt_3_button : ddmod_pk_pt_button {
  3658.     key = "pick_3";
  3659.     mnemonic = "o";
  3660. }
  3661. ddmod_pk_pt_4_button : ddmod_pk_pt_button {
  3662.     key = "pick_4";
  3663.     mnemonic = "n";
  3664. }
  3665.  
  3666. ddmod_x_box : ddmod_num_box {
  3667.     label = "X:";
  3668.     mnemonic = "X";
  3669. }
  3670. ddmod_y_box : ddmod_num_box {
  3671.     label = "Y:";
  3672.     mnemonic = "Y";
  3673. }
  3674. ddmod_z_box : ddmod_num_box {
  3675.     label = "Z:";
  3676.     mnemonic = "Z";
  3677. }
  3678.  
  3679. ddmod_x1_box : ddmod_x_box {
  3680.     key = "x1_pt";
  3681. }
  3682. ddmod_x2_box : ddmod_x_box {
  3683.     key = "x2_pt";
  3684. }
  3685. ddmod_x3_box : ddmod_x_box {
  3686.     key = "x3_pt";
  3687. }
  3688. ddmod_x4_box : ddmod_x_box {
  3689.     key = "x4_pt";
  3690. }
  3691.  
  3692. ddmod_y1_box : ddmod_y_box {
  3693.     key = "y1_pt";
  3694. }
  3695. ddmod_y2_box : ddmod_y_box {
  3696.     key = "y2_pt";
  3697. }
  3698. ddmod_y3_box : ddmod_y_box {
  3699.     key = "y3_pt";
  3700. }
  3701. ddmod_y4_box : ddmod_y_box {
  3702.     key = "y4_pt";
  3703. }
  3704.  
  3705. ddmod_z1_box : ddmod_z_box {
  3706.     key = "z1_pt";
  3707. }
  3708. ddmod_z2_box : ddmod_z_box {
  3709.     key = "z2_pt";
  3710. }
  3711. ddmod_z3_box : ddmod_z_box {
  3712.     key = "z3_pt";
  3713. }
  3714. ddmod_z4_box : ddmod_z_box {
  3715.     key = "z4_pt";
  3716. }
  3717. // Xline/Ray edit boxes.
  3718. ddmod_xline_x1 : ddmod_x_box {
  3719.     key = "xline_x1";
  3720. }
  3721. ddmod_xline_y1 : ddmod_y_box {
  3722.     key = "xline_y1";
  3723. }
  3724. ddmod_xline_z1 : ddmod_z_box {
  3725.     key = "xline_z1";
  3726. }
  3727. ddmod_xline_x2 : ddmod_x_box {
  3728.     key = "xline_x2";
  3729. }
  3730. ddmod_xline_y2 : ddmod_y_box {
  3731.     key = "xline_y2";
  3732. }
  3733. ddmod_xline_z2 : ddmod_z_box {
  3734.     key = "xline_z2";
  3735. }
  3736.  
  3737. ddmod_handle_assembly : row {
  3738.     : text {
  3739.         label = "Gestore:";
  3740.         width = 16;
  3741.         fixed_width = true;
  3742.     }
  3743.     // width = width of thickness/ltscale edit boxes - 3;
  3744.     : text {
  3745.         key = "Handle";
  3746.         width = 12;
  3747.     }
  3748. }
  3749.  
  3750. ddmod_dimedit_column : column {
  3751.     fixed_width = true;
  3752.     fixed_height = true;
  3753.     : button {
  3754.         label = "Modifica...";
  3755.         mnemonic = "d";
  3756.         key = "mod_text";
  3757.         height = 2;
  3758.     }
  3759.     ddmod_dimedit_mod_style;
  3760. }
  3761.  
  3762. ddmod_dimedit_mod_style : popup_list {
  3763.     label = "Stile: ";
  3764.     mnemonic = "e";
  3765.     key = "mod_style";
  3766.     width = 32;
  3767.     list = "";
  3768. }
  3769.  
  3770. //-------------------- Dialogues --------------------
  3771.  
  3772. ddmod_mline : dialog {
  3773.     label = "Modifica multilinea";
  3774.     ddmod_common_fields;
  3775.     : row {
  3776.       : concatenation {
  3777.          : text_part {
  3778.              label = "Stile multilinea: ";
  3779.              width = 12;
  3780.          }
  3781.          : text_part {
  3782.              key = "ml_style";
  3783.              width = 33;
  3784.              fixed_width = true;
  3785.          }
  3786.       }
  3787.       spacer_1;
  3788.     }
  3789.     spacer;
  3790.     : row { 
  3791.         alignment = centered;
  3792.         fixed_width = true;
  3793.         ok_cancel_help;
  3794.     }
  3795.     errtile;
  3796. }
  3797.  
  3798. ddmod_xline : dialog {
  3799.     label = "Modifica Xlinea";
  3800.     ddmod_common_fields;
  3801.     spacer;
  3802.     : row {
  3803.         : boxed_column {
  3804.             label = "Punto di origine";
  3805.             fixed_width = true;
  3806.             ddmod_pk_pt_1_button;
  3807.             ddmod_xline_x1;
  3808.             ddmod_xline_y1;
  3809.             ddmod_xline_z1;
  3810.         }
  3811.         : boxed_column {
  3812.             label = "Secondo punto";
  3813.             fixed_width = true;
  3814.             ddmod_pk_pt_2_button;
  3815.             ddmod_xline_x2;
  3816.             ddmod_xline_y2;
  3817.             ddmod_xline_z2;
  3818.         }
  3819.         : boxed_column {
  3820.             label = "Vettore di direzione";
  3821.                spacer_1;
  3822.                 : concatenation {
  3823.                     : text_part {
  3824.                         label = " X:";
  3825.                         width = 4;
  3826.                     }
  3827.                     : text_part {
  3828.                         key = "dir_x";
  3829.                         width = 10;
  3830.                     }
  3831.                 }
  3832.                 : concatenation {
  3833.                     : text_part {
  3834.                         label = " Y:";
  3835.                         width = 4;
  3836.                     }
  3837.                     : text_part {
  3838.                         key = "dir_y";
  3839.                         width = 10;
  3840.                     }
  3841.                 }
  3842.                 : concatenation {
  3843.                     : text_part {
  3844.                         label = " Z:";
  3845.                         width = 4;
  3846.                     }
  3847.                     : text_part {
  3848.                         key = "dir_z";
  3849.                         width = 10;
  3850.                     }
  3851.                 }
  3852.                 spacer_1;
  3853.         }
  3854.     }
  3855.     spacer;
  3856.     ok_cancel_help_errtile;
  3857. }
  3858.  
  3859. ddmod_ray : dialog {
  3860.     label = "Modifica raggio";
  3861.     ddmod_common_fields;
  3862.     spacer;
  3863.     : row {
  3864.         : boxed_column {
  3865.             label = "Punto iniziale";
  3866.             fixed_width = true;
  3867.             ddmod_pk_pt_1_button;
  3868.             ddmod_xline_x1;
  3869.             ddmod_xline_y1;
  3870.             ddmod_xline_z1;
  3871.         }
  3872.         : boxed_column {
  3873.             label = "Secondo punto";
  3874.             fixed_width = true;
  3875.             ddmod_pk_pt_2_button;
  3876.             ddmod_xline_x2;
  3877.             ddmod_xline_y2;
  3878.             ddmod_xline_z2;
  3879.         }
  3880.         : boxed_column {
  3881.             label = "Vettore di direzione";
  3882.                spacer_1;
  3883.                 : concatenation {
  3884.                     : text_part {
  3885.                         label = " X:";
  3886.                         width = 4;
  3887.                     }
  3888.                     : text_part {
  3889.                         key = "dir_x";
  3890.                         width = 10;
  3891.                     }
  3892.                 }
  3893.                 : concatenation {
  3894.                     : text_part {
  3895.                         label = " Y:";
  3896.                         width = 4;
  3897.                     }
  3898.                     : text_part {
  3899.                         key = "dir_y";
  3900.                         width = 10;
  3901.                     }
  3902.                 }
  3903.                 : concatenation {
  3904.                     : text_part {
  3905.                         label = " Z:";
  3906.                         width = 4;
  3907.                     }
  3908.                     : text_part {
  3909.                         key = "dir_z";
  3910.                         width = 10;
  3911.                     }
  3912.                 }
  3913.                 spacer_1;
  3914.         }
  3915.     }
  3916.     spacer;
  3917.     ok_cancel_help_errtile;
  3918. }
  3919.  
  3920. ddmod_point : dialog {
  3921.     label = "Modifica punto";
  3922.     ddmod_common_fields;
  3923.     spacer;
  3924.     : row {
  3925.         fixed_width = true;
  3926.         : boxed_column {
  3927.             label = "Posizione";
  3928.             fixed_width = true;
  3929.             ddmod_pk_pt_1_button;
  3930.             ddmod_x1_box;
  3931.             ddmod_y1_box;
  3932.             ddmod_z1_box;
  3933.         }
  3934.         spacer;
  3935.         : column {
  3936.             alignment = top;
  3937.             fixed_height = true;
  3938.             spacer_1;
  3939.         }
  3940.     }
  3941.     ok_cancel_help_errtile;
  3942. }
  3943.  
  3944. ddmod_line : dialog {
  3945.     label = "Modifica linea";
  3946.     ddmod_common_fields;
  3947.     spacer;
  3948.     : row {
  3949.         : boxed_column {
  3950.             label = "Dal punto";
  3951.             fixed_width = true;
  3952.             ddmod_pk_pt_1_button;
  3953.             ddmod_x1_box;
  3954.             ddmod_y1_box;
  3955.             ddmod_z1_box;
  3956.         }
  3957.         : boxed_column {
  3958.             label = "Al punto";
  3959.             fixed_width = true;
  3960.             ddmod_pk_pt_2_button;
  3961.             ddmod_x2_box;
  3962.             ddmod_y2_box;
  3963.             ddmod_z2_box;
  3964.         }
  3965.         : column {
  3966.             : text {
  3967.                 label = "XYZ del delta: ";
  3968.             }
  3969.             : column {
  3970.                 fixed_height = true;
  3971.                 : concatenation {
  3972.                     : text_part {
  3973.                         label = " X:";
  3974.                         width = 4;
  3975.                     }
  3976.                     : text_part {
  3977.                         key = "delta_x";
  3978.                         width = 14;
  3979.                     }
  3980.                 }
  3981.                 : concatenation {
  3982.                     : text_part {
  3983.                         label = " Y:";
  3984.                         width = 4;
  3985.                     }
  3986.                     : text_part {
  3987.                         key = "delta_y";
  3988.                         width = 14;
  3989.                     }
  3990.                 }
  3991.                 : concatenation {
  3992.                     : text_part {
  3993.                         label = " Z:";
  3994.                         width = 4;
  3995.                     }
  3996.                     : text_part {
  3997.                         key = "delta_z";
  3998.                         width = 14;
  3999.                     }
  4000.                 }
  4001.             }
  4002.             spacer_0;
  4003.             : column {
  4004.                 fixed_height = true;
  4005.                 : concatenation {
  4006.                     : text_part {
  4007.                         label = "Lunghezza: ";
  4008.                         width = 8;
  4009.                     }
  4010.                     : text_part {
  4011.                         key = "l_length";
  4012.                         width = 14;
  4013.                     }
  4014.                 }
  4015.                 fixed_height = true;
  4016.                 : concatenation {
  4017.                     : text_part {
  4018.                         label = "Angolo: ";
  4019.                         width = 8;
  4020.                     }
  4021.                     : text_part {
  4022.                         key = "l_angle";
  4023.                         width = 10;
  4024.                     }
  4025.                 }
  4026.             }
  4027.         }
  4028.     spacer_1;
  4029.     }
  4030.     spacer;
  4031.     ok_cancel_help_errtile;
  4032. }
  4033.  
  4034. ddmod_ellipse : dialog {
  4035.     label = "Modifica ellisse";
  4036.     ddmod_common_fields;
  4037.     : row {
  4038.         fixed_width = true;
  4039.         : boxed_column {
  4040.             label = "Centro";
  4041.             fixed_width = true;
  4042.             ddmod_pk_pt_1_button;
  4043.             ddmod_x1_box;
  4044.             ddmod_y1_box;
  4045.             ddmod_z1_box;
  4046.         }
  4047.         spacer;
  4048.         : column {
  4049.             fixed_height = true;
  4050.             : ddmod_num_box {
  4051.                 label = "Raggio maggiore:";
  4052.                 mnemonic = "R";
  4053.                 key = "majrad";
  4054.             }
  4055.             : ddmod_num_box {
  4056.                 label = "Raggio minore:";
  4057.                 mnemonic = "m";
  4058.                 key = "minrad";
  4059.             }
  4060.             : row {
  4061.                 : column {
  4062.                     : text {
  4063.                         label = "Rapporto raggio:";
  4064.                     }
  4065.                 }
  4066.                 : column {
  4067.                     : text {
  4068.                         key = "rratio";
  4069.                         width = 11;
  4070.                     }
  4071.                 }
  4072.             } 
  4073.             : ddmod_num_box {
  4074.                 label = "Angolo iniziale:";
  4075.                 mnemonic = "i";
  4076.                 key = "st_ang";
  4077.             }
  4078.             : ddmod_num_box {
  4079.                 label = "Angolo finale:";
  4080.                 mnemonic = "f";
  4081.                 key = "end_eang";
  4082.             }
  4083.         }
  4084.         : column {
  4085.             : boxed_column {
  4086.                 label = "Vettore asse maggiore";
  4087.                 fixed_width = true;
  4088.                 : row {
  4089.                     : column {
  4090.                         : text {
  4091.                             label = "X:";
  4092.                         }
  4093.                         : text {
  4094.                             label = "Y:";
  4095.                         }
  4096.                         : text {
  4097.                             label = "Z:";
  4098.                         }
  4099.                     }
  4100.                     : column {
  4101.                         : text {
  4102.                             key = "Majraddirx";
  4103.                             width = 11;
  4104.                         }
  4105.                         : text {
  4106.                             key = "Majraddiry";
  4107.                             width = 11;
  4108.                         }
  4109.                         : text {
  4110.                             key = "Majraddirz";
  4111.                             width = 11;
  4112.                         }
  4113.                     }
  4114.                 }
  4115.             }
  4116.             : column {
  4117.                 fixed_height = true;
  4118.                 : row {
  4119.                     : column {
  4120.                         : text {
  4121.                             label = "Area: ";
  4122.                             key = "Area_text";
  4123.                         }
  4124.                     }
  4125.                     : column {
  4126.                         : text {
  4127.                             key = "Area";
  4128.                             width = 20;
  4129.                         }
  4130.                     }
  4131.                 }
  4132.             }
  4133.         }
  4134.     }
  4135.     spacer;
  4136.     ok_cancel_help_errtile;
  4137. }
  4138.  
  4139. ddmod_spline : dialog {
  4140.     label = "Modifica spline";
  4141.     ddmod_common_fields;
  4142.     : row {
  4143.         : boxed_column {
  4144.             label = "Punti di controllo";
  4145.             fixed_width = true;
  4146.             : row {
  4147.                 : column {
  4148.                     vertical_margin = wide;
  4149.                     : concatenation {
  4150.                         : text_part {
  4151.                             label = "Vertice:";
  4152.                         }
  4153.                         : text_part {
  4154.                             key = "cntl_ctr";
  4155.                             width = 4;
  4156.                         }
  4157.                     }
  4158.                 }
  4159.                 : column {
  4160.                     : button {
  4161.                         label = "Seguente";
  4162.                         mnemonic = "e";
  4163.                         key = "next_cntlpt";
  4164.                     }
  4165.                 }
  4166.             }
  4167.             : concatenation {
  4168.                 : text_part {
  4169.                   label = "X: ";
  4170.                 }
  4171.                 : text_part {
  4172.                   key = "xtext";
  4173.                   width = 10;
  4174.                 }
  4175.             }
  4176.             : concatenation {
  4177.                 : text_part {
  4178.                   label = "Y: ";
  4179.                 }
  4180.                 : text_part {
  4181.                   key = "ytext";
  4182.                   width = 10;
  4183.                 }
  4184.             }
  4185.             : concatenation {
  4186.                 : text_part {
  4187.                   label = "Z: ";
  4188.                 }
  4189.                 : text_part {
  4190.                   key = "ztext";
  4191.                   width = 10;
  4192.                 }
  4193.             }
  4194.             : concatenation {
  4195.                 : text_part {
  4196.                   label = "Peso: ";
  4197.                   key = "weight_text";
  4198.                 }
  4199.                 : text_part {
  4200.                   key = "weight";
  4201.                   width = 10;
  4202.                 }
  4203.             }
  4204.         }
  4205.         : column {
  4206.             fixed_height = true;
  4207.             : row {
  4208.                : column {
  4209.                    : text {
  4210.                        label = "      ";
  4211.                    }
  4212.                    : text {
  4213.                        label = "Grado:";
  4214.                    }
  4215.                    : text {
  4216.                        label = "Proprietα";
  4217.                    }
  4218.                    : text {
  4219.                        label = "      ";
  4220.                    }
  4221.                    : text {
  4222.                        label = "      ";
  4223.                    }
  4224.                    : text {
  4225.                        label = "      ";
  4226.                    }
  4227.                    : text {
  4228.                        label = "      ";
  4229.                    }
  4230.                }
  4231.                : column {
  4232.                    : text {
  4233.                        label = "    ";
  4234.                    }
  4235.                    : text {
  4236.                        key = "Degree";
  4237.                        width = 13;
  4238.                    }
  4239.                    : text {
  4240.                        key = "SpProp1";
  4241.                        width = 13;
  4242.                    }
  4243.                    : text {
  4244.                        key = "SpProp2";
  4245.                        width = 13;
  4246.                    }
  4247.                    : text {
  4248.                        key = "SpProp3";
  4249.                        width = 13;
  4250.                    }
  4251.                    : text {
  4252.                        key = "SpProp4";
  4253.                        width = 13;
  4254.                    }
  4255.                    : text {
  4256.                        key = "SpProp5";
  4257.                        width = 13;
  4258.                    }
  4259.                }
  4260.             }
  4261.         }
  4262.         : boxed_column {
  4263.             label = "Punti dei dati";
  4264.             fixed_width = true;
  4265.             key = "data_pts";
  4266.             : row {
  4267.                 : column {
  4268.                     vertical_margin = wide;
  4269.                     : concatenation {
  4270.                         : text_part {
  4271.                             label = "Vertice:";
  4272.                         }
  4273.                         : text_part {
  4274.                             key = "data_ctr";
  4275.                             width = 4;
  4276.                         }
  4277.                     }    
  4278.                 }
  4279.                 : column {
  4280.                     : button {
  4281.                         label = "Seguente";
  4282.                         mnemonic = "n";
  4283.                         key = "next_datapt";
  4284.                     }
  4285.                 }
  4286.             }    
  4287.             : concatenation {
  4288.                 : text_part {
  4289.                   label = "X: ";
  4290.                 }
  4291.                 : text_part {
  4292.                   key = "dxtext";
  4293.                   width = 10;  
  4294.                 }
  4295.             }    
  4296.             : concatenation {
  4297.                 : text_part {
  4298.                   label = "Y: ";
  4299.                 }
  4300.                 : text_part {
  4301.                   key = "dytext";
  4302.                   width = 10;
  4303.                 }
  4304.             }
  4305.             : concatenation {
  4306.                 : text_part {
  4307.                   label = "Z: ";
  4308.                 }
  4309.                 : text_part {
  4310.                   key = "dztext";
  4311.                   width = 10;
  4312.                 }
  4313.             }
  4314.         }
  4315.     }
  4316.     spacer;
  4317.     ok_cancel_help_errtile;
  4318. }
  4319.  
  4320. ddmod_circle : dialog {
  4321.     label = "Modifica cerchio";
  4322.     ddmod_common_fields;
  4323.     spacer;
  4324.     : row {
  4325.         fixed_width = true;
  4326.         : boxed_column {
  4327.             label = "Centro";
  4328.             fixed_width = true;
  4329.             ddmod_pk_pt_1_button;
  4330.             ddmod_x1_box;
  4331.             ddmod_y1_box;
  4332.             ddmod_z1_box;
  4333.         }
  4334.         spacer;
  4335.         : column {
  4336.             fixed_height = true;
  4337.             : text {
  4338.                label = "   ";
  4339.             }
  4340.             : ddmod_num_box {
  4341.                 label = "Raggio:";
  4342.                 mnemonic = "R";
  4343.                 key = "radius";
  4344.             }
  4345.             : row {
  4346.                 : column {
  4347.                     : text { label = "Diametro:";      }
  4348.                     : text { label = "Circonferenza:"; }
  4349.                     : text { label = "Area: ";         }
  4350.                 }
  4351.                 : column {
  4352.                     : text { 
  4353.                         width = 11;
  4354.                         key = "Dia";
  4355.                         alignment = right;
  4356.                     }
  4357.                     : text {
  4358.                         width = 11;
  4359.                         key = "Circum";
  4360.                         alignment = right;
  4361.                     }
  4362.                     : text {
  4363.                         width = 20;
  4364.                         key = "Area";
  4365.                         alignment = right;
  4366.                     }
  4367.                 }
  4368.             }
  4369.         }
  4370.     }
  4371.     spacer;
  4372.     ok_cancel_help_errtile;
  4373. }
  4374.  
  4375. ddmod_arc : dialog {
  4376.     label = "Modifica arco";
  4377.     ddmod_common_fields;
  4378.     spacer;
  4379.     : row {
  4380.         fixed_width = true;
  4381.         : boxed_column {
  4382.             label = "Centro";
  4383.             fixed_width = true;
  4384.             ddmod_pk_pt_1_button;
  4385.             ddmod_x1_box;
  4386.             ddmod_y1_box;
  4387.             ddmod_z1_box;
  4388.         }
  4389.         spacer;
  4390.         : column {
  4391.             fixed_width = true;
  4392.             : text {
  4393.                label = "   ";
  4394.             }
  4395.             : ddmod_num_box {
  4396.                 label = "Raggio: ";
  4397.                 mnemonic = "R";
  4398.                 key = "radius";
  4399.             }
  4400.             : ddmod_num_box {
  4401.                 label = "Angolo iniziale: ";
  4402.                 mnemonic = "i";
  4403.                 key = "st_ang";
  4404.             }
  4405.             : ddmod_num_box {
  4406.                 label = "Angolo finale: ";
  4407.                 mnemonic = "f";
  4408.                 key = "end_ang";
  4409.             }
  4410.             : concatenation {
  4411.                 : text_part {
  4412.                   label = "Angolo totale: ";
  4413.                   width = 14;
  4414.                 }
  4415.                 : text_part {
  4416.                   key = "tot_angle";
  4417.                   width = 10;
  4418.                 }
  4419.             }
  4420.         }
  4421.         spacer;
  4422.         : column {
  4423.             fixed_height = true;
  4424.             fixed_width = true;
  4425.             alignment = top;
  4426.             : text {
  4427.                 label = "   ";
  4428.             }
  4429.             : concatenation {
  4430.                 : text_part {
  4431.                     label = "Lunghezza arco: ";
  4432.                     width = 13;
  4433.                 }
  4434.                 : text_part {
  4435.                     key = "arclen";
  4436.                     width = 8;
  4437.                 }
  4438.             }
  4439.         }
  4440.     }
  4441.     spacer;
  4442.     ok_cancel_help_errtile;
  4443. }
  4444.  
  4445. ddmod_solid : dialog {
  4446.     label = "Modifica solido";
  4447.     ddmod_common_fields;
  4448.     spacer;
  4449.     : row {
  4450.         children_alignment = top;
  4451.         children_fixed_width = true;
  4452.         children_fixed_height = true;
  4453.         : column {
  4454.             : boxed_column {
  4455.                 label = "Punto 1";
  4456.                 ddmod_pk_pt_1_button;
  4457.                 ddmod_x1_box;
  4458.                 ddmod_y1_box;
  4459.             }
  4460.         }
  4461.         : boxed_column {
  4462.             label = "Punto 2";
  4463.             ddmod_pk_pt_2_button;
  4464.             ddmod_x2_box;
  4465.             ddmod_y2_box;
  4466.         }
  4467.         : boxed_column {
  4468.             label = "Punto 3";
  4469.             ddmod_pk_pt_3_button;
  4470.             ddmod_x3_box;
  4471.             ddmod_y3_box;
  4472.         }
  4473.         : boxed_column {
  4474.             label = "Punto 4";
  4475.             ddmod_pk_pt_4_button;
  4476.             ddmod_x4_box;
  4477.             ddmod_y4_box;
  4478.             ddmod_z4_box;
  4479.         }
  4480.     }
  4481.     spacer;
  4482.     ok_cancel_help_errtile;
  4483. }
  4484.  
  4485. ddmod_block : dialog {
  4486.     label = "Modifica inserimento blocco";
  4487.     ddmod_common_fields;
  4488.     spacer;
  4489.     : concatenation {
  4490.        : text_part {
  4491.            label = "Nome blocco: ";
  4492.            width = 12;
  4493.        }
  4494.        : text_part {
  4495.            key = "Bl_name";
  4496.            width = 33;
  4497.        }
  4498.     }
  4499.     spacer;
  4500.     : row {
  4501.         fixed_width = true;
  4502.         : boxed_column {
  4503.             label = "Punto di inserimento";
  4504.             fixed_width = true;
  4505.             fixed_height = true;
  4506.             ddmod_pk_pt_1_button;
  4507.             ddmod_x1_box;
  4508.             ddmod_y1_box;
  4509.             ddmod_z1_box;
  4510.         }
  4511.         spacer;
  4512.         : column {
  4513.             fixed_width = true;
  4514.             fixed_height = true;
  4515.             : text {
  4516.                label = "   ";
  4517.             }
  4518.             : ddmod_num_box {
  4519.                 label = "Scala-X: ";
  4520.                 mnemonic = "X";
  4521.                 key = "xscale";
  4522.             }
  4523.             : ddmod_num_box {
  4524.                 label = "Scala-Y: ";
  4525.                 mnemonic = "Y";
  4526.                 key = "yscale";
  4527.             }
  4528.             : ddmod_num_box {
  4529.                 label = "Scala-Z: ";
  4530.                 mnemonic = "Z";
  4531.                 key = "zscale";
  4532.             }
  4533.             : ddmod_num_box {
  4534.                 label = "Rotazione: ";
  4535.                 mnemonic = "R";
  4536.                 key = "rot";
  4537.             }
  4538.         }
  4539.         spacer;
  4540.         : row {
  4541.             : column {
  4542.                 spacer_1;
  4543.                 : text { label = "Colonne: ";     }
  4544.                 : text { label = "Righe: ";        }
  4545.                 : text { label = "Intervallo colonne: "; }
  4546.                 : text { label = "Intervallo righe: "; }
  4547.                 : text { label = "Attributi: ";  }
  4548.             }
  4549.             : column {
  4550.                 spacer_1;
  4551.                 : text { width = 11; key = "columns"; }
  4552.                 : text { width = 11; key = "rows";    }
  4553.                 : text { width = 11; key = "col_sp";  }
  4554.                 : text { width = 11; key = "row_sp";  }
  4555.                 : text { width = 11; key = "attribs"; }
  4556.             }
  4557.         }
  4558.     }
  4559.     spacer;
  4560.     // ACAD_LT has no "Show clipped block" toggle
  4561.     ok_cancel_help_errtile;
  4562. }
  4563.  
  4564. ddmod_hatch : dialog {
  4565.     label = "Modifica tratteggio associativo";
  4566.     ddmod_common_fields;
  4567.     : row {
  4568.       : concatenation {
  4569.          : text_part {
  4570.              label = "Nome blocco: ";
  4571.              width = 12;
  4572.          }
  4573.          : text_part {
  4574.              key = "Bl_name";
  4575.              width = 33;
  4576.              fixed_width = true;
  4577.          }
  4578.       }
  4579.       spacer_1;
  4580.     }
  4581.     spacer;
  4582.     : row { 
  4583.         alignment = centered;
  4584.         fixed_width = true;
  4585.         ok_cancel;
  4586.         : spacer { width = 2; }
  4587.         : button {
  4588.             label = "Edita tratteggio...";
  4589.             mnemonic = "E";
  4590.             key = "b_hatch";
  4591.         }
  4592.         : spacer { width = 2; }
  4593.         help_button;
  4594.     }
  4595.     errtile;
  4596. }
  4597.  
  4598. ddmod_newhatch : dialog {
  4599.     label = "Modifica tratteggio";
  4600.     ddmod_common_fields;
  4601.     spacer;
  4602.     : row { 
  4603.         alignment = centered;
  4604.         fixed_width = true;
  4605.         ok_cancel;
  4606.         : spacer { width = 2; }
  4607.         : button {
  4608.             label = "Edita tratteggio...";
  4609.             mnemonic = "E";
  4610.             key = "b_hatch";
  4611.         }
  4612.         : spacer { width = 2; }
  4613.         help_button;
  4614.     }
  4615.     errtile;
  4616. }
  4617.  
  4618. ddmod_xref : dialog {
  4619.     label = "Modifica riferimento esterno";
  4620.     ddmod_common_fields;
  4621.     spacer;
  4622.     : row {
  4623.         : concatenation {
  4624.            : text_part {
  4625.                label = "Nome Xrif: ";
  4626.            }
  4627.            : text_part {
  4628.                key = "Bl_name";
  4629.                width = 12;
  4630.            }
  4631.         }
  4632.         spacer_0;
  4633.         : concatenation {
  4634.            : text_part {
  4635.                label = "Percorso: ";
  4636.            }
  4637.            : text_part {
  4638.                key = "path";
  4639.                width = 35;
  4640.            }
  4641.         }
  4642.     }
  4643.     spacer;
  4644.     : row {
  4645.         fixed_width = true;
  4646.         : boxed_column {
  4647.             label = "Punto di inserimento";
  4648.             fixed_width = true;
  4649.             fixed_height = true;
  4650.             ddmod_pk_pt_1_button;
  4651.             ddmod_x1_box;
  4652.             ddmod_y1_box;
  4653.             ddmod_z1_box;
  4654.         }
  4655.         spacer;
  4656.         : column {
  4657.             fixed_width = true;
  4658.             fixed_height = true;
  4659.             : text {
  4660.                label = "   ";
  4661.             }
  4662.             : ddmod_num_box {
  4663.                 label = "Scala-X: ";
  4664.                 mnemonic = "X";
  4665.                 key = "xscale";
  4666.             }
  4667.             : ddmod_num_box {
  4668.                 label = "Scala-Y: ";
  4669.                 mnemonic = "Y";
  4670.                 key = "yscale";
  4671.             }
  4672.             : ddmod_num_box {
  4673.                 label = "Scala-Z: ";
  4674.                 mnemonic = "Z";
  4675.                 key = "zscale";
  4676.             }
  4677.             : ddmod_num_box {
  4678.                 label = "Rotazione: ";
  4679.                 mnemonic = "R";
  4680.                 key = "rot";
  4681.             }
  4682.         }
  4683.         spacer;
  4684.         : row {
  4685.             : column {
  4686.                 spacer_1;
  4687.                 : text { label = "Colonne: ";     }
  4688.                 : text { label = "Righe: ";        }
  4689.                 : text { label = "Intervallo colonne: "; }
  4690.                 : text { label = "Intervallo righe: "; }
  4691.             }
  4692.             : column {
  4693.                 spacer_1;
  4694.                 : text { width = 11; key = "columns"; }
  4695.                 : text { width = 11; key = "rows";    }
  4696.                 : text { width = 11; key = "col_sp";  }
  4697.                 : text { width = 11; key = "row_sp";  }
  4698.             }
  4699.         }
  4700.     }
  4701.     spacer;
  4702.     // ACAD_LT has no "Show clipped xref" toggle
  4703.     ok_cancel_help_errtile;
  4704. }
  4705.  
  4706. ddmod_text : dialog {
  4707.     label = "Modifica testo";
  4708.     ddmod_common_fields;
  4709.     spacer;
  4710.     : edit_box {
  4711.         label = "Testo: ";
  4712.         mnemonic = "e";
  4713.         key = "t_string";
  4714.         width = 50;
  4715.         edit_limit = 253;
  4716.     }
  4717.     spacer;
  4718.     : row {
  4719.         fixed_width = true;
  4720.         : boxed_column {
  4721.             label = "Origine";
  4722.             fixed_width = true;
  4723.             ddmod_pk_pt_1_button;
  4724.             ddmod_x1_box;
  4725.             ddmod_y1_box;
  4726.             ddmod_z1_box;
  4727.         }
  4728.         : column {
  4729.             fixed_width = true;
  4730.             : text {
  4731.                 label = "  ";
  4732.             }
  4733.             : ddmod_num_box {
  4734.                 label = "Altezza: ";
  4735.                 mnemonic = "A";
  4736.                 key = "hght";
  4737.             }
  4738.             : ddmod_num_box {
  4739.                 label = "Rotazione: ";
  4740.                 mnemonic = "R";
  4741.                 key = "rot";
  4742.             }
  4743.             : ddmod_num_box {
  4744.                 label = "Fatt. di largh.: ";
  4745.                 mnemonic = "F";
  4746.                 key = "wid";
  4747.             }
  4748.             : ddmod_num_box {
  4749.                 label = "Inclinazione: ";
  4750.                 mnemonic = "n";
  4751.                 key = "obl";
  4752.             }
  4753.         }
  4754.         : column {
  4755.             fixed_width = true;
  4756.             : text {
  4757.                 label = "  ";
  4758.             }
  4759.             : popup_list {
  4760.                 label = "Giustifica:";
  4761.                 mnemonic = "G";
  4762.                 key = "popup_just";
  4763.                 edit_width = 13;
  4764.             }
  4765.             : popup_list {
  4766.                 label = "Stile:";
  4767.                 mnemonic = "i";
  4768.                 key = "style";
  4769.                 edit_width = 13;
  4770.             }
  4771.             : column {
  4772.                 children_fixed_width = true;
  4773.                 : toggle {
  4774.                     label = "Sottosopra";
  4775.                     mnemonic = "p";
  4776.                     key = "upsd";
  4777.                 }
  4778.                 : toggle {
  4779.                     label = "Indietro";
  4780.                     mnemonic = "o";
  4781.                     key = "bkwd";
  4782.                 }
  4783.             }
  4784.         }
  4785.     }
  4786.     spacer;
  4787.     ok_cancel_help_errtile;
  4788. }
  4789.  
  4790. ddmod_mtext : dialog {
  4791.     label = "Modifica testom";
  4792.     ddmod_common_fields;
  4793.     : row {
  4794.         : boxed_column {
  4795.             label = "Punto di inserimento";
  4796.             fixed_width = true;
  4797.             ddmod_pk_pt_1_button;
  4798.             ddmod_x1_box;
  4799.             ddmod_y1_box;
  4800.             ddmod_z1_box;
  4801.         }
  4802.         : column {
  4803.             : row {
  4804.                 : edit_box {
  4805.                     label = "Contenuto:";
  4806.                     mnemonic = "u";
  4807.                     width = 40;
  4808.                     edit_limit = 250;
  4809.                     key = "t_string";
  4810.                 }
  4811.                 : button {
  4812.                     label = "Editor completo...";
  4813.                     mnemonic = "m";
  4814.                     key = "MTextEdit";
  4815.                 }
  4816.             }
  4817.             : row {
  4818.                 : column {
  4819.                     : popup_list {
  4820.                         label = "Stile:";
  4821.                         mnemonic = "e";
  4822.                         edit_width = 20;
  4823.                         key = "style";
  4824.                     }
  4825.                     : popup_list {
  4826.                         label = "Giustifica:";
  4827.                         mnemonic = "G";
  4828.                         edit_width = 20;
  4829.                         key = "MTextJustify";
  4830.                     }
  4831.                     : popup_list {
  4832.                         label = "Direzione:";
  4833.                         mnemonic = "D";
  4834.                         edit_width = 20;
  4835.                         key = "MTextDirection";
  4836.                     }
  4837.                 }
  4838.                 : column {
  4839.                     : ddmod_num_box {
  4840.                         label = "Larghezza:";
  4841.                         mnemonic = "h";
  4842.                         key = "wid";
  4843.                     }
  4844.                     : ddmod_num_box {
  4845.                         label = "Altezza testo:";
  4846.                         mnemonic = "o";
  4847.                         key = "hght";
  4848.                     }
  4849.                     : ddmod_num_box {
  4850.                         label = "Rotazione:";
  4851.                         mnemonic = "R";
  4852.                         key = "rot";
  4853.                     }
  4854.                 }
  4855.             }
  4856.         }
  4857.     }
  4858.     spacer;
  4859.     ok_cancel_help_errtile;
  4860. }
  4861.  
  4862. ddmod_attdef : dialog {
  4863.     label = "Modifica definizione attributo";
  4864.     ddmod_common_fields;
  4865.     spacer;
  4866.     : row {
  4867.         children_fixed_width = true;
  4868.         : edit_box {
  4869.             label = "Etichetta:";
  4870.             mnemonic = "h";
  4871.             key = "tag";
  4872.             edit_width = 12;
  4873.             edit_limit = 253;
  4874.         }
  4875.         : edit_box {
  4876.             label = "Messaggio:";
  4877.             mnemonic = "M";
  4878.             key = "prompt";
  4879.             edit_width = 12;
  4880.             edit_limit = 253;
  4881.         }
  4882.         : edit_box {
  4883.             label = "Default:";
  4884.             mnemonic = "D";
  4885.             key = "t_string";
  4886.             edit_width = 12;
  4887.             edit_limit = 253;
  4888.         }
  4889.     }
  4890.     spacer;
  4891.     : row {
  4892.         fixed_width = true;
  4893.         : boxed_column {
  4894.             label = "Origine";
  4895.             fixed_width = true;
  4896.             ddmod_pk_pt_1_button;
  4897.             ddmod_x1_box;
  4898.             ddmod_y1_box;
  4899.             ddmod_z1_box;
  4900.         }
  4901.         : column {
  4902.             fixed_width = true;
  4903.             : text {
  4904.                 label = "  ";
  4905.             }
  4906.             : ddmod_num_box {
  4907.                 label = "Altezza: ";
  4908.                 mnemonic = "e";
  4909.                 key = "hght";
  4910.             }
  4911.             : ddmod_num_box {
  4912.                 label = "Rotazione: ";
  4913.                 mnemonic = "R";
  4914.                 key = "rot";
  4915.             }
  4916.             : ddmod_num_box {
  4917.                 label = "Fatt. di largh.: ";
  4918.                 mnemonic = "F";
  4919.                 key = "wid";
  4920.             }
  4921.             : ddmod_num_box {
  4922.                 label = "Inclinazione: ";
  4923.                 mnemonic = "n";
  4924.                 key = "obl";
  4925.             }
  4926.         }
  4927.         : column {
  4928.             fixed_width = true;
  4929.             : text {
  4930.                 label = "  ";
  4931.             }
  4932.             : row {
  4933.                 : popup_list {
  4934.                     label = "Giustifica:";
  4935.                     mnemonic = "G";
  4936.                     key = "popup_just";
  4937.                     edit_width = 13;
  4938.                 }
  4939.             }
  4940.             : row {
  4941.                 : popup_list {
  4942.                     label = "Stile:";
  4943.                     mnemonic = "i";
  4944.                     key = "style";
  4945.                     edit_width = 13;
  4946.                 }
  4947.             }
  4948.             : row {
  4949.                 : column {
  4950.                    children_fixed_width = true;
  4951.                    : toggle {
  4952.                       label = "Sottoso&pra";
  4953.                       key = "upsd";
  4954.                    }
  4955.                    : toggle {
  4956.                        label = "In&dietro";
  4957.                        key = "bkwd";
  4958.                    }
  4959.                    : toggle {
  4960.                        label = "Invisi&bile";
  4961.                        key = "inv";
  4962.                    }
  4963.                 }
  4964.                 : column {
  4965.                    children_fixed_width = true;
  4966.                    : toggle {
  4967.                        label = "C&ostante";
  4968.                        key = "con";
  4969.                    }
  4970.                    : toggle {
  4971.                        label = "&Verifica";
  4972.                        key = "ver";
  4973.                    }
  4974.                    : toggle {
  4975.                        label = "Preasse&gna";
  4976.                        key = "pre";
  4977.                    }
  4978.                 }
  4979.             }
  4980.         }
  4981.     }
  4982.     spacer;
  4983.     ok_cancel_help_errtile;
  4984. }
  4985.  
  4986. ddmod_pline : dialog {
  4987.     label = "Modifica polilinea";
  4988.     ddmod_common_fields;
  4989.     spacer;
  4990.     : row {
  4991.         fixed_width = true;
  4992.         : concatenation {
  4993.             : text_part {
  4994.                 label = "Tipo polilinea: ";
  4995.             }
  4996.             : text_part {
  4997.                 key = "ptype";
  4998.                 width = 19;
  4999.             }
  5000.         }
  5001.     }
  5002.     spacer;
  5003.     : row {
  5004.         : boxed_column {
  5005.             label = "Lista vertici";
  5006.             fixed_width = true;
  5007.             : row {
  5008.                 : column {
  5009.                     vertical_margin = wide;
  5010.                     : concatenation {
  5011.                         : text_part {
  5012.                             label = "Vertice:";
  5013.                         }
  5014.                         : text_part {
  5015.                             key = "ctr";
  5016.                             width = 4;
  5017.                         }
  5018.                     }
  5019.                 }
  5020.                 : column {
  5021.                     : button {
  5022.                         label = "Seguente";
  5023.                         mnemonic = "e";
  5024.                         key = "next_v";
  5025.                     }
  5026.                 }
  5027.             }
  5028.             : concatenation {
  5029.                 : text_part {
  5030.                   label = "X: ";
  5031.                 }
  5032.                 : text_part {
  5033.                   key = "xtext";
  5034.                   width = 10;
  5035.                 }
  5036.             }
  5037.             : concatenation {
  5038.                 : text_part {
  5039.                   label = "Y: ";
  5040.                 }
  5041.                 : text_part {
  5042.                   key = "ytext";
  5043.                   width = 10;
  5044.                 }
  5045.             }
  5046.             : concatenation {
  5047.                 : text_part {
  5048.                   label = "Z: ";
  5049.                 }
  5050.                 : text_part {
  5051.                   key = "ztext";
  5052.                   width = 10;
  5053.                 }
  5054.             }
  5055.         }
  5056.         spacer;
  5057.         : boxed_radio_column {
  5058.             label = "Tipo curva";
  5059.             key = "f-s";
  5060.             : radio_button {
  5061.                 label = "Rettif.";
  5062.                 mnemonic = "R";
  5063.                 key = "none";
  5064.             }
  5065.             : radio_button {
  5066.                 label = "Quadrat.";
  5067.                 mnemonic = "Q";
  5068.                 key = "quad";
  5069.             }
  5070.             : radio_button {
  5071.                 label = "Cubica";
  5072.                 mnemonic = "b";
  5073.                 key = "cubic";
  5074.             }
  5075.             : radio_button {
  5076.                 label = "Adatta";
  5077.                 mnemonic = "d";
  5078.                 key = "fit";
  5079.             }
  5080.         }
  5081.         spacer;
  5082.         : boxed_column {
  5083.             fixed_width = true;
  5084.             label = "Polilinea";
  5085.             key = "pline";
  5086.             : column {
  5087.                fixed_height = true;
  5088.                : toggle {
  5089.                    label = "Chiusa";
  5090.                    mnemonic = "h";
  5091.                    key = "closed";
  5092.                }
  5093.                : toggle {
  5094.                    label = "Gen. Tlinea";
  5095.                    mnemonic = "n";
  5096.                    key = "ltgen";
  5097.                }
  5098.             }
  5099.         }
  5100.     }
  5101.     spacer;
  5102.     ok_cancel_help_errtile;
  5103. }
  5104.  
  5105. ddmod_vport : dialog {
  5106.     label = "Modifica finestra";
  5107.     ddmod_common_fields;
  5108.     : row {
  5109.         : boxed_column {
  5110.             label = "Centro finestra";
  5111.             fixed_width = true;
  5112.             : concatenation {
  5113.                 : text_part {
  5114.                   label = "X: ";
  5115.                 }
  5116.                 : text_part {
  5117.                   key = "xtext";
  5118.                   width = 10;
  5119.                 }
  5120.             }
  5121.             : concatenation {
  5122.                 : text_part {
  5123.                   label = "Y: ";
  5124.                 }
  5125.                 : text_part {
  5126.                   key = "ytext";
  5127.                   width = 10;
  5128.                 }
  5129.             }
  5130.             : concatenation {
  5131.                 : text_part {
  5132.                   label = "Z: ";
  5133.                 }
  5134.                 : text_part {
  5135.                   key = "ztext";
  5136.                   width = 10;
  5137.                 }
  5138.             }
  5139.         }
  5140.         spacer_0;
  5141.         : column {
  5142.             fixed_width = true;
  5143.             : text {
  5144.                label = "   ";
  5145.             }
  5146.             : concatenation {
  5147.                 : text_part {
  5148.                   label = "ID fin.: ";
  5149.                   width = 10;
  5150.                 }
  5151.                 : text_part {
  5152.                   key = "vpid";
  5153.                   width = 10;
  5154.                 }
  5155.             }
  5156.             : concatenation {
  5157.                 : text_part {
  5158.                   label = "Largh.: ";
  5159.                   width = 10;
  5160.                 }
  5161.                 : text_part {
  5162.                   key = "wid";
  5163.                   width = 10;
  5164.                 }
  5165.             }
  5166.             : concatenation {
  5167.                 : text_part {
  5168.                   label = "Altez.: ";
  5169.                   width = 10;
  5170.                 }
  5171.                 : text_part {
  5172.                   key = "hght";
  5173.                   width = 10;
  5174.                 }
  5175.             }
  5176.         }
  5177.         spacer_0;
  5178.         : column {
  5179.             alignment = top;
  5180.             fixed_width = true;
  5181.             fixed_height = true;
  5182.             : text {
  5183.                label = "   ";
  5184.             }
  5185.             : concatenation {
  5186.                 : text_part {
  5187.                   label = "Stato: ";
  5188.                   width = 8;
  5189.                 }
  5190.                 : text_part {
  5191.                   key = "on-off";
  5192.                   width = 15;
  5193.                 }
  5194.             }
  5195.         }
  5196.     }
  5197.     spacer;
  5198.     ok_cancel_help_errtile;
  5199. }
  5200.  
  5201. ddmod_dimen : dialog {
  5202.     label = "Modifica quota";
  5203.     ddmod_common_fields;
  5204.     : row {
  5205.         : column {
  5206.             fixed_height = true;
  5207.             fixed_width = true;
  5208.             alignment = top;
  5209.             : edit_box {
  5210.                 label = "Contenuto:";
  5211.                 mnemonic = "n";
  5212.                 key = "t_string";
  5213.                 edit_width = 25;
  5214.                 edit_limit = 250;
  5215.             }
  5216.             spacer;
  5217.             : popup_list {
  5218.                 label = "Stile: ";
  5219.                 mnemonic = "e";
  5220.                 key = "mod_style";
  5221.                 edit_width = 25;
  5222.                 list = "";
  5223.             }
  5224.         }
  5225.         spacer;
  5226.         : button {
  5227.             alignment = top;
  5228.             label = "Editor completo...";
  5229.             mnemonic = "d";
  5230.             key = "mod_text";
  5231.         }
  5232.         // ACAD_LT has no Geometry / Format / Annotation buttons
  5233.     }
  5234.     spacer;
  5235.     ok_cancel_help_errtile;
  5236. }
  5237.  
  5238. ddmod_leader : dialog {
  5239.     label = "Modifica direttrice";
  5240.     ddmod_common_fields;
  5241.     : row {
  5242.         fixed_width = true;
  5243.         alignment = centered;
  5244.         : column {
  5245.             fixed_width = true;
  5246.             fixed_height = true;
  5247.             // ACAD_LT has no "Edit..." button (it's always disabled anyhow)
  5248.             ddmod_dimedit_mod_style;
  5249.         }
  5250.         : spacer { width = 2; }
  5251.         // ACAD_LT has no Geometry / Format / Annotation buttons
  5252.         : column {
  5253.             : radio_column {
  5254.                 label = "Tipo";
  5255.                 key = "s-s";
  5256.                 : radio_button {
  5257.                     label = "&Retta";
  5258.                     key = "straight";
  5259.                 }
  5260.                 : radio_button {
  5261.                     label = "S&pline";
  5262.                     key = "spline";
  5263.                 }
  5264.             }
  5265.             : toggle {
  5266.                 label = "Frecc&ia";
  5267.                 height = 2;
  5268.                 key = "arrow";
  5269.                 fixed_width = true;
  5270.             }
  5271.         }
  5272.     }
  5273.     spacer;
  5274.     ok_cancel_help_errtile;
  5275. }
  5276.  
  5277. ddmod_tolerance : dialog {
  5278.     label = "Modifica tolleranza";
  5279.     ddmod_common_fields;
  5280.     : row {
  5281.         fixed_width = true;
  5282.         alignment = centered;
  5283.         ddmod_dimedit_column;
  5284.         // ACAD_LT has no Geometry / Format / Annotation buttons
  5285.     }
  5286.     spacer;
  5287.     ok_cancel_help_errtile;
  5288. }
  5289.  
  5290. ddmod_other : dialog {
  5291.     label = "(replaced by object type)";
  5292.     key = "title";
  5293.     ddmod_common_fields;
  5294.     : row {
  5295.         fixed_width = true;
  5296.         spacer;
  5297.         : column {
  5298.             alignment = top;
  5299.             fixed_height = true;
  5300.             spacer_1;
  5301.         }
  5302.     }
  5303.     ok_cancel_help_errtile;
  5304. }
  5305.  
  5306. ddmod_setltype : dialog {
  5307.     label = "Tipo di linea";
  5308.     image_block;
  5309.     : list_box {
  5310.         height = 12;
  5311.         key = "list_lt";
  5312.         allow_accept = true;
  5313.     }
  5314.     : edit_box {
  5315.         key = "edit_lt";
  5316.         allow_accept = false;
  5317.         label = "Tipo di linea:";
  5318.         mnemonic = "T";
  5319.         edit_width = 32;
  5320.         edit_limit = 217;
  5321.     }
  5322.     ok_cancel_err;
  5323. }
  5324.  
  5325. ddmod_setlayer : dialog {
  5326.     subassembly = 0;
  5327.     label = "Seleziona layer";
  5328.     initial_focus = "listbox";
  5329.     : concatenation {
  5330.         children_fixed_width = true;
  5331.         key = "clayer";
  5332.         : text_part {
  5333.             label = "Layer corrente: ";
  5334.             width = 15;
  5335.         }
  5336.         : text_part {
  5337.             key = "cur_layer";
  5338.             width = 35;
  5339.         }
  5340.     }
  5341.     : list_box {
  5342.         height = 12;
  5343.         key = "list_lay";
  5344.         allow_accept = true;
  5345.     }
  5346.     : row {
  5347.         key = "controls";
  5348.         : column {
  5349.             key = "lname";
  5350.             fixed_width = true;
  5351.             : edit_box {
  5352.                 label = "Definisci nome layer:";
  5353.                 mnemonic = "D";
  5354.                 key = "edit_lay";
  5355.                 width = 32;
  5356.                 edit_width = 32;
  5357.                 edit_limit = 31;
  5358.                 allow_accept = true;
  5359.             }
  5360.         }
  5361.     }
  5362.     ok_cancel_err;
  5363. }
  5364.  
  5365. //  DDMODIFY stuff precedes.
  5366.  
  5367. //  DDSELECT stuff follows.  
  5368. //  Taken from ddselect.dcl,v 1.11 1995/08/03 10:25:54 edc
  5369.  
  5370. ddselect : dialog {
  5371.     label = "Selezione";
  5372.     : boxed_column {
  5373.         label = "Modalitα di selezione";
  5374.         : toggle {
  5375.             label = "Selezione nome/verbo";
  5376.             key = "pickfirst";
  5377.             mnemonic = "S";
  5378.             fixed_width = true;
  5379.         }
  5380.         : toggle {
  5381.             label = "Utilizzare tasto Maiusc per selezioni multiple";
  5382.             key = "pickadd";
  5383.             mnemonic = "U";
  5384.             fixed_width = true;
  5385.         }
  5386.         : toggle {
  5387.             label = "Premere e trascinare";
  5388.             key = "pickdrag";
  5389.             mnemonic = "P";
  5390.             fixed_width = true;
  5391.         }
  5392.         : toggle {
  5393.             label = "Finestra di selezione/Interseca automatica";
  5394.             key = "pickauto";
  5395.             mnemonic = "F";
  5396.             fixed_width = true;
  5397.         }
  5398. // AutoCAD LT also doesn't support Groups or PICKSTYLE.
  5399. //      : toggle {
  5400. //          label = "Raggruppamento oggetti";
  5401. //          key = "grouping";
  5402. //          mnemonic = "R";
  5403. //          fixed_width = true;
  5404. //      }
  5405. //      : toggle {
  5406. //          label = "Tratteggio associativo";
  5407. //          key = "hatch";
  5408. //          mnemonic = "T";
  5409. //          fixed_width = true;
  5410. //      }
  5411.         : button {
  5412.             label = "Default";
  5413.             key = "default_mode";
  5414.             fixed_width = true;
  5415.             mnemonic = "D";
  5416.             alignment = centered;
  5417.         }
  5418.     }
  5419.     : boxed_row {
  5420.         label = "Dimensioni riquadro di selezione";
  5421.         mnemonic = "i";
  5422.         spacer_0;
  5423.         : column {
  5424.             spacer_0;
  5425.             fixed_width = true;
  5426.             : text {
  5427.                   label = "Min         Max";
  5428.                   alignment = centered;
  5429.             }
  5430.             : slider {
  5431.                 key = "pickbox_slider";
  5432.                 min_value = 0;
  5433.                 max_value = 19;
  5434.                 width = 20;
  5435.                 height = 1;
  5436.                 small_increment = 1;
  5437.                 big_increment = 1;
  5438.                 fixed_width = true;
  5439.                 fixed_height = true;
  5440.             }
  5441.             spacer_0;
  5442.         }
  5443.         : image {
  5444.             key = "pickbox_image";
  5445.             aspect_ratio = 1;
  5446.             height = 4;
  5447.             width = 7;
  5448.             color = -2;
  5449.         }
  5450.         spacer_0;
  5451.     }
  5452.     : button {
  5453.         label = "Metodo ordinamento oggetti...";
  5454.         key = "ent_sort";
  5455.         mnemonic = "o";
  5456.         fixed_width = true;
  5457.         alignment = centered;
  5458.     }
  5459.     ok_cancel_help;
  5460. }
  5461.  
  5462. sortents : dialog {
  5463.     label = "Metodo ordinamento oggetti";
  5464.     : text {
  5465.         label = "Ordina oggetti per";
  5466.     }
  5467.     : toggle {
  5468.         label = "Selezione oggetti";
  5469.         key = "sort_obj_sel";
  5470.         mnemonic = "S";
  5471.         fixed_width = true;
  5472.     }
  5473.     : toggle {
  5474.         label = "Snap ad oggetto";
  5475.         key = "sort_obj_snap";
  5476.         mnemonic = "n";
  5477.         fixed_width = true;
  5478.     }
  5479.     : toggle {
  5480.         label = "Ridisegni";
  5481.         key = "sort_redraws";
  5482.         mnemonic = "R";
  5483.         fixed_width = true;
  5484.     }
  5485.     : toggle {
  5486.         label = "Rigenerazioni";
  5487.         key = "sort_regens";
  5488.         mnemonic = "g";
  5489.         fixed_width = true;
  5490.     }
  5491.     : toggle {
  5492.         label = "Stampa su plotter";
  5493.         key = "sort_plot";
  5494.         mnemonic = "p";
  5495.         fixed_width = true;
  5496.     }
  5497.     : toggle {
  5498.         label = "Output PostScript";
  5499.         key = "sort_post";
  5500.         mnemonic = "O";
  5501.         fixed_width = true;
  5502.     }
  5503.     ok_cancel;
  5504. }
  5505.  
  5506. //  DDSELECT stuff precedes.
  5507.  
  5508. //  Continues in ACLT3.DCL
  5509.  
  5510. // Next available MSG number is   1
  5511. // MODULE_ID ACLT3_DCL_
  5512. // $Id: aclt3.dcl,v 1.2 1995/10/06 19:21:43 patti Exp $
  5513.  
  5514. //     ACLT.DCL      Version 13.0 for AutoCAD LT 3.0
  5515. //     Third of 4 parts
  5516. //
  5517. //     Copyright (C) 1993, 1994, 1995 by Autodesk, Inc.
  5518. //
  5519. //     Permission to use, copy, modify, and distribute this software
  5520. //     for any purpose and without fee is hereby granted, provided
  5521. //     that the above copyright notice appears in all copies and
  5522. //     that both that copyright notice and the limited warranty and
  5523. //     restricted rights notice below appear in all supporting
  5524. //     documentation.
  5525. //
  5526. //     AUTODESK PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
  5527. //     AUTODESK SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
  5528. //     MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE.  AUTODESK, INC.
  5529. //     DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
  5530. //     UNINTERRUPTED OR ERROR FREE.
  5531. //
  5532. //     Use, duplication, or disclosure by the U.S. Government is subject to
  5533. //     restrictions set forth in FAR 52.227-19 (Commercial Computer
  5534. //     Software - Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
  5535. //     (Rights in Technical Data and Computer Software), as applicable.
  5536. //
  5537. //.
  5538. // AutoCAD DCL (Dialog Control Language)
  5539. // Define AutoCAD dialogs
  5540.  
  5541. // This file should not be modified when used with AutoCAD.
  5542. // Modification to the dialogue definitions can have serious adverse
  5543. // effects on the use of the product.  Since no modifications to this
  5544. // file are allowed, there should be no need for any internal error
  5545. // checking on the contents of this file, hence we disable audit checks
  5546. // by default.
  5547.  
  5548. ddattext : dialog {
  5549.     label = "Estrazione attributi";
  5550.     : boxed_radio_column {
  5551.         label = "Formato file";
  5552.         : radio_button {
  5553.             label = "File CDF (Comma Delimited File)";
  5554.             key = "cdf";
  5555.             mnemonic = "C";
  5556.            }
  5557.            : radio_button {
  5558.             label = "File SDF (Space Delimited File)";
  5559.             key = "sdf";
  5560.             mnemonic = "S";
  5561.         }
  5562.            : radio_button {
  5563.             label = "File DXF (Drawing Interchange File)";
  5564.             key = "dxf";
  5565.             mnemonic = "D";
  5566.         }
  5567.     }
  5568.     : row {
  5569.         :column {
  5570.             : button {
  5571.                 label = "Seleziona oggetti <";
  5572.                 mnemonic = "e";
  5573.                 key = "selobjs";
  5574.             }
  5575.             : button {
  5576.                 label = "File di modello degli attributi... ";
  5577.                 key = "select_temp_file";
  5578.                 mnemonic = "m";
  5579.             }
  5580.             : button {
  5581.                 label = "File di output... ";
  5582.                 key = "select_out_file";
  5583.                 mnemonic = "o";
  5584.             }
  5585.         }
  5586.         :column {
  5587.             : concatenation {
  5588.                 : text_part {
  5589.                     label = "Trovato(i): ";
  5590.                 }
  5591.                 : text_part {
  5592.                     key = "how_many";
  5593.                     width = 5;
  5594.                 }
  5595.             }
  5596.             : edit_box {
  5597.                 edit_width = 20;
  5598.                 key = "temp_file";
  5599.                 fixed_width = true;
  5600.                 edit_limit = 259;
  5601.             }
  5602.             : edit_box {
  5603.                 edit_width = 20;
  5604.                 key = "out_file";
  5605.                 fixed_width = true;
  5606.                 edit_limit = 259;
  5607.             }
  5608.         }
  5609.     }
  5610.  
  5611.  
  5612.     ok_cancel_help_errtile;
  5613. }
  5614.  
  5615. out_exists : dialog {
  5616.     label = "Avvertimento";
  5617.     : paragraph {
  5618.         : text_part {
  5619.             label = "Il file di output esiste giα.";
  5620.         }
  5621.         : text_part {
  5622.             label = "Si desidera sostituirlo?";
  5623.         }
  5624.     }
  5625.     spacer_1;
  5626.     : row {
  5627.         fixed_width = true;
  5628.         alignment = centered;
  5629.         : button {
  5630.             label = "S∞";
  5631.             mnemonic = "S";
  5632.             key = "yes";
  5633.             width = 8;
  5634.         }
  5635.         : spacer {
  5636.             width = 2;
  5637.         }
  5638.         : default_button {
  5639.             label = "No";
  5640.             mnemonic = "C";
  5641.             key = "no";
  5642.             width = 8;
  5643.         }
  5644.     }
  5645. }
  5646.  
  5647. out_temp : dialog {
  5648.     label = "Avvertimento";
  5649.     : paragraph {
  5650.         : text_part {
  5651.             label = "I nomi del file modello e di output sono uguali.";
  5652.         }
  5653.         : text_part {
  5654.             label = "Cambiare il nome del file di output.";
  5655.         }
  5656.     }
  5657.     spacer_1;
  5658.     : ok_button {
  5659.         is_cancel = true;
  5660.     }
  5661.  
  5662. }
  5663. //  Continues in ACLT4.DCL
  5664.  
  5665. // Next available MSG number is   1
  5666. // MODULE_ID ACLT4_DCL_
  5667. // $Id: aclt4.dcl,v 1.1 1995/07/27 16:51:56 duff Exp $
  5668.  
  5669. //     ACLT.DCL      Version 13.0 for AutoCAD LT 3.0
  5670. //     Fourth of 4 parts
  5671. //
  5672. //     Copyright (C) 1993, 1994, 1995 by Autodesk, Inc.
  5673. //
  5674. //     Permission to use, copy, modify, and distribute this software
  5675. //     for any purpose and without fee is hereby granted, provided
  5676. //     that the above copyright notice appears in all copies and
  5677. //     that both that copyright notice and the limited warranty and
  5678. //     restricted rights notice below appear in all supporting
  5679. //     documentation.
  5680. //
  5681. //     AUTODESK PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
  5682. //     AUTODESK SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
  5683. //     MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE.  AUTODESK, INC.
  5684. //     DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
  5685. //     UNINTERRUPTED OR ERROR FREE.
  5686. //
  5687. //     Use, duplication, or disclosure by the U.S. Government is subject to
  5688. //     restrictions set forth in FAR 52.227-19 (Commercial Computer
  5689. //     Software - Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
  5690. //     (Rights in Technical Data and Computer Software), as applicable.
  5691. //
  5692. //.
  5693. // AutoCAD DCL (Dialog Control Language)
  5694. // Define AutoCAD dialogs
  5695.  
  5696. // This file should not be modified when used with AutoCAD.
  5697. // Modification to the dialogue definitions can have serious adverse
  5698. // effects on the use of the product.  Since no modifications to this
  5699. // file are allowed, there should be no need for any internal error
  5700. // checking on the contents of this file, hence we disable audit checks
  5701. // by default.
  5702.  
  5703. //  CalComp ADI 4.2 AutoCAD Driver
  5704. //  Release 6.4.6  7 Nov 1996
  5705. //  (C) CalComp, Inc.
  5706. //  David Maeschen 
  5707. //
  5708. //  All labels, lists, and mnemonics should be internationalized
  5709. //  Keys and values should not be 
  5710. //  (lisp file references them and config file will remain American)
  5711.  
  5712. //  Main Menu of the Graphical User Interface
  5713. //  MAINMENU.DCL
  5714. //  11/07/96  Added Connection CDCLBegin, CDCLEnd, and 
  5715. //            Pens Dither Areas and Dithering 
  5716. //  09/09/96  Put media image in two columns 
  5717. //  06/18/96  Removed accept_return from images
  5718. //            Added Connection Timeout ConnTimeout 
  5719. //  05/14/96  Added Media Full Page Area MediaFPage 
  5720. //  03/29/96  Decimal Connection parameters.  Stretched Cconfig dialog.
  5721. //  12/15/95  Allow_accept on edits and images only
  5722.  
  5723. mainmenu : dialog {
  5724.     label = "Configurazione plotter Calcomp";
  5725.     initial_focus = "accept";
  5726.     fixed_width = true;
  5727.     : row {
  5728.     alignment = centered;
  5729.     : button {
  5730.         label = "Annotazione...";
  5731.         mnemonic = "A";
  5732.         key = "anno";
  5733.     }
  5734.     : button {
  5735.         label = "Connessione...";
  5736.         mnemonic = "o";
  5737.         key = "conn";
  5738.     }
  5739.     : button {
  5740.         label = "Penne...";
  5741.         mnemonic = "P";
  5742.         key = "pens";
  5743.     }
  5744.     : button {
  5745.         label = "Supporto...";
  5746.         mnemonic = "S";
  5747.         key = "media";
  5748.     }
  5749.     }
  5750.     : row {
  5751.     : column {
  5752.         : text_part {
  5753.         label = "Modello:";
  5754.         key = "modellabel";
  5755.         }
  5756.         : popup_list {
  5757.         key = "ccmodels";
  5758.         list = "";
  5759.         fixed_width = true;
  5760.         edit_width = 32;
  5761.         }
  5762.     }
  5763.     : column {
  5764.         : text_part {
  5765.         label = "Configurazione:";
  5766.         key = "cfglabel";
  5767.         }
  5768.         : popup_list {
  5769.         key = "ccconfigs";
  5770.         list = "";
  5771.         fixed_width = true;
  5772.         edit_width = 32;
  5773.         }
  5774.     }
  5775.     }
  5776.     : row {
  5777.     alignment = centered;
  5778.     : button {
  5779.         label = "Nuovo";
  5780.         mnemonic = "v";
  5781.         key = "new";
  5782.     }
  5783.     : button {
  5784.         label = "Elimina";
  5785.         mnemonic = "E";
  5786.         key = "delete";
  5787.     }
  5788.     }
  5789.     : row {
  5790.     //fixed_width = true;
  5791.     spacer_0;
  5792.     : column {  
  5793.         // Begin Left Column
  5794.         :image_button {
  5795.         key = "cclogo";
  5796.         color = dialog_background;
  5797.         height = 5;
  5798.         aspect_ratio = 3;
  5799.         }
  5800.         : toggle {
  5801.         label = "Usa valori del plotter";
  5802.         mnemonic = "U";
  5803.         key = "PlotterValues";
  5804.         }
  5805.     }  // End Left Column
  5806.     spacer_0;
  5807.     spacer_0;
  5808.     spacer_0;
  5809.     spacer_0;
  5810.     : column {
  5811.         alignment = right;
  5812.         : popup_list {
  5813.         label = "Sorgente:";
  5814.         mnemonic = "r";
  5815.         key = "Sources";
  5816.         list = "Cut sheet\nCut Sheet\nRoll & Cut\nRoll & Cut\n";
  5817.         value = "1";
  5818.         edit_width = 12;
  5819.         }
  5820.         : popup_list {
  5821.         label = "Modalitα:";
  5822.         mnemonic = "d";
  5823.         key = "Modalitα";
  5824.         list = "Draft\nNormal\nEnhanced\nGraphics\nGraphics Fast\nHi-Res Mono\nInk-Saver";
  5825.         value = "1";
  5826.         edit_width = 12;
  5827.         }
  5828.         : popup_list {
  5829.         label = "Colori: ";
  5830.         mnemonic = "C";
  5831.         key = "Colors";
  5832.         list = "Color\nGreyscale\nBlack";
  5833.         value = "0";
  5834.         edit_width = 12;
  5835.         }
  5836.         : edit_box {
  5837.         label = "Numero di copie:";
  5838.         mnemonic = "N";
  5839.         key = "Copies";
  5840.         value = "1";
  5841.         fixed_width = true;
  5842.         edit_width = 2;
  5843.         edit_limit = 2;
  5844.         }
  5845.     }  // End Right Column
  5846.     spacer_0;
  5847.     }  // End Row of two columns
  5848.     : boxed_column {
  5849.     label = "Annotazione corrente:";
  5850.     : text {
  5851.         width = 50;
  5852.         key = "comment";
  5853.     }
  5854.     }
  5855.     : row {
  5856.     fixed_width = true;
  5857.     alignment = centered;
  5858.     : retirement_button {
  5859.         label = "OK";
  5860.         key = "accept";
  5861.         width = 12;
  5862.         is_default = true;
  5863.     }
  5864.     : retirement_button {
  5865.         label = "Annulla";
  5866.         key = "cancel";
  5867.         width = 12;
  5868.         is_cancel = true;
  5869.     }
  5870.     : button {
  5871.         label = "?";
  5872.         mnemonic = "?";
  5873.         key = "help";
  5874.         width = 12;
  5875.     }
  5876.     : button {
  5877.         label = "Informazioni su...";
  5878.         key = "about";
  5879.         width = 12;
  5880.     }
  5881.     }
  5882. }  // End MAIN MENU Dialog //
  5883.  
  5884. nomenu : dialog {
  5885.     label = "Plotter Calcomp non trovati";
  5886.     initial_focus = "accept";
  5887.     fixed_width = true;
  5888.     : paragraph {
  5889.     children_alignment = centered;
  5890.     : text_part {
  5891.         label = "Utilizzare il comando 'configura' di AutoCAD ";
  5892.     }
  5893.     : text_part {
  5894.         label = "per installare un plotter CalComp.  ";
  5895.     }
  5896.     }
  5897.     fixed_width = true;
  5898.     alignment = centered;
  5899.     : retirement_button {
  5900.     label = "OK";
  5901.     key = "accept";
  5902.     width = 12;
  5903.     is_default = true;
  5904.     }
  5905. }
  5906.  
  5907. nomodels : dialog {
  5908.     label = "Nessun plotter Calcomp disponibile";
  5909.     initial_focus = "accept";
  5910.     fixed_width = true;
  5911.     : paragraph {
  5912.     children_alignment = centered;
  5913.     : text_part {
  5914.         label = "OK o Annulla le modifiche?";
  5915.     }
  5916.     }
  5917.     fixed_width = true;
  5918.     alignment = centered;
  5919.     : row {
  5920.     : retirement_button {
  5921.         label = "OK";
  5922.         key = "accept";
  5923.         width = 12;
  5924.         is_default = true;
  5925.     }
  5926.     : retirement_button {
  5927.         label = "Annulla";
  5928.         key = "cancel";
  5929.         width = 12;
  5930.         is_cancel = true;
  5931.     }
  5932.     }
  5933. }
  5934. //   About Box
  5935. //   ABOUT.DCL
  5936.     
  5937. about: dialog {
  5938.     label = "Informazioni";
  5939.     initial_focus = "accept";
  5940.     : paragraph {
  5941.     children_alignment = centered;
  5942.     : text_part {
  5943.         label = "Driver di AutoCAD LT per plotter CalComp";
  5944.     }
  5945.     : text_part {
  5946.         label = "Versione 6.4.6";
  5947.     }
  5948.     : text_part {
  5949.         label = "Copyright (C) 1995,1996 CalComp Inc.";
  5950.     }
  5951.     : image_button {
  5952.         key = "cclogo";
  5953.         color = dialog_background;
  5954.         height = 5;
  5955.         aspect_ratio = 3;
  5956.     }
  5957.     }
  5958.     fixed_width = true;
  5959.     alignment = centered;
  5960.     : retirement_button {
  5961.     label = "OK";
  5962.     key = "accept";
  5963.     width = 12;
  5964.     is_default = true;
  5965.     }
  5966. }
  5967.  
  5968. //   New Box
  5969. //   NEW.DCL
  5970.  
  5971. new: dialog {
  5972.     label = "Nuova configurazione";
  5973.     initial_focus = "newcf";
  5974.     : edit_box { 
  5975.     key = "newcf";
  5976.     width = 15;
  5977.     edit_limit = 32;
  5978.     allow_accept = true;    
  5979.     }
  5980.     : row {
  5981.     fixed_width = true;
  5982.     alignment = centered;
  5983.     : retirement_button {
  5984.         label = "OK";
  5985.         key = "accept";
  5986.         width = 12;
  5987.         is_default = true;
  5988.     }
  5989.     : retirement_button {
  5990.         label = "Annulla";
  5991.         key = "cancel";
  5992.         width = 12;
  5993.         is_cancel = true;
  5994.     }
  5995.     }
  5996. }
  5997.  
  5998. //   Delete Box
  5999. //   DELETE.DCL
  6000.  
  6001. delete: dialog {
  6002.     label = "Elimina configurazione";
  6003.     initial_focus = "accept";
  6004.     : paragraph {
  6005.     : text_part {
  6006.         label = "Si desidera eliminare ";
  6007.     }
  6008.     : text_part {
  6009.         label = "questa configurazione?";
  6010.     }
  6011.     }
  6012.     : row {
  6013.     fixed_width = true;
  6014.     alignment = centered;
  6015.     : retirement_button {
  6016.         label = "OK";
  6017.         key = "accept";
  6018.         width = 12;
  6019.         is_default = true;
  6020.     }
  6021.     : retirement_button {
  6022.         label = "Annulla";
  6023.         key = "cancel";
  6024.         width = 12;
  6025.         is_cancel = true;
  6026.     }
  6027.     }
  6028. }
  6029.  
  6030. //  Annotation Dialog
  6031. //  ANNO.DCL
  6032.  
  6033. anno: dialog {
  6034.     label = "Annotazione";
  6035.     initial_focus = "accept";
  6036.     : row  { 
  6037.     : column {
  6038.         : toggle {
  6039.         label = "Nome file";
  6040.         mnemonic = "N";
  6041.         key = "AnnoFile";
  6042.         }
  6043.         : toggle {
  6044.         label = "Data/ora";
  6045.         mnemonic = "D";
  6046.         key = "AnnoTime";
  6047.         }
  6048.     }  
  6049.     : column {
  6050.         : toggle {
  6051.         label = "Informazioni sul driver";
  6052.         mnemonic = "I";
  6053.         key = "AnnoDrvr";
  6054.         }
  6055.         : toggle {
  6056.         label = "Segni di ritaglio";
  6057.         mnemonic = "S";
  6058.         key = "AnnoCrop";
  6059.         }
  6060.     }  
  6061.     } 
  6062.  
  6063.     : column {
  6064.     : text {
  6065.         key = "commentlabel";
  6066.         label = "Commenti (60 caratteri al massimo):";
  6067.         mnemonic = "C";
  6068.     }
  6069.     : edit_box {
  6070.         key = "AnnoComm";
  6071.         width = 32;
  6072.         edit_limit = 60;
  6073.         allow_accept = true;
  6074.     }
  6075.     }  // End Comment column
  6076.  
  6077.     : row {
  6078.     fixed_width = true;
  6079.     alignment = centered;
  6080.     : retirement_button {
  6081.         label = "OK";
  6082.         key = "accept";
  6083.         width = 12;
  6084.         is_default = true;
  6085.     }
  6086.     : retirement_button {
  6087.         label = "Annulla";
  6088.         key = "cancel";
  6089.         width = 12;
  6090.         is_cancel = true;
  6091.     }
  6092.     : button {
  6093.         label = "?";
  6094.         mnemonic = "?";
  6095.         key = "help";
  6096.         width = 12;
  6097.     }
  6098.     }
  6099. }  // End PLOT ANNOTATE Dialog //
  6100.  
  6101. //   Connection Dialog (NON CDCL PLOTTERS)
  6102. //   CONN.DCL
  6103.  
  6104. conn: dialog {
  6105.     label = "Connessione";
  6106.     initial_focus = "accept";
  6107.     : column { 
  6108.     : row {
  6109.         spacer_0;
  6110.         : popup_list {
  6111.         fixed_width = true;
  6112.         label = "Numero di codici SYNC:";
  6113.         mnemonic = "N";
  6114.         key = "ConnNsync";
  6115.         list = "0\n1\n2";
  6116.         value = "2";
  6117.         edit_width = 3;
  6118.         }
  6119.     }
  6120.     : row {
  6121.         : column {
  6122.         : toggle {
  6123.             label = "PAD";
  6124.             mnemonic = "P";
  6125.             key = "ConnPad";
  6126.         }
  6127.         : toggle {
  6128.             label = "Somma di controllo";
  6129.             mnemonic = "c";
  6130.             key = "ConnChksum";
  6131.             value = "1";
  6132.         }
  6133.         }
  6134.         : column {
  6135.         : edit_box {
  6136.             label = "Codice SYNC";
  6137.             mnemonic = "S";
  6138.             key = "ConnSync";
  6139.             value = "22";
  6140.             width = 2;
  6141.             edit_limit = 3;
  6142.             edit_width = 2;
  6143.         }
  6144.         : edit_box {
  6145.             label = "Codice EOB/EOM";
  6146.             mnemonic = "E";
  6147.             key = "ConnEobm";
  6148.             value = "13";
  6149.             width = 2;
  6150.             edit_limit = 3;
  6151.             edit_width = 2;
  6152.         }
  6153.         }
  6154.     }
  6155. //    Uncomment for Connection Timeout control
  6156.     : row {
  6157.         spacer_0;
  6158.         : edit_box {
  6159.         fixed_width = true;
  6160.         label = "Timeout";
  6161.         mnemonic = "T";
  6162.         key = "ConnTimeout";
  6163.         value = "60";
  6164.         width = 2;
  6165.         edit_limit = 3;
  6166.         edit_width = 2;
  6167.         }
  6168.     }
  6169.     // Uncomment for CDCL Control
  6170.         : edit_box {
  6171.         fixed_width = true;
  6172.         label = "CDCLBegin:";
  6173.         mnemonic = "T";
  6174.         key = "CDCLUser";
  6175.         value = "";
  6176.         width = 24;
  6177.         edit_limit = 60;
  6178.         edit_width = 24;
  6179.         }
  6180.         : edit_box {
  6181.         fixed_width = true;
  6182.         label = "CDCLEnd:   ";
  6183.         mnemonic = "T";
  6184.         key = "CDCLUserEnd";
  6185.         value = "";
  6186.         width = 24;
  6187.         edit_limit = 60;
  6188.         edit_width = 24;
  6189.         }
  6190.  
  6191.     }
  6192.  
  6193.     : row {
  6194.     fixed_width = true;
  6195.     alignment = centered;
  6196.     : retirement_button {
  6197.         label = "OK";
  6198.         key = "accept";
  6199.         width = 12;
  6200.         is_default = true;
  6201.     }
  6202.     : retirement_button {
  6203.         label = "Annulla";
  6204.         key = "cancel";
  6205.         width = 12;
  6206.         is_cancel = true;
  6207.     }
  6208.     : button {
  6209.         label = "?";
  6210.         mnemonic = "?";
  6211.         key = "help";
  6212.         width = 12;
  6213.     }
  6214.     }
  6215. }  // End CONN Dialog //
  6216.  
  6217. //  Pens Dialog
  6218. //  PENS.DCL
  6219.  
  6220. pens: dialog {
  6221.     label = "Penne";
  6222.     initial_focus = "accept";
  6223.     fixed_height = true;
  6224.     : row {  // Pen
  6225.     : column {
  6226.         // Uncomment for intensity control
  6227.         : row {
  6228.         : popup_list {
  6229.             label = "Tavolozza dei colori:";
  6230.             mnemonic = "T";
  6231.             key = "PensPalette";
  6232.             list = "CCOLR.CCP\nCGREY.CCP\n";
  6233.             fixed_width = true;
  6234.             edit_width = 12;
  6235.         }
  6236.         spacer_0;
  6237.           : edit_box {
  6238.           fixed_width = true;
  6239.           label = "Intensitα:";
  6240.           mnemonic = "I";
  6241.           key = "PensIntensity";
  6242.           value = "100";
  6243.           width = 2;
  6244.           edit_limit = 3;
  6245.           edit_width = 2;
  6246.         }
  6247.         }
  6248.         spacer_1;
  6249.         : row {
  6250.         : toggle {
  6251.             label = "Definisci penne";
  6252.             mnemonic = "D";
  6253.             key = "PensDefine";
  6254.             value = "1";
  6255.         }
  6256.         : toggle {
  6257.             label = "Dithering per linee";
  6258.             mnemonic = "l";
  6259.             key = "PensDither";
  6260.             value = "1";
  6261.         }
  6262.         // Uncomment for area dithering
  6263.         : toggle {
  6264.             label = "Dithering per aree";
  6265.             mnemonic = "a";
  6266.             key = "PensDAreas";
  6267.             value = "1";
  6268.         }
  6269.         }
  6270.         // Uncomment for dithering control
  6271.         : radio_row {
  6272.         label = "Dithering";
  6273.         : radio_button {
  6274.             label = "Standard";
  6275.             key = "Standard";
  6276.             value = "1";
  6277.         }
  6278.         key = "PensDType";
  6279.         : radio_button {
  6280.             label = "Gruppo";
  6281.             key = "Cluster";
  6282.             value = "1";
  6283.         }
  6284.         : radio_button {
  6285.             label = "Modello";
  6286.             key = "Pattern";
  6287.         }
  6288.         : radio_button {
  6289.             label = "Stocastico";
  6290.             key = "Stochastic";
  6291.         }
  6292.         }     
  6293.         spacer_1;
  6294.     }
  6295.     }
  6296.     : row {
  6297.     : boxed_row {
  6298.         label = "Unisci/Sovrapponi";
  6299.         key = "mergelabel";
  6300.         mnemonic = "U";
  6301.         fixed_width = true;
  6302.         fixed_height = true;
  6303.         : image_button {
  6304.         key = "merge1";
  6305.         width = 5;
  6306.         aspect_ratio = 0.95;
  6307.         }
  6308.         : image_button {
  6309.         key = "merge2";
  6310.         width = 5;
  6311.         aspect_ratio = 0.95;
  6312.         }
  6313.     }
  6314.     : boxed_radio_row {
  6315.         label = "Fine linea/Congiunzione linee";
  6316.         mnemonic = "F";
  6317.         key = "endlabel";
  6318.         fixed_width = true;
  6319.         fixed_height = true;
  6320.         : image_button {
  6321.         key = "lend1";
  6322.         width = 5;
  6323.         aspect_ratio = 0.95;
  6324.         }
  6325.         : image_button {
  6326.         key = "lend2";
  6327.         width = 5;
  6328.         aspect_ratio = 0.95;
  6329.         }
  6330.         : image_button {
  6331.         key = "lend3";
  6332.         width = 5;
  6333.         aspect_ratio = 0.95;
  6334.         }
  6335.         : image_button {
  6336.         key = "lend4";
  6337.         width = 5;
  6338.         aspect_ratio = 0.95;
  6339.         }
  6340.     }  // End Row (Line ends/joins)
  6341.     }
  6342.     : row {
  6343.     fixed_width = true;
  6344.     alignment = centered;
  6345.     : retirement_button {
  6346.         label = "OK";
  6347.         key = "accept";
  6348.         width = 12;
  6349.         is_default = true;
  6350.     }
  6351.     : retirement_button {
  6352.         label = "Annulla";
  6353.         key = "cancel";
  6354.         width = 12;
  6355.         is_cancel = true;
  6356.     }
  6357.     : button {
  6358.         label = "?";
  6359.         mnemonic = "?";
  6360.         key = "help";
  6361.         width = 12;
  6362.     }
  6363.     }
  6364.  
  6365. }  // End LINE ATTRIBUTES Dialog //
  6366.  
  6367.  
  6368. //   Media Dialog
  6369. //   MEDIA.DCL
  6370.  
  6371. media : dialog {
  6372.     label = "Supporto";
  6373.     initial_focus = "accept";
  6374.     : boxed_row {
  6375.     label = "Seleziona orientamento immagine e supporto";
  6376.     spacer_0;
  6377.     // Limit height to 3.2 for one column 5.4 for two columns
  6378.     : column {
  6379.         fixed_width = true;
  6380.         fixed_height = true;
  6381.         : image_button {
  6382.         key = "image1";
  6383.         height = 5.4;
  6384.         aspect_ratio = 1.3;
  6385.         }
  6386.         : image_button {
  6387.         key = "image2";
  6388.         height = 5.4;
  6389.         aspect_ratio = 1.3;
  6390.         }
  6391.     // Two columns
  6392.     }
  6393.     : column {
  6394.         : image_button {
  6395.         key = "image3";
  6396.         height = 5.4;
  6397.         aspect_ratio = 1.3;
  6398.         }
  6399.         : image_button {
  6400.         key = "image4";
  6401.         height = 5.4;
  6402.         aspect_ratio = 1.3;
  6403.         }
  6404.     }
  6405.     spacer_0;
  6406.     : column {
  6407.         fixed_width = true;
  6408.         fixed_height = true;
  6409.         : image_button {
  6410.         key = "image5";
  6411.         height = 5.4;
  6412.         aspect_ratio = 1.3;
  6413.         }
  6414.         : image_button {
  6415.         key = "image6";
  6416.         height = 5.4;
  6417.         aspect_ratio = 1.3;
  6418.         }
  6419.     // Two columns
  6420.     }
  6421.     : column {
  6422.         : image_button {
  6423.         key = "image7";
  6424.         height = 5.4;
  6425.         aspect_ratio = 1.3;
  6426.         }
  6427.         : image_button {
  6428.         key = "image8";
  6429.         height = 5.4;
  6430.         aspect_ratio = 1.3;
  6431.         }
  6432.     }
  6433.     spacer_0;
  6434.     }
  6435.     : row {
  6436.     : toggle {
  6437.         label = "Simmetria x";
  6438.         key = "MediaMirrx";
  6439.     }
  6440.     : toggle {
  6441.         label = "Simmetria y";
  6442.         key = "MediaMirry";
  6443.     }
  6444.       // Uncomment for Full Page Area control
  6445.       : toggle {
  6446.       label = "Pagina intera";
  6447.       mnemonic = "P";
  6448.       key = "MediaFPage";
  6449.       }
  6450.     }
  6451.     : radio_row {
  6452.     label = "Scala plotter su assi lunghi";
  6453.     key = "MediaLplot";
  6454.     value = "1";
  6455.     : radio_button {
  6456.         label = "1";
  6457.         key = "1";
  6458.     }
  6459.     : radio_button {
  6460.         label = "2";
  6461.         key = "2";
  6462.     }
  6463.     : radio_button {
  6464.         label = "4";
  6465.         key = "3";
  6466.     }
  6467.     : radio_button {
  6468.         label = "8";
  6469.         key = "4";
  6470.     }
  6471.     }     
  6472.     : row {
  6473.     fixed_width = true;
  6474.     alignment = centered;
  6475.     : retirement_button {   
  6476.         label = "OK";
  6477.         key = "accept";
  6478.         width = 12;
  6479.         is_default = true;
  6480.     }
  6481.     : retirement_button {
  6482.         label = "Annulla";
  6483.         key = "cancel";
  6484.         width = 12;
  6485.         is_cancel = true;
  6486.     }
  6487.     : button {
  6488.         label = "?";
  6489.         mnemonic = "?";
  6490.         key = "help";
  6491.         width = 12;
  6492.     }
  6493.     }  // End Row;
  6494. }
  6495.  
  6496. //
  6497. // The following is for HPCONFIG 
  6498. //
  6499.  
  6500. hpmainmenu: dialog {
  6501.     label = "Configurazione plotter HP";
  6502.     alignment = centered;
  6503.     initial_focus = "accept";
  6504.     : boxed_row {
  6505.         key=  "modellabel";
  6506.         label = "Configurazione corrente dispositivo";
  6507.                 :text {
  6508.                     key=  "idmodel";
  6509.                 }
  6510.                 : button {
  6511.                     label = "Suggerimenti:";
  6512.                     key = "DevHints";
  6513.                     mnemonic = "S";
  6514.                     fixed_width = true;
  6515.                 }
  6516.         }
  6517.  
  6518.     : boxed_column {
  6519.         label = "Configurazione memoria:";
  6520.         key =  "MemCfg";
  6521.         : row {
  6522.             : toggle {
  6523.                 label = "Uso ottimale della memoria";
  6524.                 key = "OptimizeMem";
  6525.                 mnemonic = "U";
  6526.             }
  6527.             : concatenation {
  6528.                 : edit_box {
  6529.                     label = "Memoria plotter:";
  6530.                     key = "PlotMem";
  6531.                     mnemonic = "M";
  6532.                     alignment = right;
  6533.                     edit_width = 3;
  6534.                     edit_limit = 3;
  6535.                 }
  6536.                 : text_part {
  6537.                     label = "Mb";
  6538.                     key = "PlotMemUnits";
  6539.                 }
  6540.             }
  6541.             : button {
  6542.                 label = "Suggerimenti:";
  6543.                 key = "MemHints";
  6544.                 mnemonic = "S";
  6545.                 fixed_width = true;
  6546.             }
  6547.         }
  6548.     }
  6549.  
  6550.     : boxed_column {
  6551.         label = "Configurazione del plotter:";
  6552.         key =  "UserCfg";
  6553.         : row {
  6554.             : column {  // Begin Left Column
  6555.                 : boxed_radio_column {
  6556.                     label = "Qualitα";
  6557.                     key   = "qual";
  6558.                     : radio_button {
  6559.                         label = "Rapida / Bozza";
  6560.                         key = "draft";
  6561.                         mnemonic = "R";
  6562.                     }
  6563.                     : radio_button {
  6564.                         label = "Rapida / Bozza";
  6565.                         key = "final";
  6566.                         mnemonic = "a";
  6567.                         value = "1";
  6568.                     }
  6569.                     : radio_button {
  6570.                         label = "Ottimale / Avanzata";
  6571.                         key = "enhanced";
  6572.                         mnemonic = "t";
  6573.                     }
  6574.                     : radio_button {
  6575.                         label = "Default plotter";
  6576.                         key = "pldefault";
  6577.                         mnemonic = "D";
  6578.                     }
  6579.                 }  // End radio_column (Print Qual) //
  6580.             }  // End Left Column
  6581.             : column {  // Begin Middle Column
  6582.                 : edit_box {
  6583.                     label = "Numero di copie:";
  6584.                     mnemonic = "N";
  6585.                     key = "copies";
  6586.                     edit_width = 2;
  6587.                     edit_limit = 2;
  6588.                     fixed_width=true;
  6589.                 }
  6590.                 : boxed_radio_column {
  6591.                     label = "Colori di stampa";
  6592.                     key   = "color_set";
  6593.                     : radio_button {
  6594.                         label = "A colori";
  6595.                         key = "pcolor";
  6596.                         mnemonic = "c";
  6597.                     }
  6598.                     : radio_button {
  6599.                         label = "Colori in grigio";
  6600.                         key = "pgray";
  6601.                         mnemonic = "g";
  6602.                     }
  6603.                     : radio_button {
  6604.                         label = "Tutto in nero";
  6605.                         key = "pblack";
  6606.                         mnemonic = "n";
  6607.                     }
  6608.                 } //end of color setting
  6609.             }
  6610.             : column {  
  6611.                 // Begin Right Column
  6612.                 : button {
  6613.                     label = "Penne...";
  6614.                     mnemonic = "P";
  6615.                     key = "penattr";
  6616.                 }
  6617.                 : button {
  6618.                     label = "Annotazioni...";
  6619.                     mnemonic = "z";
  6620.                     key = "annotate";
  6621.                 }
  6622.                 : button {
  6623.                     label = "Opzioni di orientamento...";
  6624.                     mnemonic = "O";
  6625.                     key = "paper";
  6626.                 }
  6627.                 : button {
  6628.                     label = "Opz. supporto avanzate...";
  6629.                     mnemonic = "v";
  6630.                     key = "advopt";
  6631.                 }
  6632.             }  // End Right Column
  6633.         }  // End Row of two columns
  6634.  
  6635.     } // End "User config
  6636.  
  6637.     : row {
  6638.         fixed_width = true;
  6639.         alignment = centered;
  6640.         : button {
  6641.             label = "OK";
  6642.             key = "accept";
  6643.             width = 12;
  6644.             is_default = true;
  6645.         }
  6646.         : retirement_button {
  6647.             label = "Annulla";
  6648.             key = "cancel";
  6649.             width = 12;
  6650.             is_cancel = true;
  6651.         }
  6652.         : button {
  6653.             label = "?";
  6654.             key = "helpmain";
  6655.             mnemonic = "?";
  6656.             width = 12;
  6657.         }
  6658.         : spacer {
  6659.             width = 2;
  6660.         }
  6661.         : button {
  6662.             label = "Informazioni";
  6663.             key = "about";
  6664.             mnemonic = "I";
  6665.             width = 12;
  6666.         }
  6667.     }
  6668. }  // End MAIN MENU Dialog //
  6669.  
  6670. //      PENATTR.DCL
  6671. //      Dialog Box for setting attributes for pens
  6672. //
  6673. penattr: dialog {
  6674.     label = "Penne";
  6675.     initial_focus = "accept";
  6676.     fixed_height = true;
  6677.     : row {  // Pen
  6678.         : column {
  6679.             : popup_list {
  6680.                 label = "Penna (1..255):";
  6681.                 mnemonic = "P";
  6682.                 fixed_width = true;
  6683.                 key = "slider";
  6684.                 edit_width = 4;
  6685.             }
  6686.             : button {
  6687.                 label = "Applica a tutte le penne";
  6688.                 mnemonic = "A";
  6689.                 key = "okall";
  6690.             }
  6691.         }  // End Pen Column
  6692.         : column {
  6693.             : boxed_row {
  6694.                 label = "Controllo fusione di stampa";
  6695.                 : radio_column {  // Merge
  6696.                     key = "mc";
  6697.                     fixed_height = true;
  6698.                     : radio_button {
  6699.                         label = "Sovrascrittura linee";
  6700.                         key = "mc0";
  6701.                         mnemonic = "v";
  6702.                     }
  6703.                     : radio_button {
  6704.                         label = "Unione linee";
  6705.                         key = "mc1";
  6706.                         mnemonic = "U";
  6707.                     }
  6708.                 }  // End (Merge) column
  6709.                 : column {
  6710.                     fixed_width = true;
  6711.                     //fixed_height = true;
  6712.                     :image {
  6713.                         key = "overw_im";
  6714.                         height = 1;
  6715.                         aspect_ratio = 1.4;
  6716.                     }
  6717.                     :image {
  6718.                         key = "merge_im";
  6719.                         height = 1;
  6720.                         aspect_ratio = 1.4;
  6721.                     }
  6722.                 }
  6723.                 spacer_1;
  6724.             } //end merge row
  6725.             : button {
  6726.                 label = "Mezza tonalitα...";
  6727.                 key = "printop";
  6728.                 mnemonic = "t";
  6729.             }
  6730.         }
  6731.     }
  6732.  
  6733.     : row {
  6734.         :boxed_row {
  6735.             label = "Fine linea:";
  6736.             key = "endlabel";
  6737.             mnemonic = "l";
  6738.             : image_button {
  6739.                 key = "end_tile1";
  6740.                 width = 5;
  6741.                 aspect_ratio = 0.75;
  6742.             }
  6743.             : image_button {
  6744.                 key = "end_tile2";
  6745.                 width = 5;
  6746.                 aspect_ratio = 0.75;
  6747.             }
  6748.             : image_button {
  6749.                 key = "end_tile3";
  6750.                 width = 5;
  6751.                 aspect_ratio = 0.75;
  6752.             }
  6753.             : image_button {
  6754.                 key = "end_tile4";
  6755.                 width = 5;
  6756.                 aspect_ratio = 0.75;
  6757.             }
  6758.         }
  6759.         :boxed_row {
  6760.             label = "Congiunzione linee:";
  6761.             key = "joinlabel";
  6762.             mnemonic = "z";
  6763.             : image_button {
  6764.                 key = "join_tile1";
  6765.                 width = 5;
  6766.                 aspect_ratio = 0.75;
  6767.             }
  6768.             : image_button {
  6769.                 key = "join_tile2";
  6770.                 width = 5;
  6771.                 aspect_ratio = 0.75;
  6772.             }
  6773.             : image_button {
  6774.                 key = "join_tile3";
  6775.                 width = 5;
  6776.                 aspect_ratio = 0.75;
  6777.             }
  6778.             : image_button {
  6779.                 key = "join_tile4";
  6780.                 width = 5;
  6781.                 aspect_ratio = 0.75;
  6782.             }
  6783.             : image_button {
  6784.                 key = "join_tile5";
  6785.                 width = 5;
  6786.                 aspect_ratio = 0.75;
  6787.             }
  6788.         }
  6789.     }  // End Row (Line ends/joins)
  6790.  
  6791.     : row { // ( Fills & Raster patterns)
  6792.         : boxed_column {  // Fills
  6793.             label = "Riempimento:";
  6794.             mnemonic = "R";
  6795.             : list_box {
  6796.                 fixed_height = true;
  6797.                 height = 5;
  6798.                 key = "filltype";
  6799.             }
  6800.             : edit_box {
  6801.                 fixed_width = true;
  6802.                 edit_width = 2;
  6803.                 edit_limit = 2;
  6804.                 label = "Spaziatura 1..99 mm:";
  6805.                 key   = "spacing";
  6806.                 mnemonic = "S";
  6807.             }
  6808.  
  6809.             : edit_box {
  6810.                 fixed_width = true;
  6811.                 edit_width = 3;
  6812.                 edit_limit = 3;
  6813.                 label = "Angolo 0..359:";
  6814.                 key   = "angle";
  6815.                 mnemonic = "g";
  6816.             }
  6817.  
  6818.             : edit_box {  // Shade
  6819.                 fixed_width = true;
  6820.                 edit_width = 2;
  6821.                 edit_limit = 2;
  6822.                 label = "Ombra 0..99%:";
  6823.                 key   = "shdpct";
  6824.                 mnemonic = "O";
  6825.             }  // End Shade
  6826.         }  // End column (Fills)
  6827.  
  6828.         : boxed_column { // Raster patterns
  6829.             label = "Modelli raster:";
  6830.             key = "rastpat";
  6831.             mnemonic = "M";
  6832.             fixed_height = true;
  6833.             width = 33;
  6834.             : list_box {
  6835.                 fixed_height = true;
  6836.                 height = 8;
  6837.                 key = "patlist";
  6838.             }
  6839.             : button {
  6840.                 label = "Cambia...";
  6841.                 mnemonic = "C";
  6842.                 key = "changerast";
  6843.             }
  6844.         }  // End Column ( Raster Patterns )
  6845.     }  // End Row
  6846.  
  6847.     : row {
  6848.         fixed_width = true;
  6849.         alignment = centered;
  6850.         : retirement_button {
  6851.             label = "OK";
  6852.             key = "accept";
  6853.             width = 12;
  6854.             is_default = true;
  6855.         }
  6856.         : retirement_button {
  6857.             label = "Annulla";
  6858.             key = "cancel";
  6859.             width = 12;
  6860.             is_cancel = true;
  6861.         }
  6862.         : button {
  6863.             label = "?";
  6864.             key = "helppen";
  6865.             width = 12;
  6866.             mnemonic = "?";
  6867.         }
  6868.     }
  6869.  
  6870. }  // End LINE ATTRIBUTES Dialog //
  6871.  
  6872. //      PENPPENATTR.DCL
  6873. //      Dialog Box for setting attributes for pens
  6874. //
  6875. penppenattr: dialog {
  6876.     label = "Penne";
  6877.     initial_focus = "accept";
  6878.     fixed_height = true;
  6879.     : row {  // Pen
  6880.         : column {
  6881.             : popup_list {
  6882.                 label = "Penna (1..255):";
  6883.                 mnemonic = "P";
  6884.                 fixed_width = true;
  6885.                 key = "slider";
  6886.                 edit_width = 4;
  6887.             }
  6888.             : button {
  6889.                 label = "Applica a tutte le penne";
  6890.                 mnemonic = "A";
  6891.                 key = "okall";
  6892.             }
  6893.         }  // End Pen Column
  6894.         : column {
  6895.             : boxed_row {
  6896.                 label = "Genera area di riempimenti in:";
  6897.                 : radio_column {  // SFILLS
  6898.                     key = "sfills";
  6899.                     fixed_height = true;
  6900.                     : radio_button {
  6901.                         label = "Plotter (Tempo ottimale di bloccaggio)";
  6902.                         key = "sfillspl";
  6903.                         mnemonic = "l";
  6904.                     }
  6905.                     : radio_button {
  6906.                         label = "AutoCAD (Tempo ottimale di stampa)";
  6907.                         key = "sfillsacad";
  6908.                         mnemonic = "D";
  6909.                     }
  6910.                 }  // End (Merge) column
  6911.             } //end merge row
  6912.         }
  6913.     }
  6914.  
  6915.     : row {
  6916.         :boxed_row {
  6917.             label = "Fine linea";
  6918.             key = "endlabel";
  6919.             : image_button {
  6920.                 key = "end_tile1";
  6921.                 width = 5;
  6922.                 aspect_ratio = 0.75;
  6923.             }
  6924.             : image_button {
  6925.                 key = "end_tile2";
  6926.                 width = 5;
  6927.                 aspect_ratio = 0.75;
  6928.             }
  6929.             : image_button {
  6930.                 key = "end_tile3";
  6931.                 width = 5;
  6932.                 aspect_ratio = 0.75;
  6933.             }
  6934.             : image_button {
  6935.                 key = "end_tile4";
  6936.                 width = 5;
  6937.                 aspect_ratio = 0.75;
  6938.             }
  6939.         }
  6940.         :boxed_row {
  6941.             label = "Congiunzione linea";
  6942.             key = "joinlabel";
  6943.             : image_button {
  6944.                 key = "join_tile1";
  6945.                 width = 5;
  6946.                 aspect_ratio = 0.75;
  6947.             }
  6948.             : image_button {
  6949.                 key = "join_tile2";
  6950.                 width = 5;
  6951.                 aspect_ratio = 0.75;
  6952.             }
  6953.             : image_button {
  6954.                 key = "join_tile3";
  6955.                 width = 5;
  6956.                 aspect_ratio = 0.75;
  6957.             }
  6958.             : image_button {
  6959.                 key = "join_tile4";
  6960.                 width = 5;
  6961.                 aspect_ratio = 0.75;
  6962.             }
  6963.             : image_button {
  6964.                 key = "join_tile5";
  6965.                 width = 5;
  6966.                 aspect_ratio = 0.75;
  6967.             }
  6968.         }
  6969.     }  // End Row (Line ends/joins)
  6970.  
  6971.     : row { // ( Fills & Raster patterns)
  6972.         key = "fillsdef";
  6973.         : boxed_column {  // Fills
  6974.             label = "Riempimento:";
  6975.             : list_box {
  6976.                 fixed_height = true;
  6977.                 height = 5;
  6978.                 key = "filltype";
  6979.             }
  6980.             : edit_box {
  6981.                 fixed_width = true;
  6982.                 edit_width = 2;
  6983.                 edit_limit = 2;
  6984.                 label = "Spaziatura 1..99 mm:";
  6985.                 key   = "spacing";
  6986.                 mnemonic = "S";
  6987.             }
  6988.  
  6989.             : edit_box {
  6990.                 fixed_width = true;
  6991.                 edit_width = 3;
  6992.                 edit_limit = 3;
  6993.                 label = "Angolo 0..359:";
  6994.                 key   = "angle";
  6995.                 mnemonic = "g";
  6996.             }
  6997.  
  6998.             : edit_box {  // Shade
  6999.                 fixed_width = true;
  7000.                 edit_width = 2;
  7001.                 edit_limit = 2;
  7002.                 label = "Ombra 0..99%:";
  7003.                 key   = "shdpct";
  7004.                 mnemonic = "m";
  7005.             }  // End Shade
  7006.         }  // End column (Fills)
  7007.  
  7008.         : boxed_column { // Raster patterns
  7009.             key = "rastpat";
  7010.             label = "Modelli raster:";
  7011.             fixed_height = true;
  7012.             width = 33;
  7013.             : list_box {
  7014.                 fixed_height = true;
  7015.                 height = 8;
  7016.                 key = "patlist";
  7017.             }
  7018.             : button {
  7019.                 label = "Cambia...";
  7020.                 mnemonic = "C";
  7021.                 key = "changerast";
  7022.             }
  7023.         }  // End Column ( Raster Patterns )
  7024.     }  // End Row
  7025.  
  7026.     : row {
  7027.         fixed_width = true;
  7028.         alignment = centered;
  7029.         : retirement_button {
  7030.             label = "OK";
  7031.             key = "accept";
  7032.             width = 12;
  7033.             is_default = true;
  7034.         }
  7035.         : retirement_button {
  7036.             label = "Annulla";
  7037.             key = "cancel";
  7038.             width = 12;
  7039.             is_cancel = true;
  7040.         }
  7041.         : button {
  7042.             label = "?";
  7043.             key = "helppen";
  7044.             width = 12;
  7045.             mnemonic = "?";
  7046.         }
  7047.     }
  7048.  
  7049. }  // End LINE ATTRIBUTES Dialog //
  7050.  
  7051. //  ANNOTATE.DCL
  7052. //  Menu for annotating plot-time variables into left side of plot
  7053. //
  7054.  
  7055. annotate: dialog {
  7056.     label = "Annotazioni";
  7057.     initial_focus = "accept";
  7058.     : row  { // of two columns
  7059.         : column {
  7060.             : toggle {
  7061.                 label = "Nome file disegno";
  7062.                 key = "dwgname";
  7063.                 mnemonic = "f";
  7064.             }
  7065.             : toggle {
  7066.                 label = "Data/ora stampa";
  7067.                 key = "plottime";
  7068.                 mnemonic = "t";
  7069.             }
  7070.         }  // End column (dwgname, plottime)
  7071.         : column {
  7072.             : toggle {
  7073.                 label = "Nome driver";
  7074.                 key = "dvrname";
  7075.                 mnemonic = "i";
  7076.             }
  7077.             : toggle {
  7078.                 label = "Segni di ritaglio";
  7079.                 key = "cropmarks";
  7080.                 mnemonic = "S";
  7081.             }
  7082.         }  // End column ( drvname, cropmarks )
  7083.     }  // End row of 2 columns
  7084.  
  7085.     : column {
  7086.         : text {
  7087.             key = "commentlabel";
  7088.             label = "Commenti (massimo 50 caratteri)";
  7089.             mnemonic = "C";
  7090.         }
  7091.         : edit_box {
  7092.             key = "comment";
  7093.             width = 51;
  7094.             edit_limit = 50;
  7095.         }
  7096.     }  // End Comment column
  7097.  
  7098.     : row {
  7099.         fixed_width = true;
  7100.         alignment = centered;
  7101.         : retirement_button {
  7102.             label = "OK";
  7103.             key = "accept";
  7104.             width = 12;
  7105.             is_default = true;
  7106.         }
  7107.         : retirement_button {
  7108.             label = "Annulla";
  7109.             key = "cancel";
  7110.             width = 12;
  7111.             is_cancel = true;
  7112.         }
  7113.         : button {
  7114.             label = "?";
  7115.             key = "helpanno";
  7116.             mnemonic = "?";
  7117.             width = 12;
  7118.         }
  7119.     }
  7120.  
  7121. }  // End PLOT ANNOTATE Dialog //
  7122.  
  7123.  
  7124. //  HELP DIALOG
  7125. //  The help dialog is popped up to display a help message based
  7126. //  on which "screen" the user was interacting with when he
  7127. //  depressed the help button
  7128.  
  7129. help: dialog {
  7130.     label = "?/Info";
  7131.     initial_focus = "accept";
  7132.     : list_box {
  7133.         width = 55;
  7134.         height = 16;
  7135.         key = "helplist";
  7136.     }
  7137.     : retirement_button {
  7138.         label = "OK";
  7139.         key = "accept";
  7140.         is_default = true;
  7141.         is_cancel = true;
  7142.     }
  7143. }  // End HELP Dialog
  7144.  
  7145. //  OKALLPENS DIALOG
  7146. okallpens: dialog {
  7147.     fixed_width = true;
  7148.     alignment = centered;
  7149.     label = "!! ATTENZIONE !!";
  7150.     initial_focus = "accept";
  7151.     : text {
  7152.         label = "Applica le impostazioni a TUTTE le penne?";
  7153.         key = "askok";
  7154.     }
  7155.     : row {
  7156.         alignment = centered;
  7157.         : retirement_button {
  7158.             label = "OK";
  7159.             key = "accept";
  7160.             width = 12;
  7161.             is_default = true;
  7162.         }
  7163.         : retirement_button {
  7164.             label = "Annulla";
  7165.             key = "cancel";
  7166.             width = 12;
  7167.             is_cancel = true;
  7168.         }
  7169.     }  // End row
  7170. }  // End OKALLPENS Dialog //
  7171.  
  7172. GenericOrient : dialog {
  7173.     label = "Opzioni supporto";
  7174.     initial_focus = "accept";
  7175.     : boxed_row {
  7176.         label = "Cliccare l'immagine e l'orientamento voluti";
  7177.         mnemonic = "C";
  7178.         fixed_width = true;
  7179.         fixed_height = true;
  7180.         spacer_0;
  7181.         : column {
  7182.             fixed_width = true;
  7183.             fixed_height = true;
  7184.             : image_button {
  7185.                 key = "image1";
  7186.                 width = 14;
  7187.                 aspect_ratio = 0.65;
  7188.             }
  7189.             : image_button {
  7190.                 key = "image3";
  7191.                 width = 14;
  7192.                 aspect_ratio =0.65;
  7193.             }
  7194.             : image_button {
  7195.                 key = "image5";
  7196.                 width = 14;
  7197.                 aspect_ratio =0.65;
  7198.             }
  7199.             : image_button {
  7200.                 key = "image7";
  7201.                 width = 14;
  7202.                 aspect_ratio = 0.65;
  7203.             }
  7204.         }
  7205.         spacer_0;
  7206.         : column {
  7207.             fixed_width = true;
  7208.             fixed_height = true;
  7209.             : image_button {
  7210.                 key = "image2";
  7211.                 width = 14;
  7212.                 aspect_ratio = 0.65;
  7213.             }
  7214.             : image_button {
  7215.                 key = "image4";
  7216.                 width = 14;
  7217.                 aspect_ratio = 0.65;
  7218.             }
  7219.             : image_button {
  7220.                 key = "image6";
  7221.                 width = 14;
  7222.                 aspect_ratio = 0.65;
  7223.             }
  7224.             : image_button {
  7225.                 key = "image8";
  7226.                 width = 14;
  7227.                 aspect_ratio = 0.65;
  7228.             }
  7229.         }
  7230.         spacer_0;
  7231.     }
  7232.     : row {
  7233.         fixed_width = true;
  7234.         alignment = centered;
  7235.         : retirement_button {   
  7236.             label = "OK";
  7237.             key = "accept";
  7238.             width = 12;
  7239.             is_default = true;
  7240.         }
  7241.         : retirement_button {
  7242.             label = "Annulla";
  7243.             key = "cancel";
  7244.             width = 12;
  7245.             is_cancel = true;
  7246.         }
  7247.         : button {
  7248.             label = "?";
  7249.             mnemonic = "?";
  7250.             key = "helppaper";
  7251.         }
  7252.     }  // End Row;
  7253. }
  7254.  
  7255.  
  7256. BandingOrient : dialog {
  7257.     label = "Opzioni supporto";
  7258.     initial_focus = "accept";
  7259.     : boxed_row {
  7260.         label = "Cliccare l'immagine e l'orientamento voluti";
  7261.         mnemonic = "C";
  7262.         fixed_width = true;
  7263.         fixed_height = true;
  7264.         spacer_0;
  7265.         : column {
  7266.             fixed_width = true;
  7267.             fixed_height = true;
  7268.             : image_button {
  7269.                 key = "image1";
  7270.                 width = 14;
  7271.                 aspect_ratio = 0.65;
  7272.             }
  7273.             : image_button {
  7274.                 key = "image7";
  7275.                 width = 14;
  7276.                 aspect_ratio = 0.65;
  7277.             }
  7278.         }
  7279.         spacer_0;
  7280.         : column {
  7281.             fixed_width = true;
  7282.             fixed_height = true;
  7283.             : image_button {
  7284.                 key = "image6";
  7285.                 width = 14;
  7286.                 aspect_ratio = 0.65;
  7287.             }
  7288.             : image_button {
  7289.                 key = "image8";
  7290.                 width = 14;
  7291.                 aspect_ratio = 0.65;
  7292.             }
  7293.         }
  7294.         spacer_0;
  7295.     }
  7296.     : row {
  7297.         fixed_width = true;
  7298.         alignment = centered;
  7299.         : retirement_button {   
  7300.             label = "OK";
  7301.             key = "accept";
  7302.             width = 12;
  7303.             is_default = true;
  7304.         }
  7305.         : retirement_button {
  7306.             label = "Annulla";
  7307.             key = "cancel";
  7308.             width = 12;
  7309.             is_cancel = true;
  7310.         }
  7311.         : button {
  7312.             label = "?";
  7313.             mnemonic = "?";
  7314.             key = "helppaper";
  7315.         }
  7316.     }  // End Row;
  7317. }
  7318.  
  7319.  
  7320. paperadv : dialog {
  7321.     label = "Opzioni supporto avanzate";
  7322.     initial_focus = "accept";
  7323.     : boxed_row {
  7324.         label = "Selezionare livello di controllo per margini plotter";
  7325.         : boxed_radio_column {
  7326.             label = "Se 'Adatta dimensioni' Φ OFF";
  7327.             key = "sclmarginadj";
  7328.             : radio_button {
  7329.                 label = "Visualizza avvertimenti ritaglio";
  7330.                 key = "sclwarnings";
  7331.                 mnemonic = "r";
  7332.             }
  7333.             : radio_button {
  7334.                 label = "Non visualizzare avvertimenti";
  7335.                 key = "scldisabled";
  7336.                 mnemonic = "i";
  7337.             }
  7338.         }
  7339.         : boxed_radio_column {
  7340.             label = "Se 'Adatta dimensioni' Φ ON";
  7341.             key = "marginadj";
  7342.             : radio_button {
  7343.                 label = "Non tagliare. Adatta al supporto";
  7344.                 key = "adjust";
  7345.                 mnemonic = "A";
  7346.             }
  7347.             : radio_button {
  7348.                 label = "Visualizza avvertimenti ritaglio";
  7349.                 key = "warnings";
  7350.                 mnemonic = "v";
  7351.             }
  7352.             : radio_button {
  7353.                 label = "Non visualizzare avvertimenti";
  7354.                 key = "disabled";
  7355.                 mnemonic = "N";
  7356.             }
  7357.         }
  7358.     }
  7359.     : boxed_column {
  7360.         label = "Margini del plotter";
  7361.         : radio_row {
  7362.             key = "expand";
  7363.             : radio_button {
  7364.                 label = "Espandi OFF";
  7365.                 key = "expoff";
  7366.                 mnemonic = "d";
  7367.             }
  7368.             : radio_button {
  7369.                 label = "Espandi ON";
  7370.                 key = "expon";
  7371.                 mnemonic = "p";
  7372.             }
  7373.         }
  7374.         : text {
  7375.             label = "Deve corrispondere all'impostazione del plotter";
  7376.         }
  7377.     }
  7378.     : row {
  7379.         fixed_width = true;
  7380.         alignment = centered;
  7381.         : retirement_button {   
  7382.             label = "OK";
  7383.             key = "accept";
  7384.             width = 12;
  7385.             is_default = true;
  7386.         }
  7387.         : retirement_button {
  7388.             label = "Annulla";
  7389.             key = "cancel";
  7390.             width = 12;
  7391.             is_cancel = true;
  7392.         }
  7393.         : button {
  7394.             label = "?";
  7395.             mnemonic = "?";
  7396.             key = "helpadv";
  7397.         }
  7398.     }  // End Row;
  7399.     : text {
  7400.         key = "errortext";
  7401.         width = 55;
  7402.     }
  7403. }
  7404.  
  7405. printops : dialog {
  7406.     label = "Mezza tonalitα";
  7407.     initial_focus = "accept";
  7408.     : text {
  7409.         centered = true;
  7410.         label = "(Solo per vettori)";
  7411.     }
  7412.     : row {
  7413.         : radio_column {
  7414.             key = "dither";
  7415.             : radio_button {
  7416.                 label = "A dispersione";
  7417.                 key = "scatter";
  7418.                 mnemonic = "s";
  7419.             }
  7420.             : radio_button {
  7421.                 label = "Modello";
  7422.                 key = "pattern";
  7423.                 mnemonic = "M";
  7424.             }
  7425.             : radio_button {
  7426.                 label = "Default plotter";
  7427.                 key = "default";
  7428.                 mnemonic = "D";
  7429.             }
  7430.         }
  7431.         : column {
  7432.             fixed_width = true;
  7433.             fixed_height = true;
  7434.             : image {
  7435.                 key = "sc_im";
  7436.                 height = 1;
  7437.                 aspect_ratio = 6;
  7438.             }
  7439.             : image {
  7440.                 key = "pt_im";
  7441.                 height = 1;
  7442.                 aspect_ratio = 6;
  7443.             }
  7444.             spacer_1;
  7445.         }
  7446.     }
  7447.     : row {
  7448.         fixed_width = true;
  7449.         alignment = centered;
  7450.         : retirement_button {   
  7451.             label = "OK";
  7452.             key = "accept";
  7453.             width = 12;
  7454.             is_default = true;
  7455.         }
  7456.         : retirement_button {
  7457.             label = "Annulla";
  7458.             key = "cancel";
  7459.             width = 12;
  7460.             is_cancel = true;
  7461.         }
  7462.         : button {
  7463.             label = "?";
  7464.             mnemonic = "?";
  7465.             key = "helpprintop";
  7466.         }
  7467.     }  // End Row;
  7468. }
  7469.  
  7470. aboutmsg : dialog {
  7471.     label = "Informazioni";
  7472.     width  = 64;
  7473.     : text {
  7474.         key = "DriverVersion";
  7475.         alignment = centered;
  7476.     }
  7477.     : text {
  7478.         key = "AboutHeaderKey";
  7479.         alignment = centered;
  7480.     }
  7481.     : list_box {
  7482.         fixed_height = true;
  7483.         height = 12;
  7484.         key =  "AboutKey";
  7485.     }
  7486.     : button {
  7487.         label = "OK";
  7488.         key = "accept";
  7489.         fixed_width = true;
  7490.         alignment = centered;
  7491.         width = 12;
  7492.         is_default = true;
  7493.     }
  7494. }
  7495.  
  7496. //  The End
  7497.  
  7498. // Next available MSG number is    38 
  7499. // MODULE_ID DDATTDEF_DCL_
  7500. // $Header: /sedona/develop/support/ddattdef.dcl 3     11/19/96 1:05p Few $
  7501. /* Next available MSG number is  38 */
  7502. //
  7503. //     ddattdef.dcl
  7504. //
  7505. //     Copyright 1992, 1994, 1996 by Autodesk, Inc.
  7506. //
  7507. //     Permission to use, copy, modify, and distribute this software
  7508. //     for any purpose and without fee is hereby granted, provided
  7509. //     that the above copyright notice appears in all copies and
  7510. //     that both that copyright notice and the limited warranty and
  7511. //     restricted rights notice below appear in all supporting
  7512. //     documentation.
  7513. //
  7514. //     AUTODESK PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
  7515. //     AUTODESK SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
  7516. //     MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE.  AUTODESK, INC.
  7517. //     DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
  7518. //     UNINTERRUPTED OR ERROR FREE.
  7519. //
  7520. //     Use, duplication, or disclosure by the U.S. Government is subject to
  7521. //     restrictions set forth in FAR 52.227-19 (Commercial Computer
  7522. //     Software - Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
  7523. //     (Rights in Technical Data and Computer Software), as applicable.
  7524. //
  7525. //.
  7526. //------------------------------------------------------------------------
  7527. //  DESCRIPTION
  7528. //
  7529. //  This is the dialogue box definition file for the DDATTDEF command. This
  7530. //  is an enhancement to the ATTDEF command. It loads up a dialogue box
  7531. //  which presents to the user all the prompts and options that he/she
  7532. //  might encounter during the definition of one or several attributes.
  7533. //
  7534. //------------------------------------------------------------------------
  7535.  
  7536.  
  7537. //dcl_settings : default_dcl_settings { audit_level = 3; }
  7538.  
  7539.  
  7540. ddattdef : dialog {
  7541.     label = "Definizione attributo";
  7542.     : row {
  7543.         : boxed_column {
  7544.             label = "Modalitα";
  7545.             : toggle {
  7546.                 label = "Invisibile";
  7547.                 mnemonic = "I";
  7548.                 key = "invisible";
  7549.             }
  7550.             : toggle {
  7551.                 label = "Costante";
  7552.                 mnemonic = "C";
  7553.                 key = "constant";
  7554.             }
  7555.             : toggle {
  7556.                 label = "Verifica";
  7557.                 mnemonic = "f";
  7558.                 key = "verify";
  7559.             }
  7560.             : toggle {
  7561.                 label = "Preassegna";
  7562.                 mnemonic = "P";
  7563.                 key = "preset";
  7564.             }
  7565.         }
  7566.         : boxed_column {
  7567.             label = "Attributo";
  7568.             fixed_width = true;
  7569.             width = 40;
  7570.  
  7571.             : edit_box {
  7572.                 label = "Etichetta:";
  7573.                 mnemonic = "E";
  7574.                 key = "att_tag";
  7575.                 edit_width = 30;
  7576.                 edit_limit = 256;
  7577.             }
  7578.             : edit_box {
  7579.                 label = "Richiesta:";
  7580.                 mnemonic = "R";
  7581.                 key = "att_prompt";
  7582.                 edit_width = 30;
  7583.                 edit_limit = 256;
  7584.             }
  7585.             : edit_box {
  7586.                 label = "Valore:";
  7587.                 mnemonic = "V";
  7588.                 key = "def_val";
  7589.                 edit_width = 30;
  7590.                 edit_limit = 256;
  7591.             }
  7592.         }
  7593.     }
  7594.     : row {
  7595.         : boxed_column { 
  7596.             label = "Punto di inserimento";
  7597.             : button {
  7598.                 label = "Seleziona punto <";
  7599.                 mnemonic = "l";
  7600.                 key = "pick_pt";
  7601.             }
  7602.             : edit_box {
  7603.                 label = "X:";
  7604.                 mnemonic = "X";
  7605.                 key = "x_pt";
  7606.                 edit_width = 10;
  7607.             }
  7608.             : edit_box {
  7609.                 label = "Y:";
  7610.                 mnemonic = "Y";
  7611.                 key = "y_pt";
  7612.                 edit_width = 10;
  7613.             }
  7614.             : edit_box {
  7615.                 label = "Z:";
  7616.                 mnemonic = "Z";
  7617.                 key = "z_pt";
  7618.                 edit_width = 10;
  7619.             }
  7620.         }
  7621.         : boxed_column {
  7622.             label = "Opzioni testo";
  7623.             fixed_width = true;
  7624.             width = 40;
  7625.             : column {
  7626.                 : popup_list {
  7627.                     label = "Giustificato:";
  7628.                     key = "cjustif";
  7629.                     edit_width = 20;
  7630.                     mnemonic = "u";
  7631.                 }
  7632.                 : popup_list {
  7633.                     label = "Stile testo:";
  7634.                     key = "tstyle";
  7635.                     edit_width = 20;
  7636.                     mnemonic = "S";
  7637.                 }
  7638.             }
  7639.             : row {
  7640.                 : button {
  7641.                     label = "Altezza <";
  7642.                     key = "bheight";
  7643.                     mnemonic = "A";
  7644.                     width = 15;
  7645.                     fixed_width = false;
  7646.                 }
  7647.                 : edit_box {
  7648.                     key = "height";
  7649.                     edit_width = 20;
  7650.                     value = "0.2000";
  7651.                     fixed_width = true;
  7652.                 }
  7653.             }
  7654.             : row {
  7655.                 : button {
  7656.                     label = "Rotazione <";
  7657.                     key = "brot";
  7658.                     mnemonic = "o";
  7659.                     width = 15;
  7660.                     fixed_width = false;
  7661.                 }
  7662.                 : edit_box {
  7663.                     key = "rot";
  7664.                     edit_width = 20;
  7665.                     fixed_width = true;
  7666.                 }
  7667.             }
  7668.         }
  7669.     }
  7670.     : toggle {
  7671.         label = "Allinea sotto l'attributo precedente";
  7672.         key = "align_prev";
  7673.         fixed_width = true;
  7674.         mnemonic = "b";
  7675.     }
  7676.     ok_cancel_help_errtile;
  7677. }
  7678.  
  7679.  
  7680.  
  7681. // Next available MSG number is    25 
  7682. // MODULE_ID DDCHPROP_DCL_
  7683. // $Header: /sedona/develop/support/ddchprop.dcl 5     1/30/97 9:21a Kieranm $
  7684. /* Next available MSG number is  23 */
  7685.  
  7686. //     DDCHPROP.DCL        Version 1.0
  7687. //
  7688. //     Copyright 1991, 1992, 1993, 1994, 1996 by Autodesk, Inc.
  7689. //
  7690. //     Permission to use, copy, modify, and distribute this software
  7691. //     for any purpose and without fee is hereby granted, provided
  7692. //     that the above copyright notice appears in all copies and
  7693. //     that both that copyright notice and the limited warranty and
  7694. //     restricted rights notice below appear in all supporting
  7695. //     documentation.
  7696. //
  7697. //     AUTODESK PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
  7698. //     AUTODESK SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
  7699. //     MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE.  AUTODESK, INC.
  7700. //     DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
  7701. //     UNINTERRUPTED OR ERROR FREE.
  7702. //
  7703. //     Use, duplication, or disclosure by the U.S. Government is subject to
  7704. //     restrictions set forth in FAR 52.227-19 (Commercial Computer
  7705. //     Software - Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
  7706. //     (Rights in Technical Data and Computer Software), as applicable.
  7707. //
  7708. //.
  7709. //
  7710. //    Dialogue for the DDCHPROP command, for use with DDCHPROP.LSP
  7711. //
  7712.  
  7713.  
  7714. //dcl_settings : default_dcl_settings { audit_level = 3; }
  7715.  
  7716.  
  7717. textbox : edit_box {
  7718.     vertical_margin = tiny;
  7719.     horizontal_margin = tiny;
  7720. }
  7721.  
  7722. ch_prop : dialog {
  7723.     label = "Cambia proprietα";
  7724.     : row {
  7725.         : column {
  7726.             fixed_width = true;
  7727.             : row {
  7728.                 : button {
  7729.                     label = "Colore...";
  7730.                     mnemonic = "C";
  7731.                     key = "b_color";
  7732.                     width = 19;
  7733.                     fixed_width = true;
  7734.                 }
  7735.                 : image_button {
  7736.                     key = "show_image";
  7737.                     height = 1;
  7738.                     width = 3;
  7739.                 }
  7740.                 : text {
  7741.                     key = "t_color";
  7742.                     width = 31;
  7743.                 }
  7744.             }
  7745.             : row {
  7746.                 : button {
  7747.                     label = "Layer...";
  7748.                     mnemonic = "L";
  7749.                     key = "b_name";
  7750.                     width = 19;
  7751.                     fixed_width = true;
  7752.                 }
  7753.                 : spacer { width = 3; }
  7754.                 : text {
  7755.                     key = "t_layer";
  7756.                     width = 31;
  7757.                 }
  7758.             }
  7759.             : row {
  7760.                 : button {
  7761.                     label = "Tipo di linea...";
  7762.                     mnemonic = "T";
  7763.                     key = "b_line";
  7764.                     width = 19;
  7765.                     fixed_width = true;
  7766.                 }
  7767.                 : spacer { width = 3; }
  7768.                 : text {
  7769.                     key = "t_ltype";
  7770.                     width = 31;
  7771.                 }
  7772.             }
  7773.         }
  7774.     }
  7775.     spacer;
  7776.     : row {
  7777.        alignment = left;
  7778.        : text_part {
  7779.            label = "Scala tipolinea:";
  7780.            mnemonic = "S";
  7781.            width = 16;
  7782.            fixed_width = true;
  7783.        }
  7784.        : edit_box {
  7785.            key = "eb_ltscale";
  7786.            edit_width = 18;
  7787.            fixed_width = true;
  7788.            width = 35;
  7789.        }
  7790.     }
  7791.     : row {
  7792.        alignment = left;
  7793.        : text_part {
  7794.            label = "Altezza:";
  7795.            mnemonic = "A";
  7796.            width = 16;
  7797.            fixed_width = true;
  7798.        }
  7799.        : edit_box {
  7800.            key = "eb_thickness";
  7801.            edit_width = 18;
  7802.            fixed_width = true;
  7803.            width = 35;
  7804.        }
  7805.     }
  7806.     spacer;
  7807.     ok_cancel_help_errtile;
  7808. }
  7809.  
  7810. setcolor : dialog {
  7811.     label = "Colore";
  7812.     image_block;
  7813.     : list_box {
  7814.         key = "list_col";
  7815.         allow_accept = true;
  7816.     }
  7817.     : textbox {
  7818.         key = "edit_col";
  7819.         allow_accept = false;
  7820.         label = "Codice colore:";
  7821.         edit_width = 13;
  7822.      }
  7823.      ok_cancel_err;
  7824. }
  7825.  
  7826. setltype : dialog {
  7827.     label = "Tipo di linea";
  7828.     image_block;
  7829.     : list_box {
  7830.         height = 12;
  7831.         key = "list_lt";
  7832.         allow_accept = true;
  7833.     }
  7834.     : edit_box {
  7835.         key = "edit_lt";
  7836.         allow_accept = false;
  7837.         label = "Tipo di linea:";
  7838.         mnemonic = "T";
  7839.         edit_width = 32;
  7840.         edit_limit = 217;
  7841.     }
  7842.     ok_cancel_err;   
  7843. }
  7844.  
  7845. setlayer : dialog {
  7846.     subassembly = 0;
  7847.     label = "Layer";
  7848.     initial_focus = "listbox";
  7849.     : concatenation {
  7850.         children_fixed_width = true;
  7851.         key = "clayer";
  7852.         : text_part {
  7853.             label = "Layer corrente: ";
  7854.         }
  7855.         : text_part {
  7856.             key = "cur_layer";
  7857.             width = 35;
  7858.         }
  7859.     }
  7860.     : list_box {
  7861.         height = 12;
  7862.         key = "list_lay";
  7863.         allow_accept = true;
  7864.     }
  7865.     : row {
  7866.         key = "controls";
  7867.         : column {
  7868.             key = "lname";
  7869.             fixed_width = true;
  7870.             : edit_box {
  7871.                 label = "Definisci il nome del layer:";
  7872.                 mnemonic = "D";
  7873.                 key = "edit_lay";
  7874.                 edit_width = 32;
  7875.                 edit_limit = 217;
  7876.                 allow_accept = true;
  7877.             }
  7878.         }
  7879.     }
  7880.     ok_cancel_err;
  7881. }
  7882.  
  7883.  
  7884. // Next available MSG number is    17 
  7885. // MODULE_ID DDGRIPS_DCL_
  7886. // $Header: /sedona/develop/support/ddgrips.dcl 3     11/19/96 1:23p Few $
  7887. /* Next available MSG number is  18 */
  7888.  
  7889. //----------------------------------------------------------------------------
  7890. //
  7891. //     ddgrips.dcl
  7892. //
  7893. //     Copyright 1992, 1994, 1996 by Autodesk, Inc.
  7894. //
  7895. //     Permission to use, copy, modify, and distribute this software
  7896. //     for any purpose and without fee is hereby granted, provided
  7897. //     that the above copyright notice appears in all copies and
  7898. //     that both that copyright notice and the limited warranty and
  7899. //     restricted rights notice below appear in all supporting
  7900. //     documentation.
  7901. //
  7902. //     AUTODESK PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
  7903. //     AUTODESK SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
  7904. //     MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE.  AUTODESK, INC.
  7905. //     DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
  7906. //     UNINTERRUPTED OR ERROR FREE.
  7907. //
  7908. //     Use, duplication, or disclosure by the U.S. Government is subject to
  7909. //     restrictions set forth in FAR 52.227-19 (Commercial Computer
  7910. //     Software - Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
  7911. //     (Rights in Technical Data and Computer Software), as applicable.
  7912. //
  7913. //.
  7914. //    
  7915. //----------------------------------------------------------------------------
  7916.  
  7917.  
  7918. //dcl_settings : default_dcl_settings { audit_level = 3; }
  7919.  
  7920.  
  7921. ddgrips : dialog {
  7922.     label = "Grip";
  7923.     : boxed_column {
  7924.         label = "Seleziona impostazioni";
  7925.         : toggle {
  7926.             label = "Attiva grip";
  7927.             key = "grips";
  7928.             mnemonic = "A";
  7929.             fixed_width = true;
  7930.         }
  7931.         : toggle {
  7932.             label = "Attiva grip nei blocchi";
  7933.             key = "gripblock";
  7934.             mnemonic = "b";
  7935.             fixed_width = true;
  7936.         }
  7937.     }
  7938.     : boxed_column {
  7939.          label = "Colori grip";
  7940.          : row {
  7941.              : column {
  7942.                  : button {
  7943.                      label = "Deselezionati...";
  7944.                      key = "cool_color";
  7945.                      mnemonic = "D";
  7946.                  }
  7947.                  : button {
  7948.                      label = "Selezionati...";
  7949.                      key = "hot_color";
  7950.                      mnemonic = "S";
  7951.                  }
  7952.              }
  7953.              : column {
  7954.                  : image {
  7955.                      key = "cool_image";
  7956.                      height = 1;
  7957.                      width = 3;
  7958.                      fixed_width = true;
  7959.                      fixed_height = true;
  7960.                  }
  7961.                  : image {
  7962.                      key = "hot_image";
  7963.                      height = 1;
  7964.                      width = 3;
  7965.                      fixed_width = true;
  7966.                      fixed_height = true;
  7967.                  }
  7968.              }
  7969.              : column {
  7970.                  : text {
  7971.                      label = "Blu";
  7972.                      key = "cool_text";
  7973.                      width = 11;
  7974.                  }
  7975.                  : text {
  7976.                      label = "Rosso";
  7977.                      key = "hot_text";
  7978.                      width = 11;
  7979.                  }
  7980.              }
  7981.         }
  7982.     }
  7983.     : boxed_row {
  7984.         label = "Dimensioni grip";
  7985.         mnemonic = "g";
  7986.         spacer_0;
  7987.        : column {
  7988.             spacer_0;
  7989.             fixed_width = true;
  7990.             : text {
  7991.                 label = "Min         Max";
  7992.                 alignment = centered;
  7993.             }
  7994.             : slider {
  7995.                 key = "grip_slider";
  7996.                 min_value = 0;
  7997.                 max_value = 19;
  7998.                 width = 20;
  7999.                 height = 1;
  8000.                 small_increment = 1;
  8001.                 big_increment = 1;
  8002.                 fixed_width = true;
  8003.                 fixed_height = true;
  8004.             }
  8005.             spacer_0;
  8006.         }
  8007.         : image {
  8008.             key = "grip_image";
  8009.             aspect_ratio = 1;
  8010.             height = 4;
  8011.             width = 7;
  8012.             color = -2;
  8013.         }
  8014.         spacer_0;
  8015.     }
  8016.     ok_cancel_help;
  8017. }
  8018.  
  8019.  
  8020.  
  8021. // Next available MSG number is   120
  8022. // MODULE_ID DDIM_DCL_
  8023. // $Header: /sedona/develop/support/ddim.dcl 9     11/19/96 1:28p Few $
  8024. /* Next available MSG number is 185 */
  8025. //
  8026. //     DDIM.DCL      Version 1.0
  8027. //
  8028. //     Copyright 1991, 1992, 1993, 1994, 1995, 1996 by Autodesk, Inc.
  8029. //
  8030. //     Permission to use, copy, modify, and distribute this software
  8031. //     for any purpose and without fee is hereby granted, provided
  8032. //     that the above copyright notice appears in all copies and
  8033. //     that both that copyright notice and the limited warranty and
  8034. //     restricted rights notice below appear in all supporting
  8035. //     documentation.
  8036. //
  8037. //     AUTODESK PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
  8038. //     AUTODESK SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
  8039. //     MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE.  AUTODESK, INC.
  8040. //     DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
  8041. //     UNINTERRUPTED OR ERROR FREE.
  8042. //
  8043. //     Use, duplication, or disclosure by the U.S. Government is subject to
  8044. //     restrictions set forth in FAR 52.227-19 (Commercial Computer
  8045. //     Software - Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
  8046. //     (Rights in Technical Data and Computer Software), as applicable.
  8047. //
  8048. //.
  8049. //
  8050. //
  8051.  
  8052. ddimx_row :row{
  8053.     children_alignment = bottom;
  8054. }
  8055.  
  8056. //
  8057. // Dimension line color
  8058. //
  8059. ddimx_colord :ddimx_row{
  8060.  
  8061.     :button{
  8062.         label = "&Colore...";
  8063.         key = "clrdl";
  8064.     }
  8065.     :spacer{ width = 7; }
  8066.     :swatch{
  8067.         key = "clrd";
  8068.     }
  8069.     :edit_box{
  8070.         key = "clrdt";
  8071.         edit_width = 12;
  8072.     }
  8073. }
  8074.  
  8075. //
  8076. // Extension line color
  8077. //
  8078. ddimx_colore :ddimx_row{
  8079.  
  8080.     :button{
  8081.         label = "Colo&re...";
  8082.         key = "clrel";
  8083.     }
  8084.     :spacer{ width = 7; }
  8085.     :swatch{
  8086.             key = "clre";
  8087.     }
  8088.     :edit_box{
  8089.         key = "clret";
  8090.         edit_width = 12;
  8091.     }
  8092. }
  8093. //
  8094. // Dimension text color
  8095. //
  8096. ddimx_colort :ddimx_row{
  8097.  
  8098.     :button{
  8099.         label = "&Colore...";
  8100.         key = "clrtl";
  8101.         fixed_width = true;
  8102.         width = 10;
  8103.     }
  8104.     :spacer{ width = 7; }
  8105.     :swatch{
  8106.         key = "clrt";
  8107.     }
  8108.     :edit_box{
  8109.         key = "clrtt";
  8110.         edit_width = 12;
  8111.     }
  8112. }
  8113.  
  8114. ddimx_alert :dialog{
  8115.     label = "AVVISO";
  8116.     :text{
  8117.         label = "Salvare le modifiche allo stile corrente?";
  8118.         key = "dalert_sty";
  8119.         alignment = centered;
  8120.     }
  8121.     :spacer{ height = 0.5; }
  8122.     :row{
  8123.         fixed_width = true;
  8124.         alignment = centered;
  8125.         :button{
  8126.             label = "&S∞";
  8127.             key = "dalert_save";
  8128.             width = 8;
  8129.             fixed_width = true;
  8130.         }
  8131.         :spacer{ width = 1; }
  8132.         :button{
  8133.             label = "&No";
  8134.             key = "dalert_discard";
  8135.             width = 8;
  8136.             fixed_width = true;
  8137.         }
  8138.         :spacer{ width = 1; }
  8139.         :button{
  8140.             label = "&Annulla";
  8141.             key = "dalert_cancel";
  8142.             is_cancel = true;
  8143.             width = 8;
  8144.             fixed_width = true;
  8145.         }
  8146.     }
  8147.     :spacer{ height = 0.5; }
  8148. }
  8149.  
  8150. ddimx_alert_fam :dialog{
  8151.     label = "AVVISO";
  8152.  
  8153.   //This alert message is:
  8154.   //  
  8155.   //      Running overrides can only be set for 
  8156.   //            Parent dimension styles.
  8157.   //
  8158.     :text{
  8159.         label = "╚ possibile solo impostare modifiche di esecuzione per";
  8160.         alignment = centered;
  8161.     }
  8162.     :text{
  8163.         label = "gli stili di quota principali.";
  8164.         alignment = centered;
  8165.     }
  8166.     :spacer{ height = 0.5; }
  8167.     ok_only;
  8168.     :spacer{ height = 0.5; }
  8169. }
  8170.  
  8171. // ===============================================================
  8172. //
  8173. //  Dimension Style Main Dialog -  calls Geometry, Text Location
  8174. //                                  and Annotation subdialogs
  8175. //          
  8176. // ===============================================================
  8177.  
  8178. ddim :dialog{
  8179.     label = "Stile di quota";
  8180.     :boxed_column{
  8181.         label = "Stile di quota";
  8182.         fixed_width = true;
  8183.         :row{
  8184.             :text_part{
  8185.                 label = "&Corrente:";
  8186.                 width = 9;
  8187.                 fixed_width = true;
  8188.             }
  8189.             :popup_list{            // lists for current working dimstyles
  8190.                 key = "style";
  8191.                 list = "";
  8192.                 edit_width = 31;
  8193.             }
  8194.         }
  8195.         :row{
  8196.             :text_part{
  8197.                 label = "&Nome:";     //  style name
  8198.                 width = 9;
  8199.                 fixed_width = true;
  8200.             }
  8201.             :edit_box{                        // for user to enter/specify 
  8202.                 key = "editstyle";
  8203.                 edit_width = 31;
  8204.                 edit_limit = 217;
  8205.             }
  8206.         }
  8207.         :row{
  8208.             fixed_width = true;
  8209.             alignment = centered; 
  8210.             :button{                      // save/create edited dimstyle         
  8211.                 label = "&Salva";
  8212.                 key = "save";
  8213.                 width = 10;
  8214.             }
  8215.             :spacer{ width = 0.5; }
  8216.             :button{                      // rename selected dimstyle name
  8217.                 label = "Rino&mina";
  8218.                 key = "rename";
  8219.                 width = 10;
  8220.             }
  8221.             :spacer{ width = 0.2; }
  8222.         }
  8223.     }
  8224.     :row{
  8225.         :boxed_row{
  8226.  
  8227.         // Since DCL doesn't support m x n matrix radio buttons,
  8228.         // we have to manually track the choice from multiple clusters
  8229.         // as if they were a sinble cluster.
  8230.         // When a button from the other cluster was selected, turn off 
  8231.         // the current button by sweeping the cluster first, then let
  8232.         // the chosen button on. This operation is done in apps.
  8233.  
  8234.             label = "Gruppo";
  8235.             :radio_column{
  8236.                 key = "family1";
  8237.                         :radio_button{
  8238.                             label = "&Principale";
  8239.                             key = "parent";
  8240.                         }
  8241.                         :radio_button{
  8242.                             label = "&Lineare";
  8243.                             key = "linear";
  8244.                         }
  8245.                         :radio_button{
  8246.                             label = "&Radiale";
  8247.                             key = "radius";
  8248.                         }
  8249.                         :radio_button{
  8250.                             label = "&Angolare";
  8251.                             key = "angle";
  8252.                         }
  8253.             }
  8254.             :radio_column{
  8255.                 key = "family2";
  8256.                 // Somehow in this layout of clusters, they are
  8257.                 // slightly off balanced. In other words, the buttons
  8258.                 // in each clusters are not displayed horizontally. 
  8259.                 // To correct the bias, we used a spacer of 1.5.
  8260.  
  8261.                         : spacer { height = 1.5; }
  8262.                         :radio_button{
  8263.                             label = "D&iametro";
  8264.                             key = "diameter";
  8265.                         }
  8266.                         :radio_button{
  8267.                             label = "&Ordinata";
  8268.                             key = "ordinate";
  8269.                         }
  8270.                         :radio_button{
  8271.                             label = "&Direttrice";
  8272.                             key = "leader";
  8273.                         }
  8274.             }
  8275.         }
  8276.         :column{
  8277.             alignment = top;
  8278.             :spacer{ height = 0.7; }
  8279.             :button{                  // calls subdialog
  8280.                 label = "G&eometria...";  
  8281.                 key = "geometry";
  8282.             }
  8283.             :button{                  // calls subdialog
  8284.                 label = "&Formato...";
  8285.                 key = "txtloc";
  8286.             }
  8287.             :button{                  // calls subdialog
  8288.                 label = "Anno&tazione...";
  8289.                 key = "annotation";
  8290.             }
  8291.         }
  8292.     }
  8293.     spacer;
  8294.     ok_cancel_help_errtile;
  8295. }
  8296.  
  8297. //
  8298. //  Dimension Geometry Subdialog
  8299. //
  8300.  
  8301. ddimx_geometry :dialog{
  8302.     label = "Geometria";
  8303.     :row{
  8304.         fixed_height = true;
  8305.         :column{
  8306.             :boxed_column{
  8307.             //
  8308.             // This is boxed column for Dimension Line.
  8309.             //
  8310.                 label = "Linea di quota";
  8311.                 key = "g_diml";
  8312.                 :row{
  8313.                     :text{
  8314.                         label = "Sopprimi: ";
  8315.                     }
  8316.                     :column{
  8317.                         :spacer{ height = 0.2; }
  8318.                         :toggle{
  8319.                             label = "&Prima";
  8320.                             key = "sd1";
  8321.                         }
  8322.                     }
  8323.                     :column{
  8324.                         :spacer{ height = 0.2; } 
  8325.                         :toggle{
  8326.                             label = "&Seconda";
  8327.                             key = "sd2";
  8328.                         }
  8329.                     }
  8330.                 }
  8331.                 :edit12_box{
  8332.                     label = "&Estensione: ";
  8333.                     key = "dle";
  8334.                 }
  8335.                 :edit12_box{
  8336.                     label = "In&tervallo: ";
  8337.                     key = "dli";
  8338.                 }
  8339.                 ddimx_colord;
  8340.             }
  8341.             :boxed_column{
  8342.             //
  8343.             // This is boxed column for Extension Line.
  8344.             //
  8345.                 label = "Linea di estensione";
  8346.                 key = "extline";
  8347.                 :row{
  8348.                     key = "g_extl";
  8349.                     :text{
  8350.                         label = "Sopprimi: ";
  8351.                     }
  8352.                     :column{
  8353.                         :spacer{ height = 0.3; }
  8354.                         :toggle{
  8355.                             label = "&1¬";
  8356.                             key = "se1";
  8357.                         }
  8358.                     }
  8359.                     :column{
  8360.                         :spacer{ height = 0.3; }
  8361.                         :toggle{
  8362.                             label = "&2¬";
  8363.                             key = "se2";
  8364.                         }
  8365.                     }
  8366.                 }
  8367.                 :edit12_box{
  8368.                     label = "Estensi&one: ";
  8369.                     key = "exe";
  8370.                 }
  8371.                 :edit12_box{
  8372.                     label = "O&ffset origine: ";
  8373.                     key = "exo";
  8374.                 }
  8375.                 ddimx_colore;
  8376.             }
  8377.         }
  8378.         :column{
  8379.             :boxed_column{
  8380.        
  8381.             // This is boxed column for Arrwos.
  8382.             // In this popup lists, 'User Arrow' will let you open another
  8383.             // subdialog called 'ddimx_userarr'. 
  8384.  
  8385.                 label = "Punte della freccia";
  8386.                 key = "g_arrs";
  8387.                 :row{
  8388.                     fixed_width = true;
  8389.                     alignment = right;
  8390.                     :image_button{
  8391.                         color                   = 0;
  8392.                         width                   = 8.7;
  8393.                         aspect_ratio            = 0.36;
  8394.                         fixed_height            = true;
  8395.                         fixed_width             = true;
  8396.                         alignment = right;
  8397.                         key = "arr_icon1";
  8398.                     }
  8399.                     :image_button{
  8400.                         color                   = 0;
  8401.                         width                   = 8.7;
  8402.                         aspect_ratio            = 0.36;
  8403.                         fixed_height            = true;
  8404.                         fixed_width             = true;
  8405.                         alignment = right;
  8406.                         key = "arr_icon2";
  8407.                     }
  8408.                 }
  8409.                 :popup_list{
  8410.                     label = "Prim&a: ";
  8411.                     key = "blk1";
  8412.                     list = "Nessuna \nChiusa \nPunto \nChiusa piena \nChiusa vuota \nObliqua \nSegno architettonico\nAperta \nIndicazione origine \nAngolo destro\nAperta 30 \nPunto vuoto \nPunto piccolo  \nQuadrato pieno \nQuadrato \nTriangolo pieno \nTriangolo \nIntegrale \nFreccia utente...";
  8413.                     edit_width = 20;
  8414.                 }
  8415.                 :popup_list{
  8416.                     label = "Secon&da:";
  8417.                     key = "blk2";
  8418.                     list = "Nessuna \nChiusa \nPunto \nChiusa piena \nChiusa vuota \nObliqua \nSegno architettonico\nAperta \nIndicazione origine \nAngolo destro\nAperta 30 \nPunto vuoto \nPunto piccolo \nQuadrato pieno \nQuadrato \nTriangolo pieno \nTriangolo \nIntegrale \nFreccia utente...";
  8419.                     edit_width = 20;
  8420.                 }
  8421.                 :edit12_box{
  8422.                     label = "D&imensioni: ";
  8423.                     key = "asz";
  8424.                 }
  8425.             }
  8426.             :boxed_column{
  8427.                 key = "cenmarks";
  8428.  
  8429.             // This is boxed column for center marks. 
  8430.             // Choosing a button, its image will be shown in the image box.
  8431.  
  8432.                 label = "Centro";
  8433.                 :row{
  8434.                     :radio_column{
  8435.                         key = "cen_mark";
  8436.                         :radio_button{
  8437.                             label = "Contrasse&gno";
  8438.                             key = "cen_mk";
  8439.                         }
  8440.                         :radio_button{
  8441.                             label = "&Linea";
  8442.                             key = "cen_ln";
  8443.                         }
  8444.                         :radio_button{
  8445.                             label = "Ness&uno";
  8446.                             key = "cen_no";
  8447.                         }
  8448.                     }
  8449.                     :image_button{
  8450.                         color                   = 0;
  8451.                         width                   = 11;
  8452.                         aspect_ratio            = 0.8;
  8453.                         fixed_height            = true;
  8454.                         fixed_width             = true;
  8455.                         alignment = centered;
  8456.                         key = "cen_icon"; 
  8457.                     }
  8458.                 }
  8459.                 :spacer { height = 0.1; }
  8460.                 :edit12_box{
  8461.                     label = "Di&mensioni: ";
  8462.                     key = "cen";
  8463.                 }
  8464.             }
  8465.         }
  8466.     }
  8467.     :boxed_column{
  8468.         label = "Scala";
  8469.         :row{
  8470.             :column{
  8471.                 :edit12_box{
  8472.                     fixed_width = true;
  8473.                     label = "Scala ge&nerale: ";
  8474.                     key = "gdscl";
  8475.                 }
  8476.                 :spacer{ height = 0.1; }
  8477.             }
  8478.             :toggle{
  8479.                 label = "Scala allo spa&zio carta";
  8480.                 key = "pspace";
  8481.             }
  8482.         }
  8483.     }
  8484.     ok_cancel_help_errtile_too;
  8485. }
  8486.  
  8487. //
  8488. //  Dimension Text Location Subdialog
  8489. //
  8490.  
  8491. ddimx_txtloc :dialog{
  8492.     label = "Formato";
  8493.     fixed_height = true;
  8494.     :row{
  8495.         :column{
  8496.             :column{
  8497.                 :spacer{ height = 0.3; }
  8498.                 :toggle{
  8499.                     label = "Definito dall'&utente";
  8500.                     key = "jus";
  8501.                 }
  8502.                 :toggle{
  8503.                     label = "Forza &linea all'interno";
  8504.                     key = "tofl";
  8505.                 }
  8506.                 :text {
  8507.                         label = "&Adatta: ";
  8508.  
  8509.                 }
  8510.                 :popup_list{
  8511.                     key = "jfit";
  8512.                     list = "Testo e frecce\nSolo testo\nSolo frecce\nAdatta\nDirettrice\nNessuna direttrice";
  8513.                 }
  8514.                 :spacer{ height = 0.5; }
  8515.             }
  8516.             :boxed_column{
  8517.             //
  8518.             // This is boxed column for Justification.
  8519.             //
  8520.                 label = "Giustificazione orizzontale";
  8521.                 fixed_height = true;
  8522.                 height = 6.5;
  8523.                 :spacer{ height = 0.2; }
  8524.                 :image_button{
  8525.                     color                   = 0;
  8526.                     width                   = 11;
  8527.                     aspect_ratio            = 0.8;
  8528.                     fixed_height            = true;
  8529.                     fixed_width             = true;
  8530.                     alignment = centered;
  8531.                     key = "horjust_icon"; 
  8532.                 }
  8533.                 :spacer{ height = 0.2; }
  8534.                 :popup_list{
  8535.                     key = "horjust";
  8536.                     /*list now in DDIM_C_25..29, was DDIM_DCL_59*/
  8537.                 }
  8538.                 :spacer{ height = 0.2; }
  8539.             }
  8540.         }
  8541.         :column{
  8542.             :boxed_column{
  8543.                 label = "Testo";
  8544.                 fixed_height = true;
  8545.                 :image_button{
  8546.                     color                   = 0;
  8547.                     width                   = 11;
  8548.                     aspect_ratio            = 0.8;
  8549.                     fixed_height            = true;
  8550.                     fixed_width             = true;
  8551.                     alignment = centered;
  8552.                     key = "tioh_icon"; 
  8553.                 }
  8554.                 :row{
  8555.                     fixed_width = true;
  8556.                     :spacer{ width = 0.5; }
  8557.                     :column{
  8558.                         fixed_height = true;
  8559.                         :spacer{ height = 0.2; }
  8560.                         :toggle{
  8561.                             label = "&Dentro orizzontale";
  8562.                             key = "tih";
  8563.                         }
  8564.                         :toggle{
  8565.                             label = "&Fuori orizzontale";
  8566.                             key = "toh";
  8567.                         }
  8568.                     }
  8569.                 }
  8570.             }
  8571.             :boxed_column{
  8572.  
  8573.             // This is Vertical Justification. 
  8574.             // Choose one, then highlight the related image box. 
  8575.             // Conversely you can choose a image box, then highlight 
  8576.             // the pull down list item.
  8577.  
  8578.                 label = "Giustificazione verticale";
  8579.                 fixed_height = true;
  8580.                 height = 6.5;
  8581.                 :spacer{ height = 0.2; }
  8582.                 :image_button{
  8583.                     color                   = 0;
  8584.                     width                   = 11;
  8585.                     aspect_ratio            = 0.8;
  8586.                     fixed_height            = true;
  8587.                     fixed_width             = true;
  8588.                     alignment = centered;
  8589.                     key = "tad_icon"; 
  8590.                 }
  8591.                 :spacer{ height = 0.2; }
  8592.                 :popup_list{
  8593.                     key = "tad";
  8594.                     list = "Centrata\nSopra\nFuori\nJIS";
  8595.                 }
  8596.                 :spacer{ height = 0.2; }
  8597.             }
  8598.         }
  8599.     }
  8600.     :spacer{ height = 0.2; }
  8601.     ok_cancel_help_errtile;
  8602. }
  8603.  
  8604. //
  8605. //  Dimension Annotation Subdialog
  8606. //
  8607.  
  8608. ddimx_annotation :dialog{
  8609.     label = "Annotazione";
  8610.     fixed_width = true;
  8611.     :row{
  8612.         :column{
  8613.             :boxed_column{
  8614.         
  8615.         // This is boxed column for Dimension units.
  8616.         // The 'Units' button opens another subdialog called 'ddimx_units'.
  8617.         // This part is for the primary units.
  8618.  
  8619.                 label = "Unitα primarie";
  8620.                 :row{
  8621.                     :button{
  8622.                         fixed_width = true;
  8623.                         label = "&Unitα...";
  8624.                         key = "annot_unitsp";
  8625.                     }
  8626.                 }
  8627.                 :edit_box{
  8628.                     label = "&Prefisso: ";
  8629.                     key = "post_1";
  8630.                     edit_width = 12;
  8631.                     edit_limit = 91;
  8632.                 }
  8633.                 :edit_box{
  8634.                     label = "&Suffisso: ";
  8635.                     key = "post_2";
  8636.                     edit_width = 12;
  8637.                     edit_limit = 105;
  8638.                 }
  8639.                 :icon_image{
  8640.                     color                   = 0;
  8641.               //      width                   = 14;
  8642.                     height = 2;
  8643.                     aspect_ratio            = 0.45;
  8644.                     fixed_height            = true;
  8645.                     fixed_width             = true;
  8646.                     alignment = right;
  8647.                     key = "post_icon1"; 
  8648.                     allow_accept = false;
  8649.                 }
  8650.             }
  8651.             :boxed_column{
  8652.             //
  8653.             // This is boxed portion for Tolerance.
  8654.             //
  8655.                 label = "Tolleranza";
  8656.                 :popup_list{
  8657.                     label = "&Metodo: ";
  8658.                     key = "toltypes";
  8659.                     list = "Nessuno\nSimmetrico\nDeviazione\nLimiti\nDi base";
  8660.                     edit_width = 16;
  8661.                 }
  8662.                 :edit12_box{
  8663.                     label = "&Valore superiore: ";
  8664.                     key = "tp";
  8665.                 }
  8666.                 :edit12_box{
  8667.                     label = "Valore &inferiore: ";
  8668.                     key = "tm";
  8669.                 }
  8670.                 :popup_list{
  8671.                     label = "Gius&tificazione: ";
  8672.                     key = "tolj";
  8673.                     list = "Alto\nMezzo\nBasso";
  8674.                     edit_width = 10;
  8675.                 }
  8676.                 :edit12_box{
  8677.                     label = "A<ezza: ";
  8678.                     key = "tfac";
  8679.                 }
  8680.             }
  8681.             :spacer{ height = 0.1; }
  8682.         }
  8683.         :column{
  8684.             :boxed_column{
  8685.  
  8686.             // This is boxed column for alternate dimunits.
  8687.             // The 'Units' button opens another subdialog 'ddimx_units',
  8688.             // but this one is for Alternate Units and the values in
  8689.             // ddimx_units subdialog are of the alternate units. It is
  8690.             // different from the stuff for the primary units.
  8691.  
  8692.                 label = "Unitα alternative";
  8693.                 key = "alts";
  8694.                 :row{
  8695.                     :toggle{
  8696.                         label = "&Abilita unitα";
  8697.                         key = "alt";
  8698.                     }
  8699.                     :button{
  8700.                         fixed_width = true;
  8701.                         label = "U&nitα...";
  8702.                         key = "annot_unitsa";
  8703.                     }
  8704.                 }
  8705.                 :column{
  8706.                     key = "apost";
  8707.                     :edit_box{
  8708.                         label = "P&refisso: ";
  8709.                         key = "apost_1";
  8710.                         edit_width = 12;
  8711.                         edit_limit = 91;
  8712.                     }
  8713.                     :edit_box{
  8714.                         label = "Su&ffisso: ";
  8715.                         key = "apost_2";
  8716.                         edit_width = 12;
  8717.                         edit_limit = 105;
  8718.                     }
  8719.                     :icon_image{
  8720.                         color                   = 0;
  8721.                 //        width                   = 14;
  8722.                         height = 2;
  8723.                         aspect_ratio            = 0.45;
  8724.                         fixed_height            = true;
  8725.                         fixed_width             = true;
  8726.                         alignment = right;
  8727.                         key = "post_icon2"; 
  8728.                         allow_accept = false;  
  8729.                   }
  8730.                 }
  8731.             }
  8732.             :boxed_column{
  8733.                 label = "Testo";
  8734.                 :popup_list{
  8735.                     label = "Stil&e: ";
  8736.                     key = "txsty";
  8737.                     edit_witdh = 31;
  8738.                     list = "";
  8739.                 }
  8740.                 :edit12_box{
  8741.                     label = "Altez&za: ";
  8742.                     key = "txt";
  8743.                 }
  8744.                 :edit12_box{
  8745.                     label = "Intervall&o: ";
  8746.                     key = "gap";
  8747.                 }
  8748.  
  8749.                 ddimx_colort;
  8750.             }
  8751.             :edit12_box{
  8752.                 label = "Arroton&damento:";
  8753.                 key = "rnd";
  8754.             }
  8755.             :spacer{ height = 0.2; }
  8756.         }
  8757.     }
  8758.     ok_cancel_help_errtile_too;
  8759. }
  8760.  
  8761. //
  8762. //  Dimension Units Subdialog - This is called by Annotation dialog.
  8763. //                              There are two calling cases, one for 
  8764. //                              the primary units and another is for
  8765. //                              the alternate units.
  8766. //
  8767.  
  8768. ddimx_unitsp :dialog{
  8769.     label = "Unitα primarie";
  8770.     fixed_width = true;
  8771.  
  8772.     units_list;
  8773.     units_ufac;
  8774.  
  8775.     ok_cancel_help_errtile_too;
  8776. }
  8777.  
  8778.  
  8779. ddimx_unitsa :dialog{
  8780.     label = "Unitα alternative";
  8781.     fixed_width = true; 
  8782.  
  8783.     units_list;
  8784.     units_ufac;
  8785.  
  8786.     ok_cancel_help_errtile_too;
  8787. }
  8788.  
  8789. units_ufac :column{
  8790.     :boxed_row{
  8791.         label = "Scala";
  8792.         :column{
  8793.             :edit12_box{
  8794.                 label = "Linea&re: ";
  8795.                 key = "ufac";
  8796.             }
  8797.             :spacer{ height = 0.2; }
  8798.         }
  8799.         :spacer { width = 5; }
  8800.         :toggle{
  8801.             label = "Solo spazio &carta";
  8802.             key = "psufac";
  8803.         }
  8804.     }
  8805. }
  8806.  
  8807. units_list :column{
  8808.     //
  8809.     // Horizontal cluster that contains the Units and Angles clusters.
  8810.     //
  8811.         //
  8812.         // Units cluster.
  8813.         //
  8814.     :row{
  8815.         : boxed_column {
  8816.             width = 24;
  8817.             label = "&Unitα";
  8818.             //
  8819.             // Radio cluster for the units format selection.
  8820.             //
  8821.             : popup_list {
  8822.                 key = "u_list";
  8823.                 list = "Scientifiche\nDecimali\nIngegneristiche\nArchitettoniche (sovrapposte)\nFrazionarie (sovrapposte)\nArchitettoniche\nFrazionarie\nDesktop di Windows";
  8824.             }
  8825.             :spacer{ height = 0.2; }
  8826.         }
  8827.         //
  8828.         // Angle Formats Control.
  8829.         //
  8830.         : boxed_column {
  8831.             width = 24;
  8832.             label = "Ango&li";
  8833.             //
  8834.             // Radio cluster for the angle format selection.
  8835.             //
  8836.             : popup_list {
  8837.                 key = "u_alist";
  8838.                 list = "Gradi decimali \nGradi/min/sec \nGradi centesimali \nRadianti \nUnitα topografiche";
  8839.             }
  8840.             :spacer{ height = 0.2; }
  8841.         }
  8842.     }
  8843.     :row{
  8844.         :boxed_column{
  8845.             label = "Quota";
  8846.             //
  8847.             // Linear Units Precision popup_list (System variable LUPREC).
  8848.             //
  8849.             : text {
  8850.                 label = "&Precisione:";
  8851.             }
  8852.             : popup_list {
  8853.                 key = "u_dimdec";
  8854.             }
  8855.             :boxed_row{
  8856.                 label = "Soppressione zero";
  8857.                 key = "zsuppress";
  8858.                 :column{
  8859.                     :toggle{
  8860.                         label = "Inizial&e";
  8861.                         key = "z3";
  8862.                     }
  8863.                     :toggle{
  8864.                         label = "&Finale";
  8865.                         key = "z4";
  8866.                     }
  8867.                 }
  8868.                 :column{
  8869.                     key = "feetinch";
  8870.                     :toggle{
  8871.                         label = "&0 piedi";
  8872.                         key = "z1";
  8873.                     }
  8874.                     :toggle{
  8875.                         label = "0 p&ollici";
  8876.                         key = "z2";
  8877.                     }
  8878.                 }
  8879.             }
  8880.         }
  8881.         :boxed_column{
  8882.             label = "Tolleranza";
  8883.             //
  8884.             // Angle Precision popup_list (system variable AUPREC).
  8885.             //
  8886.             spacer_0;
  8887.             : text {
  8888.                 label = "Preci&sione:";
  8889.             }    
  8890.             : popup_list {
  8891.                 key = "u_toldec";
  8892.             }
  8893.  
  8894.             :boxed_row{
  8895.                 label = "Soppressione zero";
  8896.                 key = "tzsuppress";
  8897.                 :column{
  8898.                     :toggle{
  8899.                         label = "I&niziale";
  8900.                         key = "tz3";
  8901.                     }
  8902.                     :toggle{
  8903.                         label = "Fin&ale";
  8904.                         key = "tz4";
  8905.                     }
  8906.                 }
  8907.                 :column{
  8908.                     key = "tfeetinch";
  8909.                     :toggle{
  8910.                         label = "0 pie&di";
  8911.                         key = "tz1";
  8912.                     }
  8913.                     :toggle{
  8914.                         label = "0 poll&ici";
  8915.                         key = "tz2";
  8916.                     }
  8917.                 }
  8918.             }
  8919.         }
  8920.     }
  8921. }
  8922.  
  8923.  
  8924. //
  8925. //  User Arrow subdialog - This is called by Geometry when the user 
  8926. //                         selects 'User Arrow' tile.
  8927. //                         This dialog allows for the user to set user
  8928. //                         arrow head block names.
  8929. //
  8930.  
  8931. ddimx_userarr :dialog{
  8932.     label = "Freccia utente";
  8933.     fixed_width = true;
  8934.     :spacer{ height = 0.3; }
  8935.     :edit_box{
  8936.         label = "&Nome freccia: ";
  8937.         key = "userarr1";
  8938.         fixed_width = true;
  8939.         allow_accept = true;
  8940.         alignment = centered;
  8941.         edit_width = 12;
  8942.         edit_limit = 217;
  8943.     }
  8944.     :spacer{ height = 0.5; }
  8945.     ok_cancel_help_errtile;
  8946. }
  8947.  
  8948. //==========================================================
  8949. //    'rq_chroma:dialog{}' must be present here because DDIM.DCL
  8950. //    can not share the same dcl function defined in ACAD.DCL since
  8951. //    DDIM has been separated from ACAD.DCL.
  8952. //    
  8953.  
  8954. // The standard color selection dialogue comes to ADS
  8955. // The meat of the dialogue is defined in base.dcl and used here and in
  8956. //    acad.dcl.
  8957.  
  8958. rq_chroma :dialog {
  8959.     label = "Colore";
  8960.     key = "chroma";                   // used by Help button to obtain label
  8961.     initial_focus = "color_edit";
  8962.     std_rq_color;
  8963. }
  8964.  
  8965. ok_cancel_help_errtile_too : column {
  8966.     :row {
  8967.         errtile;
  8968.         ok_cancel_help;
  8969.     }
  8970. }
  8971.  
  8972. // ==== End of the DDIMX dialogs portion ====
  8973.  
  8974.  
  8975. // Next available MSG number is    39 
  8976. // MODULE_ID DDINSERT_DCL_
  8977. // $Header: /sedona/develop/support/ddinsert.dcl 4     1/28/97 10:53 Eilberf $
  8978. /* Next available MSG number is  41 */
  8979.  
  8980. //----------------------------------------------------------------------------
  8981. //
  8982. //     ddinsert.dcl
  8983. //
  8984. //     Copyright 1992, 1994, 1996 by Autodesk, Inc.
  8985. //
  8986. //     Permission to use, copy, modify, and distribute this software
  8987. //     for any purpose and without fee is hereby granted, provided
  8988. //     that the above copyright notice appears in all copies and
  8989. //     that both that copyright notice and the limited warranty and
  8990. //     restricted rights notice below appear in all supporting
  8991. //     documentation.
  8992. //
  8993. //     AUTODESK PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
  8994. //     AUTODESK SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
  8995. //     MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE.  AUTODESK, INC.
  8996. //     DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
  8997. //     UNINTERRUPTED OR ERROR FREE.
  8998. //
  8999. //     Use, duplication, or disclosure by the U.S. Government is subject to
  9000. //     restrictions set forth in FAR 52.227-19 (Commercial Computer
  9001. //     Software - Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
  9002. //     (Rights in Technical Data and Computer Software), as applicable.
  9003. //
  9004. //.
  9005. //----------------------------------------------------------------------------
  9006. //
  9007. // Corresponding dialogues for DDINSERT.LSP which is an AutoLISP implementation
  9008. // of the AutoCAD Insert command with a dialogue interface.
  9009. //
  9010. //----------------------------------------------------------------------------
  9011.  
  9012.  
  9013. //dcl_settings : default_dcl_settings { audit_level = 3; }
  9014.  
  9015.  
  9016. ddinsert : dialog {
  9017.     label = "Inserisci";
  9018.     : boxed_column {
  9019.     label = "Blocco";
  9020.     : row {
  9021.         : button {
  9022.         label = "Blocco... ";
  9023.         key = "int_blocks";
  9024.         mnemonic = "B";
  9025.         width = 10;
  9026.         fixed_width = true;
  9027.         }
  9028.         : edit_box {
  9029.         label = "";
  9030.         key = "current_name";
  9031.         width = 36;
  9032.         edit_limit = 217;
  9033.         }
  9034.     }
  9035.     : row {
  9036.         : button {
  9037.         label = "   File...   ";
  9038.         key = "ext_blocks";
  9039.         mnemonic = "F";
  9040.         width = 11.7;
  9041.         fixed_width = true;
  9042.         }
  9043.         : edit_box {
  9044.         key = "path_name";
  9045.         width = 36;
  9046.         }
  9047.     }
  9048.     }
  9049.     : boxed_column {
  9050.     label = "Opzioni";
  9051.     : row {
  9052.         : toggle {
  9053.         label = "Specifica parametri sullo schermo";
  9054.         key = "on_screen";
  9055.         mnemonic = "S";
  9056.         fixed_width = true;
  9057.         }
  9058.     }
  9059.     : row {
  9060.         : boxed_column {
  9061.         label = "Punto d'inserimento";
  9062.         : edit_box {
  9063.             label = "X:";
  9064.             mnemonic = "X";
  9065.             key = "x_pt";
  9066.             edit_width = 10;
  9067.         }
  9068.         : edit_box {
  9069.             label = "Y:";
  9070.             mnemonic = "Y";
  9071.             key = "y_pt";
  9072.             edit_width = 10;
  9073.         }
  9074.         : edit_box {
  9075.             label = "Z:";
  9076.             mnemonic = "Z";
  9077.             key = "z_pt";
  9078.             edit_width = 10;
  9079.         }
  9080.         }
  9081.         : boxed_column {
  9082.         label = "Scala";
  9083.         : edit_box {
  9084.             label = "X:";
  9085.             mnemonic = "X";
  9086.             key = "x_scale";
  9087.             edit_width = 10;
  9088.         }
  9089.         : edit_box {
  9090.             label = "Y:";
  9091.             mnemonic = "Y";
  9092.             key = "y_scale";
  9093.             edit_width = 10;
  9094.         }
  9095.         : edit_box {
  9096.             label = "Z:";
  9097.             mnemonic = "Z";
  9098.             key = "z_scale";
  9099.             edit_width = 10;
  9100.         }
  9101.         }
  9102.         : column {
  9103.         : boxed_column {
  9104.             label = "Rotazione";
  9105.             fixed_height = true;
  9106.             : edit_box {
  9107.             label = "Angolo:";
  9108.             key = "rotation";
  9109.             mnemonic = "A";
  9110.             edit_width = 6;
  9111.             }
  9112.         }
  9113.         }
  9114.     }
  9115.     }
  9116.     : toggle {
  9117.     label = "Esplodi";
  9118.     key = "explode";
  9119.     mnemonic = "E";
  9120.     fixed_width = true;
  9121.     }
  9122.     ok_cancel_help_errtile;
  9123. }
  9124.  
  9125.  
  9126. list_blocks : dialog {
  9127.     label = "Blocchi definiti";
  9128.     : edit_box {
  9129.     label = "Modello:";
  9130.     key = "pattern";
  9131.     mnemonic = "M";
  9132.     allow_accept=true;
  9133.     is_default=true;
  9134.     }
  9135.     : list_box {
  9136.     key = "bl_match";
  9137.     width = 32;
  9138.     allow_accept = true;
  9139.     }
  9140.     : edit_box {
  9141.     label = "Selezione:";
  9142.     key = "selection";
  9143.     mnemonic = "S";
  9144.     allow_accept=true;
  9145.     edit_limit = 217;
  9146.     }
  9147.     spacer;
  9148.     ok_cancel_err;
  9149. }
  9150.  
  9151. blk_exists : dialog {
  9152.     label = "Avvertimento";
  9153.     : paragraph {
  9154.     : text_part {
  9155.         label = "Un blocco con questo nome esiste giα nel disegno.";
  9156.     }
  9157.     : text_part {
  9158.         label = "Si desidera ridefinirlo?";
  9159.     }
  9160.     }
  9161.     spacer_1;
  9162.     : row {
  9163.     fixed_width = true;
  9164.     alignment = centered;
  9165.     : button {
  9166.         label = "OK";
  9167.         key = "redefine";
  9168.         width = 8;
  9169.     }
  9170.     : spacer {
  9171.         width = 2;
  9172.     }
  9173.     : default_button {
  9174.         label = "Annulla";
  9175.         key = "no";
  9176.         width = 8;
  9177.     }
  9178.     }
  9179. }
  9180.  
  9181.  
  9182. // Next available MSG number is     8 
  9183. // MODULE_ID DDPTYPE_DCL_
  9184. // $Header: /sedona/develop/support/ddptype.dcl 3     11/19/96 1:41p Few $
  9185. /* Next available MSG number is  17 */
  9186.  
  9187. //----------------------------------------------------------------------------
  9188. //
  9189. //     ddptype.dcl
  9190. //
  9191. //     Copyright 1992, 1994, 1996 by Autodesk, Inc.
  9192. //
  9193. //     Permission to use, copy, modify, and distribute this software
  9194. //     for any purpose and without fee is hereby granted, provided
  9195. //     that the above copyright notice appears in all copies and
  9196. //     that both that copyright notice and the limited warranty and
  9197. //     restricted rights notice below appear in all supporting
  9198. //     documentation.
  9199. //
  9200. //     AUTODESK PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
  9201. //     AUTODESK SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
  9202. //     MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE.  AUTODESK, INC.
  9203. //     DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
  9204. //     UNINTERRUPTED OR ERROR FREE.
  9205. //
  9206. //     Use, duplication, or disclosure by the U.S. Government is subject to
  9207. //     restrictions set forth in FAR 52.227-19 (Commercial Computer
  9208. //     Software - Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
  9209. //     (Rights in Technical Data and Computer Software), as applicable.
  9210. //
  9211. //.
  9212. //----------------------------------------------------------------------------
  9213. //
  9214. //  Ddptype.dcl - Point size and type selection dialogue.
  9215. //
  9216. //----------------------------------------------------------------------------
  9217.  
  9218. //  DDPTYPE dialogue.  Used by the DDPTYPE command in ddptype.lsp.
  9219. //  Called from the AutoCAD Release 12 Standard Menu.
  9220.  
  9221. //dcl_settings : default_dcl_settings { audit_level = 3; }
  9222.  
  9223. ddptype: dialog {
  9224.   label        = "Stile punto";
  9225.   : column {
  9226.     : row {
  9227.       : image_button {
  9228.         key          = "pdmode0";
  9229.         width        = 5;
  9230.         aspect_ratio = 1.0;
  9231.         color        = 0;
  9232.         allow_accept = true;
  9233.       }
  9234.       : image_button {
  9235.         key          = "pdmode1";
  9236.         width        = 5;
  9237.         aspect_ratio = 1.0;
  9238.         color        = 0;
  9239.         allow_accept = true;
  9240.       }
  9241.       : image_button {
  9242.         key          = "pdmode2";
  9243.         width        = 5;
  9244.         aspect_ratio = 1.0;
  9245.         color        = 0;
  9246.         allow_accept = true;
  9247.       }
  9248.       : image_button {
  9249.         key          = "pdmode3";
  9250.         width        = 5;
  9251.         aspect_ratio = 1.0;
  9252.         color        = 0;
  9253.         allow_accept = true;
  9254.       }
  9255.       : image_button {
  9256.         key          = "pdmode4";
  9257.         width        = 5;
  9258.         aspect_ratio = 1.0;
  9259.         color        = 0;
  9260.         allow_accept = true;
  9261.       }
  9262.     }
  9263.     : row {
  9264.       : image_button {
  9265.         key          = "pdmode32";
  9266.         width        = 5;
  9267.         aspect_ratio = 1.0;
  9268.         color        = 0;
  9269.         allow_accept = true;
  9270.       }
  9271.       : image_button {
  9272.         key          = "pdmode33";
  9273.         width        = 5;
  9274.         aspect_ratio = 1.0;
  9275.         color        = 0;
  9276.         allow_accept = true;
  9277.       }
  9278.       : image_button {
  9279.         key          = "pdmode34";
  9280.         width        = 5;
  9281.         aspect_ratio = 1.0;
  9282.         color        = 0;
  9283.         allow_accept = true;
  9284.       }
  9285.       : image_button {
  9286.         key          = "pdmode35";
  9287.         width        = 5;
  9288.         aspect_ratio = 1.0;
  9289.         color        = 0;
  9290.         allow_accept = true;
  9291.       }
  9292.       : image_button {
  9293.         key          = "pdmode36";
  9294.         width        = 5;
  9295.         aspect_ratio = 1.0;
  9296.         color        = 0;
  9297.         allow_accept = true;
  9298.       }
  9299.     }
  9300.     : row {
  9301.       : image_button {
  9302.         key          = "pdmode64";
  9303.         width        = 5;
  9304.         aspect_ratio = 1.0;
  9305.         color        = 0;
  9306.         allow_accept = true;
  9307.       }
  9308.       : image_button {
  9309.         key          = "pdmode65";
  9310.         width        = 5;
  9311.         aspect_ratio = 1.0;
  9312.         color        = 0;
  9313.         allow_accept = true;
  9314.       }
  9315.       : image_button {
  9316.         key          = "pdmode66";
  9317.         width        = 5;
  9318.         aspect_ratio = 1.0;
  9319.         color        = 0;
  9320.         allow_accept = true;
  9321.       }
  9322.       : image_button {
  9323.         key          = "pdmode67";
  9324.         width        = 5;
  9325.         aspect_ratio = 1.0;
  9326.         color        = 0;
  9327.         allow_accept = true;
  9328.       }
  9329.       : image_button {
  9330.         key          = "pdmode68";
  9331.         width        = 5;
  9332.         aspect_ratio = 1.0;
  9333.         color        = 0;
  9334.         allow_accept = true;
  9335.       }
  9336.     }
  9337.     : row {
  9338.       : image_button {
  9339.         key          = "pdmode96";
  9340.         width        = 5;
  9341.         aspect_ratio = 1.0;
  9342.         color        = 0;
  9343.         allow_accept = true;
  9344.       }
  9345.       : image_button {
  9346.         key          = "pdmode97";
  9347.         width        = 5;
  9348.         aspect_ratio = 1.0;
  9349.         color        = 0;
  9350.         allow_accept = true;
  9351.       }
  9352.       : image_button {
  9353.         key          = "pdmode98";
  9354.         width        = 5;
  9355.         aspect_ratio = 1.0;
  9356.         color        = 0;
  9357.         allow_accept = true;
  9358.       }
  9359.       : image_button {
  9360.         key          = "pdmode99";
  9361.         width        = 5;
  9362.         aspect_ratio = 1.0;
  9363.         color        = 0;
  9364.         allow_accept = true;
  9365.       }
  9366.       : image_button {
  9367.         key          = "pdmode100";
  9368.         width        = 5;
  9369.         aspect_ratio = 1.0;
  9370.         color        = 0;
  9371.         allow_accept = true;
  9372.       }
  9373.     }
  9374.   }
  9375.   : column {
  9376.     fixed_height = true;
  9377.     spacer_1;
  9378.     : row {
  9379.       : edit_box {
  9380.         mnemonic             = "p";
  9381.         label                = "Dimensioni punto:";
  9382.         key                  = "pdsize_value";
  9383.         edit_width           = 10;
  9384.         horizontal_alignment = left;
  9385.         allow_accept         = true;
  9386.       }
  9387.       : text {
  9388.         label = "";
  9389.         key   = "pdsize_label";
  9390.         width = 12;
  9391.       }
  9392.     }
  9393.     : radio_column {
  9394.       fixed_height = true;
  9395.       : radio_button {
  9396.         label       = "Dimensioni relative allo schermo";
  9397.         mnemonic    = "r";
  9398.         key         = "pdsize_r";
  9399.         is_tab_stop = false;
  9400.       }
  9401.       : radio_button {
  9402.         label       = "Dimensioni in unitα assolute";
  9403.         mnemonic    = "a";
  9404.         key         = "pdsize_a";
  9405.         is_tab_stop = false;
  9406.       }
  9407.     }
  9408.   }
  9409.   spacer_1;
  9410.   ok_cancel_help_errtile;
  9411. }
  9412.  
  9413. // Next available MSG number is     6 
  9414. // MODULE_ID DDRENAME_DCL_
  9415. /* $Header: /sedona/develop/support/ddrename.dcl 4     11/19/96 1:47p Few $ */
  9416. /* Next available MSG number is   9 */
  9417.  
  9418. //----------------------------------------------------------------------------
  9419. //
  9420. //   DDRENAME.DCL   Version 1.0
  9421. //
  9422. //     Copyright 1991, 1992, 1993, 1994, 1996 by Autodesk, Inc.
  9423. //
  9424. //     Permission to use, copy, modify, and distribute this software
  9425. //     for any purpose and without fee is hereby granted, provided
  9426. //     that the above copyright notice appears in all copies and
  9427. //     that both that copyright notice and the limited warranty and
  9428. //     restricted rights notice below appear in all supporting
  9429. //     documentation.
  9430. //
  9431. //     AUTODESK PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
  9432. //     AUTODESK SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
  9433. //     MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE.  AUTODESK, INC.
  9434. //     DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
  9435. //     UNINTERRUPTED OR ERROR FREE.
  9436. //
  9437. //     Use, duplication, or disclosure by the U.S. Government is subject to
  9438. //     restrictions set forth in FAR 52.227-19 (Commercial Computer
  9439. //     Software - Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
  9440. //     (Rights in Technical Data and Computer Software), as applicable.
  9441. //
  9442. //.  
  9443. //----------------------------------------------------------------------------
  9444. // 
  9445. // Corresponding dialogue for DDRENAME.LSP which is an AutoLISP implementation
  9446. // of the AutoCAD Rename command with wildcard support and a dialogue
  9447. // interface.
  9448. // 
  9449. //----------------------------------------------------------------------------
  9450.  
  9451. //dcl_settings : default_dcl_settings { audit_level = 3; }
  9452.  
  9453.  
  9454. ddrename : dialog {
  9455.     label = "Rinomina";
  9456.     : row {
  9457.         : column {
  9458.             : list_box {
  9459.                 label = "Oggetti";
  9460.                 key = "tables";
  9461.                 width = 17;
  9462.                 height = 8;
  9463.             }
  9464.         }
  9465.         : column {
  9466.             : list_box {
  9467.                 label = "&Elementi";
  9468.                 key = "table_items";
  9469.                 alignment = right;
  9470.                 fixed_width = true;
  9471.                 width = 35;
  9472.                 height = 8;
  9473.                 multiple_select = true;
  9474.             }
  9475.         }
  9476.     }
  9477.     : column {
  9478.         : row {
  9479.             : text {
  9480.                 label = "Nome &attuale:";
  9481.             }
  9482.             : edit_box { 
  9483.                 key = "old";
  9484.                 alignment = right;
  9485.                 fixed_width = true;
  9486.                 edit_width = 33;
  9487.                 edit_limit = 217;
  9488.             }
  9489.         }
  9490.         : row {
  9491.             : button {
  9492.                 label = "&Rinomina in:";
  9493.                 key = "rename";
  9494.             }
  9495.             : edit_box { 
  9496.                 label = "";
  9497.                 key = "new";
  9498.                 alignment = right;
  9499.                 fixed_width = true;
  9500.                 edit_width = 33;
  9501.                 edit_limit = 217;
  9502.             }
  9503.         }
  9504.     }
  9505.     spacer_1;
  9506.     ok_cancel_help_errtile;
  9507. }
  9508.  
  9509. // Next available MSG number is     6 
  9510. // MODULE_ID DDUCSP_DCL_
  9511. // $Header: /sedona/develop/support/dducsp.dcl 3     11/19/96 1:57p Few $
  9512. /* Next available MSG number is  10 */
  9513.  
  9514. //----------------------------------------------------------------------------
  9515. //
  9516. //     dducsp.dcl
  9517. //
  9518. //     Copyright 1992, 1994, 1996 by Autodesk, Inc.
  9519. //
  9520. //     Permission to use, copy, modify, and distribute this software
  9521. //     for any purpose and without fee is hereby granted, provided
  9522. //     that the above copyright notice appears in all copies and
  9523. //     that both that copyright notice and the limited warranty and
  9524. //     restricted rights notice below appear in all supporting
  9525. //     documentation.
  9526. //
  9527. //     AUTODESK PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
  9528. //     AUTODESK SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
  9529. //     MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE.  AUTODESK, INC.
  9530. //     DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
  9531. //     UNINTERRUPTED OR ERROR FREE.
  9532. //
  9533. //     Use, duplication, or disclosure by the U.S. Government is subject to
  9534. //     restrictions set forth in FAR 52.227-19 (Commercial Computer
  9535. //     Software - Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
  9536. //     (Rights in Technical Data and Computer Software), as applicable.
  9537. //
  9538. //.
  9539. //----------------------------------------------------------------------------
  9540. //
  9541. //  Dducsp.dcl - Ucs presets selection dialogue.
  9542. //
  9543. //----------------------------------------------------------------------------
  9544.  
  9545. //dcl_settings : default_dcl_settings { audit_level = 3; }
  9546.  
  9547. dducsp : dialog {
  9548.   aspect_ratio = 0;
  9549.   label = "Orientamento UCS";
  9550.   initial_focus = "ucsp_front";
  9551.   : row {
  9552.     : column {
  9553.       : image_button {
  9554.         key = "ucsp_world";
  9555.         width = 7;
  9556.         aspect_ratio = 1.0;
  9557.         color = 0;
  9558.         allow_accept = true;
  9559.       }
  9560.       : image_button {
  9561.         key = "ucsp_left";
  9562.         width = 7;
  9563.         aspect_ratio = 1.0;
  9564.         color = 0;
  9565.         allow_accept = true;
  9566.       }
  9567.       : image_button {
  9568.         key = "ucsp_cview";
  9569.         width = 7;
  9570.         aspect_ratio = 1.0;
  9571.         color = 0;
  9572.         allow_accept = true;
  9573.       }
  9574.     }
  9575.     : column {
  9576.       : image_button {
  9577.         key = "ucsp_top";
  9578.         width = 7;
  9579.         aspect_ratio = 1.0;
  9580.         color = 0;
  9581.         allow_accept = true;
  9582.       }
  9583.       : image_button {
  9584.         key = "ucsp_front";
  9585.         width = 7;
  9586.         aspect_ratio = 1.0;
  9587.         color = 0;
  9588.         allow_accept = true;
  9589.       }
  9590.       : image_button {
  9591.         key = "ucsp_bottom";
  9592.         width = 7;
  9593.         aspect_ratio = 1.0;
  9594.         color = 0;
  9595.         allow_accept = true;
  9596.       }
  9597.     }
  9598.     : column {
  9599.       : image_button {
  9600.         key = "ucsp_back";
  9601.         width = 7;
  9602.         aspect_ratio = 1.0;
  9603.         color = 0;
  9604.         allow_accept = true;
  9605.       }
  9606.       : image_button {
  9607.         key = "ucsp_right";
  9608.         width = 7;
  9609.         aspect_ratio = 1.0;
  9610.         color = 0;
  9611.         allow_accept = true;
  9612.       }
  9613.       : image_button {
  9614.         key = "ucsp_prev";
  9615.         width = 7;
  9616.         aspect_ratio = 1.0;
  9617.         color = 0;
  9618.         allow_accept = true;
  9619.       }
  9620.     }
  9621.   }
  9622.   : row {
  9623.     : radio_column {
  9624.       : radio_button {
  9625.         label = "Relativo all'UCS corrente";
  9626.         mnemonic = "R";
  9627.         key = "ucsp_r_ucs";
  9628.       }
  9629.       : radio_button {
  9630.         label = "Assoluto nel WCS";
  9631.         mnemonic = "A";
  9632.         key = "ucsp_a_wcs";
  9633.       }
  9634.     }
  9635.   }
  9636.   ok_cancel_help_errtile;
  9637. }
  9638.  
  9639. // Next available MSG number is    51 
  9640. // MODULE_ID DDUNITS_DCL_
  9641. // $Header: /sedona/develop/support/ddunits.dcl 4     2/07/97 12:26 Eilberf $
  9642. /* Next available MSG number is  60 */
  9643.  
  9644. //-------------------------------------------------------------------------
  9645. //
  9646. //     ddunits.dcl
  9647. //
  9648. //     Copyright 1992, 1994, 1996 by Autodesk, Inc.
  9649. //
  9650. //     Permission to use, copy, modify, and distribute this software
  9651. //     for any purpose and without fee is hereby granted, provided
  9652. //     that the above copyright notice appears in all copies and
  9653. //     that both that copyright notice and the limited warranty and
  9654. //     restricted rights notice below appear in all supporting
  9655. //     documentation.
  9656. //
  9657. //     AUTODESK PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
  9658. //     AUTODESK SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
  9659. //     MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE.  AUTODESK, INC.
  9660. //     DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
  9661. //     UNINTERRUPTED OR ERROR FREE.
  9662. //
  9663. //     Use, duplication, or disclosure by the U.S. Government is subject to
  9664. //     restrictions set forth in FAR 52.227-19 (Commercial Computer
  9665. //     Software - Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
  9666. //     (Rights in Technical Data and Computer Software), as applicable.
  9667. //
  9668. //.
  9669. //    
  9670. //-------------------------------------------------------------------------
  9671. // DESCRIPTION:
  9672. // Dialogue definition file for DDUNITS.LSP - Units command. 
  9673. //-------------------------------------------------------------------------
  9674.  
  9675. //dcl_settings : default_dcl_settings { audit_level = 3; }
  9676.  
  9677. ddunits : dialog {
  9678.     label = "Unitα";
  9679.     //
  9680.     // Horizontal cluster that contains the Units and Angles clusters.
  9681.     //
  9682.     : row {
  9683.         //
  9684.         // Units cluster.
  9685.         //
  9686.         : boxed_column {
  9687.             label = "Unitα";
  9688.             //
  9689.             // Radio cluster for the units format selection.
  9690.             //
  9691.             : radio_column {
  9692.                 : radio_button {
  9693.                     key = "scientific";
  9694.                     label = "Scientifiche";
  9695.                     mnemonic = "S";
  9696.                 }
  9697.                 : radio_button {
  9698.                     key = "decimal";
  9699.                     label = "Decimali";
  9700.                     mnemonic = "D";
  9701.                 }
  9702.                 : radio_button {
  9703.                     key = "engineering";
  9704.                     label = "Ingegneristiche";
  9705.                     mnemonic = "I";
  9706.                 }
  9707.                 : radio_button {
  9708.                     key = "architectural";
  9709.                     label = "Architettoniche";
  9710.                     mnemonic = "A";
  9711.                 }
  9712.                 : radio_button {
  9713.                     key = "fractional";
  9714.                     label = "Frazionarie";
  9715.                     mnemonic = "F";
  9716.                 }
  9717.             }
  9718.             //
  9719.             // Linear Units Precision popup_list (System variable LUPREC).
  9720.             //
  9721.             spacer;
  9722.             : text {
  9723.                 label = "Precisione:";
  9724.                 mnemonic = "P";
  9725.             }
  9726.             : popup_list {
  9727.                 key = "luprec";
  9728.                 edit_width = 14;
  9729.             }
  9730.         }
  9731.         //
  9732.         // Angle Formats Control.
  9733.         //
  9734.         : boxed_column {
  9735.             label = "Formato angoli";
  9736.             //
  9737.             // Radio cluster for the angle format selection.
  9738.             //
  9739.             : radio_column {
  9740.                 : radio_button {
  9741.                   key = "decimal_deg";
  9742.                   label = "Gradi decimali";
  9743.                   mnemonic = "c";
  9744.                 }
  9745.                 : radio_button {
  9746.                     key = "dms";
  9747.                     label = "Gradi/min/sec";
  9748.                     mnemonic = "m";
  9749.                 }
  9750.                 : radio_button {
  9751.                     key = "grads";
  9752.                     label = "Gradi centesimali";
  9753.                     mnemonic = "e";
  9754.                 }
  9755.                 : radio_button {
  9756.                     key = "radians";
  9757.                     label = "Radianti";
  9758.                     mnemonic = "R";
  9759.                 }
  9760.                 : radio_button {
  9761.                     key = "surveyor_deg";
  9762.                     label = "Unitα topografiche";
  9763.                     mnemonic = "U";
  9764.                 }
  9765.             }
  9766.             //
  9767.             // Angle Precision popup_list (system variable AUPREC).
  9768.             //
  9769.             spacer_0;
  9770.             : text {
  9771.                 label = "Precisione:";
  9772.                 mnemonic = "n";
  9773.             }    
  9774.             : popup_list {
  9775.                 key = "auprec";
  9776.                 edit_width = 17;
  9777.             }
  9778.         }
  9779.     }
  9780.     //
  9781.     // Row of buttons at bottom: OK Cancel Direction... Help...
  9782.     //
  9783.     : row {
  9784.         ok_button;
  9785.         cancel_button;
  9786.         : button {
  9787.              label = "Direzione...";
  9788.              key = "dir";
  9789.              mnemonic = "z";
  9790.              fixed_width = true;
  9791.         }
  9792.         help_button;
  9793.     }
  9794. }
  9795. //
  9796. // Direction child dialog.
  9797. //
  9798. direction : dialog {
  9799.     label = "Direzione";
  9800.     : boxed_column {
  9801.         label = "Direzione angolo 0";
  9802.         fixed_width = true;
  9803.         width =22;
  9804.         //
  9805.         // Direction sub-cluster to group the radio cluster and the
  9806.         // pick button/edit box cluster.
  9807.         //
  9808.         :row {
  9809.             //
  9810.             // Radio cluster for the direction selection.
  9811.             //
  9812.             : radio_column {
  9813.                 : radio_button {
  9814.                     key = "east";
  9815.                     label = "Est";
  9816.                     mnemonic = "E";
  9817.                 }
  9818.                 : radio_button {
  9819.                     key = "north";
  9820.                     label = "Nord";
  9821.                     mnemonic = "N";
  9822.                 }
  9823.                 : radio_button {
  9824.                     key = "west";
  9825.                     label = "Ovest";
  9826.                     mnemonic = "O";
  9827.                 }
  9828.                 : radio_button {
  9829.                     key = "south";
  9830.                     label = "Sud";
  9831.                     mnemonic = "S";
  9832.                 }
  9833.                 : radio_button {
  9834.                     key = "other";
  9835.                     label = "Altra";
  9836.                     mnemonic = "A";
  9837.                 }
  9838.             }
  9839.             //
  9840.             // Angle direction format labels appears to the right
  9841.             // of the radio cluster, a "pick" button next to "other"
  9842.             //
  9843.             : column {
  9844.             children_alignment=right;
  9845.                 : text {
  9846.                     key = "zero";
  9847.                     label = "";
  9848.                     width = 9;
  9849.                 }
  9850.                 : text {
  9851.                     key = "ninety";
  9852.                     label = "";
  9853.                 }
  9854.                 : text {
  9855.                     key = "one_eighty";
  9856.                     label = "";
  9857.                 }
  9858.                 : text {
  9859.                     key = "two_seventy";
  9860.                     label = "";
  9861.                 }
  9862.                 : text {
  9863.                     key = "typed";
  9864.                     label = "Selez./Digitare";
  9865.                 }
  9866.             }
  9867.         }
  9868.         //
  9869.         // Manual angle selection and direction selection.
  9870.         //
  9871.         //
  9872.         // Angle edit box.
  9873.         //
  9874.         : edit_box {
  9875.             key = "angle_edit";
  9876.             edit_width = 14;
  9877.             label = "Angolo:";
  9878.             mnemonic = "g";
  9879.         }
  9880.         : button{
  9881.             label = "Selezionare <";
  9882.             key = "angle_pick";
  9883.             fixed_width = true;
  9884.             width = 8;
  9885.             alignment = left;
  9886.             mnemonic = "l";
  9887.         }
  9888.     }
  9889.     //
  9890.     // Angle direction radio cluster.
  9891.     //
  9892.     : radio_column {
  9893.         : radio_button {
  9894.             key = "angle_dir_ccw";
  9895.             label = "Senso antiorario";
  9896.             mnemonic = "t";
  9897.         }
  9898.         : radio_button {
  9899.             key = "angle_dir_cw";
  9900.             label = "Senso orario";
  9901.             mnemonic = "r";
  9902.         }
  9903.     }
  9904.     ok_cancel;
  9905.     : errtile {
  9906.         width = 22;
  9907.     }
  9908. }
  9909. // End Direction child dialog.
  9910.  
  9911. // Next available MSG number is    54 
  9912. // MODULE_ID DDVIEW_DCL_
  9913. // $Header: /sedona/develop/support/ddview.dcl 4     11/19/96 2:07p Few $
  9914. /* Next available MSG number is  61 */
  9915.  
  9916. //----------------------------------------------------------------------------
  9917. //
  9918. //     ddview.dcl
  9919. //
  9920. //     Copyright 1992, 1994, 1996 by Autodesk, Inc.
  9921. //
  9922. //     Permission to use, copy, modify, and distribute this software
  9923. //     for any purpose and without fee is hereby granted, provided
  9924. //     that the above copyright notice appears in all copies and
  9925. //     that both that copyright notice and the limited warranty and
  9926. //     restricted rights notice below appear in all supporting
  9927. //     documentation.
  9928. //
  9929. //     AUTODESK PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
  9930. //     AUTODESK SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
  9931. //     MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE.  AUTODESK, INC.
  9932. //     DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
  9933. //     UNINTERRUPTED OR ERROR FREE.
  9934. //
  9935. //     Use, duplication, or disclosure by the U.S. Government is subject to
  9936. //     restrictions set forth in FAR 52.227-19 (Commercial Computer
  9937. //     Software - Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
  9938. //     (Rights in Technical Data and Computer Software), as applicable.
  9939. //
  9940. //.
  9941. //----------------------------------------------------------------------------
  9942. //
  9943. //  Dialogue interface to VIEW command.  Used with DDVIEW.LSP
  9944. //
  9945. //----------------------------------------------------------------------------
  9946.  
  9947. //dcl_settings : default_dcl_settings { audit_level = 3; }
  9948.  
  9949. view : dialog {
  9950.     label = "Viste con nome";
  9951.     initial_focus = "edit_view";
  9952.     : list_box {
  9953.         label = "Viste";
  9954.         mnemonic = "V";
  9955.         width = 42;
  9956.         tabs = "34";
  9957.         key = "list_view";
  9958.         tab_truncate = true;
  9959.     }
  9960.     : concatenation {
  9961.         : text_part {
  9962.             label = "Ripristina vista: ";
  9963.         }
  9964.         : text_part {
  9965.             key = "res_text";
  9966.             width = 32;
  9967.         }
  9968.     }
  9969.     : row {
  9970.         : button {
  9971.             label = "Ripristina";
  9972.             mnemonic = "R";
  9973.             key = "restore";
  9974.         }
  9975.         : button {
  9976.             label = "Nuova...";
  9977.             mnemonic = "N";
  9978.             key = "new_view";
  9979.         }
  9980.         : button {
  9981.             label = "Cancella";
  9982.             mnemonic = "C";
  9983.             key = "delete";
  9984.         }
  9985.         : button {
  9986.             label = "Descrizione...";
  9987.             mnemonic = "D";
  9988.             key = "describe";
  9989.         }
  9990.     }
  9991.     spacer_0;
  9992.     ok_cancel_help;
  9993. }
  9994.  
  9995. new_view : dialog {
  9996.     label = "Nuova";
  9997.     : edit_box {
  9998.         key = "new_view_name";
  9999.         allow_accept = false;
  10000.         label = "Nuovo nome:";
  10001.         mnemonic = "N";
  10002.         edit_width = 26;
  10003.         edit_limit = 2048;
  10004.     }
  10005.     : radio_column {
  10006.         : radio_button {
  10007.             label = "Visualizzazione corrente";
  10008.             mnemonic = "V";
  10009.             key = "r_current";
  10010.         }
  10011.         : radio_button {
  10012.             label = "Definisci finestra";
  10013.             mnemonic = "D";
  10014.             key = "r_window";
  10015.         }
  10016.     }
  10017.     : button {
  10018.         label = "Finestra <";
  10019.         mnemonic = "F";
  10020.         width = 10;
  10021.         key = "window";
  10022.         horizontal_alignment = left;
  10023.         fixed_width = true;
  10024.     }
  10025.     : row {
  10026.         : boxed_column {
  10027.             label = "Primo angolo";
  10028.             key = "fc";
  10029.             : concatenation {
  10030.                 : text_part {
  10031.                     label = "X: ";
  10032.                     key = "x1_label";
  10033.                 }
  10034.                 : text_part {
  10035.                     key = "x1_text";
  10036.                     width = 10;
  10037.                 }
  10038.             }
  10039.             : concatenation {
  10040.                 : text_part {
  10041.                     label = "Y: ";
  10042.                     key = "y1_label";
  10043.                 }
  10044.                 : text_part {
  10045.                     key = "y1_text";
  10046.                     width = 10;
  10047.                 }
  10048.             }
  10049.         }
  10050.         : boxed_column {
  10051.             label = "Secondo angolo";
  10052.             key = "oc";
  10053.             : concatenation {
  10054.                 : text_part {
  10055.                     label = "X: ";
  10056.                     key = "x2_label";
  10057.                 }
  10058.                 : text_part {
  10059.                     key = "x2_text";
  10060.                     width = 10;
  10061.                 }
  10062.             }
  10063.             : concatenation {
  10064.                 : text_part {
  10065.                     label = "Y: ";
  10066.                     key = "y2_label";
  10067.                 }
  10068.                 : text_part {
  10069.                     key = "y2_text";
  10070.                     width = 10;
  10071.                 }
  10072.             }
  10073.         }
  10074.     }
  10075.     : row {
  10076.         fixed_width = true;
  10077.         alignment = centered;
  10078.         : button {
  10079.             label = "Salva vista";
  10080.             mnemonic = "S";
  10081.             key = "save_view";
  10082.             fixed_width = true;
  10083.         }
  10084.         : spacer { width = 2; }
  10085.         cancel_button;
  10086.     }
  10087.     errtile;
  10088. }
  10089.  
  10090.  
  10091. valert : dialog {
  10092.     label = "Avviso";
  10093.     : paragraph {
  10094.         : text_part {
  10095.             label = "Il disegno ha giα una vista con questo";
  10096.         }
  10097.         : text_part {
  10098.             label = "nome. Si desidera ridefinirla?";
  10099.         }
  10100.     }
  10101.     : row {
  10102.         fixed_width = true;
  10103.         alignment = centered;
  10104.         : button {
  10105.             label           = "Ridefinisci";
  10106.             key             = "accept";
  10107.             mnemonic        = "R";
  10108.             is_default      = true;
  10109.             width           = 8;
  10110.         }
  10111.         : spacer {
  10112.             width = 2;
  10113.         }
  10114.         : button {
  10115.             label           = "Annulla";
  10116.             key             = "cancel";
  10117.             mnemonic        = "A";
  10118.             is_cancel       = true;
  10119.             width           = 6;
  10120.         }
  10121.     }
  10122. }
  10123.  
  10124. vinquiry : dialog {
  10125.     label = "Descrizione";
  10126.     : concatenation {
  10127.         : text {
  10128.             label = "Nome vista:";
  10129.         }
  10130.         : text {
  10131.             key = "v_name";
  10132.             width = 31;
  10133.         }
  10134.     }
  10135.     spacer_1;
  10136.     : row {
  10137.         : row {
  10138.             : column {
  10139.                 spacer_1;
  10140.                 : text {
  10141.                     label = "Larghezza:";
  10142.                 }
  10143.                 : text {
  10144.                     label = "Altezza:";
  10145.                 }
  10146.                 : text {
  10147.                     label = "Rotazione:";
  10148.                 }
  10149.             }
  10150.             : column {
  10151.                 spacer_1;
  10152.                 : text {
  10153.                     key = "v_width";
  10154.                     width = 10;
  10155.                 }
  10156.                 : text {
  10157.                     key = "v_height";
  10158.                     width = 10;
  10159.                 }
  10160.                 : text {
  10161.                     key = "v_twist";
  10162.                     width = 10;
  10163.                 }
  10164.             }
  10165.         }
  10166.         spacer_1;
  10167.         : column {
  10168.             : text {
  10169.                 key = "cen_tar";
  10170.                 width = 15;
  10171.             } 
  10172.             : concatenation {
  10173.                 : text_part {
  10174.                     label = "X: ";
  10175.                 }
  10176.                 : text_part {
  10177.                     key = "vtar_x";
  10178.                     width = 10;
  10179.                 }
  10180.             }
  10181.             : concatenation {
  10182.                 : text_part {
  10183.                     label = "Y: ";
  10184.                 }
  10185.                 : text_part {
  10186.                     key = "vtar_y";
  10187.                     width = 10;
  10188.                 }
  10189.             }
  10190.             : concatenation {
  10191.                 : text_part {
  10192.                     label = "Z: ";
  10193.                 }
  10194.                 : text_part {
  10195.                     key = "vtar_z";
  10196.                     width = 10;
  10197.                 }
  10198.             }
  10199.         }
  10200.         : column {
  10201.             : text {
  10202.                 key = "direction";
  10203.                 width = 15;
  10204.             } 
  10205.             : concatenation {
  10206.                 : text_part {
  10207.                     label = "X: ";
  10208.                 }
  10209.                 : text_part {
  10210.                     key = "vdir_x";
  10211.                     width = 10;
  10212.                 }
  10213.             }
  10214.             : concatenation {
  10215.                 : text_part {
  10216.                     label = "Y: ";
  10217.                 }
  10218.                 : text_part {
  10219.                     key = "vdir_y";
  10220.                     width = 10;
  10221.                 }
  10222.             }
  10223.             : concatenation {
  10224.                 : text_part {
  10225.                     label = "Z: ";
  10226.                 }
  10227.                 : text_part {
  10228.                     key = "vdir_z";
  10229.                     width = 10;
  10230.                 }
  10231.             }
  10232.         }
  10233.     }
  10234.     spacer_1;
  10235.     : row {
  10236.         children_fixed_width = true;
  10237.         : column {
  10238.             : row {
  10239.                 : column {
  10240.                     : text {
  10241.                         label = "Prospettiva:";
  10242.                     }
  10243.                     : text {
  10244.                         label = "Piano di ritaglio anteriore:";
  10245.                     }
  10246.                     : text {
  10247.                         label = "Piano di ritaglio posteriore:";
  10248.                     }
  10249.                 }
  10250.                 : column {
  10251.                     : text {
  10252.                         key = "persp";
  10253.                         width = 4;
  10254.                     }
  10255.                     : text {
  10256.                         key = "fclipon";
  10257.                         width = 4;
  10258.                     }
  10259.                     : text {
  10260.                         key = "bclipon";
  10261.                         width = 4;
  10262.                     }
  10263.                 }
  10264.             }
  10265.         }
  10266.         : column {
  10267.             children_fixed_width = true;
  10268.             : row {
  10269.                 : column {
  10270.                     : text {
  10271.                         label = "Lunghezza focale:";
  10272.                     }
  10273.                     : text {
  10274.                         label = "Offset:";
  10275.                     }
  10276.                     : text {
  10277.                         label = "Offset:";
  10278.                     }
  10279.                 }
  10280.                 : column {
  10281.                     : text {
  10282.                         key = "lens";
  10283.                         width = 8;
  10284.                     }
  10285.                     : text {
  10286.                         key = "fclip";
  10287.                         width = 8;
  10288.                     }
  10289.                     : text {
  10290.                         key = "bclip";
  10291.                         width = 8;
  10292.                     }
  10293.                 }
  10294.             }
  10295.         }
  10296.     }
  10297.     spacer_1;
  10298.     ok_only;
  10299. }
  10300.  
  10301.  
  10302.  
  10303. /* debug setting */
  10304. /*dcl_settings : default_dcl_settings { audit_level = 2;}
  10305. */
  10306.  
  10307. /* New available ID for Language is 149 */
  10308.  
  10309. /* prototypes for ok... buttons */
  10310.  
  10311. my_ok_button : column {
  10312.         :ok_button
  10313.         {
  10314.           /* LANGID 1 */
  10315.           label = "  OK  ";
  10316.         }
  10317. }
  10318.  
  10319.  
  10320. my_cancel_button : column {
  10321.         :cancel_button
  10322.         {
  10323.           /* LANGID 2 */
  10324.           label = "Annulla";
  10325.         }
  10326. }
  10327.  
  10328. my_about_button :retirement_button {
  10329.             /* LANGID 3 */
  10330.             label = "Info su.";
  10331.             key="about_button";
  10332. }
  10333.  
  10334. my_yes_button : retirement_button {
  10335.         /* LANGID 4 */
  10336.         label = "  S╠  ";
  10337.         key   = "yes";
  10338.         is_default = true;
  10339. }
  10340.  
  10341. my_no_button : retirement_button {
  10342.         /* LANGID 5 */
  10343.         label = "  NO  ";
  10344.         key   = "no";
  10345. }
  10346.  
  10347.  
  10348. my_close_button :column {
  10349.         :ok_button
  10350.         {
  10351.           /* LANGID 6 */
  10352.           label = "Chiudi";
  10353.         }
  10354.  
  10355. }
  10356.  
  10357.  
  10358. my_help_button :column {
  10359.         :help_button
  10360.         {
  10361.           /* LANGID 7 */
  10362.           label = "?...";
  10363.         }
  10364.  
  10365. }
  10366.  
  10367.  
  10368. my_ok_only : column {
  10369.     fixed_width = true;
  10370.     alignment = centered;
  10371.     :my_ok_button {
  10372.         is_cancel = true;
  10373.     }
  10374. }
  10375.  
  10376.  
  10377. my_close_help :column {
  10378.     : row {
  10379.         fixed_width = true;
  10380.         alignment = centered;
  10381.         my_close_button;
  10382.         : spacer { width = 2; }
  10383.         my_help_button;
  10384.         
  10385.     }
  10386. }
  10387.  
  10388. my_ok_cancel_help : column {
  10389.     : row {
  10390.         fixed_width = true;
  10391.         alignment = centered;
  10392.         my_ok_button;
  10393.         : spacer { width = 2; }
  10394.         my_cancel_button;
  10395.         : spacer { width = 2; }
  10396.         my_help_button;
  10397.     }
  10398. }
  10399.  
  10400. my_ok_cancel_about_help : column {
  10401.     :row {
  10402.         my_ok_button;
  10403.         : spacer { width = 2; }
  10404.         my_cancel_button;
  10405.         : spacer { width = 2; }
  10406.         my_help_button;
  10407.         : spacer { width = 2; }
  10408.         my_about_button;
  10409.     }
  10410. }
  10411.  
  10412. my_ok_cancel : column {
  10413.     : row {
  10414.         fixed_width = true;
  10415.         alignment = centered;
  10416.         my_ok_button;
  10417.         : spacer { width = 2; }
  10418.         my_cancel_button;
  10419.     }
  10420. }
  10421.  
  10422.  
  10423.  
  10424. my_yes_no_cancel : column {
  10425.     : row {
  10426.         fixed_width = true;
  10427.         alignment = centered;
  10428.         my_yes_button;
  10429.         : spacer { width = 2; }
  10430.         my_no_button;
  10431.         : spacer { width = 2; }
  10432.         my_cancel_button;
  10433.         : spacer { width = 2; }
  10434.         my_help_button;
  10435.     }
  10436. }
  10437.  
  10438.  
  10439. /* main interface screens */
  10440.  
  10441. ocemain : dialog 
  10442. {
  10443.     /* LANGID 8 */
  10444.     label = "OcΘ Configuration Manager";
  10445.     :column 
  10446.     {
  10447.         children_alignment=top;          
  10448.         :boxed_column 
  10449.         {
  10450.             /* LANGID 17 */
  10451.             label = "Impostazioni:";
  10452.             key="settings_set";
  10453.             :row     
  10454.             {
  10455.                   spacer_1;
  10456.                 :column
  10457.                 {
  10458.                     :toggle 
  10459.                     {
  10460.                         key = "rcf_toggle";
  10461.                         /* LANGID 126 */
  10462.                         label = "Header RCF";
  10463.                         value = "0";
  10464.                     }
  10465.                     :boxed_column 
  10466.                     {
  10467.                         fixed_width = true;
  10468.                         fixed_height = true;
  10469.                         /* LANGID 18 */
  10470.                         label = "C&opie";
  10471.                         key="copies_set";
  10472.                         :row 
  10473.                         {
  10474.                             :spacer{width=4;}          
  10475.                              :edit_box 
  10476.                              {
  10477.                                    key = "copies";
  10478.                                    edit_width = 3;
  10479.                                    edit_limit = 3;
  10480.                                    value = "1";
  10481.                                    alignment = centered;
  10482.                              }
  10483.                             :spacer{width=6;}          
  10484.  
  10485.                         }
  10486.                         spacer_1;
  10487.                     }
  10488.                     :boxed_radio_column 
  10489.                     {
  10490.                         key = "color_mode_radio";
  10491.                         fixed_width = true;
  10492.                         /* LANGID 136 */
  10493.                         label = "&Modo plotter";
  10494.                         value = "color";
  10495.                         :radio_button 
  10496.                         {
  10497.                             /* LANGID 20 */
  10498.                             label = "Colore";
  10499.                             key  = "color";
  10500.                         }
  10501.                         :radio_button 
  10502.                         {
  10503.                             /* LANGID 134 */
  10504.                             label = "Scale di grigio";
  10505.                             key  = "grey_scale";
  10506.                         }
  10507.                         :radio_button 
  10508.                         {
  10509.                             /* LANGID 135 */
  10510.                             label = "Noir et blanc";
  10511.                             key  = "monochrome";
  10512.                         }
  10513.                      }
  10514.                  }
  10515.                 :column 
  10516.                 {
  10517.                        :boxed_radio_column  
  10518.                        {
  10519.                         /* LANGID 22 */
  10520.                         label= "&Risparmio supporto";
  10521.                            key="media_saver_radio";                   
  10522.                            value="bypass_radio";
  10523.                            :radio_button 
  10524.                            {
  10525.                              key="bypass_radio";
  10526.                             /* LANGID 23 */
  10527.                             label= "ignora";
  10528.                            }  
  10529.                            :radio_button 
  10530.                            {
  10531.                              key="machine_radio";
  10532.                             /* LANGID 24 */
  10533.                             label= "modo macchina";
  10534.                            }  
  10535.                        }
  10536.                        spacer_1;
  10537.                        :boxed_column 
  10538.                        {
  10539.                         /* LANGID 25 */
  10540.                         label= "&Qualitα disegno";
  10541.                            key="quality_set";
  10542.                            :popup_list 
  10543.                            {
  10544.                             key="quality_list";
  10545.                            }
  10546.                            spacer_1;
  10547.                        }
  10548.                        spacer_1;
  10549.                        :boxed_column 
  10550.                        {
  10551.                            :toggle 
  10552.                            {
  10553.                                key = "poster_toggle";
  10554.                             /* LANGID 148 */
  10555.                             label = "Postermode";
  10556.                                value = "0";
  10557.                            }
  10558.                            spacer_1;
  10559.                            :toggle 
  10560.                            {
  10561.                                key = "longplot_toggle";
  10562.                             /* LANGID 26 */
  10563.                             label = "modo plot esteso";
  10564.                                value = "0";
  10565.                            }
  10566.                            spacer_1;
  10567.                        }
  10568.                        spacer_1;
  10569.                   }
  10570.                 spacer_1;
  10571.                 spacer_1;
  10572.                 :column 
  10573.                 {
  10574.                     fixed_height=true;
  10575.                     children_alignment=centered;
  10576.                       spacer_1;
  10577.                     :button 
  10578.                     {
  10579.                         key = "pens_button";
  10580.                         /* LANGID 27 */
  10581.                         label = "P&enne";
  10582.                     }
  10583.                       spacer_1;
  10584.                     :button 
  10585.                     {
  10586.                            key = "transform_button";
  10587.                         /* LANGID 28 */
  10588.                         label = "&Trasforma";
  10589.                     }
  10590.                       spacer_1;
  10591.                     :button 
  10592.                     {
  10593.                            key = "finishing_button";
  10594.                         /* LANGID 29 */
  10595.                         label = "&Finitura";
  10596.                        }
  10597.                       spacer_1;
  10598.                     :button 
  10599.                     {
  10600.                         key = "media_button";
  10601.                         /* LANGID 30 */
  10602.                         label = "&Supporto";
  10603.                     } 
  10604.                       spacer_1;
  10605.                     :button 
  10606.                     {
  10607.                          key = "labeling_button";
  10608.                         /* LANGID 31 */
  10609.                         label = "&Etichetta";
  10610.                     }
  10611.                       spacer_1;
  10612.                     :button 
  10613.                     {
  10614.                           key = "stamping_button";
  10615.                         /* LANGID 32 */
  10616.                         label = "&Marchio";
  10617.                       }    
  10618.                       spacer_1;
  10619.                 }
  10620.             }
  10621.             spacer_1;
  10622.         }
  10623.     }
  10624.     :column 
  10625.     {
  10626.         :row 
  10627.         {
  10628.                    my_ok_cancel_about_help;  
  10629.         }
  10630.       }
  10631. }
  10632.      
  10633.  
  10634. save_as : dialog {
  10635.      /* LANGID 33 */
  10636.      label = "Salva con nome";
  10637.      fixed_width=true;
  10638.      initial_focus="save_edit";
  10639.      :text {
  10640.         width = 45;
  10641.         key="save_as_text";
  10642.      }
  10643.      :edit_box {
  10644.         edit_with = 45;
  10645.         edit_limit = 40;
  10646.         key="save_edit"; 
  10647.         allow_accept=true;
  10648.      }
  10649.  
  10650.      :boxed_row {
  10651.         my_ok_cancel_help;
  10652.      }
  10653.  
  10654. }
  10655.  
  10656. import_as : dialog {
  10657.      /* LANGID 34 */
  10658.      label = "Importa come";
  10659.      fixed_width=true;
  10660.      initial_focus="save_edit";
  10661.      :text {
  10662.         width = 45;
  10663.         key="save_as_text";
  10664.      }
  10665.      :edit_box {
  10666.         edit_with = 45;
  10667.         edit_limit = 40;
  10668.         key="save_edit"; 
  10669.         allow_accept=true;
  10670.      }
  10671.  
  10672.      :boxed_row {
  10673.         my_ok_cancel_help;
  10674.      }
  10675.  
  10676. }
  10677.  
  10678. ok_cancel_show : dialog {
  10679.   /* LANGID 35 */
  10680.   label= "Dialogue";
  10681.   :text {
  10682.     key = "ok_cancel_show_text1";
  10683.     width = 50;
  10684.   }
  10685.   :text {
  10686.     key = "ok_cancel_show_text2";
  10687.     width = 50;
  10688.   }
  10689.   my_ok_cancel_help; 
  10690. }
  10691.  
  10692.  
  10693. yes_no_cancel_show : dialog {
  10694.   /* LANGID 36 */
  10695.   label= "Dialogo";
  10696.   :text {
  10697.     key = "yes_no_cancel_show_text1";
  10698.     width = 50;
  10699.   }
  10700.   :text {
  10701.     key = "yes_no_cancel_show_text2";
  10702.     width = 50;
  10703.   }
  10704.   my_yes_no_cancel;
  10705. }
  10706.  
  10707. about_screen : dialog {
  10708.     children_alignment=centered;
  10709.     fixed_width=true;
  10710.     /* LANGID 37 */
  10711.     label= "Info su";
  10712.     :text {
  10713.       key = "title1_text";
  10714.       width=35;
  10715.     }
  10716.     :text {
  10717.       key = "title2_text";
  10718.     }
  10719.     :text {
  10720.       key = "version_text";
  10721.     }
  10722.     :text {
  10723.       key = "copyright_text";
  10724.     }
  10725.     spacer_1;
  10726.     my_ok_button;
  10727.  
  10728. }
  10729.  
  10730.  
  10731. error : dialog {
  10732.   :text {
  10733.     key = "error_text";
  10734.     width = 80;
  10735.   }
  10736.  
  10737.   my_ok_only;
  10738. }
  10739.  
  10740. transform : dialog {
  10741.         /* LANGID 38 */
  10742.         label = "Trasformazione";
  10743.         :column{
  10744.          spacer_1;
  10745.          :boxed_radio_row {
  10746.            key="rotation_radio";
  10747.            /* LANGID 39 */
  10748.            label= "&Rotazione (antioraria):";
  10749.            value="zero_degree";
  10750.            :radio_button {
  10751.               key="zero_degree";
  10752.               /* LANGID 40 */
  10753.               label="0";
  10754.            }
  10755.            :radio_button {
  10756.               key="90_degree";
  10757.               /* LANGID 41 */
  10758.               label="90";
  10759.            }
  10760.            :radio_button {
  10761.               key="180_degree";
  10762.               /* LANGID 42 */
  10763.               label="180";
  10764.            }
  10765.            :radio_button {
  10766.               key="270_degree";
  10767.               /* LANGID 43 */
  10768.               label="270";
  10769.            }
  10770.            :radio_button {
  10771.               key="productive";
  10772.               /* LANGID 44 */
  10773.               label= "Produttiva";
  10774.            }
  10775.            :radio_button {
  10776.               key="folding";
  10777.               /* LANGID 45 */
  10778.               label= "Piegatura";
  10779.            }
  10780.          }
  10781.         spacer_1;
  10782.         :row {
  10783.          fixed_width = true;
  10784.             :boxed_column {
  10785.                fixed_width=true;
  10786.                /* LANGID 46 */
  10787.                label= "&Origine"; 
  10788.                key="origin_set";
  10789.                :popup_list {
  10790.                    key="origin_list";
  10791.                    edit_width=12;        
  10792.  
  10793.                }
  10794.                spacer_1;
  10795.             }
  10796.             :boxed_column {
  10797.                /* LANGID 47 */
  10798.                label = "Ri&flessione";
  10799.                key="mirror_set";
  10800.                :popup_list {
  10801.                    key = "mirror_list";
  10802.                    edit_width = 12; 
  10803.                }
  10804.                spacer_1;
  10805.             }
  10806.         }
  10807.         spacer_1;
  10808.         :boxed_column {
  10809.          /* LANGID 48 */
  10810.          label= "S&calatura";
  10811.          key="scaling_set";
  10812.          :row {
  10813.             :popup_list {
  10814.                key="scaling_list";
  10815.                edit_width = 20;
  10816.             }
  10817.             spacer_1;
  10818.             :edit_box {
  10819.                key = "xscale";
  10820.                /* LANGID 49 */
  10821.                label = "X:";
  10822.                edit_width = 5;
  10823.                edit_limit = 6;
  10824.             }
  10825.             :text {
  10826.                /* LANGID 50 */
  10827.                label = "%";
  10828.                key = "scalextext";
  10829.             }
  10830.             :edit_box {
  10831.                key = "yscale";
  10832.                /* LANGID 51 */
  10833.                label = "Y:";
  10834.                edit_width = 5;
  10835.                edit_limit = 6;
  10836.             }
  10837.             :text {
  10838.                /* LANGID 52 */
  10839.                label = "%";
  10840.                key = "scaleytext";
  10841.             }
  10842.           }
  10843.           spacer_1;
  10844.         }
  10845.         spacer_1;
  10846.         :toggle {
  10847.           key="scale_pen_toggle";
  10848.           /* LANGID 53 */
  10849.           label= "Scala &larghezze penna";
  10850.           value="0";
  10851.         }
  10852.         spacer_1;
  10853.         :boxed_row {
  10854.           my_ok_cancel_help;
  10855.           
  10856.         }
  10857.        }
  10858. }
  10859.  
  10860. /* MONOCHROME pens_mono */
  10861. pens_mono : dialog {
  10862.              /* LANGID 54 */
  10863.              label = "Penne (solo monocromia)";
  10864.              :column{
  10865.                spacer_1;
  10866.                :boxed_column {
  10867.                   :row {
  10868.                     :text {
  10869.                      /* LANGID 55 */
  10870.                      label= "Penna"; /*8*/
  10871.                      key="pen_text";
  10872.                      width=16;
  10873.                     }
  10874.                     :text {
  10875.                      /* LANGID 56 */
  10876.                      label= "Motivo"; /*9*/
  10877.                      key="pattern_text";
  10878.                      width=9;
  10879.                     }
  10880.                     :text {
  10881.                      /* LANGID 57 */
  10882.                      label= "Stato"; /*9*/
  10883.                      key="status_text";
  10884.                      width=9;
  10885.                     }
  10886.                     :text {
  10887.                      /* LANGID 58 */
  10888.                      label= "Transp."; /*9*/
  10889.                      key="transp_text";
  10890.                      width=9;
  10891.                     }
  10892.                   }
  10893.                   :list_box {
  10894.                      key="pen_list";
  10895.                      multiple_select=false;
  10896.                      tabs="1 14 25 36 45";
  10897.                      fixed_width=true;
  10898.                      width=56;
  10899.                      fixed_height=true;
  10900.                      height=7;
  10901.                   }
  10902.                   :row {
  10903.                     :column {
  10904.                       :edit_box {
  10905.                         key="from_edit";
  10906.                         /* LANGID 60 */
  10907.                         label= "&Da:";
  10908.                         edit_width=3;
  10909.                         edit_limit=3;
  10910.                       }
  10911.                       :edit_box {
  10912.                         key="to_edit";
  10913.                         /* LANGID 61 */
  10914.                         label= "&A:";
  10915.                         edit_width=3;
  10916.                         edit_limit=3;
  10917.                       }
  10918.  
  10919.                     }
  10920.                     :popup_list {
  10921.                         key="pattern_list";
  10922.                         edit_width=5;
  10923.                     }
  10924.                     :popup_list {
  10925.                         key="status_list";
  10926.                         edit_width=10;
  10927.                     }
  10928.                     :popup_list {
  10929.                         key="transparency_list";
  10930.                     }
  10931.                   }
  10932.                   spacer_1;
  10933.                   :row {
  10934.                     :button {
  10935.                         key="insert_button";
  10936.                         /* LANGID 62 */
  10937.                         label= "&Inserisci"; 
  10938.                     }
  10939.                     :button {
  10940.                         key="remove_button";
  10941.                         /* LANGID 63 */
  10942.                         label= "&Rimuovi"; 
  10943.                     }
  10944.                   }
  10945.                   spacer_1;
  10946.                 }
  10947.               }
  10948.               :boxed_radio_row {
  10949.                    key = "transparency";
  10950.                    fixed_width = true;
  10951.                    /* LANGID 137 */
  10952.                    label = "&Controllo fusione colore";
  10953.                    value = "overlay";
  10954.                    :radio_button {
  10955.                        /* LANGID 138 */
  10956.                        label = "Overlay";
  10957.                        key  = "overlay";
  10958.                    }
  10959.                    :radio_button {
  10960.                        /* LANGID 139 */
  10961.                        label = "Fusione";
  10962.                        key  = "merge";
  10963.                    }
  10964.               }
  10965.               spacer_0;
  10966.               :boxed_row {
  10967.                my_ok_cancel_help;
  10968.  
  10969.               }
  10970.             
  10971. }
  10972.  
  10973. /* COLOR */
  10974. pens_color : dialog {
  10975.              /* LANGID 67 */
  10976.              label = "Penne (solo modo colore)";
  10977.              :column{
  10978.               :boxed_column {
  10979.                   :row {
  10980.                     :text {
  10981.                      /* LANGID 68 */
  10982.                      label= "Penna"; /*8*/
  10983.                      key="pen_text";
  10984.                      width=15;
  10985.                     }
  10986.                     :text {
  10987.                      /* LANGID 69 */
  10988.                      label= "Colore"; /*9*/
  10989.                      key="color_text";
  10990.                      width=16;
  10991.                     }
  10992.                     :text {
  10993.                      /* LANGID 70 */
  10994.                      label= "Transp."; /*9*/
  10995.                      key="transp_text";
  10996.                      width=8;
  10997.                     }
  10998.                   }
  10999.                   :list_box {
  11000.                      key="pen_list";
  11001.                      multiple_select=false;
  11002.                      tabs="1 15 26 37";
  11003.                      fixed_width=true;
  11004.                      width=49;
  11005.                      fixed_height=true;
  11006.                      height=7;
  11007.                   }
  11008.                   :row {
  11009.                     :column {
  11010.                         fixed_width=true;
  11011.                       :edit_box {
  11012.                         key="from_edit";
  11013.                         /* LANGID 72 */
  11014.                         label= "&Da:";
  11015.                         edit_width=3;
  11016.                         edit_limit=3;
  11017.                       }
  11018.                       :edit_box {
  11019.                         key="to_edit";
  11020.                         /* LANGID 73 */
  11021.                         label= "&A:";
  11022.                         edit_width=3;
  11023.                         edit_limit=3;
  11024.                       }
  11025.  
  11026.                     }
  11027.                     :column {
  11028.                         :button {
  11029.                             key="color_button";
  11030.                             /* LANGID 140 */
  11031.                             label= "&Colore"; 
  11032.                         }
  11033.                         :image {
  11034.                             key = "cur_color";
  11035.                             height = 1;
  11036.                             width = 10;
  11037.                         }
  11038.                     }
  11039.                     spacer_1;
  11040.                     :popup_list {
  11041.                         key="transparency_list";
  11042.                     }
  11043.                   }
  11044.                   spacer_1;
  11045.                   :row {
  11046.                     :button {
  11047.                         key="insert_button";
  11048.                         /* LANGID 74 */
  11049.                         label= "&Inserisci"; 
  11050.                     }
  11051.                     :button {
  11052.                         key="remove_button";
  11053.                         /* LANGID 75 */
  11054.                         label= "&Rimuovi"; 
  11055.                     }
  11056.                   }
  11057.                   spacer_1;
  11058.                 }
  11059.                :row {   
  11060.                :boxed_radio_row {
  11061.                    key = "transparency";
  11062.                    fixed_width = true;
  11063.                    /* LANGID 137 */
  11064.                    label = "&Controllo fusione colore";
  11065.                    value = "overlay";
  11066.                    :radio_button {
  11067.                        /* LANGID 138 */
  11068.                        label = "Overlay";
  11069.                        key  = "overlay";
  11070.                    }
  11071.                    :radio_button {
  11072.                        /* LANGID 139 */
  11073.                        label = "Fusione";
  11074.                        key  = "merge";
  11075.                    }
  11076.                }
  11077.               }
  11078.               spacer_0;
  11079.               :boxed_row {
  11080.                my_ok_cancel_help;
  11081.  
  11082.               }
  11083.             }
  11084.     
  11085. }
  11086.  
  11087. labeling : dialog {
  11088.             /* LANGID 82 */
  11089.             label= "Etichettatura";
  11090.             :column {       
  11091.               spacer_1;
  11092.               :boxed_row {
  11093.                 :toggle {
  11094.                  key="labeling_toggle";
  11095.                  /* LANGID 83 */
  11096.                  label= "&Aggiungi etichetta disegno";
  11097.                  value="0";
  11098.                 }
  11099.               }
  11100.               spacer_1;
  11101.               :boxed_column {             
  11102.                 key="composed_column";
  11103.                 /* LANGID 84 */
  11104.                 label= "&Composta da";
  11105.                 :toggle {
  11106.                    key="name_toggle";
  11107.                    /* LANGID 85 */
  11108.                    label= "&Nome disegno";
  11109.                 }
  11110.                 :toggle {
  11111.                    key="time_toggle";
  11112.                    /* LANGID 86 */
  11113.                    label= "&Ora";
  11114.                 }
  11115.                 :edit_box {
  11116.                    key="comment_edit";
  11117.                    /* LANGID 87 */
  11118.                    label= "Commento:";
  11119.                    edit_width=20;
  11120.                    edit_limit=20;
  11121.                    fixed_width=true;
  11122.                 }
  11123.                 spacer_1;
  11124.               }
  11125.               :boxed_row {
  11126.                my_ok_cancel_help;
  11127.  
  11128.               }
  11129.  
  11130.              }
  11131. }
  11132.  
  11133. ocemedia : dialog 
  11134. {
  11135.     /* LANGID 88 */
  11136.     label= "Supporto";
  11137.     :column 
  11138.     {
  11139.         children_fixed_width=true;
  11140.         spacer_1;
  11141.         :row
  11142.         {
  11143.             :popup_list 
  11144.             {
  11145.                 key="format_list";
  11146.                 /* LANGID 89 */
  11147.                 label= "&Formato carta:";
  11148.                 edit_width=11;
  11149.             }
  11150.             spacer_1;
  11151.             spacer_1;
  11152.             :toggle 
  11153.             {
  11154.                 key="media_auto_toggle";
  11155.                 /* LANGID 128 */
  11156.                 label= "Auto";
  11157.             }
  11158.         }
  11159.         spacer_1;
  11160.        :popup_list 
  11161.         {
  11162.             key="media_list";
  11163.             /* LANGID 90 */
  11164.             label= "&Tipo supporto:";
  11165.             edit_width=12;
  11166.         }
  11167.         spacer_1;
  11168.         :popup_list 
  11169.         {
  11170.             key="feed_list";
  11171.             /* LANGID 91 */
  11172.             label= "&Alim. carta:";
  11173.             edit_width=12;
  11174.         }
  11175.         spacer_1;
  11176.         :popup_list 
  11177.         {
  11178.             key="rollover_list";
  11179.             /* LANGID 92 */
  11180.             label= "&Prioritα rotolo:";
  11181.             edit_width=17;
  11182.         }
  11183.         spacer_1;
  11184.     }
  11185.     :boxed_row 
  11186.     {
  11187.         my_ok_cancel_help;
  11188.     }
  11189.  
  11190.  
  11191. finishing : dialog 
  11192. {
  11193.     /* LANGID 93 */
  11194.     label= "Finitura";
  11195.     :row 
  11196.     {
  11197.         children_alignment=top;
  11198.         :boxed_radio_row 
  11199.         {
  11200.             key="folding_radio";
  11201.             /* LANGID 141 */
  11202.             label= "&Piegatura";
  11203.             value="no_folding";
  11204.             :radio_button 
  11205.             {
  11206.                 key="no_folding";
  11207.                 /* LANGID 142 */
  11208.                 label= "No";
  11209.             }
  11210.             :radio_button 
  11211.             {
  11212.                 key="full_folding";
  11213.                 /* LANGID 143 */
  11214.                 label= "Completa";
  11215.             }
  11216.             :radio_button 
  11217.             {
  11218.                 key="first_fold_only";
  11219.                 /* LANGID 144 */
  11220.                 label= "Solo prima piega";
  11221.             }
  11222.         }
  11223.         :boxed_column 
  11224.         {
  11225.             /* LANGID 146 */
  11226.             label= "&Perforazione";
  11227.             :toggle 
  11228.             {
  11229.                 key="punching_toggle";
  11230.                 /* LANGID 147 */
  11231.                 label= "Perforazione";
  11232.             }
  11233.         }
  11234.         :boxed_column 
  11235.         {
  11236.             /* LANGID 97 */
  11237.             label= "&Metodo piegatura";
  11238.             key="method_set";
  11239.             :popup_list 
  11240.             {
  11241.                 key="method_list";
  11242.             }
  11243.             spacer_1;
  11244.         }
  11245.     }
  11246.     :row 
  11247.     {
  11248.         children_alignment=top;
  11249.         :boxed_column 
  11250.         {
  11251.             /* LANGID 98 */
  11252.             label = "&Bordo rilegatura";
  11253.             key="binding_edge_set";
  11254.  
  11255.             :row
  11256.             {
  11257.                 :toggle 
  11258.                 {
  11259.                     key="binding_edge_toggle";
  11260.                     /* LANGID 99 */
  11261.                     label = "a&ttiva";
  11262.                     value="0";
  11263.                 }
  11264.                 :edit_box 
  11265.                 {
  11266.                     fixed_width=true;
  11267.                     /* LANGID 127 */
  11268.     label = "           ";
  11269.                     key="binding_edge_edit";
  11270.                     edit_width=6;
  11271.                     edit_limit=6;
  11272.                 }
  11273.                 :text_part 
  11274.                 {
  11275.                     key="binding_edge_unit_text";
  11276.                     width=3;
  11277.                     value="mm";
  11278.                 }  
  11279.             }
  11280.             spacer_1;
  11281.         }
  11282.         :boxed_column 
  11283.         {
  11284.             fixed_height=true;
  11285.             key="orientation_set";
  11286.             /* LANGID 100 */
  11287.             label = "&Orientamento piega";
  11288.             :popup_list 
  11289.             {
  11290.                 key="orientation_list";
  11291.             } 
  11292.             spacer_1;
  11293.         }             
  11294.     }
  11295.     :boxed_column 
  11296.     {
  11297.         /* LANGID 101 */
  11298.         label = "&Pacchetto piegato";
  11299.         key="folding_lw_set";
  11300.         :column 
  11301.         {
  11302.             :row 
  11303.             {
  11304.                 :edit_box 
  11305.                 {
  11306.                     key="fold_length_edit";
  11307.                     /* LANGID 102 */
  11308.                     label = "Lungh.:";
  11309.                     edit_limit=6;
  11310.                     edit_width=6;
  11311.                 }
  11312.                 :text_part 
  11313.                 {
  11314.                     key="fold_length_unit_text";
  11315.                     value="inch";
  11316.                 }
  11317.                 spacer_1;
  11318.                 :edit_box 
  11319.                 {
  11320.                     key="fold_width_edit";
  11321.                     /* LANGID 103 */
  11322.                     label = "Largh.:";
  11323.                     edit_limit=6;
  11324.                     edit_width=6;
  11325.                 }
  11326.                 :text_part 
  11327.                 {
  11328.                     key="fold_width_unit_text";
  11329.                     value="inch";
  11330.                 }
  11331.             }
  11332.         }
  11333.         spacer_1;
  11334.     }
  11335.     :row 
  11336.     {
  11337.         :boxed_column 
  11338.         {
  11339.             /* LANGID 104 */
  11340.             label = "&Deposito";
  11341.             key="deposit_set";
  11342.  
  11343.             :row
  11344.             {
  11345.                 :popup_list
  11346.                 {
  11347.                     key="deposit_list";
  11348.                     /* LANGID 132 */
  11349.                     label = "Piegatura";
  11350.                     edit_width=10;
  11351.                 }
  11352.                 spacer_1;
  11353.                 :popup_list
  11354.                 {
  11355.                     key="deposit_unfold_list";
  11356.                     /* LANGID 130 */
  11357.                     label = "Non-piegatura";
  11358.                     edit_width=15;
  11359.                 }
  11360.                 spacer_1;
  11361.                 :edit_box 
  11362.                 {
  11363.                     key="bin_edit";
  11364.                     /* LANGID 131 */
  11365.                     label = "Vassoio";
  11366.                     edit_limit=2;
  11367.                     edit_width=2;
  11368.                 }
  11369.             }
  11370.             spacer_1;
  11371.         }
  11372.     }
  11373.     :row
  11374.     {
  11375.         :boxed_column 
  11376.         {
  11377.             /* LANGID 106 */
  11378.             label = "&Taglia a";
  11379.             key="cut_set";
  11380.             :row
  11381.             {
  11382.                 :popup_list 
  11383.                 {
  11384.                     key="cut_list";
  11385.                     edit_width=15;
  11386.                 }
  11387.                 spacer_1;
  11388.                 :edit_box 
  11389.                 {
  11390.                     key="custom_length_edit";
  11391.                     /* LANGID 129 */
  11392.                     label = "Lunghezza:";
  11393.                     edit_limit=6;
  11394.                     edit_width=6;
  11395.                 }
  11396.                 :text_part 
  11397.                 {
  11398.                     key="custom_length_text";
  11399.                     value="mm";
  11400.                 }
  11401.             }
  11402.             spacer_1;
  11403.         }
  11404.     }
  11405.     spacer_0;
  11406.     :boxed_row 
  11407.     {
  11408.         my_ok_cancel_help;
  11409.     }
  11410. }
  11411.  
  11412. stamping : dialog {
  11413.               /* LANGID 107 */
  11414.               label = "Marchio";
  11415.               :boxed_row { 
  11416.                 :toggle {
  11417.                    key="stamping_toggle";
  11418.                    /* LANGID 108 */
  11419.                    label = "&usa marchio";
  11420.                    value="1";
  11421.                 }
  11422.               }
  11423.               spacer_1;
  11424.               :popup_list {
  11425.                 key="stamp_list";
  11426.                 /* LANGID 109 */
  11427.                 label = "&Stringa predefinita:";
  11428.                 fixed_width=true;
  11429.               }
  11430.               spacer_1;
  11431.               :boxed_radio_row {
  11432.                  key="position_radio";
  11433.                  /* LANGID 110 */
  11434.                  label = "&Posizione";
  11435.                  value="bottom";
  11436.                  :radio_button {
  11437.                    key="bottom";
  11438.                    /* LANGID 111 */
  11439.                    label = "In basso";
  11440.                  }
  11441.                  :radio_button {
  11442.                    key="middle";
  11443.                    /* LANGID 112 */
  11444.                    label = "Al centro";
  11445.                  }
  11446.                  :radio_button {
  11447.                    key="top";
  11448.                    /* LANGID 113 */
  11449.                    label = "In alto";
  11450.                  }
  11451.               }   
  11452.               spacer_1;          
  11453.               :boxed_radio_row {
  11454.                  key="font_radio";
  11455.                  /* LANGID 114 */
  11456.                  label = "&Dimensione font";
  11457.                  value="small";
  11458.                  :radio_button {
  11459.                    key="small";
  11460.                    /* LANGID 115 */
  11461.                    label = "Ridotto";
  11462.                  }
  11463.                  :radio_button {
  11464.                    key="large";
  11465.                    /* LANGID 116 */
  11466.                    label = "Esteso";
  11467.                  }
  11468.               }   
  11469.               spacer_1;          
  11470.               :boxed_radio_row {
  11471.                  key="grayscale_radio";
  11472.                  /* LANGID 117 */
  11473.                  label = "Scala dei &grigi";
  11474.                  value="black";
  11475.                  :radio_button {
  11476.                    key="black";
  11477.                    /* LANGID 118 */
  11478.                    label = "Nero";
  11479.                  }
  11480.                  :radio_button {
  11481.                    key="darkgray";
  11482.                    /* LANGID 119 */
  11483.                    label = "Grigio scuro";
  11484.                  }
  11485.                  :radio_button {
  11486.                    key="gray";
  11487.                    /* LANGID 120 */
  11488.                    label = "Grigio";
  11489.                  }
  11490.                  :radio_button {
  11491.                    key="lightgray";
  11492.                    /* LANGID 121 */
  11493.                    label = "Grigio chiaro";
  11494.                  }
  11495.               }   
  11496.               
  11497.  
  11498.               spacer_1;
  11499.               :boxed_row {
  11500.                  my_ok_cancel_help;
  11501.               }
  11502.  
  11503. }
  11504.