1*e38fe63cSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*e38fe63cSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*e38fe63cSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*e38fe63cSAndrew Rist * distributed with this work for additional information
6*e38fe63cSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*e38fe63cSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*e38fe63cSAndrew Rist * "License"); you may not use this file except in compliance
9*e38fe63cSAndrew Rist * with the License.  You may obtain a copy of the License at
10*e38fe63cSAndrew Rist *
11*e38fe63cSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*e38fe63cSAndrew Rist *
13*e38fe63cSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*e38fe63cSAndrew Rist * software distributed under the License is distributed on an
15*e38fe63cSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*e38fe63cSAndrew Rist * KIND, either express or implied.  See the License for the
17*e38fe63cSAndrew Rist * specific language governing permissions and limitations
18*e38fe63cSAndrew Rist * under the License.
19*e38fe63cSAndrew Rist *
20*e38fe63cSAndrew Rist *************************************************************/
21*e38fe63cSAndrew Rist
22*e38fe63cSAndrew Rist
23cdf0e10cSrcweir#include "ResourceIds.hrc"
24cdf0e10cSrcweir
25cdf0e10cSrcweir#define FT_AMBIENTLIGHT 1
26cdf0e10cSrcweir#define FT_LIGHTSOURCE  2
27cdf0e10cSrcweir
28cdf0e10cSrcweir#define LB_AMBIENTLIGHT 1
29cdf0e10cSrcweir#define LB_LIGHTSOURCE  2
30cdf0e10cSrcweir
31cdf0e10cSrcweir#define BTN_AMBIENT_COLOR     1
32cdf0e10cSrcweir#define BTN_LIGHTSOURCE_COLOR 2
33cdf0e10cSrcweir#define BTN_LIGHT_1           3
34cdf0e10cSrcweir#define BTN_LIGHT_2           4
35cdf0e10cSrcweir#define BTN_LIGHT_3           5
36cdf0e10cSrcweir#define BTN_LIGHT_4           6
37cdf0e10cSrcweir#define BTN_LIGHT_5           7
38cdf0e10cSrcweir#define BTN_LIGHT_6           8
39cdf0e10cSrcweir#define BTN_LIGHT_7           9
40cdf0e10cSrcweir#define BTN_LIGHT_8           10
41cdf0e10cSrcweir#define STR_LIGHT_PREVIEW     6000
42cdf0e10cSrcweir#define CTL_LIGHT_PREVIEW     1
43