home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 9 / CDACTUAL9.iso / share / Dos / VARIOS / acad / MODDOS.DCL < prev    next >
Encoding:
Text File  |  1994-05-23  |  1.9 KB  |  72 lines

  1. /* MODDOS.DCL
  2.    Realizado por Javier Erce
  3.    versión 1.12 para autocad 12
  4.    3 Junio 1.994
  5. */
  6.  
  7. moddos : dialog {
  8.     label = "Ayuda al dibujo MODDOS, S.L.";
  9.     : column {
  10.         : popup_list {
  11.            label = "Escala del dibujo: ";
  12.            key = "esc_lis";
  13.            list = "1:1\n1:2\n1:5\n1:10\n1:20\n1:25\n1:30\n1:40\n1:50\n1:75\n1:100\n1:200\n1:250\n1:300\n1:400\n1:500\n1:1000\n1:2000";
  14.            value = 8;
  15.            edit_width = 8;
  16.         }
  17.         : boxed_column {  
  18.            label = "Textos";
  19.            : popup_list {
  20.               label = "Plantilla LEROY: ";
  21.               key = "plan_lis";
  22.               list = "60\n80\n100\n120\n140\n175\n200\n240\n290";
  23.               value = 1;
  24.               edit_width = 6;
  25.            }
  26.            : concatenation {
  27.               : text_part {
  28.                  label = "Altura del texto: ";
  29.               }
  30.               : text_part {
  31.                  key = "alt_tex";
  32.                  width = 6;
  33.               }
  34.            }
  35.         }
  36.         spacer_1;
  37.         : boxed_column {  
  38.            label = "Escala del trazador";
  39.            : row {
  40.               : paragraph {
  41.                  : text_part {
  42.                     label = "MM trazado ";
  43.                  }
  44.                  : text_part {
  45.                     key = "esc_tra";
  46.                     width = 6;
  47.                  }
  48.               }
  49.               : paragraph {
  50.                  : text_part {
  51.                     label = "   ";
  52.                  }
  53.                  : text_part {
  54.                     label = " = ";
  55.                  }
  56.               }
  57.               : paragraph {
  58.                  : text_part {
  59.                     label = "Unidad dibujo";
  60.                  }
  61.                  : text_part {
  62.                     key = "esc_dib";
  63.                     width = 6;
  64.                  }
  65.               }
  66.            }   
  67.         }  
  68.     }    
  69.     spacer_1;
  70.     ok_only;
  71. }
  72.