home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September / CHIP_CD_2004-09.iso / software / custombar / CustomBar_trial_100_setup.exe / code_skintest.tds < prev    next >
INI File  |  2004-06-11  |  574b  |  30 lines

  1. [@SETTINGS]
  2. @IncStart = 1
  3.  
  4. [@INC]
  5. {Prefab}
  6.  
  7. Source       = "CustomBar.Containers:SkinTest"
  8.  
  9.  
  10.  
  11. [@INC]
  12. {Button}
  13.  
  14.  
  15. XPos          = Prefab.XPos
  16. YPos          = Prefab.YPos
  17. Width         = Prefab.Width
  18. Height        = Prefab.Height
  19. HorzAlignType = "relative"
  20. HorzAlign     = Prefab.HorzAlign
  21. VertAlignType = "absolute"
  22. VertAlign     = Prefab.VertAlign
  23.  
  24. TextHAlign   = "center"
  25. TextVAlign   = "center"
  26. Gfx          = "Button.Normal"
  27. Text         = "SkinTest"
  28.  
  29. LClickProc   = "Element.Display('SkinTest');"
  30. RClickProc   = "Element.Display('SkinTest');"