1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 11 * OpenOffice.org is free software: you can redistribute it and/or modify 12 * it under the terms of the GNU Lesser General Public License version 3 13 * only, as published by the Free Software Foundation. 14 * 15 * OpenOffice.org is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU Lesser General Public License version 3 for more details 19 * (a copy is included in the LICENSE file that accompanied this code). 20 * 21 * You should have received a copy of the GNU Lesser General Public License 22 * version 3 along with OpenOffice.org. If not, see 23 * <http://www.openoffice.org/license.html> 24 * for a copy of the LGPLv3 License. 25 * 26 ************************************************************************/ 27 28#ifndef _DTSODCMP_HRC 29#define _DTSODCMP_HRC 30 31//======================================================================== 32// Bereiche 33#define RID_SD_STRING_START 26000 34#define RID_SD_MENU_START 27000 35#define RID_SD_CONTEXTMENU_START 28500 36#define RID_SD_TOOLBOX_START 29000 37#define RID_SD_WINDOW_START 30000 38#define RID_SD_STATUSBAR_START 30500 39#define RID_SD_IMAGE_START 31000 40#define RID_SD_BITMAP_START 31250 41#define RID_SD_DIALOG_START 31500 42#define RID_SD_DEPPER_DIALOG_START 31750 43// end is at 31999 44 45#define SID_START 0 46 47//======================================================================== 48// Window-Ids 49 50//======================================================================== 51// Menu-Ids 52#define RID_SD_MENU_APP (RID_SD_MENU_START) 53#define RID_SD_MENU_FILE (RID_SD_MENU_START + 1) 54#define RID_SD_MENU_FILE_NEW (RID_SD_MENU_START + 2) 55#define RID_SD_MENU_FILE_OPEN (RID_SD_MENU_START + 3) 56#define RID_SD_MENU_FILE_SAVE (RID_SD_MENU_START + 4) 57#define RID_SD_MENU_FILE_SAVEAS (RID_SD_MENU_START + 5) 58#define RID_SD_MENU_FILE_EXIT (RID_SD_MENU_START + 6) 59#define RID_SD_MENU_NEW_OBJECT (RID_SD_MENU_START + 7) 60#define RID_SD_MENU_REMOVE_LAST (RID_SD_MENU_START + 8) 61#define RID_SD_MENU_AUTO (RID_SD_MENU_START + 9) 62#define RID_SD_MENU_RUN_TEST (RID_SD_MENU_START + 10) 63 64//======================================================================== 65// ContextMenu-Ids 66 67//======================================================================== 68// ToolBox-Ids 69#define RID_SD_TOOLBOX_APP (RID_SD_TOOLBOX_START) 70#define RID_SD_TOOLBOX_FILE_NEW (RID_SD_TOOLBOX_START + 1) 71#define RID_SD_TOOLBOX_FILE_OPEN (RID_SD_TOOLBOX_START + 2) 72#define RID_SD_TOOLBOX_FILE_SAVE (RID_SD_TOOLBOX_START + 3) 73 74 75//======================================================================== 76// StatusBar-Ids 77 78//======================================================================== 79// Image-Ids 80#define RID_SD_CP_IMAGE (RID_SD_IMAGE_START) 81 82//======================================================================== 83// Dialog-Ids 84#define RID_SD_DIALOG_NEWPROJECT (RID_SD_DEPPER_DIALOG_START) 85#define RID_SD_DIALOG_NEWDIRECTORY (RID_SD_DEPPER_DIALOG_START + 1) 86#define RID_SD_DIALOG_HELP (RID_SD_DEPPER_DIALOG_START + 2) 87 88//======================================================================== 89// String-Ids 90#define RID_SD_CP_NAME (RID_SD_STRING_START) 91 92//======================================================================== 93// Slot-Ids 94 95//======================================================================== 96// Format-Ids 97 98#endif //_DTSODCMP_HRC 99 100