home *** CD-ROM | disk | FTP | other *** search
- // Source Painter 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 words1 asm1 MS Sans Serif 8 Blue b x
- 1 auto MS Sans Serif 8 Blue b x
- 1 bad_cast MS Sans Serif 8 Blue b x
- 1 bad_typeid MS Sans Serif 8 Blue b x
- 1 bool MS Sans Serif 8 Blue b x
- 1 break MS Sans Serif 8 Blue b x
- 1 case MS Sans Serif 8 Blue b x
- 1 catch MS Sans Serif 8 Blue b x
- 1 char MS Sans Serif 8 Blue b x
- 1 class MS Sans Serif 8 Blue b x
- 1 const MS Sans Serif 8 Blue b x
- 1 const_cast MS Sans Serif 8 Blue b x
- 1 continue MS Sans Serif 8 Blue b x
- 1 default MS Sans Serif 8 Blue b x
- 1 delete MS Sans Serif 8 Blue b x
- 1 do MS Sans Serif 8 Blue b x
- 1 double MS Sans Serif 8 Blue b x
- 1 dynamic_cast MS Sans Serif 8 Blue b x
- 1 else MS Sans Serif 8 Blue b x
- 1 enum MS Sans Serif 8 Blue b x
- 1 except MS Sans Serif 8 Blue b x
- 1 explicit MS Sans Serif 8 Blue b x
- 1 extern MS Sans Serif 8 Blue b x
- 1 false MS Sans Serif 8 Blue b x
- 1 finally MS Sans Serif 8 Blue b x
- 1 float MS Sans Serif 8 Blue b x
- 1 for MS Sans Serif 8 Blue b x
- 1 friend MS Sans Serif 8 Blue b x
- 1 goto MS Sans Serif 8 Blue b x
- 1 if MS Sans Serif 8 Blue b x
- 1 inline MS Sans Serif 8 Blue b x
- 1 int MS Sans Serif 8 Blue b x
- 1 long MS Sans Serif 8 Blue b x
- 1 mutable MS Sans Serif 8 Blue b x
- 1 namespace MS Sans Serif 8 Blue b x
- 1 new MS Sans Serif 8 Blue b x
- 1 operator MS Sans Serif 8 Blue b x
- 1 private MS Sans Serif 8 Blue b x
- 1 protected MS Sans Serif 8 Blue b x
- 1 public MS Sans Serif 8 Blue b x
- 1 register MS Sans Serif 8 Blue b x
- 1 reinterpret_cast MS Sans Serif 8 Blue b x
- 1 return MS Sans Serif 8 Blue b x
- 1 short MS Sans Serif 8 Blue b x
- 1 signed MS Sans Serif 8 Blue b x
- 1 sizeof MS Sans Serif 8 Blue b x
- 1 static MS Sans Serif 8 Blue b x
- 1 static_cast MS Sans Serif 8 Blue b x
- 1 struct MS Sans Serif 8 Blue b x
- 1 switch MS Sans Serif 8 Blue b x
- 1 template MS Sans Serif 8 Blue b x
- 1 this MS Sans Serif 8 Blue b x
- 1 throw MS Sans Serif 8 Blue b x
- 1 true MS Sans Serif 8 Blue b x
- 1 try MS Sans Serif 8 Blue b x
- 1 type_info MS Sans Serif 8 Blue b x
- 1 typedef MS Sans Serif 8 Blue b x
- 1 typeid MS Sans Serif 8 Blue b x
- 1 typename MS Sans Serif 8 Blue b x
- 1 union MS Sans Serif 8 Blue b x
- 1 unsigned MS Sans Serif 8 Blue b x
- 1 using MS Sans Serif 8 Blue b x
- 1 virtual MS Sans Serif 8 Blue b x
- 1 void MS Sans Serif 8 Blue b x
- 1 volatile MS Sans Serif 8 Blue b x
- 1 while MS Sans Serif 8 Blue b x
- 1 xalloc MS Sans Serif 8 Blue b 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
- 1 using namespace MS Sans Serif 8 Blue X x
- //End of Source painre file