Module Dfcolor.pkg
1//*************************************************************************
2//*
3//* Copyright (c) 1997 Data Access Corporation, Miami Florida,
4//* All rights reserved.
5//* DataFlex is a registered trademark of Data Access Corporation.
6//*
7//*
8//* Module Name:
9//* DFCOLOR.PKG
10//*
11//* Creator:
12//* MIKE-Z
13//* 01/27/93
14//*
15//* Purpose:
16//*
17//*************************************************************************
18
19#REPLACE COLOR_PC_LOW 1 // Standard PC color codes
20#REPLACE COLOR_PC_HIGH 255 // 1, 2 and 3 are reserved
21
22#REPLACE COLOR_HATCH_LOW 512 // DF Hatch styles for graphics
23#REPLACE COLOR_HATCH_HIGH 1792 // 5 styles defined
24
25#REPLACE COLOR_SYSTEM_LOW 4096 // Windows object colors
26#REPLACE COLOR_SYSTEM_HIGH 4112 // win3.0=13, win3.1=21 */
27
28#REPLACE COLOR_PATTERN_LOW 8192 // Custom bitmap brushes
29#REPLACE COLOR_PATTERN_HIGH 8288 // 7 currently defined
30
31#REPLACE COLOR_CUSTOM_LOW 16384 // Windows custom colors defined
32#REPLACE COLOR_CUSTOM_HIGH 16400 // in the control panel. 16 colors
33
34#REPLACE WINCOLOR_SCROLLBAR 4096
35#REPLACE WINCOLOR_BACKGROUND 4097
36#REPLACE WINCOLOR_ACTIVECAPTION 4098
37#REPLACE WINCOLOR_INACTIVECAPTION 4099
38#REPLACE WINCOLOR_MENU 4100
39#REPLACE WINCOLOR_WINDOW 4101
40#REPLACE WINCOLOR_WINDOWFRAME 4102
41#REPLACE WINCOLOR_MENUTEXT 4103
42#REPLACE WINCOLOR_WINDOWTEXT 4104
43#REPLACE WINCOLOR_CAPTIONTEXT 4105
44#REPLACE WINCOLOR_ACTIVEBORDER 4106
45#REPLACE WINCOLOR_INACTIVEBORDER 4107
46#REPLACE WINCOLOR_APPWORKSPACE 4108
47#REPLACE WINCOLOR_HIGHLIGHT 4109
48#REPLACE WINCOLOR_HIGHLIGHTTEXT 4110
49#REPLACE WINCOLOR_BTNFACE 4111
50#REPLACE WINCOLOR_BTNSHADOW 4112
51#REPLACE WINCOLOR_GRAYTEXT 4113
52#REPLACE WINCOLOR_BTNTEXT 4114
53
54