1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <mmgreetingspage.hrc>
#include <dbui.hrc>
#include <helpid.h>
#define _LB_FEMALECOLUMN \
StringList [en-US]= \
{ \
< "< not available >" ; > ; \
};
#define GREETINGS_BODY \
CheckBox CB_PERSONALIZED \
{ \
Pos = MAP_APPFONT ( 12 + LEFT_OFFSET , 17 + TOP_OFFSET ) ; \
Size = MAP_APPFONT ( 226 , 10 ) ; \
Text[ en-US ] = "Insert personalized salutation"; \
}; \
FixedText FT_FEMALE \
{ \
Pos = MAP_APPFONT ( 18 + LEFT_OFFSET , 32 + TOP_OFFSET ) ; \
Size = MAP_APPFONT ( 50 , 8 ) ; \
Text[ en-US ] = "~Female"; \
}; \
ListBox LB_FEMALE \
{ \
Pos = MAP_APPFONT ( 71 + LEFT_OFFSET , 30 + TOP_OFFSET ) ; \
Size = MAP_APPFONT ( 121 , 50 ) ; \
DropDown = TRUE; \
Border = TRUE; \
}; \
PushButton PB_FEMALE \
{ \
Pos = MAP_APPFONT ( 198 + LEFT_OFFSET , 29 + TOP_OFFSET ) ; \
Size = MAP_APPFONT ( 50 , 14 ) ; \
Text[ en-US ] = "~New..."; \
}; \
FixedText FT_MALE \
{ \
Pos = MAP_APPFONT ( 18 + LEFT_OFFSET , 49 + TOP_OFFSET ) ; \
Size = MAP_APPFONT ( 50 , 8 ) ; \
Text[ en-US ] = "~Male"; \
}; \
ListBox LB_MALE \
{ \
Pos = MAP_APPFONT ( 71 + LEFT_OFFSET , 47 + TOP_OFFSET ) ; \
Size = MAP_APPFONT ( 121 , 50 ) ; \
DropDown = TRUE; \
Border = TRUE; \
}; \
PushButton PB_MALE \
{ \
Pos = MAP_APPFONT ( 198 + LEFT_OFFSET , 48 + TOP_OFFSET ) ; \
Size = MAP_APPFONT ( 50 , 14 ) ; \
Text[ en-US ] = "N~ew..."; \
}; \
FixedText FI_FEMALE \
{ \
Pos = MAP_APPFONT ( 18 + LEFT_OFFSET , 67 + TOP_OFFSET ) ; \
Size = MAP_APPFONT ( 225 , 8 ) ; \
Text[ en-US ] = "Address list field indicating a female recipient"; \
}; \
FixedText FT_FEMALECOLUMN \
{ \
Pos = MAP_APPFONT ( 18 + LEFT_OFFSET , 80 + TOP_OFFSET ) ; \
Size = MAP_APPFONT ( 50 , 8 ) ; \
Text[ en-US ] = "Field name"; \
}; \
ListBox LB_FEMALECOLUMN \
{ \
Pos = MAP_APPFONT ( 71 + LEFT_OFFSET , 78 + TOP_OFFSET ) ; \
Size = MAP_APPFONT ( 121 , 50 ) ; \
DropDown = TRUE; \
Border = TRUE; \
_LB_FEMALECOLUMN \
}; \
FixedText FT_FEMALEFIELD \
{ \
Pos = MAP_APPFONT ( 18 + LEFT_OFFSET , 95 + TOP_OFFSET ) ; \
Size = MAP_APPFONT ( 50 , 8 ) ; \
Text[ en-US ] = "Field value"; \
}; \
ComboBox CB_FEMALEFIELD \
{ \
Pos = MAP_APPFONT ( 71 + LEFT_OFFSET , 93 + TOP_OFFSET ) ; \
Size = MAP_APPFONT ( 121 , 50 ) ; \
DropDown = TRUE; \
Border = TRUE; \
}; \
FixedText FT_NEUTRAL \
{ \
Pos = MAP_APPFONT ( 12 + LEFT_OFFSET , 113 + TOP_OFFSET ) ; \
Size = MAP_APPFONT ( 180 , 8 ) ; \
Text[ en-US ] = "General salutation"; \
}; \
ComboBox CB_NEUTRAL \
{ \
Pos = MAP_APPFONT ( 12 + LEFT_OFFSET , 124 + TOP_OFFSET ) ; \
Size = MAP_APPFONT ( 180 , 50 ) ; \
DropDown = TRUE; \
Border = TRUE; \
};
#define TOP_OFFSET 24
#define LEFT_OFFSET 6
TabPage DLG_MM_GREETINGS_PAGE
{
HelpID = HID_MM_GREETINGSPAGE ;
Size = MAP_APPFONT ( 260 , 250 ) ;
Hide = TRUE ;
FixedText FI_HEADER
{
Pos = MAP_APPFONT ( 6 , 8 ) ;
Size = MAP_APPFONT ( 248 , 8 ) ;
Text [ en-US ] = "Create a salutation";
};
CheckBox CB_GREETINGLINE
{
HelpID = "sw:CheckBox:DLG_MM_GREETINGS_PAGE:CB_GREETINGLINE";
Pos = MAP_APPFONT ( 12 , 27 );
Size = MAP_APPFONT ( 242 , 10 );
Text[ en-US ] = "This document should contain a salutation";
};
GREETINGS_BODY
FixedText FI_PREVIEW
{
Pos = MAP_APPFONT ( 12 , 168 ) ;
Size = MAP_APPFONT ( 242 , 8 ) ;
Text[ en-US ] = "Preview";
};
Window WIN_PREVIEW
{
Pos = MAP_APPFONT ( 12 , 179 );
Size = MAP_APPFONT ( 186 , 21 ) ;
Border = TRUE;
};
PushButton PB_ASSIGN
{
HelpID = "sw:PushButton:DLG_MM_GREETINGS_PAGE:PB_ASSIGN";
Pos = MAP_APPFONT ( 204 , 179 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
Text[ en-US ] = "~Match fields...";
};
FixedText FI_DOCINDEX
{
Pos = MAP_APPFONT ( 121 , 206 ) ;
Size = MAP_APPFONT ( 50, 8 ) ;
Right = TRUE;
};
ImageButton IB_PREVSET
{
HelpID = "sw:ImageButton:DLG_MM_GREETINGS_PAGE:IB_PREVSET";
Pos = MAP_APPFONT ( 177 , 204 ) ;
Size = MAP_APPFONT ( 10 , 10 ) ;
SYMBOL = IMAGEBUTTON_PREV;
QuickHelpText[ en-US ] = "Preview Previous Salutation";
};
ImageButton IB_NEXTSET
{
HelpID = "sw:ImageButton:DLG_MM_GREETINGS_PAGE:IB_NEXTSET";
Pos = MAP_APPFONT ( 188 , 204 ) ;
Size = MAP_APPFONT ( 10 , 10 ) ;
SYMBOL = IMAGEBUTTON_NEXT ;
QuickHelpText[ en-US ] = "Preview Next Salutation";
};
String STR_DOCUMENT
{
Text[ en-US ] = "Document: %1";
};
};
#undef TOP_OFFSET
#undef LEFT_OFFSET
#define TOP_OFFSET 0
#define LEFT_OFFSET 0
ModalDialog DLG_MM_MAILBODY
{
HelpID = HID_MM_MAILBODY;
Size = MAP_APPFONT ( 254 , 238 ) ;
OutputSize = TRUE ;
SVLook = TRUE ;
Moveable = TRUE ;
Text [ en-US ] = "E-Mail Message";
CheckBox CB_GREETINGLINE
{
HelpID = "sw:CheckBox:DLG_MM_MAILBODY:CB_GREETINGLINE";
Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT ( 242 , 10 ) ;
Text[ en-US ] = "This e-mail should contain a salutation";
};
GREETINGS_BODY
FixedText FT_BODY
{
Pos = MAP_APPFONT ( 12 , 140 ) ;
Size = MAP_APPFONT ( 174 , 8 ) ;
Text[ en-US ] = "Write your message here";
};
MultiLineEdit MLE_BODY
{
HelpID = "sw:MultiLineEdit:DLG_MM_MAILBODY:MLE_BODY";
Pos = MAP_APPFONT ( 12, 151 ) ;
Size = MAP_APPFONT ( 180 , 50 ) ;
Border = TRUE;
TabStop = TRUE ;
Left = TRUE ;
VScroll = TRUE ;
HScroll = TRUE ;
IgnoreTab = TRUE;
};
FixedLine FL_SEPARATOR
{
Pos = MAP_APPFONT ( 0 , 207 ) ;
Size = MAP_APPFONT ( 254 , 8 ) ;
};
OKButton PB_OK
{
Pos = MAP_APPFONT ( 89, 218 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
};
CancelButton PB_CANCEL
{
Pos = MAP_APPFONT ( 142 , 218 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
};
HelpButton PB_HELP
{
Pos = MAP_APPFONT ( 198 , 218 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
};
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|