home *** CD-ROM | disk | FTP | other *** search
- ' ---------------------------------------------------------------------
- ' File Name: main.tds
- ' Type : Bar Template
- '
- ' Default bar template. Creates a simple bottom bar with only a button
- ' for the main menu.
- ' ---------------------------------------------------------------------
-
- [TDS]
- {TDSHost Information}
-
- App = "CustomBar"
- Name = "My Custom Bar"
-
- @include = "\#_AppDir#\\common\\init_CommonUI.tds"
-
- [@SETTINGS]
- @IncStart = 1
-
- [@INC]
- {Prefab}
-
- DisplayName = "CustomBar"
- Name = "MyBar"
- DockSide = "bottom"
- XPos = 0
- YPos = 0
- Width = 0
- Height = DEFAULT_BAR_HEIGHT
- Gfx = "Bar.Normal"
-
- Source = "Bar.Normal:Horizontal"
-
- [@INC]
- {Prefab}
-
- XPos = 2
- YPos = 0
- HorzAlignType = "relative"
- VertAlign = "center"
- VertAlignType = "absolute"
-
- Source = "Menus.CustomBar:MainMenu"