| 103 | } |
| 104 | |
| 105 | void InitBrushSys() { |
| 106 | g_hLightGrayBrush = CreateSolidBrush(g_crLightGray); |
| 107 | |
| 108 | g_myBrush[0] = (HBRUSH)GetStockObject(BLACK_BRUSH); |
| 109 | g_myBrush[1] = CreateSolidBrush(g_myColor[1]); |
| 110 | g_myBrush[2] = CreateSolidBrush(g_myColor[2]); |
| 111 | g_myBrush[3] = CreateSolidBrush(g_myColor[3]); |
| 112 | g_myBrush[4] = CreateSolidBrush(g_myColor[4]); |
| 113 | g_myBrush[5] = CreateSolidBrush(g_myColor[5]); |
| 114 | g_myBrush[6] = CreateSolidBrush(g_myColor[6]); |
| 115 | g_myBrush[7] = CreateSolidBrush(g_myColor[7]); |
| 116 | g_myBrush[8] = CreateSolidBrush(g_myColor[8]); |
| 117 | g_myBrush[9] = CreateSolidBrush(g_myColor[9]); |
| 118 | g_myBrush[10] = CreateSolidBrush(g_myColor[10]); |
| 119 | g_myBrush[11] = CreateSolidBrush(g_myColor[11]); |
| 120 | g_myBrush[12] = CreateSolidBrush(g_myColor[12]); |
| 121 | g_myBrush[13] = CreateSolidBrush(g_myColor[13]); |
| 122 | g_myBrush[14] = CreateSolidBrush(g_myColor[14]); |
| 123 | g_myBrush[15] = CreateSolidBrush(g_myColor[15]); |
| 124 | g_myBrush[16] = CreateSolidBrush(g_myColor[16]); |
| 125 | g_myBrush[17] = CreateSolidBrush(g_myColor[17]); |
| 126 | g_myBrush[18] = CreateSolidBrush(g_myColor[18]); |
| 127 | g_myBrush[19] = CreateSolidBrush(g_myColor[19]); |
| 128 | } |
| 129 | |
| 130 | void InitSchemSys() { |
| 131 | g_myScheme[0].name = "Marine"; |
no outgoing calls
no test coverage detected