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#define FT_NUMBER 1 28#define ED_NUMBER 2 29#define FT_DISTANCE 3 30#define ED_DISTANCE 4 31#define CB_AUTO_WIDTH 4 32#define FL_COLUMNS 6 33 34#define FT_1 20 35#define FT_2 21 36#define FT_3 22 37 38 39#define ED_1 25 40#define ED_2 26 41#define ED_3 27 42 43 44#define BTN_UP 30 45#define BTN_DOWN 31 46#define FL_LAYOUT 32 47 48#define FT_STYLE 33 49#define LB_STYLE 34 50#define FT_HEIGHT 35 51#define ED_HEIGHT 36 52#define FT_POSITION 37 53#define LB_POSITION 38 54#define FL_LINETYPE 39 55 56#define WN_BSP 41 57 58#define LB_REFERENCE 42 59#define CB_REGISTER 43 60#define FL_REGISTER 44 61#define FT_REFERENCE 45 62 63#define ED_DIST1 46 64#define ED_DIST2 47 65 66#define FT_COLUMN 48 67#define FT_WIDTH 49 68#define FT_DIST 50 69#define VS_DEFAULTS 51 70#define IL_PRE_COLS 52 71 72#define FT_APPLY_TO 53 73#define LB_APPLY_TO 54 74#define PB_HELP 55 75#define PB_CANCEL 56 76#define PB_OK 57 77#define CB_BALANCECOLS 58 78#define FL_PROPERTIES 59 79#define FT_TEXTDIRECTION 60 80#define LB_TEXTDIRECTION 61 81#define FL_VERT 62 82#define LISTBOX_SELECTION 0 83#define LISTBOX_SECTION 1 84#define LISTBOX_SECTIONS 2 85#define LISTBOX_PAGE 3 86#define LISTBOX_FRAME 4 87