bump product version to 4.1.6.2
[LibreOffice.git] / sd / source / ui / dlg / inspagob.src
blobb26936e0c7fc1ce7bb47c22ec416b63f9769fb51
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  */
20 #include "helpids.h"
21 #include "inspagob.hrc"
23 ModalDialog DLG_INSERT_PAGES_OBJS
25     HelpID = HID_DLG_INSERT_PAGES_OBJS ;
26     OutputSize = TRUE ;
27     SVLook = TRUE ;
28     Size = MAP_APPFONT ( 200 , 128 ) ;
29     Moveable = TRUE ;
30     Text [ en-US ] = "Insert Slides/Objects" ;
31     OKButton BTN_OK
32     {
33         Pos = MAP_APPFONT ( 144 , 6 ) ;
34         Size = MAP_APPFONT ( 50 , 14 ) ;
35         TabStop = TRUE ;
36         DefButton = TRUE ;
37     };
38     CancelButton BTN_CANCEL
39     {
40         Pos = MAP_APPFONT ( 144 , 23 ) ;
41         Size = MAP_APPFONT ( 50 , 14 ) ;
42         TabStop = TRUE ;
43     };
44     HelpButton BTN_HELP
45     {
46         Pos = MAP_APPFONT ( 144 , 46 ) ;
47         Size = MAP_APPFONT ( 50 , 14 ) ;
48         TabStop = TRUE ;
49     };
50     Control LB_TREE
51     {
52         HelpId = HID_SD_PAGEOBJSTLB;
53         Border = TRUE ;
54         Pos = MAP_APPFONT ( 6 , 6 ) ;
55         Size = MAP_APPFONT ( 132 , 88 ) ;
56         TabStop = TRUE ;
57     };
58     CheckBox CBX_LINK
59     {
60         HelpID = "sd:CheckBox:DLG_INSERT_PAGES_OBJS:CBX_LINK";
61         Pos = MAP_APPFONT ( 6 , 100 ) ;
62         Size = MAP_APPFONT ( 140 , 12 ) ;
63         TabStop = TRUE ;
64         Text [ en-US ] = "~Link" ;
65     };
66     CheckBox CBX_CHECK_MASTERS
67     {
68         HelpID = "sd:CheckBox:DLG_INSERT_PAGES_OBJS:CBX_CHECK_MASTERS";
69         Pos = MAP_APPFONT ( 6 , 114 ) ;
70         Size = MAP_APPFONT ( 140 , 12 ) ;
71         TabStop = TRUE ;
72         Text [ en-US ] = "Delete unused backg~rounds";
73     };
76 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */