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

  1.                     More POV Options...                   |
  2.                                                           |
  3.       |..| FOG Status             |..| Background         |
  4.   |Distance||          |                                  |
  5.   |Red     ||          |      |Red     ||          |      |
  6.   |Green   ||          |      |Green   ||          |      |
  7.   |Blue    ||          |      |Blue    ||          |      |
  8.       |Choose Color|              |Choose Color|          |
  9.                                                           |
  10.   |Max_Trace_Level||       |  |..| Bounding Slabs Status  |
  11.   |M_Intersections||       |  |Bounding Slabs ||       |  |
  12.                                                           |
  13.   |Symbol table   ||       |  |Image Quality Setting|| |  |
  14.   |File Buffering ||       |                              |
  15.                                                           |
  16.              |  OK  |           |Cancel|                  |
  17. __________________________________________________________|
  18. Caption(59, 17)
  19. TextBox(" File Buffering  ", 3, 14, 19)
  20. Input(20, 14, 9, 19)
  21. TextBox(" Symbol table    ", 3, 13, 18)
  22. Input(20, 13, 9, 18)
  23. TextBox(" M_Intersections ", 3, 11, 17)
  24. Input(20, 11, 9, 17)
  25. TextBox(" Max_Trace_level ", 3, 10, 16)
  26. Input(20, 10, 9, 16)
  27. TextBox(" Image Quality Setting ", 31, 13, 15)
  28. Input(54, 13, 3, 15)
  29. TextBox(" Bounding Slabs  ",  31, 11, 14)
  30. Input(48, 11, 9, 14)
  31. Check("Bounding Slabs Status", 31, 10, 13)
  32. TextBox(" Blue     ", 31, 7, 12) // Background
  33. Input(41, 7, 12, 12)
  34. TextBox(" Green    ", 31, 6, 11)
  35. Input(41, 6, 12, 11)
  36. TextBox(" Red      ", 31, 5, 10)
  37. Input(41, 5, 12, 10)
  38. Check("Background", 35, 3, 9)
  39. Button(" Choose Color ", 35, 8, 8) // Background
  40. TextBox(" Blue     ", 3, 7, 7)  // Fog
  41. Input(13, 7, 12, 7)
  42. TextBox(" Green    ", 3, 6, 6)
  43. Input(13, 6, 12, 6)
  44. TextBox(" Red      ", 3, 5, 5)
  45. Input(13, 5, 12, 5)
  46. TextBox(" Distance ", 3, 4, 4)
  47. Input(13, 4, 12, 4)
  48. Check("FOG Status", 7, 3, 3)
  49. Button(" Choose Color ", 7, 8, 2) // Fog
  50. Button("   OK   ", 14, 16, 1)
  51. Button(" Cancel ", 33, 16, -1)
  52. Text("More POV Options...", 21, 1)
  53.  
  54.                                                           
  55.   
  56.    
  57.   
  58.