xref: /aoo41x/main/sw/source/ui/dbui/mmmergepage.src (revision 8660f102)
1*8660f102SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*8660f102SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*8660f102SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*8660f102SAndrew Rist * distributed with this work for additional information
6*8660f102SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*8660f102SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*8660f102SAndrew Rist * "License"); you may not use this file except in compliance
9*8660f102SAndrew Rist * with the License.  You may obtain a copy of the License at
10*8660f102SAndrew Rist *
11*8660f102SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*8660f102SAndrew Rist *
13*8660f102SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*8660f102SAndrew Rist * software distributed under the License is distributed on an
15*8660f102SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*8660f102SAndrew Rist * KIND, either express or implied.  See the License for the
17*8660f102SAndrew Rist * specific language governing permissions and limitations
18*8660f102SAndrew Rist * under the License.
19*8660f102SAndrew Rist *
20*8660f102SAndrew Rist *************************************************************/
21*8660f102SAndrew Rist
22*8660f102SAndrew Rist
23cdf0e10cSrcweir#include <mmmergepage.hrc>
24cdf0e10cSrcweir#include <dbui.hrc>
25cdf0e10cSrcweir#include <helpid.h>
26cdf0e10cSrcweir
27cdf0e10cSrcweirTabPage DLG_MM_MERGE_PAGE
28cdf0e10cSrcweir{
29cdf0e10cSrcweir    HelpID = HID_MM_MERGEPAGE ;
30cdf0e10cSrcweir    Size = MAP_APPFONT ( 260 , 250 ) ;
31cdf0e10cSrcweir    Hide = TRUE ;
32cdf0e10cSrcweir
33cdf0e10cSrcweir    FixedText FI_HEADER
34cdf0e10cSrcweir    {
35cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6 , 8 ) ;
36cdf0e10cSrcweir        Size = MAP_APPFONT ( 248 , 8 ) ;
37cdf0e10cSrcweir        Text [ en-US ] = "Personalize the mail merge documents";
38cdf0e10cSrcweir    };
39cdf0e10cSrcweir    FixedText  FI_EDIT
40cdf0e10cSrcweir    {
41cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6 , 27 ) ;
42cdf0e10cSrcweir        Size = MAP_APPFONT ( 248 , 38 ) ;
43cdf0e10cSrcweir        WordBreak = TRUE;
44cdf0e10cSrcweir        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.";
45cdf0e10cSrcweir    };
46cdf0e10cSrcweir    PushButton PB_EDIT
47cdf0e10cSrcweir    {
48cdf0e10cSrcweir        HelpID = "sw:PushButton:DLG_MM_MERGE_PAGE:PB_EDIT";
49cdf0e10cSrcweir        Pos = MAP_APPFONT ( 70 , 67 ) ;
50cdf0e10cSrcweir        Size = MAP_APPFONT ( 120 , 14 ) ;
51cdf0e10cSrcweir        Text [ en-US ] = "~Edit individual document...";
52cdf0e10cSrcweir    };
53cdf0e10cSrcweir    FixedLine  FL_FIND
54cdf0e10cSrcweir    {
55cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6 , 102 ) ;
56cdf0e10cSrcweir        Size = MAP_APPFONT ( 248 , 8 ) ;
57cdf0e10cSrcweir        Text [ en-US ] = "~Find";
58cdf0e10cSrcweir    };
59cdf0e10cSrcweir    FixedText  FT_FIND
60cdf0e10cSrcweir    {
61cdf0e10cSrcweir        Pos = MAP_APPFONT ( 16 ,116 ) ;
62cdf0e10cSrcweir        Size = MAP_APPFONT ( 45 , 8 ) ;
63cdf0e10cSrcweir        Text [ en-US ] = "~Search for:";
64cdf0e10cSrcweir    };
65cdf0e10cSrcweir    Edit       ED_FIND
66cdf0e10cSrcweir    {
67cdf0e10cSrcweir        HelpID = "sw:Edit:DLG_MM_MERGE_PAGE:ED_FIND";
68cdf0e10cSrcweir        Pos = MAP_APPFONT ( 55 ,114 ) ;
69cdf0e10cSrcweir        Size = MAP_APPFONT ( 140 , 12 ) ;
70cdf0e10cSrcweir        Border = TRUE;
71cdf0e10cSrcweir    };
72cdf0e10cSrcweir    PushButton PB_FIND
73cdf0e10cSrcweir    {
74cdf0e10cSrcweir        HelpID = "sw:PushButton:DLG_MM_MERGE_PAGE:PB_FIND";
75cdf0e10cSrcweir        Pos = MAP_APPFONT ( 198 ,113 ) ;
76cdf0e10cSrcweir        Size = MAP_APPFONT ( 50 , 14 ) ;
77cdf0e10cSrcweir        Text [ en-US ] = "~Find...";
78cdf0e10cSrcweir    };
79cdf0e10cSrcweir    CheckBox   CB_WHOLEWORDS
80cdf0e10cSrcweir    {
81cdf0e10cSrcweir        HelpID = "sw:CheckBox:DLG_MM_MERGE_PAGE:CB_WHOLEWORDS";
82cdf0e10cSrcweir        Pos = MAP_APPFONT ( 55 , 131 ) ;
83cdf0e10cSrcweir        Size = MAP_APPFONT ( 180 , 10 ) ;
84cdf0e10cSrcweir        Text [ en-US ] = "Whole wor~ds only";
85cdf0e10cSrcweir    };
86cdf0e10cSrcweir    CheckBox   CB_BACKWARDS
87cdf0e10cSrcweir    {
88cdf0e10cSrcweir        HelpID = "sw:CheckBox:DLG_MM_MERGE_PAGE:CB_BACKWARDS";
89cdf0e10cSrcweir        Pos = MAP_APPFONT ( 55 , 144 ) ;
90cdf0e10cSrcweir        Size = MAP_APPFONT ( 180 , 10 ) ;
91cdf0e10cSrcweir        Text [ en-US ] = "Back~wards";
92cdf0e10cSrcweir    };
93cdf0e10cSrcweir    CheckBox   CB_MATCHCASE
94cdf0e10cSrcweir    {
95cdf0e10cSrcweir        HelpID = "sw:CheckBox:DLG_MM_MERGE_PAGE:CB_MATCHCASE";
96cdf0e10cSrcweir        Pos = MAP_APPFONT ( 55 , 157 ) ;
97cdf0e10cSrcweir        Size = MAP_APPFONT ( 180 , 10 ) ;
98cdf0e10cSrcweir        Text [ en-US ] = "Ma~tch case";
99cdf0e10cSrcweir    };
100cdf0e10cSrcweir};
101cdf0e10cSrcweir
102cdf0e10cSrcweir
103cdf0e10cSrcweir
104