1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22 23#include "HelpIds.hrc" 24#include "tp_RangeChooser.hrc" 25#include "SchSlotIds.hxx" 26#include "dlg_CreationWizard.hrc" 27 28#ifndef _SVT_CONTROLDIMS_HRC_ 29#include <svtools/controldims.hrc> 30#endif 31 32#define MASKCOLOR MaskColor = Color { Red = 0xC000 ; Green = 0xC000 ; Blue = 0xC000 ; } 33 34TabPage TP_RANGECHOOSER 35{ 36 HelpID = "chart2:TabPage:TP_RANGECHOOSER"; 37 Hide = TRUE ; 38 SVLook = TRUE ; 39 Size = MAP_APPFONT ( 248, 140 ) ; 40 41 FixedText FT_CAPTION_FOR_WIZARD 42 { 43 Pos = MAP_APPFONT ( 5 , 8 ) ; 44 Size = MAP_APPFONT ( 238 , 10 ) ; 45 Text [ en-US ] = "Choose a data range" ; 46 }; 47 FixedText FT_RANGE 48 { 49 Pos = MAP_APPFONT ( 6 , 22 ) ; 50 Size = MAP_APPFONT ( 236 , 8 ) ; 51 Text [ en-US ] = "~Data range" ; 52 }; 53 Edit ED_RANGE 54 { 55 HelpID = "chart2:Edit:TP_RANGECHOOSER:ED_RANGE"; 56 Border = TRUE ; 57 Pos = MAP_APPFONT ( 6 , 32 ) ; 58 Size = MAP_APPFONT ( 220 , 12 ) ; 59 }; 60 ImageButton IB_RANGE 61 { 62 HelpID = "chart2:ImageButton:TP_RANGECHOOSER:IB_RANGE"; 63 Pos = MAP_APPFONT ( 228 , 31 ) ; 64 Size = MAP_APPFONT ( 14 , 14 ) ; 65 TabStop = FALSE ; 66 }; 67 RadioButton RB_DATAROWS 68 { 69 HelpID = "chart2:RadioButton:TP_RANGECHOOSER:RB_DATAROWS"; 70 Pos = MAP_APPFONT ( 6 , 52 ) ; 71 Size = MAP_APPFONT ( 236 , 10 ) ; 72 TabStop = TRUE ; 73 Text [ en-US ] = "Data series in ~rows" ; 74 }; 75 RadioButton RB_DATACOLS 76 { 77 HelpID = "chart2:RadioButton:TP_RANGECHOOSER:RB_DATACOLS"; 78 Pos = MAP_APPFONT ( 6 , 66 ) ; 79 Size = MAP_APPFONT ( 236 , 10 ) ; 80 TabStop = TRUE ; 81 Text [ en-US ] = "Data series in ~columns" ; 82 }; 83 CheckBox CB_FIRST_ROW_ASLABELS 84 { 85 HelpID = "chart2:CheckBox:TP_RANGECHOOSER:CB_FIRST_ROW_ASLABELS"; 86 Pos = MAP_APPFONT ( 6 , 84 ) ; 87 Size = MAP_APPFONT ( 236 , 10 ) ; 88 Text [ en-US ] = "~First row as label" ; 89 }; 90 CheckBox CB_FIRST_COLUMN_ASLABELS 91 { 92 HelpID = "chart2:CheckBox:TP_RANGECHOOSER:CB_FIRST_COLUMN_ASLABELS"; 93 Pos = MAP_APPFONT ( 6 , 98 ) ; 94 Size = MAP_APPFONT ( 236 , 10 ) ; 95 Text [ en-US ] = "F~irst column as label" ; 96 }; 97}; 98