home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2000 June / CyberMycha0006.iso / NFSPorsche / data1.cab / Program_Files / FEDATA / Controls / ChatDisplayBox.ctr < prev    next >
Text File  |  2000-03-27  |  4KB  |  173 lines

  1. f;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;
  3. ; Chat Display Box.  Displays a list of chat messages... slider functionality is available, but may not
  4. ; yet be implemented in code.
  5. ;
  6. ; Created by Gary Steinke, May 21/99
  7. ;
  8. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  9.  
  10. [control]
  11. id=NFS5.CHATDISPLAYBOX
  12. description=Chat Display Box
  13.  
  14. name.value=ID_CHATDISPLAYBOX
  15.  
  16. parts=data,area,track,trackgraphic,knob,decrement_button,increment_button,hackrect,sblineleft,sblineright,sblinebottom,sblinetop
  17.  
  18.  
  19. states=normal,hover,hidden
  20. states.flags=0
  21.  
  22. size.value=data.width,data.height
  23. size.flags=0
  24. moveable.value=1
  25. moveable.flags=HIDDEN|READONLY
  26. resizeable.value=1
  27. resizeable.flags=HIDDEN|READONLY
  28. pos=0,0
  29. pos.label=control.pos
  30.  
  31. autosize.value=1
  32. autosize.flags=HIDDEN|READONLY
  33.  
  34.  
  35. [state.normal]
  36. parts=data,area,hackrect,sblineleft,sblineright,sblinebottom,sblinetop
  37.  
  38. [state.hover]
  39. parts=data,area,hackrect,sblineleft,sblineright,sblinebottom,sblinetop
  40.  
  41. [state.hidden]
  42. parts=data
  43.  
  44.  
  45.  
  46. [part.data]
  47. id=DATA
  48. attributes.value=width,height,transon,transoff,spacing,accessor
  49.  
  50. width.type=INT
  51. width.value=100
  52. height.type=INT
  53. height.value=100
  54.  
  55. transon.type=STRING
  56. transon.value=FADE
  57. transon.label=Transition On
  58. transon.flags=0
  59. transoff.type=STRING
  60. transoff.value=SAME
  61. transoff.label=Transition Off
  62.  
  63. spacing.type=INT
  64. spacing.value=14
  65. spacing.flags=HIDDEN|READONLY
  66.  
  67. accessor.type=STRING
  68.  
  69. [part.sblinetop]
  70. id=RECT
  71. pos.value=0,0
  72. pos.flags=HIDDEN|READONLY
  73. size.value=data.width-1,1
  74. size.flags=HIDDEN|READONLY
  75. color.value=0xff000000
  76. color.flags=HIDDEN|READONLY
  77.  
  78.  
  79. [part.sblineleft]
  80. id=RECT
  81. pos.value=0,backrect.size.height
  82. pos.flags=HIDDEN|READONLY
  83. size.value=1,data.height
  84. size.flags=HIDDEN|READONLY
  85. color.value=0xff000000
  86. color.flags=HIDDEN|READONLY
  87.  
  88. [part.sblineright]
  89. id=RECT
  90. pos.value=data.width-1,backrect.size.height
  91. pos.flags=HIDDEN|READONLY
  92. size.value=1,data.height
  93. size.flags=HIDDEN|READONLY
  94. color.value=0xff000000
  95. color.flags=HIDDEN|READONLY
  96.  
  97. [part.sblinebottom]
  98. id=RECT
  99. pos.value=0,backrect.size.height+data.height-1
  100. pos.flags=HIDDEN|READONLY
  101. size.value=data.width,1
  102. size.flags=HIDDEN|READONLY
  103. color.value=0xff000000
  104. color.flags=HIDDEN|READONLY
  105.  
  106.  
  107. [part.area]
  108. id=RECT
  109. pos.value=0,0
  110. pos.flags=HIDDEN|READONLY
  111. size.value=data.width,data.height
  112. size.flags=HIDDEN|READONLY
  113. color.value= 0x00000000
  114. color.flags=HIDDEN|READONLY
  115.  
  116. [part.hackrect]
  117. id=RECT
  118. pos.value=0,0
  119. pos.flags=HIDDEN|READONLY
  120. color.value=0x00000000
  121. color.flags=HIDDEN|READONLY
  122. size.value=data.width,1
  123. size.flags=HIDDEN|READONLY
  124.  
  125. [part.track]
  126. id=RECT
  127. pos.value=data.width-16,0
  128. pos.flags=HIDDEN|READONLY
  129. color.value=0x00000000
  130. color.flags=HIDDEN|READONLY
  131. size.value=16,data.height
  132. size.flags=HIDDEN|READONLY
  133.  
  134. [part.trackgraphic]
  135. id=RECT
  136. pos.value=data.width-16,0
  137. pos.flags=HIDDEN|READONLY
  138. color.value=0x90ffbb00
  139. color.flags=HIDDEN|READONLY
  140. size.value=16,data.height
  141. size.flags=HIDDEN|READONLY
  142.  
  143.  
  144. [part.knob]
  145. id=RECT
  146. pos.flags=HIDDEN|READONLY
  147. pos.value=data.width-16,decrement_button.size.height 
  148. color.value=0x40ffffff
  149. color.flags=HIDDEN|READONLY
  150. size.value=16,15
  151. size.flags=HIDDEN|READONLY
  152. size.label=knobsizelabel
  153.  
  154. [part.decrement_button]
  155. id=SHAPE
  156. pos.flags=HIDDEN|READONLY
  157. pos.value=data.width-decrement_button.size.width+3,4+7
  158. size.flags=HIDDEN|READONLY
  159. shapePathName.value=weeicons.fsh
  160. shapePathName.flags=HIDDEN|READONLY
  161. shapeIndex.value=13
  162. shapeIndex.flags=HIDDEN|READONLY
  163.  
  164. [part.increment_button]
  165. id=SHAPE
  166. pos.flags=HIDDEN|READONLY
  167. pos.value=data.width-decrement_button.size.width+3,data.height-increment_button.size.height
  168. size.flags=HIDDEN|READONLY
  169. shapePathName.value=weeicons.fsh
  170. shapePathName.flags=HIDDEN|READONLY
  171. shapeIndex.value=14
  172. shapeIndex.flags=HIDDEN|READONLY
  173.