msxml3/tests: Add test saving XML with non-english characters.
[wine.git] / include / colordlg.h
blob51d21859106eaa6ce748cfbe1feb708b60beacf1
1 /*
2 * Color Dialog definitions
4 * Copyright (C) 2019 Vijay Kiran Kamuju
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
21 #ifndef _INC_COLORDLG
22 #define _INC_COLORDLG
24 #define DLG_COLOR
26 #define COLOR_HUESCROLL 700
27 #define COLOR_SATSCROLL 701
28 #define COLOR_LUMSCROLL 702
29 #define COLOR_HUE 703
30 #define COLOR_SAT 704
31 #define COLOR_LUM 705
32 #define COLOR_RED 706
33 #define COLOR_GREEN 707
34 #define COLOR_BLUE 708
35 #define COLOR_CURRENT 709
36 #define COLOR_RAINBOW 710
37 #define COLOR_SAVE 711
38 #define COLOR_ADD 712
39 #define COLOR_SOLID 713
40 #define COLOR_TUNE 714
41 #define COLOR_SCHEMES 715
42 #define COLOR_ELEMENT 716
43 #define COLOR_SAMPLES 717
44 #define COLOR_PALETTE 718
45 #define COLOR_MIX 719
46 #define COLOR_BOX1 720
47 #define COLOR_CUSTOM1 721
49 #define COLOR_HUEACCEL 723
50 #define COLOR_SATACCEL 724
51 #define COLOR_LUMACCEL 725
52 #define COLOR_REDACCEL 726
53 #define COLOR_GREENACCEL 727
54 #define COLOR_BLUEACCEL 728
56 #define COLOR_SOLID_LEFT 730
57 #define COLOR_SOLID_RIGHT 731
59 #define NUM_BASIC_COLORS 48
60 #define NUM_CUSTOM_COLORS 16
62 #endif /* _INC_COLORDLG */