xref: /trunk/main/sw/source/ui/table/chartins.src (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
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/* StarView ressource file */
28#include "chartins.hrc"
29#include "helpid.h"
30ModelessDialog DLG_INSERT_CHART
31{
32    OutputSize = TRUE ;
33    SVLook = TRUE ;
34    Size = MAP_APPFONT ( 297 , 169 ) ;
35    Moveable = TRUE ;
36    HelpID = HID_INSERT_CHART ;
37    Hide = TRUE ;
38    Text [ en-US ] = "AutoFormat Chart (1-4)" ;
39    FixedLine FL_1
40    {
41        Pos = MAP_APPFONT ( 6 , 3 ) ;
42        Size = MAP_APPFONT ( 285 , 8 ) ;
43        Text [ en-US ] = "Selection" ;
44    };
45    FixedText FT_RANGE
46    {
47        Pos = MAP_APPFONT ( 12 , 16 ) ;
48        Size = MAP_APPFONT ( 40 , 8 ) ;
49        Text [ en-US ] = "A~rea" ;
50    };
51    Edit ED_RANGE
52    {
53        HelpID = "sw:Edit:DLG_INSERT_CHART:ED_RANGE";
54        Border = TRUE ;
55        Pos = MAP_APPFONT ( 56 , 14 ) ;
56        Size = MAP_APPFONT ( 229 , 12 ) ;
57    };
58    CheckBox CB_FIRST_ROW
59    {
60        HelpID = "sw:CheckBox:DLG_INSERT_CHART:CB_FIRST_ROW";
61        Pos = MAP_APPFONT ( 12 , 32 ) ;
62        Size = MAP_APPFONT ( 150 , 10 ) ;
63        TabStop = TRUE ;
64        Text [ en-US ] = "~First row as caption" ;
65        Check = TRUE ;
66    };
67    CheckBox CB_FIRST_COL
68    {
69        HelpID = "sw:CheckBox:DLG_INSERT_CHART:CB_FIRST_COL";
70        Pos = MAP_APPFONT ( 12 , 46 ) ;
71        Size = MAP_APPFONT ( 150 , 10 ) ;
72        TabStop = TRUE ;
73        Text [ en-US ] = "First ~column as caption" ;
74        Check = TRUE ;
75    };
76    FixedText FT_TEXT
77    {
78        Pos = MAP_APPFONT ( 6 , 72 ) ;
79        Size = MAP_APPFONT ( 285 , 62 ) ;
80        Text [ en-US ] = "If the selected cells do not contain the desired data, select the data range now.\n\nInclude the cells containing column and row labels if you want them to be included in your chart." ;
81        WordBreak = TRUE ;
82    };
83    FixedLine FL_HLINE
84    {
85        Pos = MAP_APPFONT ( 0 , 140 ) ;
86        Size = MAP_APPFONT ( 297 , 8 ) ;
87    };
88    HelpButton BT_HELP
89    {
90        Pos = MAP_APPFONT ( 6 , 151 ) ;
91        Size = MAP_APPFONT ( 50 , 14 ) ;
92        TabStop = TRUE ;
93    };
94    CancelButton BT_CANCEL
95    {
96        Pos = MAP_APPFONT ( 60 , 151 ) ;
97        Size = MAP_APPFONT ( 50 , 14 ) ;
98        TabStop = TRUE ;
99    };
100    PushButton BT_PREV
101    {
102        HelpID = "sw:PushButton:DLG_INSERT_CHART:BT_PREV";
103        Pos = MAP_APPFONT ( 130 , 151 ) ;
104        Size = MAP_APPFONT ( 50 , 14 ) ;
105         // ### ACHTUNG: Neuer Text in Resource? << ~Zur�ck : << Zur�ck
106        /* ### ACHTUNG: Neuer Text in Resource? << ~Zur�ck : << ~Zur�ck */
107        TabStop = TRUE ;
108        Disable = TRUE ;
109        Text [ en-US ] = "<< ~Back" ;
110    };
111    PushButton BT_NEXT
112    {
113        HelpID = "sw:PushButton:DLG_INSERT_CHART:BT_NEXT";
114        Pos = MAP_APPFONT ( 185 , 151 ) ;
115        Size = MAP_APPFONT ( 50 , 14 ) ;
116        Disable = TRUE ;
117        TabStop = TRUE ;
118        Text [ en-US ] = "~Next >>" ;
119    };
120    PushButton BT_FINISH
121    {
122        HelpID = "sw:PushButton:DLG_INSERT_CHART:BT_FINISH";
123        Pos = MAP_APPFONT ( 240 , 151 ) ;
124        Size = MAP_APPFONT ( 50 , 14 ) ;
125        TabStop = TRUE ;
126        Text [ en-US ] = "Cre~ate" ;
127    };
128};
129
130
131