xref: /trunk/main/sd/source/ui/dlg/brkdlg.src (revision 31bbceb0f9d64c0c2c3b22a794a1666c1f33396e)
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 "brkdlg.hrc"
25ModalDialog DLG_BREAK
26{
27    HelpID = "sd:ModalDialog:DLG_BREAK" ;
28    OutputSize = TRUE ;
29    SVLook = TRUE ;
30    Pos = MAP_APPFONT ( 84, 34 ) ;
31    Size = MAP_APPFONT ( 160, 74 ) ;
32    Moveable = TRUE ;
33    FixedText FT_OBJ_INFO
34    {
35        Pos = MAP_APPFONT ( 6, 6 ) ;
36        Size = MAP_APPFONT ( 85, 10 ) ;
37        Text [ en-US ] = "Processing metafile:" ;
38    };
39    FixedText FT_ACT_INFO
40    {
41        Pos = MAP_APPFONT ( 6, 22 ) ;
42        Size = MAP_APPFONT ( 106, 10 ) ;
43        Text [ en-US ] = "Broken down metaobjects:" ;
44    };
45    FixedText FT_INS_INFO
46    {
47        Pos = MAP_APPFONT ( 6, 38 ) ;
48        Size = MAP_APPFONT ( 90, 10 ) ;
49        Text [ en-US ] = "Inserted drawing objects:" ;
50    };
51    FixedText FI_OBJ_INFO
52    {
53        Pos = MAP_APPFONT ( 100, 6 ) ;
54        Size = MAP_APPFONT ( 154, 10 ) ;
55    };
56    FixedText FI_ACT_INFO
57    {
58        Pos = MAP_APPFONT ( 100, 22 ) ;
59        Size = MAP_APPFONT ( 54, 10 ) ;
60    };
61    FixedText FI_INS_INFO
62    {
63        Pos = MAP_APPFONT ( 100, 38 ) ;
64        Size = MAP_APPFONT ( 54, 10 ) ;
65    };
66    CancelButton BTN_CANCEL
67    {
68        Pos = MAP_APPFONT ( 55, 54 ) ;
69        Size = MAP_APPFONT ( 50, 14 ) ;
70        TabStop = TRUE;
71    };
72    Text [ en-US ] = "Break" ;
73};
74
75// ********************************************************************** EOF
76