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#include "HelpIds.hrc" 28#include "tp_RangeChooser.hrc" 29#include "SchSlotIds.hxx" 30#include "dlg_CreationWizard.hrc" 31 32#ifndef _SVT_CONTROLDIMS_HRC_ 33#include <svtools/controldims.hrc> 34#endif 35 36#define MASKCOLOR MaskColor = Color { Red = 0xC000 ; Green = 0xC000 ; Blue = 0xC000 ; } 37 38TabPage TP_RANGECHOOSER 39{ 40 HelpID = "chart2:TabPage:TP_RANGECHOOSER"; 41 Hide = TRUE ; 42 SVLook = TRUE ; 43 Size = MAP_APPFONT ( 248, 140 ) ; 44 45 FixedText FT_CAPTION_FOR_WIZARD 46 { 47 Pos = MAP_APPFONT ( 5 , 8 ) ; 48 Size = MAP_APPFONT ( 238 , 10 ) ; 49 Text [ en-US ] = "Choose a data range" ; 50 }; 51 FixedText FT_RANGE 52 { 53 Pos = MAP_APPFONT ( 6 , 22 ) ; 54 Size = MAP_APPFONT ( 236 , 8 ) ; 55 Text [ en-US ] = "~Data range" ; 56 }; 57 Edit ED_RANGE 58 { 59 HelpID = "chart2:Edit:TP_RANGECHOOSER:ED_RANGE"; 60 Border = TRUE ; 61 Pos = MAP_APPFONT ( 6 , 32 ) ; 62 Size = MAP_APPFONT ( 220 , 12 ) ; 63 }; 64 ImageButton IB_RANGE 65 { 66 HelpID = "chart2:ImageButton:TP_RANGECHOOSER:IB_RANGE"; 67 Pos = MAP_APPFONT ( 228 , 31 ) ; 68 Size = MAP_APPFONT ( 14 , 14 ) ; 69 TabStop = FALSE ; 70 }; 71 RadioButton RB_DATAROWS 72 { 73 HelpID = "chart2:RadioButton:TP_RANGECHOOSER:RB_DATAROWS"; 74 Pos = MAP_APPFONT ( 6 , 52 ) ; 75 Size = MAP_APPFONT ( 236 , 10 ) ; 76 TabStop = TRUE ; 77 Text [ en-US ] = "Data series in ~rows" ; 78 }; 79 RadioButton RB_DATACOLS 80 { 81 HelpID = "chart2:RadioButton:TP_RANGECHOOSER:RB_DATACOLS"; 82 Pos = MAP_APPFONT ( 6 , 66 ) ; 83 Size = MAP_APPFONT ( 236 , 10 ) ; 84 TabStop = TRUE ; 85 Text [ en-US ] = "Data series in ~columns" ; 86 }; 87 CheckBox CB_FIRST_ROW_ASLABELS 88 { 89 HelpID = "chart2:CheckBox:TP_RANGECHOOSER:CB_FIRST_ROW_ASLABELS"; 90 Pos = MAP_APPFONT ( 6 , 84 ) ; 91 Size = MAP_APPFONT ( 236 , 10 ) ; 92 Text [ en-US ] = "~First row as label" ; 93 }; 94 CheckBox CB_FIRST_COLUMN_ASLABELS 95 { 96 HelpID = "chart2:CheckBox:TP_RANGECHOOSER:CB_FIRST_COLUMN_ASLABELS"; 97 Pos = MAP_APPFONT ( 6 , 98 ) ; 98 Size = MAP_APPFONT ( 236 , 10 ) ; 99 Text [ en-US ] = "F~irst column as label" ; 100 }; 101}; 102