1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
19 #include "crnrdlg.hrc"
21 ModelessDialog RID_SCDLG_COLROWNAMERANGES
26 Size = MAP_APPFONT ( 256 , 181 ) ;
27 HelpId = HID_COLROWNAMERANGES ;
29 // Closeable = TRUE; // Dieser Dialog hat einen Cancel-Button !
32 Pos = MAP_APPFONT ( 6 , 3 ) ;
33 Size = MAP_APPFONT ( 188 , 8 ) ;
34 Text [ en-US ] = "Range" ;
38 HelpID = "sc:ListBox:RID_SCDLG_COLROWNAMERANGES:LB_RANGE";
39 Pos = MAP_APPFONT ( 12 , 14 ) ;
40 Size = MAP_APPFONT ( 179 , 85 ) ;
47 HelpID = "sc:Edit:RID_SCDLG_COLROWNAMERANGES:ED_AREA";
49 Pos = MAP_APPFONT ( 12 , 105 ) ;
50 Size = MAP_APPFONT ( 165 , 12 ) ;
55 HelpID = "sc:ImageButton:RID_SCDLG_COLROWNAMERANGES:RB_AREA";
56 Pos = MAP_APPFONT ( 179 , 104 ) ;
57 Size = MAP_APPFONT ( 13 , 15 ) ;
59 QuickHelpText [ en-US ] = "Shrink" ;
61 RadioButton BTN_COLHEAD
63 HelpID = "sc:RadioButton:RID_SCDLG_COLROWNAMERANGES:BTN_COLHEAD";
64 Pos = MAP_APPFONT ( 20 , 121 ) ;
65 Size = MAP_APPFONT ( 171 , 10 ) ;
67 Text [ en-US ] = "Contains ~column labels" ;
69 RadioButton BTN_ROWHEAD
71 HelpID = "sc:RadioButton:RID_SCDLG_COLROWNAMERANGES:BTN_ROWHEAD";
72 Pos = MAP_APPFONT ( 20 , 135 ) ;
73 Size = MAP_APPFONT ( 171 , 10 ) ;
75 Text [ en-US ] = "Contains ~row labels" ;
77 FixedText FT_DATA_LABEL
79 Pos = MAP_APPFONT ( 12 , 151 ) ;
80 Size = MAP_APPFONT ( 179 , 8 ) ;
81 Text [ en-US ] = "For ~data range" ;
85 HelpID = "sc:Edit:RID_SCDLG_COLROWNAMERANGES:ED_DATA";
87 Pos = MAP_APPFONT ( 12 , 162 ) ;
88 Size = MAP_APPFONT ( 165 , 12 ) ;
93 HelpID = "sc:ImageButton:RID_SCDLG_COLROWNAMERANGES:RB_DATA";
94 Pos = MAP_APPFONT ( 179 , 161 ) ;
95 Size = MAP_APPFONT ( 13 , 15 ) ;
97 QuickHelpText [ en-US ] = "Shrink" ;
101 Pos = MAP_APPFONT ( 200 , 6 ) ;
102 Size = MAP_APPFONT ( 50 , 14 ) ;
105 CancelButton BTN_CANCEL
107 Pos = MAP_APPFONT ( 200 , 23 ) ;
108 Size = MAP_APPFONT ( 50 , 14 ) ;
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" ;
120 PushButton BTN_REMOVE
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" ;
130 Pos = MAP_APPFONT ( 200 , 43 ) ;
131 Size = MAP_APPFONT ( 50 , 14 ) ;
134 Text [ en-US ] = "Define Label Range" ;
137 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */