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#ifndef _SVTOOLS_EDITBROWSEBOX_HRC_ 25#include "editbrowsebox.hrc" 26#endif 27 28#ifndef _SVTOOLS_HRC 29#include <svtools/svtools.hrc> 30#endif 31 32ImageList RID_SVTOOLS_IMAGELIST_EDITBROWSEBOX 33{ 34 Prefix = "ed"; 35 MaskColor = Color { 36 Red = 0xFFFF; 37 Green = 0x0000; 38 Blue = 0xFFFF; 39 }; 40 IdList = { 41 IMG_EBB_CURRENT; IMG_EBB_MODIFIED; 42 IMG_EBB_NEW;IMG_EBB_DELETED;IMG_EBB_CURRENTNEW; 43 IMG_EBB_PRIMARYKEY; IMG_EBB_CURRENT_PRIMARYKEY; IMG_EBB_FILTER;IMG_EBB_HEADERFOOTER; 44 }; 45 IdCount = { 9; }; 46}; 47 48ImageList RID_SVTOOLS_IMAGELIST_EDITBWSEBOX_H 49{ 50 Prefix = "edh"; 51 MaskColor = Color { 52 Red = 0xFFFF; 53 Green = 0x0000; 54 Blue = 0xFFFF; 55 }; 56 IdList = { 57 IMG_EBB_CURRENT; IMG_EBB_MODIFIED; 58 IMG_EBB_NEW;IMG_EBB_DELETED;IMG_EBB_CURRENTNEW; 59 IMG_EBB_PRIMARYKEY; IMG_EBB_CURRENT_PRIMARYKEY; IMG_EBB_FILTER;IMG_EBB_HEADERFOOTER; 60 }; 61 IdCount = { 9; }; 62}; 63