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

  1.                 File Browser                |
  2.                                             |
  3.  |Directory||                             | |
  4.  |Filename ||            ||Drive Letter|| | |
  5.                                             |
  6.      Filenames             | Up |           |
  7.    |               |    | Page up  |        |
  8.    |               |                        |
  9.    |               |    File Types:         |
  10.    |               |      |..| MNM          |
  11.    |               |      |..| RAW          |
  12.    |               |      |..| DXF          |
  13.    |               |                        |
  14.    |               |      |..| All Files    |
  15.    |               |                        |
  16.    |               |    |Page down |        |           
  17.                            |Down|           |      
  18.    |  OK  |    |Cancel|                     |                  
  19. ---------------------------------------------
  20. Caption(45,19)
  21. Input(4,16, 16, 29)
  22. Input(4,15, 16, 28)
  23. Input(4,14, 16, 27)
  24. Input(4,13, 16, 26)
  25. Input(4,12, 16, 25)
  26. Input(4,11, 16, 24)
  27. Input(4,10, 16, 23)
  28. Input(4, 9, 16, 22)
  29. Input(4, 8, 16, 21)
  30. Input(4, 7, 16, 20)
  31. TextBox(" Directory ", 2, 3, 12)
  32. Input(13, 3, 31, 12)
  33. TextBox(" Filename  ", 2, 4, 11)
  34. Input(13, 4, 14, 11)
  35. TextBox(" Drive Letter ", 27, 4, 10)
  36. Input(41, 4, 3, 10)
  37. Check("All Files", 27, 14, 13)
  38. Check("DXF", 27, 12, 15)
  39. Check("RAW", 27, 11, 16)
  40. Check("MNM", 27, 10, 17)
  41. Text("File Types:", 25, 9)
  42. Text("Filenames", 6, 6)
  43. Text("File Browser", 17, 1)
  44. Button(" Down ",       28, 17, 6)
  45. Button(" Page down  ", 25, 16, 5)
  46. Button("  Up  ",       28,  6, 4)
  47. Button("  Page up   ", 25,  7, 3)
  48. Button("   OK   ",      4, 18, 1)
  49. Button(" Cancel ",     16, 18, -1)
  50.  
  51.