1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22 23 24#define IMG_OPENED_FOLDER 2 25#define IMG_CLOSED_FOLDER 1 26#define IMG_OPENED_DOC 3 27#define IMG_CLOSED_DOC 4 28#define IMG_OPENED_FOLDER_HC 5 29#define IMG_CLOSED_FOLDER_HC 6 30#define IMG_OPENED_DOC_HC 7 31#define IMG_CLOSED_DOC_HC 8 32 33#define ACC_EDIT 1 34#define ID_COPY 201 35#define ID_MOVE 202 36#define ID_DELETE 203 37#define ID_EDIT 204 38#define ID_COPY_FROM 211 39#define ID_EXPORT 221 40#define ID_RESCAN 220 41#define ID_COPY_TO 210 42#define ID_NEW 200 43#define ID_PRINT 240 44#define ID_PRINTER_SETUP 2341 45 46#define ID_DEFAULT_TEMPLATE 300 47#define ID_RESET_DEFAULT_TEMPLATE 301 48//!!! dont use the ids from 302 to 350, we need them as dynamic ids 49#define ID_RESET_DEFAULT_TEMPLATE_END (ID_RESET_DEFAULT_TEMPLATE+49) 50 51#define LB_RIGHT_TYP 11 52#define LB_RIGHT 10 53#define LB_LEFT_TYP 2 54#define BTN_EDIT 105 55#define BTN_FILES 3 56#define BTN_ADDRESSTEMPLATE 4 57#define LB_LEFT 1 58#define FT_DEFAULT_TEMPLATE_LABEL 20 59#define FT_DEFAULT_TEMPLATE 21 60#define BTN_HELP 100 61 62#ifdef BTN_OK 63#undef BTN_OK 64#endif 65#define BTN_OK 100 66 67#ifdef BTN_CANCEL 68#undef BTN_CANCEL 69#endif 70#define BTN_CANCEL 101 71 72