home *** CD-ROM | disk | FTP | other *** search
- // Source Pinter file
- // This file contains the color setting of the file.
- // Line which start with // is a comment line and will not be regarded
- // Each setting must be in a different line.
- //
- // Each field in a setting line MUST be separated by TAB
- // There are three main areas in the file and they are separated by description words:
- // 1. Main Font Defines
- // 2. Whole words
- // 3. Start and end with ....
- // According to the areas in the program.
- // Each area MUST be separated by the description words.
- // All three areas must appear in the file (even if they are empty)
- //
- // Main Font Defines
- // The fields are:
- // 1 2 3 4 5 6 7 8 9 10
- // 1 - check box 1= on 0 = off
- // 2 - Font name
- // 3 - Font size
- // 4 - Font Color (black, red, green, yellow, blue, magenta, cyan) OR RGB value
- // 5 - bold b,B = bold x = not bold
- // 6 - bold i,I = italic x = not italic
- // 7 - top margin size in inches
- // 8 - left margin size in inches
- // 9 - right margin size in inches
- // 10 - bottom margin size in inches
- //
- // Whole words
- // The fields are:
- // 1 2 3 4 5 6 7
- // 1 - check box 1= on 0 = off
- // 2 - text
- // 3 - Font name
- // 4 - Font size
- // 5 - Font Color (black, red, green, yellow, blue, magenta, cyan) OR RGB value
- // 6 - bold b,B = bold x = not bold
- // 6 - bold i,I = italic x = not italic
- //
- // Start and end with ....
- // In the start and end with section there is another field after 2 (also separated by tab) which contains the end text.
- //
- // Please mail me if any problems
- //Mr_all@hotmail.com
-
- Main Font Defines
- 1 MS Sans Serif 8 Black X x 0.5 0.5 0.5 0.5
- Whole words
- 1 #include MS Sans Serif 8 Blue b x
- 1 #define MS Sans Serif 8 Blue b x
- 1 extern MS Sans Serif 8 Blue X x
- 1 auto MS Sans Serif 8 Blue X x
- 1 double MS Sans Serif 8 Blue X x
- 1 int MS Sans Serif 8 Blue X x
- 1 struct MS Sans Serif 8 Blue X x
- 1 else MS Sans Serif 8 Blue X x
- 1 break MS Sans Serif 8 Blue X x
- 1 else MS Sans Serif 8 Blue X x
- 1 long MS Sans Serif 8 Blue X x
- 1 switch MS Sans Serif 8 Blue X x
- 1 case MS Sans Serif 8 Blue X x
- 1 enum MS Sans Serif 8 Blue X x
- 1 register MS Sans Serif 8 Blue X x
- 1 typedef MS Sans Serif 8 Blue X x
- 1 char MS Sans Serif 8 Blue X x
- 1 return MS Sans Serif 8 Blue X x
- 1 union MS Sans Serif 8 Blue X x
- 1 const MS Sans Serif 8 Blue X x
- 1 float MS Sans Serif 8 Blue X x
- 1 short MS Sans Serif 8 Blue X x
- 1 unsigned MS Sans Serif 8 Blue X x
- 1 continue MS Sans Serif 8 Blue X x
- 1 for MS Sans Serif 8 Blue X x
- 1 signed MS Sans Serif 8 Blue X x
- 1 void MS Sans Serif 8 Blue X x
- 1 default MS Sans Serif 8 Blue X x
- 1 goto MS Sans Serif 8 Blue X x
- 1 sizeof MS Sans Serif 8 Blue X x
- 1 volatile MS Sans Serif 8 Blue X x
- 1 do MS Sans Serif 8 Blue X x
- 1 if MS Sans Serif 8 Blue X x
- 1 static MS Sans Serif 8 Blue X x
- 1 while MS Sans Serif 8 Blue X x
- start and end with ....
- 1 /* */ MS Sans Serif 8 32768 X x
- 1 // MS Sans Serif 8 32768 X x
- 1 " " MS Sans Serif 8 4194432 X x
- //End of Source painre file