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

  1.              Pigment Dialog                      |
  2.                              |
  3.     [..] Normal      [..] Checkered   [..] Hexagon       |
  4.     [R][         ]   [R][         ]   [R][         ]     |
  5.     [G][         ]   [G][         ]   [G][         ]     |
  6.     [B][         ]   [B][         ]   [B][         ]     |
  7.     [F][         ]   [F][         ]   [F][         ]     |
  8.     [ChooseColor1]   [ChooseColor2]   [ChooseColor3]     |
  9.                              |
  10.     [  OK  ]   [Cancel]    [Transform]   [Color_Map]     |
  11.                              |
  12.  [..] Image_Map                                          |
  13.  [FileName][            ]    [..] Turbulence [        ]  |
  14.  [FileType][    ]                   [Octaves][        ]  |
  15.  [Map_Type][ ]    [..] Once         [  Omega][        ]  |
  16.  [..] Interpolate [ ]               [ Lambda][        ]  |
  17. _________________________________________________________|
  18. Caption(58, 17)
  19. TextBox("  Lambda ", 37, 16, 33)
  20. Input(46, 16, 10, 33)
  21. TextBox("   Omega ", 37, 15, 32)
  22. Input(46, 15, 10, 32)
  23. TextBox(" Octaves ", 37, 14, 31)
  24. Input(46, 14, 10, 31)
  25. Check("Turbulence", 30, 13, 29)
  26. Input(46, 13, 10, 30)
  27. //************************ MAP_TYPE **********************//
  28. Input(19, 16, 3, 28)
  29. Check("Interpolate", 2, 16, 27)
  30. Check("Once", 19, 15, 26)
  31. TextBox(" Map_Type ", 2, 15, 25)
  32. Input(12, 15, 3, 25)
  33. TextBox(" FileType ", 2, 14, 24)
  34. Input(12, 14, 6, 24)
  35. TextBox(" Filename ", 2, 13, 23)
  36. Input(12, 13, 14, 23)
  37. Check("Image_Map", 2, 12, 22)
  38. //*********************** BASIC ***********************//
  39. Button(" Color_Map ", 42, 10, 3)
  40. Button(" Transform ", 28, 10, 2)
  41. Button(" Cancel ", 16, 10, -1)
  42. Button("   OK   ", 5, 10, 1)
  43. TextBox(" F ", 39, 7, 21) // Color #3
  44. Input(42, 7, 11, 21)
  45. TextBox(" B ", 39, 6, 20)
  46. Input(42, 6, 11, 20)
  47. TextBox(" G ", 39, 5, 19)
  48. Input(42, 5, 11, 19)
  49. TextBox(" R ", 39, 4, 18)
  50. Input(42, 4, 11, 18)
  51. TextBox(" F ", 22, 7, 17) // Color #2
  52. Input(25, 7, 11, 17)
  53. TextBox(" B ", 22, 6, 16)
  54. Input(25, 6, 11, 16)
  55. TextBox(" G ", 22, 5, 15)
  56. Input(25, 5, 11, 15)
  57. TextBox(" R ", 22, 4, 14)
  58. Input(25, 4, 11, 14)
  59. TextBox(" F ", 5, 7, 13) // Color #1
  60. Input(8, 7, 11, 13)
  61. TextBox(" B ", 5, 6, 12)
  62. Input(8, 6, 11, 12)
  63. TextBox(" G ", 5, 5, 11)
  64. Input(8, 5, 11, 11)
  65. TextBox(" R ", 5, 4, 10)
  66. Input(8, 4, 11, 10)
  67. Button(" ChooseColor3 ", 39, 8, 6)
  68. Button(" ChooseColor2 ", 22, 8, 5)
  69. Button(" ChooseColor1 ", 5, 8, 4)
  70. Check("Normal", 5, 3, 7)
  71. Check("Checkered", 22, 3, 8)
  72. Check("Hexagon", 39, 3, 9)
  73.