home *** CD-ROM | disk | FTP | other *** search
INI File | 2002-06-13 | 2.3 KB | 134 lines |
- # the cursor
-
- [Control]
- Name = Cursor
- Image = Cursor
- Type = STATIC
- Pos = 0, 0
- Z = 9999
-
- # the backdrop and logo
-
- [Control]
- Name = Backdrop1
- Image = Backdrop - Upper Left
- Type = STATIC
- Pos = 64, 50
- Z = 0
-
- [Control]
- Name = Backdrop2
- Image = Backdrop - Upper Right
- Type = STATIC
- Pos = 320, 50
- Z = 0
-
- [Control]
- Name = Backdrop3
- Image = Backdrop - Lower Left
- Type = STATIC
- Pos = 64, 306
- Z = 0
-
- [Control]
- Name = Backdrop4
- Image = Backdrop - Lower Right
- Type = STATIC
- Pos = 320, 306
- Z = 0
-
- [Control]
- Name = LogoLeft2
- Image = IngameLogo1
- Type = STATIC
- Pos = 191, 4
- Z = 1
-
- [Control]
- Name = LogoRight2
- Image = IngameLogo2
- Type = STATIC
- Pos = 319, 4
- Z = 1
-
- [Control]
- Name = ErrorMsg1
- Type = STATIC
- Pos = 142, 132
- Size = 354, 26
- Text = Watch the space below for an error message...
- TextCentered = true
- TextZ = 2
- TextColor = 255, 255, 255, 255
-
- [Control]
- Name = ErrorMsg2
- Type = STATIC
- Pos = 142, 175
- Size = 354, 26
- Text = This is an error message
- TextCentered = true
- TextZ = 2
- TextColor = 255, 255, 255, 255
-
-
-
- # this is the title bar
- [ControlX]
- Name = TitleBarLeft
- Image = Text Box - Left
- Type = STATIC
- Pos = 246, 91
- Z = 1
-
- [ControlX]
- Name = TitleBarRight
- Image = Text Box - Right
- Type = STATIC
- Pos = 381, 91
- Z = 1
-
- [ControlX]
- Name = TitleBarMiddle
- Image = Text Box - Middle
- Type = STATIC
- Pos = 259, 91
- Size = 135, 29
- Text = Sign In
- TextPos = 0, -4
- TextZ = 2
- TextCentered= true
- Z = 1
-
-
-
- # here are the nav. buttons in the bottom right
-
-
- [Control]
- Name = OkButtonLight
- Type = BUTTON
- Pos = 522, 381
- Z = 1
- Normal = Small Light - Off
- Push = Small Light - On
- Lit = Small Light - On
-
- [Control]
- Name = OkButton
- Type = BUTTON
- Pos = 460, 380
- Z = 1
- Normal = Small Button - Off
- Push = Small Button - On
- Lit = Small Button - Over
- Text = ok
- TextPos = 0, -4
- TextZ = 2
- TextCentered= true
- Slave1 = OkButtonLight
- Hotkey = ENTER
-
-
-
-