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