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 <mmdocselectpage.hrc> 24#include <dbui.hrc> 25#include <helpid.h> 26TabPage DLG_MM_DOCSELECT_PAGE 27{ 28 HelpID = HID_MM_DOCSELECTPAGE ; 29 Size = MAP_APPFONT ( 260 , 250 ) ; 30 Hide = TRUE ; 31 32 FixedText FI_HEADER 33 { 34 Pos = MAP_APPFONT ( 6 , 8 ) ; 35 Size = MAP_APPFONT ( 248 , 8 ) ; 36 Text [ en-US ] = "Select starting document for the mail merge"; 37 }; 38 FixedText FT_HOWTO 39 { 40 Pos = MAP_APPFONT ( 6 , 27 ) ; 41 Size = MAP_APPFONT ( 248 , 8 ) ; 42 Text [ en-US ] = "Select the document upon which to base the mail merge document"; 43 }; 44 RadioButton RB_CURRENTDOC 45 { 46 HelpID = "sw:RadioButton:DLG_MM_DOCSELECT_PAGE:RB_CURRENTDOC"; 47 Pos = MAP_APPFONT ( 12 , 48 ) ; 48 Size = MAP_APPFONT ( 190 , 10 ) ; 49 Text[ en-US ] = "Use the current ~document"; 50 }; 51 RadioButton RB_NEWDOC 52 { 53 HelpID = "sw:RadioButton:DLG_MM_DOCSELECT_PAGE:RB_NEWDOC"; 54 Pos = MAP_APPFONT ( 12 , 66 ) ; 55 Size = MAP_APPFONT ( 190 , 10 ) ; 56 Text[ en-US ] = "Create a ne~w document"; 57 }; 58 RadioButton RB_LOADDOC 59 { 60 HelpID = "sw:RadioButton:DLG_MM_DOCSELECT_PAGE:RB_LOADDOC"; 61 Pos = MAP_APPFONT ( 12 , 84) ; 62 Size = MAP_APPFONT ( 190 , 10 ) ; 63 Text[ en-US ] = "Start from ~existing document"; 64 }; 65 PushButton PB_LOADDOC 66 { 67 HelpID = "sw:PushButton:DLG_MM_DOCSELECT_PAGE:PB_LOADDOC"; 68 Pos = MAP_APPFONT ( 204 , 80) ; 69 Size = MAP_APPFONT ( 50 , 14 ) ; 70 Text[ en-US ] = "B~rowse..."; 71 }; 72 RadioButton RB_LOADTEMPLATE 73 { 74 HelpID = "sw:RadioButton:DLG_MM_DOCSELECT_PAGE:RB_LOADTEMPLATE"; 75 Pos = MAP_APPFONT ( 12 , 103 ) ; 76 Size = MAP_APPFONT ( 190 , 10 ) ; 77 Text[ en-US ] = "Start from a t~emplate"; 78 }; 79 PushButton PB_BROWSETEMPLATE 80 { 81 HelpID = "sw:PushButton:DLG_MM_DOCSELECT_PAGE:PB_BROWSETEMPLATE"; 82 Pos = MAP_APPFONT ( 204 , 99 ) ; 83 Size = MAP_APPFONT ( 50 , 14 ) ; 84 Text[ en-US ] = "B~rowse..."; 85 }; 86 RadioButton RB_RECENTDOC 87 { 88 HelpID = "sw:RadioButton:DLG_MM_DOCSELECT_PAGE:RB_RECENTDOC"; 89 Pos = MAP_APPFONT ( 12 , 120) ; 90 Size = MAP_APPFONT ( 190 , 10 ) ; 91 Text[ en-US ] = "Start fro~m a recently saved starting document"; 92 }; 93 ListBox LB_RECENTDOC 94 { 95 HelpID = "sw:ListBox:DLG_MM_DOCSELECT_PAGE:LB_RECENTDOC"; 96 Pos = MAP_APPFONT ( 20 , 134 ) ; 97 Size = MAP_APPFONT ( 180 , 50 ) ; 98 DropDown = TRUE; 99 Border = TRUE; 100 }; 101}; 102 103 104 105