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

  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;
  3. ; Panels
  4. ;
  5. ; A simple rectangle that also takes the name of a lay file.  A lot of the work for this
  6. ; is done through code.  It will load up and display the lay file given.  It will also
  7. ; handle input/output to this "sub-menu".  The main reason for these is to use tabs
  8. ; to quickly switch between many panels. 
  9. ;
  10. ; Created by Gary Steinke, May 21/99
  11. ;
  12. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  13.  
  14. [control]
  15. id=NFS5.PANEL
  16. description=Panel
  17.  
  18. parts=area,data
  19.  
  20. name.value=ID_PANEL
  21.  
  22. states=normal,hidden,selected
  23. states.flags=0
  24.  
  25. size.value=100,100
  26. size.flags=0
  27. moveable.value=1
  28. moveable.flags=HIDDEN|READONLY
  29. resizeable.value=1
  30. resizeable.flags=HIDDEN|READONLY
  31.  
  32. autosize.value=1
  33. autosize.flags=HIDDEN|READONLY
  34.  
  35.  
  36. [state.normal]
  37. parts=area,data
  38.  
  39. [state.selected]
  40. parts=area,data
  41.  
  42. [state.hidden]
  43. parts=data
  44.  
  45.  
  46. [part.data]
  47. id=DATA
  48. attributes.value=filename,transon,transoff
  49. transon.type=STRING
  50. transon.value=FADE
  51. transon.label=Transition On
  52. transon.flags=0
  53. transoff.type=STRING
  54. transoff.value=SAME
  55. transoff.label=Transition Off
  56.  
  57. filename.type=STRING
  58.  
  59. [part.area]
  60. id=RECT
  61. pos.value=0,0
  62. pos.flags=HIDDEN|READONLY
  63. size.value=control.size.width,control.size.height
  64. size.flags=HIDDEN|READONLY
  65. color.value=0x8000ff00
  66.