home *** CD-ROM | disk | FTP | other *** search
- ' ---------------------------------------------------------------------
- ' File Name: init.tds
- ' Type : Application Script
- '
- ' Initializes prefab edit templates.
- '
- ' DO NOT MANUALLY EDIT THIS FILE, CHANGES CAN RESULT IN UNPREDICTABLE
- ' APPLICATION BEHAVIOUR. DO NOT MANUALLY INCLUDE THIS FILE IN YOUR OWN
- ' TDS FILES, IT IS LOADED BY APPLICATIONS PRIOR TO LOADING FILES THAT
- ' NEED THIS INFORMATION.
- ' ---------------------------------------------------------------------
-
- @include = "\.\\Appearance_Defaults.tds"
- @include = "\.\\Name_Defaults.tds"
- @include = "\.\\Layout_Defaults.tds"
- @include = "\.\\Scroll_Defaults.tds"
- @include = "\.\\BoolSelect_Defaults.tds"
- @include = "\.\\Skin_Defaults.tds"
- @include = "\.\\System_Defaults.tds"
- @include = "\.\\Unit_Defaults.tds"
-
- [EDITTEMPLATE]
-
- NewRow = "\.\\NewRow.tds"
-
- Name = "\.\\Name.tds"
- DisplayName = "\.\\DisplayName.tds"
-
- Position = "\.\\Position.tds"
- Alignment = "\.\\Alignment.tds"
- Size = "\.\\Size.tds"
- Width = "\.\\Width.tds"
- Height = "\.\\Height.tds"
- Layout = "\.\\Layout.tds"
- DockSide = "\.\\DockSide.tds"
- ProcList = "\.\\ProcList.tds"
-
- BoolSelect = "\.\\BoolSelect.tds"
- YesNo = "\.\\YesNo.tds"
- YesNoReverse = "\.\\YesNoReverse.tds"
-
- FontList = "\.\\FontList.tds"
- FontSize = "\.\\FontSize.tds"
-
- MenuStyle = "\.\\MenuStyle.tds"
-
- ScrollSpeed = "\.\\ScrollSpeed.tds"
-
- LabelBackgroundSkin = "\.\\LabelBackgroundSkin.tds"
-
- AppStartType = "\.\\AppStartType.tds"
- SystemDrives = "\.\\SystemDrives.tds"
- ByteUnits = "\.\\ByteUnits.tds"
- Decimals = "\.\\Decimals.tds"