COLOR Red_color = MAKERGB (128, 0, 0);
WinSetPresParam (Window, PP_FOREGROUNDCOLOR, sizeof (Red_color), (PVOID) &Red_color);
