/************************************************************** * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. * *************************************************************/ #include "brkdlg.hrc" ModalDialog DLG_BREAK { HelpID = "sd:ModalDialog:DLG_BREAK"; OutputSize = TRUE; SVLook = TRUE; Pos = MAP_APPFONT( 84, 34 ); Size = MAP_APPFONT( 160, 74 ); Moveable = TRUE; FixedText FT_OBJ_INFO { Pos = MAP_APPFONT( 6, 6 ); Size = MAP_APPFONT( 85, 10 ); Text [ en-US ] = "Processing metafile:"; }; FixedText FT_ACT_INFO { Pos = MAP_APPFONT( 6, 22 ); Size = MAP_APPFONT( 106, 10 ); Text [ en-US ] = "Broken down metaobjects:"; }; FixedText FT_INS_INFO { Pos = MAP_APPFONT( 6, 38 ); Size = MAP_APPFONT( 90, 10 ); Text [ en-US ] = "Inserted drawing objects:"; }; FixedText FI_OBJ_INFO { Pos = MAP_APPFONT( 100, 6 ); Size = MAP_APPFONT( 154, 10 ); }; FixedText FI_ACT_INFO { Pos = MAP_APPFONT( 100, 22 ); Size = MAP_APPFONT( 54, 10 ); }; FixedText FI_INS_INFO { Pos = MAP_APPFONT( 100, 38 ); Size = MAP_APPFONT( 54, 10 ); }; CancelButton BTN_CANCEL { Pos = MAP_APPFONT( 55, 54 ); Size = MAP_APPFONT( 50, 14 ); TabStop = TRUE; }; Text [ en-US ] = "Break"; };