home *** CD-ROM | disk | FTP | other *** search
INI File | 2003-09-10 | 1.1 KB | 57 lines |
- [INFO]
-
- DisplayName = "Label"
- Author = "Lizardsoft"
-
- Description = "General label control. Intended for advanced users."
-
-
- [@SETTINGS]
- @IncStart = 1
-
- [@INC]
- {Setting}
-
- Name = "Name"
- Type = "String"
- DisplayName = "Name"
- Description = "This is the name of the label."
-
- @template = EditTemplate.NewRow
-
- [@INC]
- {Setting}
-
- Name = "Text"
- Type = "String"
- DisplayName = "Text"
- Description = "This is the text displayed on the label."
-
- @template = EditTemplate.NewRow
- @template = EditTemplate.ProcList
- @template = EditTemplate.NewRow
-
- ' include default edit settings
- @template = EditTemplate.Layout
-
- [DEFAULTSETTINGS]
-
- Name = ""
- XPos = 4
- YPos = 0
- Width = "50"
- Height = "14"
-
- UpdateRate = 400
- SpecialDraw = false
-
- ScrollSpeed = 60
- ScrollAmount = 1
- ScrollSpacing = 25
- ScrollLeft = false
-
- HorzAlignType = "relative"
- HorzAlign = "left"
- VertAlignType = "absolute"
- VertAlign = "center"
- Gfx = "Label.Normal"