1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: formlinkdialog.src,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
31 #ifndef _EXTENSIONS_FORMCTRLR_PROPRESID_HRC_
32 #include "formresid.hrc"
34 #ifndef EXTENSIONS_INC_EXTENSIO_HRC
35 #include "extensio.hrc"
37 #ifndef EXTENSIONS_SOURCE_PROPCTRLR_FORMLINKDIALOG_HRC
38 #include "formlinkdialog.hrc"
41 ModalDialog RID_DLG_FORMLINKS
47 Size = MAP_APPFONT ( 252, 110 ) ;
49 Text [ en-US ] = "Link fields";
51 FixedText FT_EXPLANATION
53 Pos = MAP_APPFONT( 6, 6 );
54 Size = MAP_APPFONT( 187, 24 );
58 Text [ en-US ] = "Sub forms can be used to display detailed data about the current record of the master form. To do this, you can specify which columns in the sub form match which columns in the master form.";
61 FixedText FT_DETAIL_LABEL
63 Pos = MAP_APPFONT( 6, 36 );
64 Size = MAP_APPFONT( 85, 8 );
67 FixedText FT_MASTER_LABEL
69 Pos = MAP_APPFONT( 102, 36 );
70 Size = MAP_APPFONT( 85, 8 );
76 Pos = MAP_APPFONT( 6, 47 + 15 * ( n - 1 ) ); \
77 Size = MAP_APPFONT( 181, 13 ); \
80 DialogControl = TRUE; \
84 Pos = MAP_APPFONT( 0, 0 ); \
85 Size = MAP_APPFONT( 85, 12 ); \
90 HelpId = HID_FIELDLINK_DETAIL_COLUMN; \
91 UniqueId = UID_FIELDLINK_DETAIL#n; \
95 Pos = MAP_APPFONT( 85, 0 ); \
96 Size = MAP_APPFONT( 10, 12 ); \
101 Pos = MAP_APPFONT( 95, 0 ); \
102 Size = MAP_APPFONT( 85, 12 ); \
107 HelpId = HID_FIELDLINK_MASTER_COLUMN; \
108 UniqueId = UID_FIELDLINK_MASTER#n; \
119 Pos = MAP_APPFONT( 199, 6 );
120 Size = MAP_APPFONT( 50, 14 );
125 CancelButton PB_CANCEL
127 Pos = MAP_APPFONT( 199, 23 );
128 Size = MAP_APPFONT( 50, 14 );
134 Pos = MAP_APPFONT( 199, 43 );
135 Size = MAP_APPFONT( 50, 14 );
139 PushButton PB_SUGGEST
141 Pos = MAP_APPFONT( 199, 90 );
142 Size = MAP_APPFONT( 50, 14 );
147 Text [ en-US ] = "Suggest";
150 String STR_DETAIL_FORM
152 Text [ en-US ] = "Sub Form";
155 String STR_MASTER_FORM
157 Text [ en-US ] = "Master Form";
160 String STR_ERROR_RETRIEVING_COLUMNS
162 Text [ en-US ] = "The columns of '#' could not be retrieved.";
163 Text [ x-comment ] ="# will be replace with a name.";