update dev300-m58
[ooovba.git] / sc / source / ui / src / crnrdlg.src
blob303228ba3c67933b9681743616285b4cfa64c347
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: crnrdlg.src,v $
10  * $Revision: 1.45 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
30 #include "crnrdlg.hrc"
31 ModelessDialog RID_SCDLG_COLROWNAMERANGES
33     OutputSize = TRUE ;
34     Hide = TRUE ;
35     SVLook = TRUE ;
36     Size = MAP_APPFONT ( 256 , 181 ) ;
37     HelpId = HID_COLROWNAMERANGES ;
38     Moveable = TRUE ;
39      // Closeable = TRUE;       // Dieser Dialog hat einen Cancel-Button !
40     FixedLine FL_ASSIGN
41     {
42         Pos = MAP_APPFONT ( 6 , 3 ) ;
43         Size = MAP_APPFONT ( 188 , 8 ) ;
44         Text [ en-US ] = "Range" ;
45     };
46     ListBox LB_RANGE
47     {
48         Pos = MAP_APPFONT ( 12 , 14 ) ;
49         Size = MAP_APPFONT ( 179 , 85 ) ;
50         TabStop = TRUE ;
51         VScroll = TRUE ;
52         Border = TRUE ;
53     };
54     Edit ED_AREA
55     {
56         Border = TRUE ;
57         Pos = MAP_APPFONT ( 12 , 105 ) ;
58         Size = MAP_APPFONT ( 165 , 12 ) ;
59         TabStop = TRUE ;
60     };
61     ImageButton RB_AREA
62     {
63         Pos = MAP_APPFONT ( 179 , 104 ) ;
64         Size = MAP_APPFONT ( 13 , 15 ) ;
65         TabStop = FALSE ;
66         QuickHelpText [ en-US ] = "Shrink" ;
67     };
68     RadioButton BTN_COLHEAD
69     {
70         Pos = MAP_APPFONT ( 20 , 121 ) ;
71         Size = MAP_APPFONT ( 171 , 10 ) ;
72         TabStop = TRUE ;
73         Text [ en-US ] = "Contains ~column labels" ;
74     };
75     RadioButton BTN_ROWHEAD
76     {
77         Pos = MAP_APPFONT ( 20 , 135 ) ;
78         Size = MAP_APPFONT ( 171 , 10 ) ;
79         TabStop = TRUE ;
80         Text [ en-US ] = "Contains ~row labels" ;
81     };
82     FixedText FT_DATA_LABEL
83     {
84         Pos = MAP_APPFONT ( 12 , 151 ) ;
85         Size = MAP_APPFONT ( 179 , 8 ) ;
86         Text [ en-US ] = "For ~data range" ;
87     };
88     Edit ED_DATA
89     {
90         Border = TRUE ;
91         Pos = MAP_APPFONT ( 12 , 162 ) ;
92         Size = MAP_APPFONT ( 165 , 12 ) ;
93         TabStop = TRUE ;
94     };
95     ImageButton RB_DATA
96     {
97         Pos = MAP_APPFONT ( 179 , 161 ) ;
98         Size = MAP_APPFONT ( 13 , 15 ) ;
99         TabStop = FALSE ;
100         QuickHelpText [ en-US ] = "Shrink" ;
101     };
102     OKButton BTN_OK
103     {
104         Pos = MAP_APPFONT ( 200 , 6 ) ;
105         Size = MAP_APPFONT ( 50 , 14 ) ;
106         TabStop = TRUE ;
107     };
108     CancelButton BTN_CANCEL
109     {
110         Pos = MAP_APPFONT ( 200 , 23 ) ;
111         Size = MAP_APPFONT ( 50 , 14 ) ;
112         TabStop = TRUE ;
113     };
114     PushButton BTN_ADD
115     {
116         Pos = MAP_APPFONT ( 200 , 104 ) ;
117         Size = MAP_APPFONT ( 50 , 14 ) ;
118         Text [ en-US ] = "~Add" ;
119         TabStop = TRUE ;
120         DefButton = TRUE ;
121     };
122     PushButton BTN_REMOVE
123     {
124         Pos = MAP_APPFONT ( 200 , 122 ) ;
125         Size = MAP_APPFONT ( 50 , 14 ) ;
126         Text [ en-US ] = "~Delete" ;
127         TabStop = TRUE ;
128     };
129     HelpButton BTN_HELP
130     {
131         Pos = MAP_APPFONT ( 200 , 43 ) ;
132         Size = MAP_APPFONT ( 50 , 14 ) ;
133         TabStop = TRUE ;
134     };
135     Text [ en-US ] = "Define Label Range" ;