home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 May / CMCD0505.ISO / Software / Freeware / Grafica / gallerymage / GalleryMage-2.4.1.exe / conf / gallmage.ini < prev   
INI File  |  2005-04-03  |  2KB  |  69 lines

  1. ; Gallery Mage Configuration File
  2. ;
  3.  
  4. # Main Gallery Mage Settings
  5. [Settings]
  6.  
  7. # How many rows of thumbnails to display in Gallery Mage
  8. DisplayRows=2
  9. # How many columns of thumbnails to display in Gallery Mage
  10. DisplayCols=5
  11.  
  12. # Number of times Gallery Mage has been run
  13. RunCount=0
  14.  
  15. # Thumbnail display size width (in pixels)
  16. ThumbDisplaySizeWidth=192
  17. # Thumbnail display size height (in pixels)
  18. ThumbDisplaySizeHeight=128
  19.  
  20. # Picture display size width (in pixels)
  21. PictureDisplaySizeWidth=640
  22. # Picture display size height (in pixels)
  23. PictureDisplaySizeHeight=480
  24.  
  25. # Screen X location of Gallery Mage window (set at shutdown)
  26. ThumbDisplayLocationX=128
  27. # Screen Y location of Gallery Mage window (set at shutdown)
  28. ThumbDisplayLocationY=109
  29.  
  30. # Default number of digits in rename dialogs
  31. DefaultRenameDigits=3
  32.  
  33. # If true, the gallery will always be saved whenever the user
  34. # would have normally been asked, and at certain other times.
  35. AutoSave=true
  36.  
  37. # Records the state of the Upload->Upload After Export menu
  38. # check box
  39. UploadAfterExport=false
  40.  
  41. # If true, the rotate direction is reversed
  42. ReverseRotate=false
  43.  
  44.  
  45. # List of previous galleries
  46. PreviousGall0=sample
  47. PreviousGall1=
  48. PreviousGall2=
  49. PreviousGall3=
  50. PreviousGall4=
  51. PreviousGall5=
  52. PreviousGall6=
  53. PreviousGall7=
  54. PreviousGall8=
  55. PreviousGall9=
  56.  
  57. # FTP settings (for gallery upload)
  58. [FTP]
  59. # hostname or IP of server
  60. host=
  61. # account username
  62. username=
  63. # account password
  64. password=
  65. # remote gallery directory (usually ends with /gal)
  66. remoteDir=
  67. # if true, will store the password in this ini file (in plain text)
  68. savePassword=true
  69.