xref: /trunk/main/svx/source/tbxctrls/lboxctrl.src (revision a3cbd3e50c1a12e759959b66e76b58b3aeb2b2af)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22#include <svx/dialogs.hrc>
23#include <helpid.hrc>
24#include "lboxctrl.hrc"
25
26FloatingWindow RID_SVXTBX_UNDO_REDO_CTRL
27{
28    Pos = MAP_APPFONT ( 0, 0 ) ;
29    Size = MAP_APPFONT ( 150, 74 ) ;
30    HelpID = HID_SVXTBX_UNDO_REDO_CTRL ;
31    SysWin = TRUE ;
32    Border = TRUE ;
33    Hide = TRUE ;
34    SVLook = TRUE ;
35    OutputSize = TRUE ;
36
37    ListBox LB_SVXTBX_UNDO_REDO_CTRL
38    {
39        HelpID = "svx:ListBox:RID_SVXTBX_UNDO_REDO_CTRL:LB_SVXTBX_UNDO_REDO_CTRL" ;
40        Pos = MAP_APPFONT ( 0, 0 ) ;
41        Size = MAP_APPFONT ( 150, 60 ) ;
42        Border = TRUE ;
43        DropDown = FALSE ;
44        OutputSize = TRUE ;
45    };
46    FixedText FT_NUM_OPERATIONS
47    {
48        Pos = MAP_APPFONT ( 6, 64 ) ;
49        Size = MAP_APPFONT ( 138, 10 ) ;
50    };
51};
52
53String RID_SVXSTR_NUM_UNDO_ACTIONS
54{
55    Text [ en-US ] = "Actions to undo: $(ARG1)" ;
56};
57
58String RID_SVXSTR_NUM_UNDO_ACTION
59{
60    Text [ en-US ] = "Actions to undo: $(ARG1)" ;
61};
62
63String RID_SVXSTR_NUM_REDO_ACTIONS
64{
65    Text [ en-US ] = "Actions to redo: $(ARG1)" ;
66};
67
68String RID_SVXSTR_NUM_REDO_ACTION
69{
70    Text [ en-US ] = "Actions to redo: $(ARG1)" ;
71};
72
73// ********************************************************************** EOF
74