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

  1. [INFO]
  2.  
  3. DisplayName  = "Separator"
  4. Author       = "Lizardsoft"
  5.  
  6. Description  = "Creates a separator. Skin defines width and height."
  7.  
  8. [@SETTINGS]
  9. @IncStart    = 1
  10.  
  11. @template    =   EditTemplate.DisplayName
  12. @template    =   EditTemplate.NewRow
  13.  
  14. [@INC]
  15. {Setting}
  16.  
  17. Name        = "LeftSpace"
  18. Type        = "Integer"
  19. DisplayName = "Left Padding"
  20. Description = "Defines how much padding is on the left of the separator."
  21. MaxValue    = 10000
  22. MinValue    = 0
  23.  
  24. [@INC]
  25. {Setting}
  26.  
  27. Name        = "RightSpace"
  28. Type        = "Integer"
  29. DisplayName = "Right Padding"
  30. Description = "Defines how much padding is on the right of the separator."
  31. MaxValue    = 10000
  32. MinValue    = 0
  33.  
  34. @template    =   EditTemplate.NewRow
  35.  
  36. @template    =   EditTemplate.Position
  37.  
  38. @template    =   EditTemplate.NewRow
  39. @template    =   EditTemplate.Alignment
  40.  
  41.  
  42. [DEFAULTSETTINGS]
  43.  
  44. DisplayName   = "Separator"
  45.  
  46. HorzAlign     = "left"
  47. HorzAlignType = "relative"
  48. VertAlign     = "center"
  49. VertAlignType = "absolute"
  50.  
  51. Gfx           = "Image.SeparatorH"
  52. XPos          = 0
  53. YPos          = 0
  54. LeftSpace     = 4
  55. RightSpace    = 4