bump product version to 4.1.6.2
[LibreOffice.git] / sc / source / ui / dbgui / consdlg.src
blobee26d4c0bbec43fd53ce1a9df17f29fff89cf86e
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 "consdlg.hrc"
20 ModelessDialog RID_SCDLG_CONSOLIDATE
22     OutputSize = TRUE ;
23     HelpId = CMD_SID_OPENDLG_CONSOLIDATE ;
24     Hide = TRUE ;
25     SVLook = TRUE ;
26     Size = MAP_APPFONT ( 280 , 154 ) ;
27     Text [ en-US ] = "Consolidate" ;
28     Moveable = TRUE ;
29     Closeable = FALSE ;
30     ListBox LB_FUNC
31     {
32         HelpID = "sc:ListBox:RID_SCDLG_CONSOLIDATE:LB_FUNC";
33         Border = TRUE ;
34         Pos = MAP_APPFONT ( 6 , 17 ) ;
35         Size = MAP_APPFONT ( 212 , 90 ) ;
36         TabStop = TRUE ;
37         DropDown = TRUE ;
38         StringList [ en-US ] =
39         {
40             < "Sum" ; Default ; > ;
41             < "Count" ; Default ; > ;
42             < "Average" ; Default ; > ;
43             < "Max" ; Default ; > ;
44             < "Min" ; Default ; > ;
45             < "Product" ; Default ; > ;
46             < "Count (numbers only)" ; Default ; > ;
47             < "StDev (sample)" ; Default ; > ;
48             < "StDevP (population)" ; Default ; > ;
49             < "Var (sample)" ; Default ; > ;
50             < "VarP (population)" ; Default ; > ;
51         };
52     };
53     Edit ED_DATA_AREA
54     {
55         HelpID = "sc:Edit:RID_SCDLG_CONSOLIDATE:ED_DATA_AREA";
56         Border = TRUE ;
57         Pos = MAP_APPFONT ( 100 , 106 ) ;
58         Size = MAP_APPFONT ( 104 , 12 ) ;
59         TabStop = TRUE ;
60     };
61     Edit ED_DEST_AREA
62     {
63         HelpID = "sc:Edit:RID_SCDLG_CONSOLIDATE:ED_DEST_AREA";
64         Border = TRUE ;
65         Pos = MAP_APPFONT ( 100 , 135 ) ;
66         Size = MAP_APPFONT ( 104 , 12 ) ;
67         TabStop = TRUE ;
68     };
69     ImageButton RB_DATA_AREA
70     {
71         HelpID = "sc:ImageButton:RID_SCDLG_CONSOLIDATE:RB_DATA_AREA";
72         Pos = MAP_APPFONT ( 206 , 105 ) ;
73         Size = MAP_APPFONT ( 13 , 15 ) ;
74         TabStop = TRUE ;
75         QuickHelpText [ en-US ] = "Shrink" ;
76     };
77     ImageButton RB_DEST_AREA
78     {
79         HelpID = "sc:ImageButton:RID_SCDLG_CONSOLIDATE:RB_DEST_AREA";
80         Pos = MAP_APPFONT ( 206 , 134 ) ;
81         Size = MAP_APPFONT ( 13 , 15 ) ;
82         TabStop = TRUE ;
83         QuickHelpText [ en-US ] = "Shrink" ;
84     };
85     ListBox LB_DATA_AREA
86     {
87         HelpID = "sc:ListBox:RID_SCDLG_CONSOLIDATE:LB_DATA_AREA";
88         Border = TRUE ;
89         Pos = MAP_APPFONT ( 6 , 106 ) ;
90         Size = MAP_APPFONT ( 90 , 90 ) ;
91         TabStop = TRUE ;
92         DropDown = TRUE ;
93     };
94     ListBox LB_DEST_AREA
95     {
96         HelpID = "sc:ListBox:RID_SCDLG_CONSOLIDATE:LB_DEST_AREA";
97         Border = TRUE ;
98         Pos = MAP_APPFONT ( 6 , 135 ) ;
99         Size = MAP_APPFONT ( 90 , 90 ) ;
100         TabStop = TRUE ;
101         DropDown = TRUE ;
102     };
103     MultiListBox LB_CONSAREAS
104     {
105         HelpID = "sc:MultiListBox:RID_SCDLG_CONSOLIDATE:LB_CONSAREAS";
106         SimpleMode = TRUE ;
107         Border = TRUE ;
108         Pos = MAP_APPFONT ( 6 , 46 ) ;
109         Size = MAP_APPFONT ( 212 , 43 ) ;
110         TabStop = TRUE ;
111     };
112     FixedText FT_FUNC
113     {
114         Pos = MAP_APPFONT ( 6 , 6 ) ;
115         Size = MAP_APPFONT ( 212 , 8 ) ;
116         Text [ en-US ] = "~Function" ;
117     };
118     FixedText FT_CONSAREAS
119     {
120         Pos = MAP_APPFONT ( 6 , 35 ) ;
121         Size = MAP_APPFONT ( 212 , 8 ) ;
122         Text [ en-US ] = "~Consolidation ranges" ;
123     };
124     FixedText FT_DATA_AREA
125     {
126         Pos = MAP_APPFONT ( 6 , 95 ) ;
127         Size = MAP_APPFONT ( 212 , 8 ) ;
128         Text [ en-US ] = "~Source data range" ;
129     };
130     FixedText FT_DEST_AREA
131     {
132         Pos = MAP_APPFONT ( 6 , 124 ) ;
133         Size = MAP_APPFONT ( 212 , 8 ) ;
134         Text [ en-US ] = "Copy results ~to" ;
135     };
136     CheckBox BTN_BYROW
137     {
138         HelpID = "sc:CheckBox:RID_SCDLG_CONSOLIDATE:BTN_BYROW";
139         Pos = MAP_APPFONT ( 12 , 165 ) ;
140         Size = MAP_APPFONT ( 94 , 10 ) ;
141         Text [ en-US ] = "~Row labels" ;
142         TabStop = TRUE ;
143     };
144     CheckBox BTN_BYCOL
145     {
146         HelpID = "sc:CheckBox:RID_SCDLG_CONSOLIDATE:BTN_BYCOL";
147         Pos = MAP_APPFONT ( 12 , 179 ) ;
148         Size = MAP_APPFONT ( 94 , 10 ) ;
149         TabStop = TRUE ;
150         Text [ en-US ] = "C~olumn labels" ;
151     };
152     FixedLine FL_CONSBY
153     {
154         Pos = MAP_APPFONT ( 6 , 154 ) ;
155         Size = MAP_APPFONT ( 103 , 8 ) ;
156         Text [ en-US ] = "Consolidate by" ;
157     };
158     FixedLine FL_SEP
159     {
160         Pos = MAP_APPFONT ( 112 , 165 ) ;
161         Size = MAP_APPFONT ( 1 , 24 ) ;
162     };
163     FixedLine FL_OPTIONS
164     {
165         Hide = TRUE ;
166         Pos = MAP_APPFONT ( 115 , 154 ) ;
167         Size = MAP_APPFONT ( 103 , 8 ) ;
168         Text [ en-US ] = "Options" ;
169     };
170     CheckBox BTN_REFS
171     {
172         HelpID = "sc:CheckBox:RID_SCDLG_CONSOLIDATE:BTN_REFS";
173         Pos = MAP_APPFONT ( 121 , 165 ) ;
174         Size = MAP_APPFONT ( 94 , 10 ) ;
175         Text [ en-US ] = "~Link to source data" ;
176         TabStop = TRUE ;
177     };
178     OKButton BTN_OK
179     {
180         Pos = MAP_APPFONT ( 224 , 6 ) ;
181         Size = MAP_APPFONT ( 50 , 14 ) ;
182         TabStop = TRUE ;
183         DefButton = TRUE ;
184     };
185     CancelButton BTN_CANCEL
186     {
187         Pos = MAP_APPFONT ( 224 , 23 ) ;
188         Size = MAP_APPFONT ( 50 , 14 ) ;
189         TabStop = TRUE ;
190     };
191     HelpButton BTN_HELP
192     {
193         Pos = MAP_APPFONT ( 224 , 43 ) ;
194         Size = MAP_APPFONT ( 50 , 14 ) ;
195         TabStop = TRUE ;
196     };
197     MoreButton BTN_MORE
198     {
199         HelpID = "sc:MoreButton:RID_SCDLG_CONSOLIDATE:BTN_MORE";
200         Pos = MAP_APPFONT ( 224 , 134 ) ;
201         Size = MAP_APPFONT ( 50 , 14 ) ;
202         TabStop = TRUE ;
203         MapUnit = MAP_APPFONT ;
204         Delta = 41 ;
205     };
206     PushButton BTN_REMOVE
207     {
208         HelpID = "sc:PushButton:RID_SCDLG_CONSOLIDATE:BTN_REMOVE";
209         Pos = MAP_APPFONT ( 224 , 114 ) ;
210         Size = MAP_APPFONT ( 50 , 14 ) ;
211         Text [ en-US ] = "~Delete" ;
212         TabStop = TRUE ;
213     };
214     PushButton BTN_ADD
215     {
216         HelpID = "sc:PushButton:RID_SCDLG_CONSOLIDATE:BTN_ADD";
217         Pos = MAP_APPFONT ( 224 , 96 ) ;
218         Size = MAP_APPFONT ( 50 , 14 ) ;
219         Text [ en-US ] = "~Add" ;
220         TabStop = TRUE ;
221     };
224 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */