home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / apr94cad.zip / KJOIST.DCL < prev    next >
Text File  |  1994-03-11  |  2KB  |  82 lines

  1. //
  2. // KJOST.DCL V12.0
  3. // Copyright (c) Barry R. Bowen 1989-94
  4. // All rights reserved
  5. // 3394 Coleman Rd., Memphis, TN 38128
  6. // 901-373-6468
  7. //
  8. //
  9.  
  10. kjoist : dialog {
  11.   label = "K-Series Bar Joists";
  12.   : row {
  13.    : column {
  14.     :boxed_radio_row {
  15.       label = "View:";
  16.       : radio_button {
  17.           label = "Elevation";
  18.           key   = "velv";
  19.           mnemonic = "l";
  20.       }
  21.       : radio_button {
  22.           label = "Section";
  23.           key   = "vsec";
  24.           mnemonic = "c";
  25.       }
  26.     }//End boxed_radio_row
  27.     :boxed_radio_row {
  28.       label = "End Extension:";
  29.       : radio_button {
  30.          label = "Normal";
  31.          key   = "eenor";
  32.          mnemonic = "N";
  33.       }
  34.       : radio_button {
  35.          label = "Extended";
  36.          key   = "eext";
  37.          mnemonic = "E";
  38.       }
  39.     }//End boxed_radio_row
  40.     :boxed_radio_row {
  41.       label = "Bearing:";
  42.       : radio_button {
  43.           label = "Steel";
  44.           key   = "bstl";
  45.           mnemonic = "S";
  46.       }
  47.       : radio_button {
  48.           label = "Concrete";
  49.           key   = "bconc";
  50.           mnemonic = "C";
  51.       }
  52.     }//End boxed_radio_row
  53.    } //end column
  54.    spacer_1;
  55.    : column {
  56.      : list_box {
  57.          label  = "Sizes:";
  58.          key    = "ksize";
  59.          width  = 7;
  60.          height = 8;
  61.          mnemonic = "z";
  62.      }
  63.      : popup_list {
  64.         key   = "ksiz";
  65.         width = 7;
  66.         popup_height = 3;
  67.      }
  68.    } //End column
  69.    spacer_1;
  70.    : image_button {
  71.       key    = "kjimg";
  72.       width  = 30;
  73.       height = 4;
  74.       aspect_ratio = 1.0;
  75.       color  = 0;
  76.    }
  77.  }//End row
  78.   spacer_1;
  79.   ok_cancel;
  80.   errtile;
  81. }
  82.