home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 553.lha / ScreenJaeger_v1.0 / Source / info.h < prev    next >
C/C++ Source or Header  |  1991-09-09  |  2KB  |  206 lines

  1.  
  2. SHORT IBorderVectors1[] = {
  3.     0,0,
  4.     37,0,
  5.     37,14,
  6.     0,14,
  7.     0,0
  8. };
  9. struct Border IBorder1 = {
  10.     -1,-1,
  11.     1,0,JAM1,
  12.     5,
  13.     IBorderVectors1,
  14.     NULL
  15. };
  16.  
  17. struct IntuiText IIText1 = {
  18.     3,0,JAM2,
  19.     9,3,
  20.     NULL,
  21.     (UBYTE *)"OK",
  22.     NULL
  23. };
  24.  
  25. struct Gadget IGadget1 = {
  26.     NULL,
  27.     597,39,
  28.     36,13,
  29.     NULL,
  30.     RELVERIFY,
  31.     BOOLGADGET,
  32.     (APTR)&IBorder1,
  33.     NULL,
  34.     &IIText1,
  35.     NULL,
  36.     NULL,
  37.     NULL,
  38.     NULL
  39. };
  40.  
  41. struct TextAttr ITOPAZ80 = {
  42.     (STRPTR)"topaz.font",
  43.     TOPAZ_EIGHTY,0,0
  44. };
  45. struct IntuiText IIText19 = {
  46.     1,0,JAM2,
  47.     540,35,
  48.     &ITOPAZ80,
  49.     (UBYTE *)"bytes",
  50.     NULL
  51. };
  52.  
  53. struct IntuiText IIText18 = {
  54.     3,1,JAM2,
  55.     451,25,
  56.     &ITOPAZ80,
  57.     (UBYTE *)"SCREEN MEMORY USAGE",
  58.     &IIText19
  59. };
  60.  
  61. struct IntuiText IIText17 = {
  62.     1,0,JAM2,
  63.     535,14,
  64.     &ITOPAZ80,
  65.     (UBYTE *)"Y:",
  66.     &IIText18
  67. };
  68.  
  69. struct IntuiText IIText16 = {
  70.     1,0,JAM2,
  71.     479,14,
  72.     &ITOPAZ80,
  73.     (UBYTE *)"X:",
  74.     &IIText17
  75. };
  76.  
  77. struct IntuiText IIText15 = {
  78.     3,1,JAM2,
  79.     463,3,
  80.     &ITOPAZ80,
  81.     (UBYTE *)"OVERSCAN OFFSETS",
  82.     &IIText16
  83. };
  84.  
  85. struct IntuiText IIText14 = {
  86.     1,0,JAM2,
  87.     19,45,
  88.     &ITOPAZ80,
  89.     (UBYTE *)"TOTAL AVAILABLE:",
  90.     &IIText15
  91. };
  92.  
  93. struct IntuiText IIText13 = {
  94.     1,0,JAM2,
  95.     126,35,
  96.     &ITOPAZ80,
  97.     (UBYTE *)"Upper:",
  98.     &IIText14
  99. };
  100.  
  101. struct IntuiText IIText12 = {
  102.     1,0,JAM2,
  103.     8,35,
  104.     &ITOPAZ80,
  105.     (UBYTE *)"Lower:",
  106.     &IIText13
  107. };
  108.  
  109. struct IntuiText IIText11 = {
  110.     3,1,JAM2,
  111.     83,25,
  112.     &ITOPAZ80,
  113.     (UBYTE *)"FAST RAM",
  114.     &IIText12
  115. };
  116.  
  117. struct IntuiText IIText10 = {
  118.     1,0,JAM2,
  119.     126,14,
  120.     &ITOPAZ80,
  121.     (UBYTE *)"Upper:",
  122.     &IIText11
  123. };
  124.  
  125. struct IntuiText IIText9 = {
  126.     1,0,JAM2,
  127.     8,14,
  128.     &ITOPAZ80,
  129.     (UBYTE *)"Lower:",
  130.     &IIText10
  131. };
  132.  
  133. struct IntuiText IIText8 = {
  134.     3,1,JAM2,
  135.     83,3,
  136.     &ITOPAZ80,
  137.     (UBYTE *)"CHIP RAM",
  138.     &IIText9
  139. };
  140.  
  141. struct IntuiText IIText7 = {
  142.     3,0,JAM1,
  143.     256,45,
  144.     &ITOPAZ80,
  145.     (UBYTE *)"Legendary Design",
  146.     &IIText8
  147. };
  148.  
  149. struct IntuiText IIText6 = {
  150.     3,0,JAM1,
  151.     260,36,
  152.     &ITOPAZ80,
  153.     (UBYTE *)"Copyright ©1991",
  154.     &IIText7
  155. };
  156.  
  157. struct IntuiText IIText5 = {
  158.     3,0,JAM1,
  159.     268,22,
  160.     &ITOPAZ80,
  161.     (UBYTE *)"Syd L. Bolton",
  162.     &IIText6
  163. };
  164.  
  165. struct IntuiText IIText4 = {
  166.     3,0,JAM1,
  167.     280,13,
  168.     &ITOPAZ80,
  169.     (UBYTE *)"Written by",
  170.     &IIText5
  171. };
  172.  
  173. struct IntuiText IIText3 = {
  174.     3,0,JAM1,
  175.     246,2,
  176.     &ITOPAZ80,
  177.     (UBYTE *)"Screen Jaeger V1.0",
  178.     &IIText4
  179. };
  180.  
  181. struct IntuiText IIText2 = {
  182.     1,0,JAM2,
  183.     248,3,
  184.     &ITOPAZ80,
  185.     (UBYTE *)"Screen Jaeger V1.0",
  186.     &IIText3
  187. };
  188.  
  189. #define ITextList IIText2
  190.  
  191. struct NewWindow InfoWin = {
  192.     0,0,
  193.     640,55,
  194.     0,1,
  195.     GADGETUP,
  196.     ACTIVATE+RMBTRAP+NOCAREREFRESH,
  197.     &IGadget1,
  198.     NULL,
  199.     NULL,
  200.     NULL,
  201.     NULL,
  202.     5,5,
  203.     -1,-1,
  204.     CUSTOMSCREEN
  205. };
  206.