home *** CD-ROM | disk | FTP | other *** search
/ 3D-Games 2 / 3DGAMES2.bin / Data / opblk / opblk.ace / UI_ErrorMsg.ini < prev    next >
Encoding:
INI File  |  2002-06-13  |  2.3 KB  |  134 lines

  1. # the cursor
  2.  
  3. [Control]
  4. Name        = Cursor
  5. Image       = Cursor
  6. Type        = STATIC
  7. Pos         = 0, 0
  8. Z           = 9999
  9.  
  10. # the backdrop and logo
  11.  
  12. [Control]
  13. Name        = Backdrop1
  14. Image       = Backdrop - Upper Left
  15. Type        = STATIC
  16. Pos         = 64, 50
  17. Z           = 0
  18.  
  19. [Control]
  20. Name        = Backdrop2
  21. Image       = Backdrop - Upper Right
  22. Type        = STATIC
  23. Pos         = 320, 50
  24. Z           = 0
  25.  
  26. [Control]
  27. Name        = Backdrop3
  28. Image       = Backdrop - Lower Left
  29. Type        = STATIC
  30. Pos         = 64, 306
  31. Z           = 0
  32.  
  33. [Control]
  34. Name        = Backdrop4
  35. Image       = Backdrop - Lower Right
  36. Type        = STATIC
  37. Pos         = 320, 306
  38. Z           = 0
  39.  
  40. [Control]
  41. Name        = LogoLeft2
  42. Image       = IngameLogo1
  43. Type        = STATIC
  44. Pos         = 191, 4
  45. Z           = 1
  46.  
  47. [Control]
  48. Name        = LogoRight2
  49. Image       = IngameLogo2
  50. Type        = STATIC
  51. Pos         = 319, 4
  52. Z           = 1
  53.  
  54. [Control]
  55. Name        = ErrorMsg1
  56. Type        = STATIC
  57. Pos         = 142, 132
  58. Size        = 354, 26
  59. Text        = Watch the space below for an error message...
  60. TextCentered = true
  61. TextZ           = 2
  62. TextColor   = 255, 255, 255, 255
  63.  
  64. [Control]
  65. Name        = ErrorMsg2
  66. Type        = STATIC
  67. Pos         = 142, 175
  68. Size        = 354, 26
  69. Text        = This is an error message
  70. TextCentered = true
  71. TextZ           = 2
  72. TextColor   = 255, 255, 255, 255
  73.  
  74.  
  75.  
  76. # this is the title bar
  77. [ControlX]
  78. Name        = TitleBarLeft
  79. Image       = Text Box - Left
  80. Type        = STATIC
  81. Pos         = 246, 91
  82. Z           = 1
  83.  
  84. [ControlX]
  85. Name        = TitleBarRight
  86. Image       = Text Box - Right
  87. Type        = STATIC
  88. Pos         = 381, 91
  89. Z           = 1
  90.  
  91. [ControlX]
  92. Name        = TitleBarMiddle
  93. Image       = Text Box - Middle
  94. Type        = STATIC
  95. Pos         = 259, 91
  96. Size        = 135, 29
  97. Text        = Sign In
  98. TextPos        = 0, -4
  99. TextZ       = 2
  100. TextCentered= true
  101. Z           = 1
  102.  
  103.  
  104.  
  105. # here are the nav. buttons in the bottom right
  106.  
  107.  
  108. [Control]
  109. Name        = OkButtonLight
  110. Type        = BUTTON
  111. Pos         = 522, 381
  112. Z           = 1
  113. Normal        = Small Light - Off
  114. Push        = Small Light - On
  115. Lit          = Small Light - On
  116.  
  117. [Control]
  118. Name        = OkButton
  119. Type        = BUTTON
  120. Pos         = 460, 380
  121. Z           = 1
  122. Normal        = Small Button - Off
  123. Push        = Small Button - On
  124. Lit          = Small Button - Over
  125. Text        = ok
  126. TextPos        = 0, -4
  127. TextZ       = 2
  128. TextCentered= true
  129. Slave1      = OkButtonLight
  130. Hotkey      = ENTER
  131.  
  132.  
  133.  
  134.