home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September / CHIP_CD_2004-09.iso / software / custombar / CustomBar_trial_100_setup.exe / code_common.tds < prev    next >
INI File  |  2004-02-23  |  1KB  |  76 lines

  1. [@SETTINGS]
  2. @IncStart = 1
  3.  
  4. [@INC]
  5. {Prefab}
  6.  
  7. Source       = "SystemStats.Containers:SystemStats"
  8.  
  9. [@INC]
  10. {Container}
  11.  
  12. Name           = "{UNIQUE}"
  13. XPos           = Prefab.XPos
  14. YPos           = Prefab.YPos
  15. Width          = "auto"
  16. Height         = "auto"
  17. HorzAlignType  = "relative"
  18. VertAlignType  = "absolute"
  19. HorzAlign      = Prefab.HorzAlign
  20. VertAlign      = Prefab.VertAlign
  21. Container      = "{LastBar}"
  22.  
  23.  
  24. [@INC]
  25. {Button}
  26.  
  27. Container    = "{LastContainer}"
  28. Ignore       = Prefab.DontShowImage
  29.  
  30. XPos         = 0
  31. YPos         = 0
  32.  
  33. OuterMargin   = "[0,0,0,0]"
  34. HorzAlignType = "relative"
  35. VertAlignType = "relative"
  36. HorzAlign     = "left"
  37. VertAlign     = "top"
  38.  
  39. Gfx          = "Button.Icon"
  40. HorzAlign    = "left"
  41.  
  42. AlignCenter  = false
  43. SpecialDraw  = false
  44.  
  45. Glyph        = "Image.Upload"
  46.  
  47. ButtonType  = "glyph"
  48.  
  49. LClickProc     = "Element.Display('SystemStats');"
  50. RClickProc     = "System.OpenFolder( '\#Prefab.ShellVerb#', '\#Prefab.DriveLetter#:\\ ', '\#Prefab.AppStartType#' );"
  51.  
  52.  
  53.  
  54.  
  55. [UPLOADLABEL]
  56. {Label}
  57.  
  58. Container     = "{LastContainer}"
  59.  
  60. XPos          = 0
  61. YPos          = 0
  62. Width         = Prefab.Width
  63. Height        = "16"
  64. HorzAlignType = "relative"
  65. HorzAlign     = "left"
  66. VertAlignType = "absolute"
  67. VertAlign     = "center"
  68.  
  69. TextHAlign   = "left"
  70. TextVAlign   = "center"
  71. Gfx          = Prefab.Gfx
  72. UpdateRate   = 1000
  73.  
  74.  
  75. LClickProc     = "Element.Display('SystemStats');"
  76. RClickProc     = "Element.Display('SystemStats');"