xref: /aoo42x/main/sd/source/ui/dlg/inspagob.src (revision 94779370)
166220049SAndrew Rist/**************************************************************
2*94779370Smseidel *
366220049SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
466220049SAndrew Rist * or more contributor license agreements.  See the NOTICE file
566220049SAndrew Rist * distributed with this work for additional information
666220049SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
766220049SAndrew Rist * to you under the Apache License, Version 2.0 (the
866220049SAndrew Rist * "License"); you may not use this file except in compliance
966220049SAndrew Rist * with the License.  You may obtain a copy of the License at
10*94779370Smseidel *
1166220049SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*94779370Smseidel *
1366220049SAndrew Rist * Unless required by applicable law or agreed to in writing,
1466220049SAndrew Rist * software distributed under the License is distributed on an
1566220049SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1666220049SAndrew Rist * KIND, either express or implied.  See the License for the
1766220049SAndrew Rist * specific language governing permissions and limitations
1866220049SAndrew Rist * under the License.
19*94779370Smseidel *
2066220049SAndrew Rist *************************************************************/
2166220049SAndrew Rist
2266220049SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "helpids.h"
25cdf0e10cSrcweir#include "inspagob.hrc"
26cdf0e10cSrcweir
27cdf0e10cSrcweirModalDialog DLG_INSERT_PAGES_OBJS
28cdf0e10cSrcweir{
29cdf0e10cSrcweir	HelpID = HID_DLG_INSERT_PAGES_OBJS ;
30cdf0e10cSrcweir	OutputSize = TRUE ;
31cdf0e10cSrcweir	SVLook = TRUE ;
32*94779370Smseidel	Size = MAP_APPFONT ( 200, 128 ) ;
33cdf0e10cSrcweir	Moveable = TRUE ;
34cdf0e10cSrcweir	Text [ en-US ] = "Insert Slides/Objects" ;
35cdf0e10cSrcweir	OKButton BTN_OK
36cdf0e10cSrcweir	{
37*94779370Smseidel		Pos = MAP_APPFONT ( 144, 6 ) ;
38*94779370Smseidel		Size = MAP_APPFONT ( 50, 14 ) ;
39cdf0e10cSrcweir		TabStop = TRUE ;
40cdf0e10cSrcweir		DefButton = TRUE ;
41cdf0e10cSrcweir	};
42cdf0e10cSrcweir	CancelButton BTN_CANCEL
43cdf0e10cSrcweir	{
44*94779370Smseidel		Pos = MAP_APPFONT ( 144, 23 ) ;
45*94779370Smseidel		Size = MAP_APPFONT ( 50, 14 ) ;
46cdf0e10cSrcweir		TabStop = TRUE ;
47cdf0e10cSrcweir	};
48cdf0e10cSrcweir	HelpButton BTN_HELP
49cdf0e10cSrcweir	{
50*94779370Smseidel		Pos = MAP_APPFONT ( 144, 46 ) ;
51*94779370Smseidel		Size = MAP_APPFONT ( 50, 14 ) ;
52cdf0e10cSrcweir		TabStop = TRUE ;
53cdf0e10cSrcweir	};
54cdf0e10cSrcweir	Control LB_TREE
55cdf0e10cSrcweir	{
56*94779370Smseidel		HelpId = HID_SD_PAGEOBJSTLB ;
57cdf0e10cSrcweir		Border = TRUE ;
58*94779370Smseidel		Pos = MAP_APPFONT ( 6, 6 ) ;
59*94779370Smseidel		Size = MAP_APPFONT ( 132, 88 ) ;
60cdf0e10cSrcweir		TabStop = TRUE ;
61cdf0e10cSrcweir	};
62cdf0e10cSrcweir	CheckBox CBX_LINK
63cdf0e10cSrcweir	{
64*94779370Smseidel		HelpID = "sd:CheckBox:DLG_INSERT_PAGES_OBJS:CBX_LINK" ;
65*94779370Smseidel		Pos = MAP_APPFONT ( 6, 100 ) ;
66*94779370Smseidel		Size = MAP_APPFONT ( 140, 12 ) ;
67cdf0e10cSrcweir		TabStop = TRUE ;
68cdf0e10cSrcweir		Text [ en-US ] = "~Link" ;
69cdf0e10cSrcweir	};
70cdf0e10cSrcweir	CheckBox CBX_CHECK_MASTERS
71cdf0e10cSrcweir	{
72*94779370Smseidel		HelpID = "sd:CheckBox:DLG_INSERT_PAGES_OBJS:CBX_CHECK_MASTERS" ;
73*94779370Smseidel		Pos = MAP_APPFONT ( 6, 114 ) ;
74*94779370Smseidel		Size = MAP_APPFONT ( 140, 12 ) ;
75cdf0e10cSrcweir		TabStop = TRUE ;
76*94779370Smseidel		Text [ en-US ] = "Delete unused backg~rounds" ;
77cdf0e10cSrcweir	};
78cdf0e10cSrcweir};
79cdf0e10cSrcweir
80*94779370Smseidel// ********************************************************************** EOF
81