1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #include "formresid.hrc"
21 #include "propctrlr.hrc"
22 #include "formlinkdialog.hrc"
24 ModalDialog RID_DLG_FORMLINKS
26 HelpID = "extensions:ModalDialog:RID_DLG_FORMLINKS";
31 Size = MAP_APPFONT ( 252, 110 ) ;
33 Text [ en-US ] = "Link fields";
35 FixedText FT_EXPLANATION
37 Pos = MAP_APPFONT( 6, 6 );
38 Size = MAP_APPFONT( 187, 24 );
42 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.";
45 FixedText FT_DETAIL_LABEL
47 Pos = MAP_APPFONT( 6, 36 );
48 Size = MAP_APPFONT( 85, 8 );
51 FixedText FT_MASTER_LABEL
53 Pos = MAP_APPFONT( 102, 36 );
54 Size = MAP_APPFONT( 85, 8 );
60 Pos = MAP_APPFONT( 6, 47 + 15 * ( n - 1 ) ); \
61 Size = MAP_APPFONT( 181, 13 ); \
64 DialogControl = TRUE; \
68 Pos = MAP_APPFONT( 0, 0 ); \
69 Size = MAP_APPFONT( 85, 12 ); \
74 HelpId = HID_FIELDLINK_DETAIL_COLUMN; \
75 UniqueId = UID_FIELDLINK_DETAIL#n; \
79 Pos = MAP_APPFONT( 85, 0 ); \
80 Size = MAP_APPFONT( 10, 12 ); \
85 Pos = MAP_APPFONT( 95, 0 ); \
86 Size = MAP_APPFONT( 85, 12 ); \
91 HelpId = HID_FIELDLINK_MASTER_COLUMN; \
92 UniqueId = UID_FIELDLINK_MASTER#n; \
103 Pos = MAP_APPFONT( 199, 6 );
104 Size = MAP_APPFONT( 50, 14 );
109 CancelButton PB_CANCEL
111 Pos = MAP_APPFONT( 199, 23 );
112 Size = MAP_APPFONT( 50, 14 );
118 Pos = MAP_APPFONT( 199, 43 );
119 Size = MAP_APPFONT( 50, 14 );
123 PushButton PB_SUGGEST
125 HelpID = "extensions:PushButton:RID_DLG_FORMLINKS:PB_SUGGEST";
126 Pos = MAP_APPFONT( 199, 90 );
127 Size = MAP_APPFONT( 50, 14 );
132 Text [ en-US ] = "Suggest";
135 String STR_DETAIL_FORM
137 Text [ en-US ] = "Sub Form";
140 String STR_MASTER_FORM
142 Text [ en-US ] = "Master Form";
145 String STR_ERROR_RETRIEVING_COLUMNS
147 Text [ en-US ] = "The columns of '#' could not be retrieved.";
148 Text [ x-comment ] ="# will be replace with a name.";
152 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */