home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 1998 December / PCpro_1998_12.ISO / Share / Progtool / S_PAINT.exe / cpp.spf < prev    next >
Encoding:
Text File  |  1998-06-01  |  4.1 KB  |  120 lines

  1. // Source Painter file
  2. // This file contains the color setting of the file.
  3. // Line which start with // is a comment line and will not be regarded
  4. // Each setting must be in a different line.
  5. //
  6. // Each field in a setting line MUST be separated by TAB
  7. // There are three main areas in the file and they are separated by description words:
  8. // 1. Main Font Defines 
  9. // 2. Whole words
  10. // 3. Start and end with ....
  11. // According to the areas in the program.
  12. // Each area MUST be separated by the description words.
  13. // All three areas must appear in the file (even if they are empty)
  14. //
  15. // Main Font Defines
  16. // The fields are:
  17. // 1    2   3   4   5   6   7   8   9   10
  18. // 1 - check box 1= on 0 = off
  19. // 2 - Font name
  20. // 3 - Font size
  21. // 4 - Font Color (black, red, green, yellow, blue, magenta, cyan) OR RGB value
  22. // 5 - bold b,B = bold x = not bold
  23. // 6 - bold i,I = italic x = not italic
  24. // 7 - top margin size in inches
  25. // 8 - left margin size in inches
  26. // 9 - right margin size in inches
  27. // 10 - bottom margin size in inches
  28. //
  29. // Whole words
  30. // The fields are:
  31. // 1    2   3   4   5   6   7
  32. // 1 - check box 1= on 0 = off
  33. // 2 - text
  34. // 3 - Font name
  35. // 4 - Font size
  36. // 5 - Font Color (black, red, green, yellow, blue, magenta, cyan) OR RGB value
  37. // 6 - bold b,B = bold x = not bold
  38. // 6 - bold i,I = italic x = not italic
  39. //
  40. // Start and end with ....
  41. // In the start and end with section there is another field after 2 (also separated by tab) which contains the end text.
  42. //
  43. // Please mail me if any problems
  44. //Mr_all@hotmail.com
  45.  
  46. Main Font Defines
  47. 1    MS Sans Serif    8    Black    X    x    0.5    0.5    0.5    0.5    
  48. Whole words1    asm1    MS Sans Serif    8    Blue    b    x
  49. 1    auto    MS Sans Serif    8    Blue    b    x
  50. 1    bad_cast    MS Sans Serif    8    Blue    b    x
  51. 1    bad_typeid    MS Sans Serif    8    Blue    b    x
  52. 1    bool    MS Sans Serif    8    Blue    b    x
  53. 1    break    MS Sans Serif    8    Blue    b    x
  54. 1    case    MS Sans Serif    8    Blue    b    x
  55. 1    catch    MS Sans Serif    8    Blue    b    x
  56. 1    char    MS Sans Serif    8    Blue    b    x
  57. 1    class    MS Sans Serif    8    Blue    b    x
  58. 1    const    MS Sans Serif    8    Blue    b    x
  59. 1    const_cast    MS Sans Serif    8    Blue    b    x
  60. 1    continue    MS Sans Serif    8    Blue    b    x
  61. 1    default    MS Sans Serif    8    Blue    b    x
  62. 1    delete    MS Sans Serif    8    Blue    b    x
  63. 1    do    MS Sans Serif    8    Blue    b    x
  64. 1    double    MS Sans Serif    8    Blue    b    x
  65. 1    dynamic_cast    MS Sans Serif    8    Blue    b    x
  66. 1    else    MS Sans Serif    8    Blue    b    x
  67. 1    enum    MS Sans Serif    8    Blue    b    x
  68. 1    except    MS Sans Serif    8    Blue    b    x
  69. 1    explicit    MS Sans Serif    8    Blue    b    x
  70. 1    extern    MS Sans Serif    8    Blue    b    x
  71. 1    false    MS Sans Serif    8    Blue    b    x
  72. 1    finally    MS Sans Serif    8    Blue    b    x
  73. 1    float    MS Sans Serif    8    Blue    b    x
  74. 1    for    MS Sans Serif    8    Blue    b    x
  75. 1    friend    MS Sans Serif    8    Blue    b    x
  76. 1    goto    MS Sans Serif    8    Blue    b    x
  77. 1    if    MS Sans Serif    8    Blue    b    x
  78. 1    inline    MS Sans Serif    8    Blue    b    x
  79. 1    int    MS Sans Serif    8    Blue    b    x
  80. 1    long    MS Sans Serif    8    Blue    b    x
  81. 1    mutable    MS Sans Serif    8    Blue    b    x
  82. 1    namespace    MS Sans Serif    8    Blue    b    x
  83. 1    new    MS Sans Serif    8    Blue    b    x
  84. 1    operator    MS Sans Serif    8    Blue    b    x
  85. 1    private    MS Sans Serif    8    Blue    b    x
  86. 1    protected    MS Sans Serif    8    Blue    b    x
  87. 1    public    MS Sans Serif    8    Blue    b    x
  88. 1    register    MS Sans Serif    8    Blue    b    x
  89. 1    reinterpret_cast    MS Sans Serif    8    Blue    b    x
  90. 1    return    MS Sans Serif    8    Blue    b    x
  91. 1    short    MS Sans Serif    8    Blue    b    x
  92. 1    signed    MS Sans Serif    8    Blue    b    x
  93. 1    sizeof    MS Sans Serif    8    Blue    b    x
  94. 1    static    MS Sans Serif    8    Blue    b    x
  95. 1    static_cast    MS Sans Serif    8    Blue    b    x
  96. 1    struct    MS Sans Serif    8    Blue    b    x
  97. 1    switch    MS Sans Serif    8    Blue    b    x
  98. 1    template    MS Sans Serif    8    Blue    b    x
  99. 1    this    MS Sans Serif    8    Blue    b    x
  100. 1    throw    MS Sans Serif    8    Blue    b    x
  101. 1    true    MS Sans Serif    8    Blue    b    x
  102. 1    try    MS Sans Serif    8    Blue    b    x
  103. 1    type_info    MS Sans Serif    8    Blue    b    x
  104. 1    typedef    MS Sans Serif    8    Blue    b    x
  105. 1    typeid    MS Sans Serif    8    Blue    b    x
  106. 1    typename    MS Sans Serif    8    Blue    b    x
  107. 1    union    MS Sans Serif    8    Blue    b    x
  108. 1    unsigned    MS Sans Serif    8    Blue    b    x
  109. 1    using    MS Sans Serif    8    Blue    b    x
  110. 1    virtual    MS Sans Serif    8    Blue    b    x
  111. 1    void    MS Sans Serif    8    Blue    b    x
  112. 1    volatile    MS Sans Serif    8    Blue    b    x
  113. 1    while    MS Sans Serif    8    Blue    b    x
  114. 1    xalloc    MS Sans Serif    8    Blue    b    x
  115. start and end with ....
  116. 1    /*    */    MS Sans Serif    8    32768    X    x
  117. 1    //        MS Sans Serif    8    32768    X    x
  118. 1    "    "    MS Sans Serif    8    4194432    X    x
  119. 1    using namespace        MS Sans Serif    8    Blue    X    x
  120. //End of Source painre file