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