Files
libreoffice/svx/source/dialog/treeopt.hrc
Sander Vesik 3c9572c02d INTEGRATION: CWS gt06 (1.2.122); FILE MERGED
2004/03/31 07:40:40 gt 1.2.122.1: #i27168# dynamic size of treelistbox
2004-04-19 21:04:47 +00:00

133 lines
5.4 KiB
Plaintext

/*************************************************************************
*
* $RCSfile: treeopt.hrc,v $
*
* $Revision: 1.3 $
*
* last change: $Author: svesik $ $Date: 2004-04-19 22:04:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
*
* - GNU Lesser General Public License Version 2.1
* - Sun Industry Standards Source License Version 1.1
*
* Sun Microsystems Inc., October, 2000
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2000 by Sun Microsystems, Inc.
* 901 San Antonio Road, Palo Alto, CA 94303, USA
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software Foundation.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
*
* Sun Industry Standards Source License Version 1.1
* =================================================
* The contents of this file are subject to the Sun Industry Standards
* Source License Version 1.1 (the "License"); You may not use this file
* except in compliance with the License. You may obtain a copy of the
* License at http://www.openoffice.org/license.html.
*
* Software provided under this License is provided on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
* See the License for the specific provisions governing your rights and
* obligations concerning the Software.
*
* The Initial Developer of the Original Code is: Sun Microsystems, Inc.
*
* Copyright: 2000 by Sun Microsystems, Inc.
*
* All Rights Reserved.
*
* Contributor(s): _______________________________________
*
*
************************************************************************/
#include <svtools/controldims.hrc>
#define PB_OK 1
#define PB_CANCEL 2
#define PB_HELP 3
#define PB_BACK 4
#define TLB_PAGES 5
#define FT_HELPTEXT 6
#define STR_HELPTEXTS 7
#define IMG_LIST 8
#define IMG_HELP 9
#define FT_PAGE_TITLE 10
#define FL_LINE_1 11
#define BMP_ROOT_CLOSED 17
#define BMP_ROOT_OPENED 18
#define FB_BORDER 19
#define IMG_HINT 20
#define FT_HINT 21
#define CB_DISABLE 22
#define BTN_HINT 23
#define ST_LOAD_ERROR 24
#define STR_GENERAL_PAGES_START 1
#define STR_GENERAL (STR_GENERAL_PAGES_START)
#define STR_MISC_PAGE (STR_GENERAL_PAGES_START + 1)
#define STR_DESKTOP_PAGE (STR_GENERAL_PAGES_START + 2)
#define STR_VIEW_PAGE (STR_GENERAL_PAGES_START + 3)
#define STR_FONT_PAGE (STR_GENERAL_PAGES_START + 4)
#define STR_PRINT_PAGE (STR_GENERAL_PAGES_START + 5)
#define STR_COLOR_PAGE (STR_GENERAL_PAGES_START + 6)
#define STR_LING_PAGE (STR_GENERAL_PAGES_START + 7)
#define STR_PATH_PAGE (STR_GENERAL_PAGES_START + 8)
#define STR_SAVE_PAGE (STR_GENERAL_PAGES_START + 9)
#define STR_USERDATA_PAGE (STR_GENERAL_PAGES_START + 10)
#define FB_IMAGE 43
// metrics
#define WIDTH_PAGEFRAME 263
#define HEIGHT_PAGEFRAME 191
#define WIDTH_IMG_HELP 25
#define HEIGHT_IMG_HELP 30
#define COL_1 (RSC_SP_DLG_INNERBORDER_LEFT)
#define COL_2 (COL_1+0)
#define COL_3 (COL_2+RSC_SP_GRP_SPACE_X)
#define COL_11 (COL_3+WIDTH_PAGEFRAME)
#define COL_12 (COL_11+RSC_SP_DLG_INNERBORDER_RIGHT)
#define COL_10 (COL_11-RSC_CD_PUSHBUTTON_WIDTH)
#define COL_9 (COL_10-RSC_SP_CTRL_GROUP_X)
#define COL_8 (COL_9-RSC_CD_PUSHBUTTON_WIDTH)
#define COL_7 (COL_8-RSC_SP_CTRL_GROUP_X)
#define COL_6 (COL_7-RSC_CD_PUSHBUTTON_WIDTH)
#define COL_5 (COL_6-RSC_SP_CTRL_GROUP_X)
#define COL_4 (COL_5-RSC_CD_PUSHBUTTON_WIDTH)
#define COL_3_1 (COL_3+RSC_SP_TBPG_INNERBORDER_LEFT)
#define COL_3_3 (COL_3_1+WIDTH_IMG_HELP)
#define COL_3_5 (COL_11-RSC_SP_TBPG_INNERBORDER_RIGHT)
#define ROW_1 (RSC_SP_DLG_INNERBORDER_TOP)
#define ROW_2 (ROW_1+HEIGHT_PAGEFRAME)
#define ROW_3 (ROW_2+RSC_SP_CTRL_GROUP_Y)
#define ROW_4 (ROW_3+RSC_CD_PUSHBUTTON_HEIGHT)
#define ROW_5 (ROW_4+RSC_SP_DLG_INNERBORDER_BOTTOM)
#define ROW_1_1 (ROW_1+2)
#define ROW_1_2 (ROW_1+12)
#define ROW_1_3 (ROW_1_1+HEIGHT_IMG_HELP+2)
#define ROW_1_4 (ROW_1_3+8)