bump product version to 4.1.6.2
[LibreOffice.git] / sc / source / ui / src / crnrdlg.src
blob96486e35f498a810cceca1032f09e61db0068454
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
19 #include "crnrdlg.hrc"
21 ModelessDialog RID_SCDLG_COLROWNAMERANGES
23     OutputSize = TRUE ;
24     Hide = TRUE ;
25     SVLook = TRUE ;
26     Size = MAP_APPFONT ( 256 , 181 ) ;
27     HelpId = HID_COLROWNAMERANGES ;
28     Moveable = TRUE ;
29      // Closeable = TRUE;   // Dieser Dialog hat einen Cancel-Button !
30     FixedLine FL_ASSIGN
31     {
32         Pos = MAP_APPFONT ( 6 , 3 ) ;
33         Size = MAP_APPFONT ( 188 , 8 ) ;
34         Text [ en-US ] = "Range" ;
35     };
36     ListBox LB_RANGE
37     {
38         HelpID = "sc:ListBox:RID_SCDLG_COLROWNAMERANGES:LB_RANGE";
39         Pos = MAP_APPFONT ( 12 , 14 ) ;
40         Size = MAP_APPFONT ( 179 , 85 ) ;
41         TabStop = TRUE ;
42         VScroll = TRUE ;
43         Border = TRUE ;
44     };
45     Edit ED_AREA
46     {
47         HelpID = "sc:Edit:RID_SCDLG_COLROWNAMERANGES:ED_AREA";
48         Border = TRUE ;
49         Pos = MAP_APPFONT ( 12 , 105 ) ;
50         Size = MAP_APPFONT ( 165 , 12 ) ;
51         TabStop = TRUE ;
52     };
53     ImageButton RB_AREA
54     {
55         HelpID = "sc:ImageButton:RID_SCDLG_COLROWNAMERANGES:RB_AREA";
56         Pos = MAP_APPFONT ( 179 , 104 ) ;
57         Size = MAP_APPFONT ( 13 , 15 ) ;
58         TabStop = FALSE ;
59         QuickHelpText [ en-US ] = "Shrink" ;
60     };
61     RadioButton BTN_COLHEAD
62     {
63         HelpID = "sc:RadioButton:RID_SCDLG_COLROWNAMERANGES:BTN_COLHEAD";
64         Pos = MAP_APPFONT ( 20 , 121 ) ;
65         Size = MAP_APPFONT ( 171 , 10 ) ;
66         TabStop = TRUE ;
67         Text [ en-US ] = "Contains ~column labels" ;
68     };
69     RadioButton BTN_ROWHEAD
70     {
71         HelpID = "sc:RadioButton:RID_SCDLG_COLROWNAMERANGES:BTN_ROWHEAD";
72         Pos = MAP_APPFONT ( 20 , 135 ) ;
73         Size = MAP_APPFONT ( 171 , 10 ) ;
74         TabStop = TRUE ;
75         Text [ en-US ] = "Contains ~row labels" ;
76     };
77     FixedText FT_DATA_LABEL
78     {
79         Pos = MAP_APPFONT ( 12 , 151 ) ;
80         Size = MAP_APPFONT ( 179 , 8 ) ;
81         Text [ en-US ] = "For ~data range" ;
82     };
83     Edit ED_DATA
84     {
85         HelpID = "sc:Edit:RID_SCDLG_COLROWNAMERANGES:ED_DATA";
86         Border = TRUE ;
87         Pos = MAP_APPFONT ( 12 , 162 ) ;
88         Size = MAP_APPFONT ( 165 , 12 ) ;
89         TabStop = TRUE ;
90     };
91     ImageButton RB_DATA
92     {
93         HelpID = "sc:ImageButton:RID_SCDLG_COLROWNAMERANGES:RB_DATA";
94         Pos = MAP_APPFONT ( 179 , 161 ) ;
95         Size = MAP_APPFONT ( 13 , 15 ) ;
96         TabStop = FALSE ;
97         QuickHelpText [ en-US ] = "Shrink" ;
98     };
99     OKButton BTN_OK
100     {
101         Pos = MAP_APPFONT ( 200 , 6 ) ;
102         Size = MAP_APPFONT ( 50 , 14 ) ;
103         TabStop = TRUE ;
104     };
105     CancelButton BTN_CANCEL
106     {
107         Pos = MAP_APPFONT ( 200 , 23 ) ;
108         Size = MAP_APPFONT ( 50 , 14 ) ;
109         TabStop = TRUE ;
110     };
111     PushButton BTN_ADD
112     {
113         HelpID = "sc:PushButton:RID_SCDLG_COLROWNAMERANGES:BTN_ADD";
114         Pos = MAP_APPFONT ( 200 , 104 ) ;
115         Size = MAP_APPFONT ( 50 , 14 ) ;
116         Text [ en-US ] = "~Add" ;
117         TabStop = TRUE ;
118         DefButton = TRUE ;
119     };
120     PushButton BTN_REMOVE
121     {
122         HelpID = "sc:PushButton:RID_SCDLG_COLROWNAMERANGES:BTN_REMOVE";
123         Pos = MAP_APPFONT ( 200 , 122 ) ;
124         Size = MAP_APPFONT ( 50 , 14 ) ;
125         Text [ en-US ] = "~Delete" ;
126         TabStop = TRUE ;
127     };
128     HelpButton BTN_HELP
129     {
130         Pos = MAP_APPFONT ( 200 , 43 ) ;
131         Size = MAP_APPFONT ( 50 , 14 ) ;
132         TabStop = TRUE ;
133     };
134     Text [ en-US ] = "Define Label Range" ;
137 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */