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#include <mmpreparemergepage.hrc> 24#include <dbui.hrc> 25#include <helpid.h> 26 27TabPage DLG_MM_PREPAREMERGE_PAGE 28{ 29 HelpID = HID_MM_PREPAREMERGEPAGE ; 30 Size = MAP_APPFONT ( 260 , 250 ) ; 31 Hide = TRUE ; 32 33 FixedText FI_HEADER 34 { 35 Pos = MAP_APPFONT ( 6 , 8 ) ; 36 Size = MAP_APPFONT ( 248 , 8 ) ; 37 Text[ en-US ] = "Preview and edit the document"; 38 }; 39 40 FixedText FI_PREVIEW 41 { 42 Pos = MAP_APPFONT ( 6 , 27 ) ; 43 Size = MAP_APPFONT ( 248 , 26 ) ; 44 WordBreak = TRUE; 45 Text[ en-US ] = "The preview of a merged document is visible now. To see the preview of another document click one of the arrows."; 46 }; 47 FixedText FT_RECIPIENT 48 { 49 Pos = MAP_APPFONT ( 12 , 58 ) ; 50 Size = MAP_APPFONT ( 50 , 8 ) ; 51 Text[ en-US ] = "~Recipient"; 52 }; 53 54 PushButton PB_FIRST 55 { 56 HelpID = "sw:PushButton:DLG_MM_PREPAREMERGE_PAGE:PB_FIRST"; 57 Pos = MAP_APPFONT ( 75 , 55 ) ; 58 Size = MAP_APPFONT ( 20 , 14 ) ; 59 Text = "|<" ; 60 QuickHelpText [en-US] = "First"; 61 }; 62 PushButton PB_PREV 63 { 64 HelpID = "sw:PushButton:DLG_MM_PREPAREMERGE_PAGE:PB_PREV"; 65 Pos = MAP_APPFONT ( 98 , 55 ) ; 66 Size = MAP_APPFONT ( 20 , 14 ) ; 67 Text = "<" ; 68 QuickHelpText [en-US] = "Previous"; 69 }; 70 NumericField ED_RECORD 71 { 72 HelpID = "sw:NumericField:DLG_MM_PREPAREMERGE_PAGE:ED_RECORD"; 73 Pos = MAP_APPFONT ( 121 , 56 ) ; 74 Size = MAP_APPFONT ( 20 , 12 ) ; 75 Border = TRUE ; 76 Left = TRUE ; 77 First = 1 ; 78 Minimum = 1 ; 79 Repeat = TRUE ; 80 Spin = FALSE ; 81 TabStop = TRUE ; 82 }; 83 PushButton PB_NEXT 84 { 85 HelpID = "sw:PushButton:DLG_MM_PREPAREMERGE_PAGE:PB_NEXT"; 86 Pos = MAP_APPFONT ( 144 , 55 ) ; 87 Size = MAP_APPFONT ( 20 , 14 ) ; 88 Text = ">" ; 89 QuickHelpText [en-US] = "Next"; 90 }; 91 PushButton PB_LAST 92 { 93 HelpID = "sw:PushButton:DLG_MM_PREPAREMERGE_PAGE:PB_LAST"; 94 Pos = MAP_APPFONT ( 167 , 55 ) ; 95 Size = MAP_APPFONT ( 20 , 14 ) ; 96 Text = ">|" ; 97 QuickHelpText [en-US] = "Last"; 98 }; 99 CheckBox CB_EXCLUDE 100 { 101 HelpID = "sw:CheckBox:DLG_MM_PREPAREMERGE_PAGE:CB_EXCLUDE"; 102 Pos = MAP_APPFONT ( 75, 77 ) ; 103 Size = MAP_APPFONT ( 179 , 10 ) ; 104 Text[ en-US ] = "E~xclude this recipient"; 105 }; 106 FixedLine FL_NOTEHEADER 107 { 108 Pos = MAP_APPFONT ( 6 , 100 ) ; 109 Size = MAP_APPFONT ( 248 , 8 ) ; 110 Text[ en-US ] = "Edit Document"; 111 }; 112 FixedText FI_EDIT 113 { 114 Pos = MAP_APPFONT ( 12 , 122 ) ; 115 Size = MAP_APPFONT ( 242 , 60 ) ; 116 WordBreak = TRUE; 117 Text[ en-US ] = "Write or edit your document now if you have not already done so. The changes will effect all merged documents.\n\nClicking 'Edit Document...' will temporarily reduce the wizard to a small window so you can edit the mail merge document. After editing the document, return to the wizard by clicking 'Return to Mail Merge Wizard' in the small window." ; 118 }; 119 PushButton PB_EDIT 120 { 121 HelpID = "sw:PushButton:DLG_MM_PREPAREMERGE_PAGE:PB_EDIT"; 122 Pos = MAP_APPFONT ( 90 , 185 ) ; 123 Size = MAP_APPFONT ( 80 , 14 ) ; 124 Text[ en-US ] = "~Edit Document..."; 125 }; 126}; 127 128 129