home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_07 / ACS.ZIP / ACS / SCHIEBER / SLIDER.H < prev   
C/C++ Source or Header  |  1992-01-28  |  858b  |  45 lines

  1. /*
  2.  
  3.     This file was create with ACS 1.0 (c) Stefan Bachert 1991
  4.     The contents is based on file: E:\ACS.DOC\SCHIEBER.\SLIDER.ACS
  5.     compiled at: Tue Dec 17 21:31:44 1991
  6. */
  7.  
  8.  
  9. /*   STRINGS   */
  10.  
  11.  
  12.  
  13. /*   OBJECT TREES   */
  14.  
  15.  
  16. extern OBJECT PAL_HOR_SLIDER;
  17. #define HORSLIDER_001  (  2)
  18. #define HORSLIDER_002  ( 15)
  19. #define HORSLIDER_003  ( 28)
  20. #define HORSLIDER_005  ( 41)
  21. #define HORSLIDER_006  ( 54)
  22. #define HORSLIDER_007  ( 67)
  23.  
  24. extern OBJECT PAL_VER_SLIDER;
  25. #define VERSLIDER_001  (  1)
  26. #define VERSLIDER_002  ( 14)
  27. #define VERSLIDER_003  ( 27)
  28. #define VERSLIDER_004  ( 40)
  29. #define VERSLIDER_005  ( 53)
  30.  
  31. extern OBJECT SLIDER_TEST;
  32. #define VER_SLIDER     (  1)
  33. #define HOR_SLIDER     ( 14)
  34. #define HOR_VALUE      ( 27)
  35. #define VER_VALUE      ( 28)
  36.  
  37.  
  38. /*   WINDOWS   */
  39.  
  40. extern Awindow SCHIEBER;
  41.  
  42.  
  43. extern Adescr ACSdescr;
  44.  
  45.