home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September / CHIP_CD_2004-09.iso / software / custombar / CustomBar_trial_100_setup.exe / main.tds < prev    next >
Text File  |  2004-02-17  |  917b  |  43 lines

  1. ' ---------------------------------------------------------------------
  2. ' File Name: main.tds
  3. ' Type     : Bar Template
  4. '
  5. ' Default bar template. Creates a simple bottom bar with only a button
  6. ' for the main menu.
  7. ' ---------------------------------------------------------------------
  8.  
  9. [TDS]
  10. {TDSHost Information}
  11.  
  12. App     = "CustomBar"
  13. Name    = "My Custom Bar"
  14.  
  15. @include = "\#_AppDir#\\common\\init_CommonUI.tds"
  16.  
  17. [@SETTINGS]
  18. @IncStart = 1
  19.  
  20. [@INC]
  21. {Prefab}
  22.  
  23. DisplayName    = "CustomBar"
  24. Name           = "MyBar"
  25. DockSide       = "bottom"
  26. XPos           = 0
  27. YPos           = 0
  28. Width          = 0
  29. Height         = DEFAULT_BAR_HEIGHT
  30. Gfx            = "Bar.Normal"
  31.  
  32. Source         = "Bar.Normal:Horizontal"
  33.  
  34. [@INC]
  35. {Prefab}
  36.  
  37. XPos          = 2
  38. YPos          = 0
  39. HorzAlignType = "relative"
  40. VertAlign     = "center"
  41. VertAlignType = "absolute"
  42.  
  43. Source = "Menus.CustomBar:MainMenu"