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 <mmoutputtypepage.hrc> 24#include <dbui.hrc> 25#include <helpid.h> 26 27TabPage DLG_MM_OUTPUTTYPE_PAGE 28{ 29 HelpID = HID_MM_OUTPUTTYPEPAGE ; 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 ] = "Select a document type"; 38 }; 39 FixedText FT_TYPE 40 { 41 Pos = MAP_APPFONT ( 6 , 27 ) ; 42 Size = MAP_APPFONT ( 248 , 8 ) ; 43 Text[ en-US ] = "What type of document do you want to create?"; 44 }; 45 RadioButton RB_LETTER 46 { 47 HelpID = "sw:RadioButton:DLG_MM_OUTPUTTYPE_PAGE:RB_LETTER"; 48 Pos = MAP_APPFONT ( 12 , 43 ) ; 49 Size = MAP_APPFONT ( 240 , 10 ) ; 50 Text[ en-US ] = "~Letter"; 51 }; 52 RadioButton RB_MAIL 53 { 54 HelpID = "sw:RadioButton:DLG_MM_OUTPUTTYPE_PAGE:RB_MAIL"; 55 Pos = MAP_APPFONT ( 12 , 57 ) ; 56 Size = MAP_APPFONT ( 240 , 10 ) ; 57 Text[ en-US ] = "~E-mail message"; 58 }; 59 FixedText FI_HINTHEADER 60 { 61 Pos = MAP_APPFONT ( 12 , 72) ; 62 Size = MAP_APPFONT ( 242 , 8 ) ; 63 }; 64 FixedText FI_HINT 65 { 66 Pos = MAP_APPFONT ( 12 , 83 ) ; 67 Size = MAP_APPFONT ( 242 , 26 ) ; 68 WordBreak = TRUE; 69 }; 70 String ST_LETTERHINTHEADER 71 { 72 Text[ en-US ] = "Letter:"; 73 }; 74 String ST_MAILHINTHEADER 75 { 76 Text[ en-US ] = "E-Mail Message:"; 77 }; 78 String ST_LETTERHINT 79 { 80 Text[ en-US ] = "Send letters to a group of recipients. The letters can contain an address block and a salutation. The letters can be personalized for each recipient."; 81 }; 82 String ST_MAILHINT 83 { 84 Text[ en-US ] = "Send e-mail messages to a group of recipients. The e-mail messages can contain a salutation. The e-mail messages can be personalized for each recipient."; 85 }; 86}; 87 88 89 90