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