/**************************************************************
 * 
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 * 
 *************************************************************/



#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)

