home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2233.zip / wxOS2-2_3_3.zip / wxWindows-2.3.3 / utils / emulator / src / ipaq.wxe < prev    next >
Text File  |  2002-03-11  |  727b  |  34 lines

  1. # Default emulator config file
  2.  
  3. [General]
  4.  
  5. # The title of the emulator
  6. title = "iPAQ Emulator"
  7.  
  8. # An optional description
  9. description = "No description yet"
  10.  
  11. # The top-left of the virtual screen relative
  12. # to the background bitmap
  13. screenX = 56
  14. screenY = 69
  15.  
  16. # The size of the virtual screen
  17. screenWidth = 240
  18. screenHeight = 320
  19.  
  20. # The size of the overall device -
  21. # only necessary if not specifying a background
  22. # bitmap
  23. # deviceWidth = 260
  24. # deviceHeight = 340
  25.  
  26. # The main bitmap representing the device.
  27. # You can use PNG, JPG, TIFF, BMP, XPM, GIF
  28. backgroundBitmap = "ipaq01.jpg"
  29.  
  30. # Hex string for background colour. You can
  31. # also use the name 'backgroundColor'
  32. backgroundColour = "000000"
  33.  
  34.