home *** CD-ROM | disk | FTP | other *** search
- /*****
- *
- * SPRDSHT.CH
- *
- * Luiz F. Quintela
- * Copyright (c) 1991 Nantucket Corporation.
- * All Rights Reserved.
- *
- */
-
- // Colors
- #define FIRSTLINE "W+/BG"
- #define LASTLINE "W+/GB"
- #define BACKGROUND "N/B"
- #define BROWSEBGND "W/B*"
- #define ALLBLACK "N/N"
- #define BARCOLOR "N/W"
- #define HEADCLR "N/BG"
- #define EDITCOLOR "W+/RB"
-
- // Miscellaneous
- #define MAXLEN 18
- #define VALUES 1
- #define FORMULAS 2
- #define COLORTABLE "W/B*,N/BG,R+/B*,W/B*," +;
- "GR+/B*,W+/B*,W+/GB,W+/B*"
- #define NOTHING ""
- #define ELEMENT aXlateArray[i]
- #define MAXCOLUMN 79
- #define CONTINUE 2
- #define QUIT 1
- #define PAGEHEADER "Clipper 5.01 - TBrowse Spreadsheet - "+;
- "By Luiz F. Quintela"
- #define SAVEHEADER "Clipper 5.01 Spreadsheet - "+;
- "press any key..."
-
- // EOF - SPREDSHEET.CH //
-