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

  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;
  3. ; CheckBox
  4. ;
  5. ; Click on the checkBoxPic and the value changes (we may want to change it so
  6. ; it's just if you click the item in general, which is actually a simpiler case).
  7. ;
  8. ; Created by Gary Steinke, May 21/99
  9. ;
  10. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  11.  
  12. [control]
  13. id=NFS5.CheckBox
  14. description=Check Box
  15.  
  16. parts=checkBoxPic,data
  17.  
  18. name.value=ID_CheckBox
  19.  
  20. states=normal,hidden,selected
  21. states.flags=0
  22.  
  23. size.value=100,60
  24. size.flags=0
  25. moveable.value=1
  26. moveable.flags=HIDDEN|READONLY
  27. resizeable.value=1
  28. resizeable.flags=HIDDEN|READONLY
  29. pos=0,0
  30. pos.label=control.pos
  31.  
  32. autosize.value=1
  33. autosize.flags=HIDDEN|READONLY
  34.  
  35.  
  36. [state.normal]
  37. parts=checkBoxPic,data
  38.  
  39. [state.selected]
  40. parts=checkBoxPic,data
  41.  
  42. [state.hidden]
  43. parts=data
  44.  
  45.  
  46.  
  47. [part.data]
  48. id=DATA
  49. attributes.value=boolAccessor,onIndex,offIndex,transon,transoff
  50. transon.type=STRING
  51. transon.value=FADE
  52. transon.label=Transition On
  53. transon.flags=0
  54. transoff.type=STRING
  55. transoff.value=SAME
  56. transoff.label=Transition Off
  57.  
  58. boolAccessor.type=STRING
  59. boolAccessor.value=put_value_here
  60. onIndex.type=INT
  61. onIndex.value=0
  62. offIndex.type=INT
  63. offIndex.value=1
  64.  
  65. [part.checkBoxPic]
  66. id=SHAPE
  67. pos.value=0,0
  68. pos.flags=HIDDEN|READONLY
  69. size.flags=HIDDEN|READONLY
  70. shapePathName.value=pointer.fsh
  71. shapePathName.flags=0
  72. shapeIndex.value=data.onIndex
  73. shapeIndex.flags=HIDDEN|READONLY
  74.  
  75.