1*8dcb2a10SAndre Fischer/************************************************************** 2*8dcb2a10SAndre Fischer * 3*8dcb2a10SAndre Fischer * Licensed to the Apache Software Foundation (ASF) under one 4*8dcb2a10SAndre Fischer * or more contributor license agreements. See the NOTICE file 5*8dcb2a10SAndre Fischer * distributed with this work for additional information 6*8dcb2a10SAndre Fischer * regarding copyright ownership. The ASF licenses this file 7*8dcb2a10SAndre Fischer * to you under the Apache License, Version 2.0 (the 8*8dcb2a10SAndre Fischer * "License"); you may not use this file except in compliance 9*8dcb2a10SAndre Fischer * with the License. You may obtain a copy of the License at 10*8dcb2a10SAndre Fischer * 11*8dcb2a10SAndre Fischer * http://www.apache.org/licenses/LICENSE-2.0 12*8dcb2a10SAndre Fischer * 13*8dcb2a10SAndre Fischer * Unless required by applicable law or agreed to in writing, 14*8dcb2a10SAndre Fischer * software distributed under the License is distributed on an 15*8dcb2a10SAndre Fischer * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*8dcb2a10SAndre Fischer * KIND, either express or implied. See the License for the 17*8dcb2a10SAndre Fischer * specific language governing permissions and limitations 18*8dcb2a10SAndre Fischer * under the License. 19*8dcb2a10SAndre Fischer * 20*8dcb2a10SAndre Fischer *************************************************************/ 21*8dcb2a10SAndre Fischer 22*8dcb2a10SAndre Fischer// RID_SIDEBAR_GRAPHIC_PANEL-------------------------------------------------------------- 23*8dcb2a10SAndre Fischer#define FT_BRIGHTNESS 1 24*8dcb2a10SAndre Fischer#define MTR_BRIGHTNESS 2 25*8dcb2a10SAndre Fischer#define FT_CONTRAST 3 26*8dcb2a10SAndre Fischer#define MTR_CONTRAST 4 27*8dcb2a10SAndre Fischer#define FT_TRANSPARENT 5 28*8dcb2a10SAndre Fischer#define MTR_TRANSPARENT 6 29*8dcb2a10SAndre Fischer#define FT_COLOR_MODE 10 30*8dcb2a10SAndre Fischer#define LB_COLOR_MODE 11 31*8dcb2a10SAndre Fischer#define MBOX_WIDTH 50 32*8dcb2a10SAndre Fischer 33*8dcb2a10SAndre Fischer#define MF_RED 21 34*8dcb2a10SAndre Fischer#define MF_GREEN 22 35*8dcb2a10SAndre Fischer#define MF_BLUE 23 36*8dcb2a10SAndre Fischer#define MF_GAMMA 24 37*8dcb2a10SAndre Fischer#define IMG_RED 25 38*8dcb2a10SAndre Fischer#define IMG_GREEN 26 39*8dcb2a10SAndre Fischer#define IMG_BLUE 27 40*8dcb2a10SAndre Fischer#define IMG_GAMMA 28 41*8dcb2a10SAndre Fischer 42