1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org. If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
26 ************************************************************************/
28 #ifndef _EXTENSIONS_FORMCTRLR_PROPRESID_HRC_
29 #include "formresid.hrc"
31 #include "propctrlr.hrc"
32 #ifndef EXTENSIONS_SOURCE_PROPCTRLR_FORMLINKDIALOG_HRC
33 #include "formlinkdialog.hrc"
36 ModalDialog RID_DLG_FORMLINKS
38 HelpID = "extensions:ModalDialog:RID_DLG_FORMLINKS";
43 Size = MAP_APPFONT ( 252, 110 ) ;
45 Text [ en-US ] = "Link fields";
47 FixedText FT_EXPLANATION
49 Pos = MAP_APPFONT( 6, 6 );
50 Size = MAP_APPFONT( 187, 24 );
54 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.";
57 FixedText FT_DETAIL_LABEL
59 Pos = MAP_APPFONT( 6, 36 );
60 Size = MAP_APPFONT( 85, 8 );
63 FixedText FT_MASTER_LABEL
65 Pos = MAP_APPFONT( 102, 36 );
66 Size = MAP_APPFONT( 85, 8 );
72 Pos = MAP_APPFONT( 6, 47 + 15 * ( n - 1 ) ); \
73 Size = MAP_APPFONT( 181, 13 ); \
76 DialogControl = TRUE; \
80 Pos = MAP_APPFONT( 0, 0 ); \
81 Size = MAP_APPFONT( 85, 12 ); \
86 HelpId = HID_FIELDLINK_DETAIL_COLUMN; \
87 UniqueId = UID_FIELDLINK_DETAIL#n; \
91 Pos = MAP_APPFONT( 85, 0 ); \
92 Size = MAP_APPFONT( 10, 12 ); \
97 Pos = MAP_APPFONT( 95, 0 ); \
98 Size = MAP_APPFONT( 85, 12 ); \
103 HelpId = HID_FIELDLINK_MASTER_COLUMN; \
104 UniqueId = UID_FIELDLINK_MASTER#n; \
115 Pos = MAP_APPFONT( 199, 6 );
116 Size = MAP_APPFONT( 50, 14 );
121 CancelButton PB_CANCEL
123 Pos = MAP_APPFONT( 199, 23 );
124 Size = MAP_APPFONT( 50, 14 );
130 Pos = MAP_APPFONT( 199, 43 );
131 Size = MAP_APPFONT( 50, 14 );
135 PushButton PB_SUGGEST
137 HelpID = "extensions:PushButton:RID_DLG_FORMLINKS:PB_SUGGEST";
138 Pos = MAP_APPFONT( 199, 90 );
139 Size = MAP_APPFONT( 50, 14 );
144 Text [ en-US ] = "Suggest";
147 String STR_DETAIL_FORM
149 Text [ en-US ] = "Sub Form";
152 String STR_MASTER_FORM
154 Text [ en-US ] = "Master Form";
157 String STR_ERROR_RETRIEVING_COLUMNS
159 Text [ en-US ] = "The columns of '#' could not be retrieved.";
160 Text [ x-comment ] ="# will be replace with a name.";