home *** CD-ROM | disk | FTP | other *** search
INI File | 2004-02-16 | 1.1 KB | 55 lines |
- [INFO]
-
- DisplayName = "Separator"
- Author = "Lizardsoft"
-
- Description = "Creates a separator. Skin defines width and height."
-
- [@SETTINGS]
- @IncStart = 1
-
- @template = EditTemplate.DisplayName
- @template = EditTemplate.NewRow
-
- [@INC]
- {Setting}
-
- Name = "LeftSpace"
- Type = "Integer"
- DisplayName = "Left Padding"
- Description = "Defines how much padding is on the left of the separator."
- MaxValue = 10000
- MinValue = 0
-
- [@INC]
- {Setting}
-
- Name = "RightSpace"
- Type = "Integer"
- DisplayName = "Right Padding"
- Description = "Defines how much padding is on the right of the separator."
- MaxValue = 10000
- MinValue = 0
-
- @template = EditTemplate.NewRow
-
- @template = EditTemplate.Position
-
- @template = EditTemplate.NewRow
- @template = EditTemplate.Alignment
-
-
- [DEFAULTSETTINGS]
-
- DisplayName = "Separator"
-
- HorzAlign = "left"
- HorzAlignType = "relative"
- VertAlign = "center"
- VertAlignType = "absolute"
-
- Gfx = "Image.SeparatorH"
- XPos = 0
- YPos = 0
- LeftSpace = 4
- RightSpace = 4