home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 1998 December / PCpro_1998_12.ISO / Share / Progtool / S_PAINT.exe / c.spf next >
Encoding:
Text File  |  1998-04-26  |  2.9 KB  |  88 lines

  1. // Source Pinter 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 words
  49. 1    #include    MS Sans Serif    8    Blue    b    x
  50. 1    #define    MS Sans Serif    8    Blue    b    x
  51. 1    extern    MS Sans Serif    8    Blue    X    x
  52. 1    auto    MS Sans Serif    8    Blue    X    x
  53. 1    double    MS Sans Serif    8    Blue    X    x
  54. 1    int    MS Sans Serif    8    Blue    X    x
  55. 1    struct    MS Sans Serif    8    Blue    X    x
  56. 1    else    MS Sans Serif    8    Blue    X    x
  57. 1    break    MS Sans Serif    8    Blue    X    x
  58. 1    else    MS Sans Serif    8    Blue    X    x
  59. 1    long    MS Sans Serif    8    Blue    X    x
  60. 1    switch    MS Sans Serif    8    Blue    X    x
  61. 1    case    MS Sans Serif    8    Blue    X    x
  62. 1    enum    MS Sans Serif    8    Blue    X    x
  63. 1    register    MS Sans Serif    8    Blue    X    x
  64. 1    typedef    MS Sans Serif    8    Blue    X    x
  65. 1    char    MS Sans Serif    8    Blue    X    x
  66. 1    return    MS Sans Serif    8    Blue    X    x
  67. 1    union    MS Sans Serif    8    Blue    X    x
  68. 1    const    MS Sans Serif    8    Blue    X    x
  69. 1    float    MS Sans Serif    8    Blue    X    x
  70. 1    short    MS Sans Serif    8    Blue    X    x
  71. 1    unsigned    MS Sans Serif    8    Blue    X    x
  72. 1    continue    MS Sans Serif    8    Blue    X    x
  73. 1    for    MS Sans Serif    8    Blue    X    x
  74. 1    signed    MS Sans Serif    8    Blue    X    x
  75. 1    void    MS Sans Serif    8    Blue    X    x
  76. 1    default    MS Sans Serif    8    Blue    X    x
  77. 1    goto    MS Sans Serif    8    Blue    X    x
  78. 1    sizeof    MS Sans Serif    8    Blue    X    x
  79. 1    volatile    MS Sans Serif    8    Blue    X    x
  80. 1    do    MS Sans Serif    8    Blue    X    x
  81. 1    if    MS Sans Serif    8    Blue    X    x
  82. 1    static    MS Sans Serif    8    Blue    X    x
  83. 1    while    MS Sans Serif    8    Blue    X    x
  84. start and end with ....
  85. 1    /*    */    MS Sans Serif    8    32768    X    x
  86. 1    //        MS Sans Serif    8    32768    X    x
  87. 1    "    "    MS Sans Serif    8    4194432    X    x
  88. //End of Source painre file