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