xref: /AOO41X/main/extensions/source/propctrlr/selectlabeldialog.src (revision 80fe9c7b564a9025e6038407fc7761ef01b3ff19)
1*80fe9c7bSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*80fe9c7bSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*80fe9c7bSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*80fe9c7bSAndrew Rist * distributed with this work for additional information
6*80fe9c7bSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*80fe9c7bSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*80fe9c7bSAndrew Rist * "License"); you may not use this file except in compliance
9*80fe9c7bSAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
11*80fe9c7bSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
13*80fe9c7bSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*80fe9c7bSAndrew Rist * software distributed under the License is distributed on an
15*80fe9c7bSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*80fe9c7bSAndrew Rist * KIND, either express or implied.  See the License for the
17*80fe9c7bSAndrew Rist * specific language governing permissions and limitations
18*80fe9c7bSAndrew Rist * under the License.
19cdf0e10cSrcweir *
20*80fe9c7bSAndrew Rist *************************************************************/
21*80fe9c7bSAndrew Rist
22*80fe9c7bSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#ifndef EXTENSIONS_PROPRESID_HRC
25cdf0e10cSrcweir#include "formresid.hrc"
26cdf0e10cSrcweir#endif
27cdf0e10cSrcweir
28cdf0e10cSrcweirModalDialog RID_DLG_SELECTLABELCONTROL
29cdf0e10cSrcweir{
30cdf0e10cSrcweir    HelpID = "extensions:ModalDialog:RID_DLG_SELECTLABELCONTROL";
31cdf0e10cSrcweir	OutputSize = TRUE;
32cdf0e10cSrcweir	Size = MAP_APPFONT( 200, 151 );
33cdf0e10cSrcweir	Moveable = TRUE;
34cdf0e10cSrcweir	Closeable = TRUE;
35cdf0e10cSrcweir	FixedText 1
36cdf0e10cSrcweir	{
37cdf0e10cSrcweir		Pos = MAP_APPFONT( 6, 6 );
38cdf0e10cSrcweir		Size = MAP_APPFONT( 188, 20 );
39cdf0e10cSrcweir		WordBreak = TRUE;
40cdf0e10cSrcweir		Text [ en-US ] = "These are control fields that can be used as label fields for the $control_class$ $control_name$.";
41cdf0e10cSrcweir	};
42cdf0e10cSrcweir	Control 1
43cdf0e10cSrcweir	{
44cdf0e10cSrcweir		Pos = MAP_APPFONT( 6, 29 );
45cdf0e10cSrcweir		Size = MAP_APPFONT( 188, 83 );
46cdf0e10cSrcweir		TabStop = TRUE;
47cdf0e10cSrcweir		Border	= TRUE ;
48cdf0e10cSrcweir	};
49cdf0e10cSrcweir	CheckBox 1
50cdf0e10cSrcweir	{
51cdf0e10cSrcweir	    HelpID = "extensions:CheckBox:RID_DLG_SELECTLABELCONTROL:1";
52cdf0e10cSrcweir		Pos = MAP_APPFONT( 6, 115 );
53cdf0e10cSrcweir		Size = MAP_APPFONT( 188, 8 );
54cdf0e10cSrcweir		Text [ en-US ] = "~No assignment";
55cdf0e10cSrcweir	};
56cdf0e10cSrcweir	FixedLine 1
57cdf0e10cSrcweir	{
58cdf0e10cSrcweir		Pos = MAP_APPFONT( 3, 126 );
59cdf0e10cSrcweir		Size = MAP_APPFONT( 194, 2 );
60cdf0e10cSrcweir	};
61cdf0e10cSrcweir	OKButton 1
62cdf0e10cSrcweir	{
63cdf0e10cSrcweir		Pos = MAP_APPFONT ( 91 , 131 ) ;
64cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
65cdf0e10cSrcweir		TabStop = TRUE ;
66cdf0e10cSrcweir		DefButton = TRUE ;
67cdf0e10cSrcweir	};
68cdf0e10cSrcweir	CancelButton 1
69cdf0e10cSrcweir	{
70cdf0e10cSrcweir		Pos = MAP_APPFONT ( 144 , 131 ) ;
71cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
72cdf0e10cSrcweir		TabStop = TRUE ;
73cdf0e10cSrcweir	};
74cdf0e10cSrcweir	Text [ en-US ] = "Label Field Selection";
75cdf0e10cSrcweir};
76cdf0e10cSrcweir
77cdf0e10cSrcweirString RID_STR_FORMS
78cdf0e10cSrcweir{
79cdf0e10cSrcweir	Text [ en-US ] = "Forms" ;
80cdf0e10cSrcweir};
81cdf0e10cSrcweir
82