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

  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;
  3. ; Car Setting Button
  4. ;
  5. ; Approaching hacks here (well, for gear ratios anyways)... 
  6. ;
  7. ; Created by Gary Steinke, Nov 1/99
  8. ;
  9. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  10.  
  11. [control]
  12. id=NFS5.CARSETTINGBUTTON
  13. description=Car Setting Button
  14.  
  15. parts=data,picnonsel,picsel,picseldown
  16.  
  17. name.value=ID_CARSETTINGBUTTON
  18.  
  19. states=normal,hidden,hover,focused,hovermousedown
  20. states.flags=0
  21.  
  22. size.value=13,13
  23. size.flags=HIDDEN|READONLY
  24. moveable.value=1
  25. moveable.flags=HIDDEN|READONLY
  26. resizeable.value=0
  27. resizeable.flags=HIDDEN|READONLY
  28. pos=0,0
  29. pos.label=control.pos
  30.  
  31.  
  32. autosize.value=1
  33. autosize.flags=HIDDEN|READONLY
  34.  
  35.  
  36. [state.normal]
  37. parts=data,picnonsel
  38.  
  39. [state.hover]
  40. parts=data,picsel
  41.  
  42. [state.hovermousedown]
  43. parts=data,picseldown
  44.  
  45. [state.focused]
  46. parts=data,picseldown
  47.  
  48. [state.hidden]
  49. parts=data
  50.  
  51.  
  52.  
  53. [part.data]
  54. id=DATA
  55. attributes.value=transon,transoff,accessor,step,nonselindex,selindex,seldownindex,helptext
  56. transon.type=STRING
  57. transon.value=FADE
  58. transon.label=Transition On
  59. transon.flags=0
  60. transoff.type=STRING
  61. transoff.value=SAME
  62. transoff.label=Transition Off
  63. accessor.type=STRING
  64. step.type=INT
  65. nonselindex.type=INT
  66. selindex.type=INT
  67. seldownindex.type=INT
  68. helptext.type=INT
  69. helptext.value=0
  70.  
  71.  
  72.  
  73.  
  74.  
  75. [part.picnonsel]
  76. id=SHAPE
  77. pos.value=0,0
  78. pos.flags=HIDDEN|READONLY
  79. size.flags=HIDDEN|READONLY
  80. shapePathName.value=weeicons.fsh
  81. shapePathName.flags=HIDDEN|READONLY
  82. shapeIndex.value=data.nonselindex
  83. shapeIndex.flags=HIDDEN|READONLY
  84. flip.flags=0
  85.  
  86. [part.picsel]
  87. id=SHAPE
  88. pos.value=0,0
  89. pos.flags=HIDDEN|READONLY
  90. size.flags=HIDDEN|READONLY
  91. shapePathName.value=%picnonsel.shapePathName%
  92. shapePathName.flags=HIDDEN|READONLY
  93. shapeIndex.value=data.selindex
  94. shapeIndex.flags=HIDDEN|READONLY
  95. flip.flags=0
  96.  
  97. [part.picseldown]
  98. id=SHAPE
  99. pos.value=0,0
  100. pos.flags=HIDDEN|READONLY
  101. size.flags=HIDDEN|READONLY
  102. shapePathName.value=%picnonsel.shapePathName%
  103. shapePathName.flags=HIDDEN|READONLY
  104. shapeIndex.value=data.seldownindex
  105. shapeIndex.flags=HIDDEN|READONLY
  106. flip.flags=0