xref: /aoo4110/main/sw/source/ui/dbui/mmmergepage.src (revision b1cdbd2c)
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 <mmmergepage.hrc>
24#include <dbui.hrc>
25#include <helpid.h>
26
27TabPage DLG_MM_MERGE_PAGE
28{
29    HelpID = HID_MM_MERGEPAGE ;
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 ] = "Personalize the mail merge documents";
38    };
39    FixedText  FI_EDIT
40    {
41        Pos = MAP_APPFONT ( 6 , 27 ) ;
42        Size = MAP_APPFONT ( 248 , 38 ) ;
43        WordBreak = TRUE;
44        Text [ en-US ] = "You can personalize particular documents. Clicking '%1' will temporarily reduce the wizard to a small window so you can edit your document. After editing the document, return to the wizard by clicking 'Return to Mail Merge Wizard' in the small window.";
45    };
46    PushButton PB_EDIT
47    {
48        HelpID = "sw:PushButton:DLG_MM_MERGE_PAGE:PB_EDIT";
49        Pos = MAP_APPFONT ( 70 , 67 ) ;
50        Size = MAP_APPFONT ( 120 , 14 ) ;
51        Text [ en-US ] = "~Edit individual document...";
52    };
53    FixedLine  FL_FIND
54    {
55        Pos = MAP_APPFONT ( 6 , 102 ) ;
56        Size = MAP_APPFONT ( 248 , 8 ) ;
57        Text [ en-US ] = "~Find";
58    };
59    FixedText  FT_FIND
60    {
61        Pos = MAP_APPFONT ( 16 ,116 ) ;
62        Size = MAP_APPFONT ( 45 , 8 ) ;
63        Text [ en-US ] = "~Search for:";
64    };
65    Edit       ED_FIND
66    {
67        HelpID = "sw:Edit:DLG_MM_MERGE_PAGE:ED_FIND";
68        Pos = MAP_APPFONT ( 55 ,114 ) ;
69        Size = MAP_APPFONT ( 140 , 12 ) ;
70        Border = TRUE;
71    };
72    PushButton PB_FIND
73    {
74        HelpID = "sw:PushButton:DLG_MM_MERGE_PAGE:PB_FIND";
75        Pos = MAP_APPFONT ( 198 ,113 ) ;
76        Size = MAP_APPFONT ( 50 , 14 ) ;
77        Text [ en-US ] = "~Find...";
78    };
79    CheckBox   CB_WHOLEWORDS
80    {
81        HelpID = "sw:CheckBox:DLG_MM_MERGE_PAGE:CB_WHOLEWORDS";
82        Pos = MAP_APPFONT ( 55 , 131 ) ;
83        Size = MAP_APPFONT ( 180 , 10 ) ;
84        Text [ en-US ] = "Whole wor~ds only";
85    };
86    CheckBox   CB_BACKWARDS
87    {
88        HelpID = "sw:CheckBox:DLG_MM_MERGE_PAGE:CB_BACKWARDS";
89        Pos = MAP_APPFONT ( 55 , 144 ) ;
90        Size = MAP_APPFONT ( 180 , 10 ) ;
91        Text [ en-US ] = "Back~wards";
92    };
93    CheckBox   CB_MATCHCASE
94    {
95        HelpID = "sw:CheckBox:DLG_MM_MERGE_PAGE:CB_MATCHCASE";
96        Pos = MAP_APPFONT ( 55 , 157 ) ;
97        Size = MAP_APPFONT ( 180 , 10 ) ;
98        Text [ en-US ] = "Ma~tch case";
99    };
100};
101
102
103
104