home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 602b.lha / StripANSI_v1.0 / Source / source.lzh / about.h < prev    next >
C/C++ Source or Header  |  1991-07-31  |  1KB  |  98 lines

  1.  
  2. SHORT ABorderVectors1[] = {
  3.     0,0,
  4.     116,0,
  5.     116,15,
  6.     0,15,
  7.     0,0
  8. };
  9. struct Border ABorder1 = {
  10.     -1,-1,
  11.     3,0,JAM1,
  12.     5,
  13.     ABorderVectors1,
  14.     NULL
  15. };
  16.  
  17. struct IntuiText AIText1 = {
  18.     1,0,JAM2,
  19.     50,3,
  20.     &TOPAZ80,
  21.     (UBYTE *)"OK",
  22.     NULL
  23. };
  24.  
  25. struct Gadget AGadget1 = {
  26.     NULL,
  27.     141,70,
  28.     115,14,
  29.     NULL,
  30.     RELVERIFY,
  31.     BOOLGADGET,
  32.     (APTR)&ABorder1,
  33.     NULL,
  34.     &AIText1,
  35.     NULL,
  36.     NULL,
  37.     NULL,
  38.     NULL
  39. };
  40.  
  41. struct IntuiText AIText6 = {
  42.     1,0,JAM2,
  43.     117,56,
  44.     &TOPAZ80,
  45.     (UBYTE *)"Freely Distributable",
  46.     NULL
  47. };
  48.  
  49. struct IntuiText AIText5 = {
  50.     1,0,JAM2,
  51.     61,46,
  52.     &TOPAZ80,
  53.     (UBYTE *)"Legendary Design Technologies Inc.",
  54.     &AIText6
  55. };
  56.  
  57. struct IntuiText AIText4 = {
  58.     1,0,JAM2,
  59.     135,36,
  60.     &TOPAZ80,
  61.     (UBYTE *)"Copyright ©1991",
  62.     &AIText5
  63. };
  64.  
  65. struct IntuiText AIText3 = {
  66.     1,0,JAM2,
  67.     97,19,
  68.     &TOPAZ80,
  69.     (UBYTE *)"Written by Syd L. Bolton",
  70.     &AIText4
  71. };
  72.  
  73. struct IntuiText AIText2 = {
  74.     3,0,JAM2,
  75.     84,3,
  76.     &TOPAZ80,
  77.     (UBYTE *)"StripANSI v1.0 - WB Version",
  78.     &AIText3
  79. };
  80.  
  81. #define ATextList AIText2
  82.  
  83. struct NewWindow AboutWindow = {
  84.     120,55,
  85.     400,89,
  86.     0,1,
  87.     GADGETUP,
  88.     ACTIVATE+NOCAREREFRESH,
  89.     &AGadget1,
  90.     NULL,
  91.     NULL,
  92.     NULL,
  93.     NULL,
  94.     5,5,
  95.     -1,-1,
  96.     WBENCHSCREEN
  97. };
  98.