181d089aeSAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 381d089aeSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 481d089aeSAndrew Rist * or more contributor license agreements. See the NOTICE file 581d089aeSAndrew Rist * distributed with this work for additional information 681d089aeSAndrew Rist * regarding copyright ownership. The ASF licenses this file 781d089aeSAndrew Rist * to you under the Apache License, Version 2.0 (the 881d089aeSAndrew Rist * "License"); you may not use this file except in compliance 981d089aeSAndrew Rist * with the License. You may obtain a copy of the License at 10cdf0e10cSrcweir * 1181d089aeSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12cdf0e10cSrcweir * 1381d089aeSAndrew Rist * Unless required by applicable law or agreed to in writing, 1481d089aeSAndrew Rist * software distributed under the License is distributed on an 1581d089aeSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 1681d089aeSAndrew Rist * KIND, either express or implied. See the License for the 1781d089aeSAndrew Rist * specific language governing permissions and limitations 1881d089aeSAndrew Rist * under the License. 19cdf0e10cSrcweir * 2081d089aeSAndrew Rist *************************************************************/ 2181d089aeSAndrew Rist 22cdf0e10cSrcweir#ifndef _DBU_DLG_HRC_ 23cdf0e10cSrcweir#include "dbu_dlg.hrc" 24cdf0e10cSrcweir#endif 25cdf0e10cSrcweir#ifndef DBACCESS_UI_BROWSER_ID_HXX 26cdf0e10cSrcweir#include "browserids.hxx" 27cdf0e10cSrcweir#endif 28cdf0e10cSrcweir 29cdf0e10cSrcweir#define MASKCOLOR MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; } 30cdf0e10cSrcweir 31cdf0e10cSrcweir//------------------------------------------------------------------------- 32cdf0e10cSrcweir#define IL_TOOL_2 \ 33cdf0e10cSrcweir\ 34cdf0e10cSrcweir IdList = {\ 35cdf0e10cSrcweir ID_INDEX_NEW;\ 36cdf0e10cSrcweir ID_INDEX_DROP;\ 37cdf0e10cSrcweir ID_INDEX_RENAME;\ 38cdf0e10cSrcweir ID_INDEX_SAVE;\ 39cdf0e10cSrcweir ID_INDEX_RESET;\ 40cdf0e10cSrcweir };\ 41cdf0e10cSrcweir IdCount = {\ 42cdf0e10cSrcweir 5;\ 43cdf0e10cSrcweir } 44cdf0e10cSrcweir 45cdf0e10cSrcweir 46cdf0e10cSrcweirImageList IMG_INDEX_DLG_SC 47cdf0e10cSrcweir{ 48cdf0e10cSrcweir MASKCOLOR ; 49cdf0e10cSrcweir prefix = "sc" ; 50cdf0e10cSrcweir IL_TOOL_2 ; 51cdf0e10cSrcweir}; 52cdf0e10cSrcweir 53cdf0e10cSrcweirImageList IMG_INDEX_DLG_SCH 54cdf0e10cSrcweir{ 55cdf0e10cSrcweir MASKCOLOR ; 56cdf0e10cSrcweir prefix = "sch" ; 57cdf0e10cSrcweir IL_TOOL_2 ; 58cdf0e10cSrcweir}; 59cdf0e10cSrcweir 60cdf0e10cSrcweirImageList IMG_INDEX_DLG_LC 61cdf0e10cSrcweir{ 62cdf0e10cSrcweir MASKCOLOR ; 63cdf0e10cSrcweir prefix = "lc" ; 64cdf0e10cSrcweir IL_TOOL_2 ; 65cdf0e10cSrcweir}; 66cdf0e10cSrcweir 67cdf0e10cSrcweirImageList IMG_INDEX_DLG_LCH 68cdf0e10cSrcweir{ 69cdf0e10cSrcweir MASKCOLOR ; 70cdf0e10cSrcweir prefix = "lch" ; 71cdf0e10cSrcweir IL_TOOL_2 ; 72cdf0e10cSrcweir}; 73cdf0e10cSrcweir 74cdf0e10cSrcweirImage IMG_FORMFOLDER_TREE_L 75cdf0e10cSrcweir{ 76*135629c8Smseidel ImageBitmap = Bitmap { File = "forms_32.png"; }; 77cdf0e10cSrcweir}; 78cdf0e10cSrcweirImage IMG_FORMFOLDER_TREE_LHC 79cdf0e10cSrcweir{ 80*135629c8Smseidel ImageBitmap = Bitmap { File = "forms_32_h.png"; }; 81cdf0e10cSrcweir}; 82cdf0e10cSrcweirImage IMG_REPORTFOLDER_TREE_L 83cdf0e10cSrcweir{ 84*135629c8Smseidel ImageBitmap = Bitmap { File = "reports_32.png"; }; 85cdf0e10cSrcweir}; 86cdf0e10cSrcweirImage IMG_REPORTFOLDER_TREE_LHC 87cdf0e10cSrcweir{ 88*135629c8Smseidel ImageBitmap = Bitmap { File = "reports_32_h.png"; }; 89cdf0e10cSrcweir}; 90cdf0e10cSrcweirImage IMG_QUERYFOLDER_TREE_L 91cdf0e10cSrcweir{ 92*135629c8Smseidel ImageBitmap = Bitmap { File = "queries_32.png"; }; 93cdf0e10cSrcweir}; 94cdf0e10cSrcweirImage IMG_QUERYFOLDER_TREE_LHC 95cdf0e10cSrcweir{ 96*135629c8Smseidel ImageBitmap = Bitmap { File = "queries_32_h.png"; }; 97cdf0e10cSrcweir}; 98cdf0e10cSrcweirImage IMG_TABLEFOLDER_TREE_L 99cdf0e10cSrcweir{ 100*135629c8Smseidel ImageBitmap = Bitmap { File = "tables_32.png"; }; 101cdf0e10cSrcweir}; 102cdf0e10cSrcweirImage IMG_TABLEFOLDER_TREE_LHC 103cdf0e10cSrcweir{ 104*135629c8Smseidel ImageBitmap = Bitmap { File = "tables_32_h.png"; }; 105cdf0e10cSrcweir}; 106cdf0e10cSrcweir 107cdf0e10cSrcweir//======================================================================== 108cdf0e10cSrcweir//= database object icons 109cdf0e10cSrcweir 110cdf0e10cSrcweir//------------------------------------------------------------------------ 111cdf0e10cSrcweir// the whole database 112cdf0e10cSrcweir 113cdf0e10cSrcweirImage DATABASE_TREE_ICON 114cdf0e10cSrcweir{ 115787035a6Smseidel ImageBitmap = Bitmap { File = "db.png"; }; 116cdf0e10cSrcweir}; 117cdf0e10cSrcweir 118cdf0e10cSrcweirImage DATABASE_TREE_ICON_SCH 119cdf0e10cSrcweir{ 120787035a6Smseidel ImageBitmap = Bitmap { File = "db_sch.png"; }; 121cdf0e10cSrcweir}; 122cdf0e10cSrcweir 123cdf0e10cSrcweir//------------------------------------------------------------------------ 124cdf0e10cSrcweir// tables and table folders 125cdf0e10cSrcweir 126cdf0e10cSrcweirImage TABLE_TREE_ICON 127cdf0e10cSrcweir{ 128cdf0e10cSrcweir ImageBitmap = Bitmap { File = "sx03188.png"; }; 129cdf0e10cSrcweir}; 130cdf0e10cSrcweir 131cdf0e10cSrcweirImage TABLE_TREE_ICON_SCH 132cdf0e10cSrcweir{ 133cdf0e10cSrcweir ImageBitmap = Bitmap { File = "sxh03188.png"; }; 134cdf0e10cSrcweir}; 135cdf0e10cSrcweir 136cdf0e10cSrcweirImage TABLEFOLDER_TREE_ICON 137cdf0e10cSrcweir{ 138cdf0e10cSrcweir ImageBitmap = Bitmap { File = "sx03187.png"; }; 139cdf0e10cSrcweir}; 140cdf0e10cSrcweir 141cdf0e10cSrcweirImage TABLEFOLDER_TREE_ICON_SCH 142cdf0e10cSrcweir{ 143cdf0e10cSrcweir ImageBitmap = Bitmap { File = "sxh03187.png"; }; 144cdf0e10cSrcweir}; 145cdf0e10cSrcweir 146cdf0e10cSrcweir//------------------------------------------------------------------------ 147cdf0e10cSrcweir// views 148cdf0e10cSrcweir 149cdf0e10cSrcweirImage VIEW_TREE_ICON 150cdf0e10cSrcweir{ 151cdf0e10cSrcweir ImageBitmap = Bitmap { File = "sx16670.png"; }; 152cdf0e10cSrcweir}; 153cdf0e10cSrcweir 154cdf0e10cSrcweirImage VIEW_TREE_ICON_SCH 155cdf0e10cSrcweir{ 156cdf0e10cSrcweir ImageBitmap = Bitmap { File = "sxh16670.png"; }; 157cdf0e10cSrcweir}; 158cdf0e10cSrcweir 159cdf0e10cSrcweir//------------------------------------------------------------------------ 160cdf0e10cSrcweir// queries and query folders 161cdf0e10cSrcweir 162cdf0e10cSrcweirImage QUERY_TREE_ICON 163cdf0e10cSrcweir{ 164787035a6Smseidel ImageBitmap = Bitmap { File = "sx03202.png"; }; 165cdf0e10cSrcweir}; 166cdf0e10cSrcweir 167cdf0e10cSrcweirImage QUERY_TREE_ICON_SCH 168cdf0e10cSrcweir{ 169787035a6Smseidel ImageBitmap = Bitmap { File = "sxh03202.png"; }; 170cdf0e10cSrcweir}; 171cdf0e10cSrcweir 172cdf0e10cSrcweirImage QUERYFOLDER_TREE_ICON 173cdf0e10cSrcweir{ 174787035a6Smseidel ImageBitmap = Bitmap { File = "sx03201.png"; }; 175cdf0e10cSrcweir}; 176cdf0e10cSrcweir 177cdf0e10cSrcweirImage QUERYFOLDER_TREE_ICON_SCH 178cdf0e10cSrcweir{ 179787035a6Smseidel ImageBitmap = Bitmap { File = "sxh03201.png"; }; 180cdf0e10cSrcweir}; 181cdf0e10cSrcweir 182cdf0e10cSrcweir//------------------------------------------------------------------------ 183cdf0e10cSrcweir// forms and form folders 184cdf0e10cSrcweir 185cdf0e10cSrcweirImage FORM_TREE_ICON 186cdf0e10cSrcweir{ 187*135629c8Smseidel ImageBitmap = Bitmap { File = "form_16.png"; }; 188cdf0e10cSrcweir}; 189cdf0e10cSrcweir 190cdf0e10cSrcweirImage FORM_TREE_ICON_SCH 191cdf0e10cSrcweir{ 192*135629c8Smseidel ImageBitmap = Bitmap { File = "form_16_h.png"; }; 193cdf0e10cSrcweir}; 194cdf0e10cSrcweir 195cdf0e10cSrcweirImage FORMFOLDER_TREE_ICON 196cdf0e10cSrcweir{ 197*135629c8Smseidel ImageBitmap = Bitmap { File = "forms_16.png"; }; 198cdf0e10cSrcweir}; 199cdf0e10cSrcweir 200cdf0e10cSrcweirImage FORMFOLDER_TREE_ICON_SCH 201cdf0e10cSrcweir{ 202*135629c8Smseidel ImageBitmap = Bitmap { File = "forms_16_h.png"; }; 203cdf0e10cSrcweir}; 204cdf0e10cSrcweir 205cdf0e10cSrcweir//------------------------------------------------------------------------ 206cdf0e10cSrcweir// reports and report folders 207cdf0e10cSrcweir 208cdf0e10cSrcweirImage REPORT_TREE_ICON 209cdf0e10cSrcweir{ 210*135629c8Smseidel ImageBitmap = Bitmap { File = "report_16.png"; }; 211cdf0e10cSrcweir}; 212cdf0e10cSrcweir 213cdf0e10cSrcweirImage REPORT_TREE_ICON_SCH 214cdf0e10cSrcweir{ 215*135629c8Smseidel ImageBitmap = Bitmap { File = "report_16_h.png"; }; 216cdf0e10cSrcweir}; 217cdf0e10cSrcweirImage REPORTFOLDER_TREE_ICON 218cdf0e10cSrcweir{ 219*135629c8Smseidel ImageBitmap = Bitmap { File = "reports_16.png"; }; 220cdf0e10cSrcweir}; 221cdf0e10cSrcweir 222cdf0e10cSrcweirImage REPORTFOLDER_TREE_ICON_SCH 223cdf0e10cSrcweir{ 224*135629c8Smseidel ImageBitmap = Bitmap { File = "reports_16_h.png"; }; 225cdf0e10cSrcweir}; 226cdf0e10cSrcweir 227*135629c8Smseidel// ********************************************************************** EOF 228