home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Freeware / Programare / paranoia / ParanoiaSetup.exe / Gui / GUISettings.INI < prev    next >
INI File  |  2005-04-06  |  2KB  |  66 lines

  1. [Program Settings]
  2.  
  3. ;The name of the Program
  4. Name=Paranoia 
  5.  
  6. ;The title of the main window
  7. Title=Paranoia
  8.  
  9. ; The background Logo position: 0=Tile, 1=Center, 2=Stretch
  10. LogoPosition=1  
  11.  
  12. ; Determines if the program will have a splash window option: 0=False, 1=True
  13. HaveSplash=1 
  14.  
  15. ; Number of seconds for showing splash screen
  16. SplashTime=2
  17.  
  18. ; The color of the program background
  19. BackgroundColor = ffffff
  20.  
  21. ; Show help in tab?
  22. HelpInTab = 1
  23.  
  24. ; If HelpInTab = 0 (no help in tab) then what file to execute on help
  25. HelpFile = Help.chm
  26.  
  27. [Toolbar Settings]
  28. ; Tell the framework if to show the toolbar or not (1 = yes, 0 = no)
  29. ShowToolbar = 1
  30.  
  31. ; The Width and Height of the toolbar in pixels
  32. Size=48
  33.  
  34. ; The text on the Home Button
  35. Home_Tooltip=Home
  36.  
  37. ; The text on the Search Button
  38. Search_Tooltip=Search
  39.  
  40. ; The text on the Transfers Button
  41. Transfer_Tooltip=Transfers
  42.  
  43. ; The text on the Share Files Button
  44. Shared_Tooltip=Shared Files
  45.  
  46. ; The text on the Preferences Button
  47. Preference_Tooltip=Preferences
  48.  
  49. ; The text on the Help Button
  50. Help_Tooltip=Help
  51.  
  52. [Tab Settings]
  53. ; Tells the framework to work in Tab Mode or Buttons Mode (1 = Tab Mode, 0 = Buttons Mode)
  54. IsTab = 1
  55.  
  56. ; If in button mode, tells the framework if the buttons are Flat or not (1 = Flat, 0 = not flat)
  57. FlatButton = 0
  58.  
  59. ; Tells the framework if to show the icons on the Tabs/Buttons (1 = show, 0 = Dont show)
  60. ShowIcons = 1
  61.  
  62. ; Tells the framework where the Tabs/Buttons are aligned (0 = Top, 1 = Bottom)
  63. Align = 0
  64.  
  65.  
  66.