home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September / CHIP_CD_2004-09.iso / software / custombar / CustomBar_trial_100_setup.exe / init.tds < prev    next >
Encoding:
Text File  |  2004-02-14  |  1.7 KB  |  54 lines

  1. ' ---------------------------------------------------------------------
  2. ' File Name: init.tds
  3. ' Type     : Application Script
  4. '
  5. ' Initializes prefab edit templates. 
  6. '
  7. ' DO NOT MANUALLY EDIT THIS FILE, CHANGES CAN RESULT IN UNPREDICTABLE
  8. ' APPLICATION BEHAVIOUR. DO NOT MANUALLY INCLUDE THIS FILE IN YOUR OWN 
  9. ' TDS FILES, IT IS LOADED BY APPLICATIONS PRIOR TO LOADING FILES THAT
  10. ' NEED THIS INFORMATION.
  11. ' ---------------------------------------------------------------------
  12.  
  13. @include      = "\.\\Appearance_Defaults.tds"
  14. @include      = "\.\\Name_Defaults.tds"
  15. @include      = "\.\\Layout_Defaults.tds"
  16. @include      = "\.\\Scroll_Defaults.tds"
  17. @include      = "\.\\BoolSelect_Defaults.tds"
  18. @include      = "\.\\Skin_Defaults.tds"
  19. @include      = "\.\\System_Defaults.tds"
  20. @include      = "\.\\Unit_Defaults.tds"
  21.  
  22. [EDITTEMPLATE]
  23.  
  24. NewRow        = "\.\\NewRow.tds"
  25.  
  26. Name          = "\.\\Name.tds"
  27. DisplayName   = "\.\\DisplayName.tds"
  28.  
  29. Position      = "\.\\Position.tds"
  30. Alignment     = "\.\\Alignment.tds"
  31. Size          = "\.\\Size.tds"
  32. Width         = "\.\\Width.tds"
  33. Height          = "\.\\Height.tds"
  34. Layout        = "\.\\Layout.tds"
  35. DockSide      = "\.\\DockSide.tds"
  36. ProcList      = "\.\\ProcList.tds"
  37.  
  38. BoolSelect    = "\.\\BoolSelect.tds"
  39. YesNo         = "\.\\YesNo.tds"
  40. YesNoReverse  = "\.\\YesNoReverse.tds"
  41.  
  42. FontList      = "\.\\FontList.tds"
  43. FontSize      = "\.\\FontSize.tds"
  44.  
  45. MenuStyle     = "\.\\MenuStyle.tds"
  46.  
  47. ScrollSpeed   = "\.\\ScrollSpeed.tds"
  48.  
  49. LabelBackgroundSkin = "\.\\LabelBackgroundSkin.tds"
  50.  
  51. AppStartType  = "\.\\AppStartType.tds"
  52. SystemDrives  = "\.\\SystemDrives.tds"
  53. ByteUnits     = "\.\\ByteUnits.tds"
  54. Decimals      = "\.\\Decimals.tds"