xref: /AOO41X/main/cui/source/dialogs/colorpicker.hrc (revision fe22d2cfc602815794415026f1317bd625db6f83)
1*b2b569f2SArmin Le Grand/**************************************************************
2*b2b569f2SArmin Le Grand *
3*b2b569f2SArmin Le Grand * Licensed to the Apache Software Foundation (ASF) under one
4*b2b569f2SArmin Le Grand * or more contributor license agreements.  See the NOTICE file
5*b2b569f2SArmin Le Grand * distributed with this work for additional information
6*b2b569f2SArmin Le Grand * regarding copyright ownership.  The ASF licenses this file
7*b2b569f2SArmin Le Grand * to you under the Apache License, Version 2.0 (the
8*b2b569f2SArmin Le Grand * "License"); you may not use this file except in compliance
9*b2b569f2SArmin Le Grand * with the License.  You may obtain a copy of the License at
10*b2b569f2SArmin Le Grand *
11*b2b569f2SArmin Le Grand *   http://www.apache.org/licenses/LICENSE-2.0
12*b2b569f2SArmin Le Grand *
13*b2b569f2SArmin Le Grand * Unless required by applicable law or agreed to in writing,
14*b2b569f2SArmin Le Grand * software distributed under the License is distributed on an
15*b2b569f2SArmin Le Grand * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*b2b569f2SArmin Le Grand * KIND, either express or implied.  See the License for the
17*b2b569f2SArmin Le Grand * specific language governing permissions and limitations
18*b2b569f2SArmin Le Grand * under the License.
19*b2b569f2SArmin Le Grand *
20*b2b569f2SArmin Le Grand *************************************************************/
21*b2b569f2SArmin Le Grand
22*b2b569f2SArmin Le Grand#ifndef _CUI_COLORPICKER_HRC_
23*b2b569f2SArmin Le Grand#define _CUI_COLORPICKER_HRC_
24*b2b569f2SArmin Le Grand
25*b2b569f2SArmin Le Grand#include <cuires.hrc>
26*b2b569f2SArmin Le Grand
27*b2b569f2SArmin Le Grand#define FT_BOTTOMLINE   1
28*b2b569f2SArmin Le Grand#define BTN_OK          2
29*b2b569f2SArmin Le Grand#define BTN_CANCEL      3
30*b2b569f2SArmin Le Grand#define BTN_HELP        4
31*b2b569f2SArmin Le Grand
32*b2b569f2SArmin Le Grand#define CT_COLORFIELD   5
33*b2b569f2SArmin Le Grand#define CT_COLORSLIDER  6
34*b2b569f2SArmin Le Grand#define CT_PREVIEW      7
35*b2b569f2SArmin Le Grand#define CT_PREVIOUS     8
36*b2b569f2SArmin Le Grand
37*b2b569f2SArmin Le Grand#define FL_RGB          9
38*b2b569f2SArmin Le Grand#define CT_RED          10
39*b2b569f2SArmin Le Grand#define CT_GREEN        11
40*b2b569f2SArmin Le Grand#define CT_BLUE         12
41*b2b569f2SArmin Le Grand#define CT_HEX          13
42*b2b569f2SArmin Le Grand
43*b2b569f2SArmin Le Grand#define FL_HSB          14
44*b2b569f2SArmin Le Grand#define CT_HUE          15
45*b2b569f2SArmin Le Grand#define CT_SATURATION   16
46*b2b569f2SArmin Le Grand#define CT_BRIGHTNESS   17
47*b2b569f2SArmin Le Grand
48*b2b569f2SArmin Le Grand#define FL_CMYK         18
49*b2b569f2SArmin Le Grand#define CT_CYAN         19
50*b2b569f2SArmin Le Grand#define CT_MAGENTA      20
51*b2b569f2SArmin Le Grand#define CT_YELLOW       21
52*b2b569f2SArmin Le Grand#define CT_KEY          22
53*b2b569f2SArmin Le Grand
54*b2b569f2SArmin Le Grand#define PB_PICKER       23
55*b2b569f2SArmin Le Grand
56*b2b569f2SArmin Le Grand#define CT_LEFT_SLIDER  24
57*b2b569f2SArmin Le Grand#define CT_RIGHT_SLIDER 25
58*b2b569f2SArmin Le Grand
59*b2b569f2SArmin Le Grand#define CT_SLIDERIMG    26
60*b2b569f2SArmin Le Grand
61*b2b569f2SArmin Le Grand#endif
62*b2b569f2SArmin Le Grand
63*b2b569f2SArmin Le Grand// eof
64