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

  1.                  Lights Dialog                   |
  2.                                                  |
  3.   [Center X][         ]  [Red  ][         ]      |
  4.   [Center Y][         ]  [Green][         ]      |
  5.   [Center Z][         ]  [Blue ][         ]      |
  6.                                                  |
  7.   [..] Area_Light                                |
  8.   [N1 Width][         ]  [N1][     ]   [  OK  ]  |
  9.   [N2 Width][         ]  [N2][     ]             |
  10.   [Adaptive][         ]  [..] Jitter   [Cancel]  |
  11.                                                  |
  12.   [..] Spot_light                                |
  13.   [pnt_at X][         ]  [Tightness][         ]  |
  14.   [pnt_at Y][         ]  [Radius   ][         ]  |
  15.   [pnt_at Z][         ]  [Falloff  ][         ]  |
  16. _________________________________________________|
  17. Caption(50, 16)
  18. Text("Lights Dialog", 18, 1)
  19. Button("   OK   ", 40, 8, 1)
  20. Button(" Cancel ", 40, 10, -1)
  21. Check("Area_Light", 3, 7, 2)
  22. Check("Spot_Light", 3, 12, 3)
  23. Check("Jitter", 26, 10, 4)
  24. TextBox(" Center X ", 3, 3, 5)
  25. Input(13, 3, 10, 5)
  26. TextBox(" Center Y ", 3, 4, 6)
  27. Input(13, 4, 10, 6)
  28. TextBox(" Center Z ", 3, 5, 7)
  29. Input(13, 5, 10, 7)
  30. TextBox(" Red   ", 26, 3, 8)
  31. Input(33, 3, 10, 8)
  32. TextBox(" Green ", 26, 4, 9)
  33. Input(33, 4, 10, 9)
  34. TextBox(" Blue  ", 26, 5, 10)
  35. Input(33, 5, 10, 10)
  36. TextBox(" pnt_at X ", 3, 13, 11)
  37. Input(13, 13, 10, 11)
  38. TextBox(" pnt_at Y ", 3, 14, 12)
  39. Input(13, 14, 10, 12)
  40. TextBox(" pnt_at Z ", 3, 15, 13)
  41. Input(13, 15, 10, 13)
  42. TextBox(" N1 Width ", 3, 8, 14)
  43. Input(13, 8, 10, 14)
  44. TextBox(" N2 Width ", 3, 9, 15)
  45. Input(13, 9, 10, 15)
  46. TextBox(" Adaptive ", 3, 10, 16)
  47. Input(13, 10, 10, 16)
  48. TextBox(" N1 ", 26, 8, 17)
  49. Input(30, 8, 6, 17)
  50. TextBox(" N2 ", 26, 9, 18)
  51. Input(30, 9, 6, 18)
  52. TextBox(" Tightness ", 26, 13, 19)
  53. Input(37, 13, 10, 19)
  54. TextBox(" Radius    ", 26, 14, 20)
  55. Input(37, 14, 10, 20)
  56. TextBox(" Falloff   ", 26, 15, 21)
  57. Input(37, 15, 10, 21)
  58.