home *** CD-ROM | disk | FTP | other *** search
/ swCHIP 1991 January / swCHIP_95-1.bin / chip / tvgenpas / demo3pas.exe / ODF / TCLUSTER.ODF < prev    next >
Text File  |  1994-12-05  |  670b  |  33 lines

  1. OBJECT TCluster INHERITS TView
  2. ABSTRACT
  3. STANDARD
  4.  
  5. FIELD Lines E16 TITLE ~L~ines
  6. FIELD Disabled C TITLE D~i~sabled
  7. FIELD Variable I30 TITLE ~V~ariable
  8. FIELD Hints E16 TITLE ~H~ints
  9.  
  10. SELECT Lines
  11. DEFAULT Options 53
  12. DEFAULT Variable 'Data%_SubViewNo%'
  13.  
  14. VALUE 1. OF Disabled
  15. VALUE 2. OF Disabled
  16. VALUE 3. OF Disabled
  17. VALUE 4. OF Disabled
  18. VALUE 5. OF Disabled
  19. VALUE 6. OF Disabled
  20. VALUE 7. OF Disabled
  21. VALUE 8. OF Disabled
  22. VALUE 9. OF Disabled
  23. VALUE 10. OF Disabled
  24. VALUE 11. OF Disabled
  25. VALUE 12. OF Disabled
  26. VALUE 13. OF Disabled
  27. VALUE 14. OF Disabled
  28. VALUE 15. OF Disabled
  29. VALUE 16. OF Disabled
  30.  
  31. DATAEXCHANGE Variable '%Variable% : Word;'
  32.  
  33.