home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September / CHIP_CD_2004-09.iso / software / custombar / CustomBar_trial_100_setup.exe / edit_general.tds < prev    next >
INI File  |  2003-06-10  |  1KB  |  52 lines

  1. [INFO]
  2.  
  3. DisplayName  = "Edit Control"
  4. Author       = "Lizardsoft"
  5.  
  6. Description  = "General edit 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 edit control."
  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 edit control."
  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          = "100"
  43. Height         = "14"
  44.  
  45. MultiLine      = false
  46. ReadOnly       = false
  47.  
  48. HorzAlignType  = "relative"
  49. HorzAlign      = "left"
  50. VertAlignType  = "absolute"
  51. VertAlign      = "center"
  52. Gfx            = "Edit.Tiny"