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

  1.                      Normal Dialog                     |
  2.                                                        |
  3.  [..] no Noraml statment     [..] Frequency  [       ] |
  4.  [..] [Ripples ][       ]    [..] Phase      [       ] |
  5.  [..] [Waves   ][       ]    [..] Turbulence [       ] |
  6.  [..] [Bumps   ][       ]           [Octaves][       ] | 
  7.  [..] [Dents   ][       ]           [  Omega][       ] |
  8.  [..] [Wrinkles][       ]           [ Lambda][       ] |
  9.                                                        |
  10.  [..] Bump_Map                                         |
  11.  [Filename][            ]  [..] Once      [  OK  ]     |
  12.  [Map_Type][ ]                                         |
  13.  [FileType][    ]     [use_index]         [Cancel]     |
  14.  [BumpSize][        ]                                  |
  15.  [..] Interpolate [ ]                   [Transforms]   |
  16. _______________________________________________________|
  17. Caption(56, 16)
  18. Check("no Normal statment", 2, 3, 31)
  19. Check("", 2, 4, 3) // Ripples
  20. TextBox(" Ripples  ", 7, 4, 9)
  21. Input(17, 4, 9, 9)
  22. Check("", 2, 5, 4) // Waves
  23. TextBox(" Waves    ", 7, 5, 10)
  24. Input(17, 5, 9, 10)
  25. Check("", 2, 6, 5) // Bumps
  26. TextBox(" Bumps    ", 7, 6, 11)
  27. Input(17, 6, 9, 11)
  28. Check("", 2, 7, 6) // Dents
  29. TextBox(" Dents    ", 7, 7, 12)
  30. Input(17, 7, 9, 12)
  31. Check("", 2, 8, 7) // Wrinkles
  32. TextBox(" Wrinkles ", 7, 8, 13)
  33. Input(17, 8, 9, 13)
  34. Check("Frequency", 30, 3, 14)
  35. Input(46, 3, 9, 17)
  36. Check("Phase", 30, 4, 15)
  37. Input(46, 4, 9, 18)
  38. Check("Turbulence ", 30, 5, 16)
  39. Input(46, 5, 9, 19)
  40. TextBox(" Octaves ", 37, 6, 20)
  41. Input(46, 6, 9, 20)
  42. TextBox("   Omega ", 37, 7, 21)
  43. Input(46, 7, 9, 21)
  44. TextBox("  Lambda ", 37, 8, 22)
  45. Input(46, 8, 9, 22)
  46. Check("Bump_Map", 2, 10, 8)
  47. Check("Once", 28, 11, 23)
  48. TextBox(" Filename ", 2, 11, 26)
  49. Input(12, 11, 14, 26)
  50. TextBox(" Map_Type ", 2, 12, 27)
  51. Input(12, 12, 3, 27)
  52. TextBox(" FileType ", 2, 13, 28)
  53. Input(12, 13, 6, 28)
  54. TextBox(" BumpSize ", 2, 14, 29)
  55. Input(12, 14, 10, 29)
  56. Check("Interpolate", 2, 15, 25)
  57. Input(19, 15, 3, 30) // inter_val
  58. Input(23, 13, 11, 24) // use_index/use_color
  59. Button(" Transforms ", 41, 15, 2)
  60. Button("   OK   ", 43, 11, 1)
  61. Button(" Cancel ", 43, 13, -1)
  62. Text("Normal Dialog", 22, 1)
  63.