12bdfcea1SArmin Le Grand/**************************************************************
22bdfcea1SArmin Le Grand *
32bdfcea1SArmin Le Grand * Licensed to the Apache Software Foundation (ASF) under one
42bdfcea1SArmin Le Grand * or more contributor license agreements.  See the NOTICE file
52bdfcea1SArmin Le Grand * distributed with this work for additional information
62bdfcea1SArmin Le Grand * regarding copyright ownership.  The ASF licenses this file
72bdfcea1SArmin Le Grand * to you under the Apache License, Version 2.0 (the
82bdfcea1SArmin Le Grand * "License"); you may not use this file except in compliance
92bdfcea1SArmin Le Grand * with the License.  You may obtain a copy of the License at
102bdfcea1SArmin Le Grand *
112bdfcea1SArmin Le Grand *   http://www.apache.org/licenses/LICENSE-2.0
122bdfcea1SArmin Le Grand *
132bdfcea1SArmin Le Grand * Unless required by applicable law or agreed to in writing,
142bdfcea1SArmin Le Grand * software distributed under the License is distributed on an
152bdfcea1SArmin Le Grand * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
162bdfcea1SArmin Le Grand * KIND, either express or implied.  See the License for the
172bdfcea1SArmin Le Grand * specific language governing permissions and limitations
182bdfcea1SArmin Le Grand * under the License.
192bdfcea1SArmin Le Grand *
202bdfcea1SArmin Le Grand *************************************************************/
212bdfcea1SArmin Le Grand
222bdfcea1SArmin Le Grand// RID_SIDEBAR_GRAPHIC_PANEL--------------------------------------------------------------
232bdfcea1SArmin Le Grand#define FT_BRIGHTNESS		1
242bdfcea1SArmin Le Grand#define MTR_BRIGHTNESS		2
252bdfcea1SArmin Le Grand#define FT_CONTRAST			3
262bdfcea1SArmin Le Grand#define MTR_CONTRAST		4
272bdfcea1SArmin Le Grand#define FT_TRANSPARENT		5
282bdfcea1SArmin Le Grand#define MTR_TRANSPARENT		6
292bdfcea1SArmin Le Grand#define FT_COLOR_MODE       10
302bdfcea1SArmin Le Grand#define LB_COLOR_MODE		11
312bdfcea1SArmin Le Grand#define MBOX_WIDTH			50
322bdfcea1SArmin Le Grand
332bdfcea1SArmin Le Grand#define MF_RED				21
342bdfcea1SArmin Le Grand#define MF_GREEN			22
352bdfcea1SArmin Le Grand#define MF_BLUE				23
362bdfcea1SArmin Le Grand#define MF_GAMMA			24
372bdfcea1SArmin Le Grand#define IMG_RED				25
382bdfcea1SArmin Le Grand#define IMG_GREEN			26
392bdfcea1SArmin Le Grand#define IMG_BLUE			27
402bdfcea1SArmin Le Grand#define IMG_GAMMA           28
412bdfcea1SArmin Le Grand
42