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

  1.                 Texture Editor                   |
  2.                                                  |
  3.   [Name][                    ]    [Pigment...]   |
  4.                                   [Normal... ]   |
  5.   [..] Tiles                      [Finish... ]   |
  6.   [Name][                    ]    [Transforms]   |
  7.                                                  |
  8.   [..] Layered Textures                          |
  9.   [T2][                    ]  [ Save ] [Delete]  |
  10.   [T3][                    ]  [  OK  ] [Cancel]  |
  11. _________________________________________________|
  12. Caption(50, 11)
  13. Text("Texture Editor", 17, 1)
  14. Check("Layered Textures", 3, 8, 13)
  15. Button(" Pigment... ", 35, 3, 4)
  16. Button(" Normal...  ", 35, 4, 5)
  17. Button(" Finish...  ", 35, 5, 6)
  18. Button(" Transform  ", 35, 6, 7)
  19. Button("  Save  ", 31, 9, 2)
  20. Button(" Delete ", 40, 9, 3)
  21. Button("   OK   ", 31, 10, 1)
  22. Button(" Cancel ", 40, 10, -1)
  23. Check("Tiles", 3, 5, 8)
  24. TextBox(" Name ", 3, 3, 9)
  25. Input(9, 3, 22, 9)
  26. TextBox(" Name ", 3, 6, 10)
  27. Input(9, 6, 22, 10)
  28. TextBox(" T2 ", 3, 9, 11)
  29. Input(7, 9, 22, 11)
  30. TextBox(" T3 ", 3, 10, 12)
  31. Input(7, 10, 22, 12)
  32.