home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September / CHIP_CD_2004-09.iso / software / custombar / CustomBar_trial_100_setup.exe / edit_default.tds < prev    next >
Encoding:
INI File  |  2003-09-10  |  1.1 KB  |  57 lines

  1. [INFO]
  2.  
  3. DisplayName  = "Label"
  4. Author       = "Lizardsoft"
  5.  
  6. Description  = "General label control. Intended for advanced users."
  7.  
  8.  
  9. [@SETTINGS]
  10. @IncStart    = 1
  11.  
  12. [@INC]
  13. {Setting}
  14.  
  15. Name         = "Name"
  16. Type         = "String"
  17. DisplayName  = "Name"
  18. Description  = "This is the name of the label."
  19.  
  20. @template    =   EditTemplate.NewRow
  21.  
  22. [@INC]
  23. {Setting}
  24.  
  25. Name         = "Text"
  26. Type         = "String"
  27. DisplayName  = "Text"
  28. Description  = "This is the text displayed on the label."
  29.  
  30. @template    =   EditTemplate.NewRow
  31. @template    =   EditTemplate.ProcList
  32. @template    =   EditTemplate.NewRow
  33.  
  34. ' include default edit settings
  35. @template    =   EditTemplate.Layout
  36.  
  37. [DEFAULTSETTINGS]
  38.  
  39. Name           = ""
  40. XPos           = 4
  41. YPos           = 0
  42. Width          = "50"
  43. Height         = "14"
  44.  
  45. UpdateRate    = 400
  46. SpecialDraw   = false
  47.  
  48. ScrollSpeed   = 60
  49. ScrollAmount  = 1
  50. ScrollSpacing = 25
  51. ScrollLeft    = false
  52.  
  53. HorzAlignType  = "relative"
  54. HorzAlign      = "left"
  55. VertAlignType  = "absolute"
  56. VertAlign      = "center"
  57. Gfx            = "Label.Normal"