home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / mnm2be.zip / SUPPORT / GENERAL.DLG < prev    next >
Text File  |  1994-09-29  |  767b  |  25 lines

  1.       General Data Dialog       |
  2.                                 |
  3.  [ Layer  ][                  ] |
  4.  [Texture ][                  ] |
  5.  [Segments (primitive's) ][   ] |
  6.                                 |
  7.  [..] No_Shadow                 |
  8.  [..] Smooth_Triangles          |
  9.                                 |
  10.       [  OK  ]    [Cancel]      |
  11. ________________________________|
  12. Caption(33, 11)
  13. Text("(prim's ONLY)", 19, 5)
  14. Text("General Data Dialog", 7, 1)
  15. TextBox("  Layer   ", 2, 3, 5)
  16. Input(12, 3, 20, 5)
  17. TextBox(" Texture  ", 2, 4, 4)
  18. Input(12, 4, 20, 4)
  19. TextBox(" Segments (primitive's)  ", 2, 5, 3)
  20. Input(27, 5, 5, 3)
  21. Check("No_Shadow", 2, 7, 2)
  22. Check("Smooth_Triangles", 2, 8, 6)
  23. Button("   OK   ", 7, 10, 1)
  24. Button(" Cancel ", 19, 10, -1)
  25.