home *** CD-ROM | disk | FTP | other *** search
- *******************************************************************************
- * FILE: Equipmnt.h
- *
- * WRITTEN BY: Borland Samples Group
- *
- * DATE: 1/94
- *
- * UPDATED: 7/94
- *
- * REVISION: $Revision: 1.9 $
- *
- * VERSION: Visual dBASE
- *
- * DESCRIPTION: Header file for Equipmnt.prg
- *
- * PARAMETERS: None
- *
- * CALLS: None
- *
- * USAGE: #include "Equipmnt.h"
- *
- *******************************************************************************
- *** Preprocessor directives
-
- #ifndef EQUIPMNT_H
- #define EQUIPMNT_H
-
- #define FIELDLIST "flight_no,origin,dest,date,departure,arrival,price"
-
- * Fonts
- #define ARIALFONT fontName "Arial" ,fontSize 20
- #define ARIALBFONT fontName "Arial",fontSize 12,fontBold .t.
- #define SERIFBFONT fontName "Serif",fontSize 15,fontBold .t.
-
- * l = form length
- #define PB_ROW(l) (l - 3)
-
- * w = form width,p = pb prompt, t = total # pb's, n = # of current pb
- #define PB_COLUMN(w,p,t,n) ;
- (1+(int((w-2-((t*(len(p)+4))+t-1))/2)+((n-1)*(len(p)+5))))
- #endif
-