home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / mnm2be.zip / SUPPORT / SELECT.DLG < prev    next >
Text File  |  1994-10-02  |  1KB  |  40 lines

  1.           Select Dialog             |
  2.                                     |
  3.   |Current ||                  |    |
  4.                                     |
  5.    Available Textures     | Up |    |
  6.   |                  |  |Page Up |  |
  7.   |                  |              |
  8.   |                  |  |   OK   |  |
  9.   |                  |              |
  10.   |                  |  | Create |  |
  11.   |                  |              |
  12.   |                  |  | Cancel |  |
  13.   |                  |              |
  14.   |                  |  |Page Dn |  |
  15.   |                  |    |Down|    |
  16. ____________________________________|
  17. Caption(37, 16)
  18. Input(13, 3, 20, 20)
  19. TextBox(" Current  ", 3, 3, 20)
  20. Button(" Down ", 27, 15, 9)
  21. Button(" Page Dn  ", 25, 14, 8)
  22. Button("  Up  ", 27, 5, 7)
  23. Button(" Page Up  ", 25, 6, 6)
  24. Button("  Cancel  ", 25, 12, -1)
  25. Button("    OK    ", 25, 8, 1)
  26. Button("  Create  ", 25, 10, 21)
  27. Input(3, 15, 20, 19)
  28. Input(3, 14, 20, 18)
  29. Input(3, 13, 20, 17)
  30. Input(3, 12, 20, 16)
  31. Input(3, 11, 20, 15)
  32. Input(3, 10, 20, 14)
  33. Input(3, 9, 20, 13)
  34. Input(3, 8, 20, 12)
  35. Input(3, 7, 20, 11)
  36. Input(3, 6, 20, 10)
  37. Text("Select Dialog", 11, 1)
  38. Text("Available Textures", 4, 5)
  39.           
  40.