1/**************************************************************
| 1/**************************************************************
|
2 *
| 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
| 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 *
| 10 *
|
11 * http://www.apache.org/licenses/LICENSE-2.0
| 11 * http://www.apache.org/licenses/LICENSE-2.0
|
12 *
| 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.
| 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 *
| 19 *
|
20 *************************************************************/ 21 22 23 24#include "brkdlg.hrc" 25ModalDialog DLG_BREAK 26{
| 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;
| 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 {
| 33 FixedText FT_OBJ_INFO 34 {
|
35 Pos = MAP_APPFONT( 6, 6 ); 36 Size = MAP_APPFONT( 85, 10 ); 37 Text [ en-US ] = "Processing metafile:";
| 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 {
| 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:";
| 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 {
| 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:";
| 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 {
| 50 }; 51 FixedText FI_OBJ_INFO 52 {
|
53 Pos = MAP_APPFONT( 100, 6 ); 54 Size = MAP_APPFONT( 154, 10 );
| 53 Pos = MAP_APPFONT ( 100, 6 ) ; 54 Size = MAP_APPFONT ( 154, 10 ) ;
|
55 }; 56 FixedText FI_ACT_INFO 57 {
| 55 }; 56 FixedText FI_ACT_INFO 57 {
|
58 Pos = MAP_APPFONT( 100, 22 ); 59 Size = MAP_APPFONT( 54, 10 );
| 58 Pos = MAP_APPFONT ( 100, 22 ) ; 59 Size = MAP_APPFONT ( 54, 10 ) ;
|
60 }; 61 FixedText FI_INS_INFO 62 {
| 60 }; 61 FixedText FI_INS_INFO 62 {
|
63 Pos = MAP_APPFONT( 100, 38 ); 64 Size = MAP_APPFONT( 54, 10 );
| 63 Pos = MAP_APPFONT ( 100, 38 ) ; 64 Size = MAP_APPFONT ( 54, 10 ) ;
|
65 }; 66 CancelButton BTN_CANCEL 67 {
| 65 }; 66 CancelButton BTN_CANCEL 67 {
|
68 Pos = MAP_APPFONT( 55, 54 ); 69 Size = MAP_APPFONT( 50, 14 );
| 68 Pos = MAP_APPFONT ( 55, 54 ) ; 69 Size = MAP_APPFONT ( 50, 14 ) ;
|
70 TabStop = TRUE; 71 };
| 70 TabStop = TRUE; 71 };
|
72 Text [ en-US ] = "Break";
| 72 Text [ en-US ] = "Break" ;
|
73}; 74
| 73}; 74
|
75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93
| 75// ********************************************************************** EOF
|
| |