home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / mnm2be.zip / SUPPORT / OPTIONS.DLG < prev    next >
Text File  |  1994-09-13  |  2KB  |  55 lines

  1.                     POV Options                      |
  2.                                                      |
  3.    Anti-Aliasing |..|   |..| Verbose Status          |
  4.    |Level ||        |   |..| Continue Partial Image  |
  5.    |Jitter||        |   |..| Pause when finished     |
  6.    |Use N*N Rays || |   |..| Allow abort with Key    |
  7.                                                      |
  8.    Partial Image |..|      Display Status |..|       |
  9.    |Start Row||     |   Palette |            |       |
  10.    |Start Col||     |   Display |            |       |
  11.    |End Row  ||     |   |Height||     |              |
  12.    |End Col  ||     |   |Width ||     |              |
  13.                                                      |
  14.    |  OK  |   |More...|   |Directories|   |Cancel|   |
  15. _____________________________________________________|
  16. Caption(54, 15)
  17. Check(" ", 43, 8, 4) // Display Status
  18. Check(" ", 18, 8, 5) // Partial Image
  19. Check(" ", 18, 3, 6) // Anti-Aliasing
  20. Check("Allow abort with key", 25, 6, 7)
  21. Check("Pauses when finished", 25, 5, 8)
  22. Check("Continue Partial Image", 25, 4, 9)
  23. Check("Verbose Status", 25, 3, 10)
  24. Input(33, 9, 14, 11) // Palette
  25. Input(33,10, 14, 12) // Display
  26. TextBox(" Width  ", 25, 12, 13)
  27. Input(33, 12, 7, 13)
  28. TextBox(" Hieght ", 25, 11, 14)
  29. Input(33, 11, 7, 14)
  30. TextBox(" End Col   ", 4, 12, 15)
  31. Input(15, 12, 7, 15)
  32. TextBox(" End Row   ", 4, 11, 16)
  33. Input(15, 11, 7, 16)
  34. TextBox(" Start Col ", 4, 10, 17)
  35. Input(15, 10, 7, 17)
  36. TextBox(" Start Row ", 4, 9, 18)
  37. Input(15, 9, 7, 18)
  38. TextBox(" Use N*N Rays  ", 4, 6, 19)
  39. Input(19, 6, 3, 19)
  40. TextBox(" Jitter ", 4, 5, 20)
  41. Input(12, 5, 10, 20)
  42. TextBox(" Level  ", 4, 4, 21)
  43. Input(12, 4, 10, 21)
  44. Button(" Directories ", 27, 14, 3)
  45. Button(" More... ", 15, 14, 2)
  46. Button(" Cancel ", 43, 14, -1)
  47. Button("   OK   ", 4, 14, 1)
  48. Text("Display", 25, 10)
  49. Text("Palette", 25, 9)
  50. Text("Display Status", 28, 8)
  51. Text("Partial Image", 4, 8)
  52. Text("Anti-Aliasing", 4, 3)
  53. Text("POV Options", 21, 1)
  54.  
  55.