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#ifndef EXTENSIONS_PROPRESID_HRC 23#include "formresid.hrc" 24#endif 25 26ModalDialog RID_DLG_SELECTLABELCONTROL 27{ 28 HelpID = "extensions:ModalDialog:RID_DLG_SELECTLABELCONTROL" ; 29 OutputSize = TRUE ; 30 Size = MAP_APPFONT ( 200, 151 ) ; 31 Moveable = TRUE ; 32 Closeable = TRUE ; 33 FixedText 1 34 { 35 Pos = MAP_APPFONT ( 6, 6 ) ; 36 Size = MAP_APPFONT ( 188, 20 ) ; 37 WordBreak = TRUE ; 38 Text [ en-US ] = "These are control fields that can be used as label fields for the $control_class$ $control_name$." ; 39 }; 40 Control 1 41 { 42 Pos = MAP_APPFONT ( 6, 29 ) ; 43 Size = MAP_APPFONT ( 188, 83 ) ; 44 TabStop = TRUE ; 45 Border = TRUE ; 46 }; 47 CheckBox 1 48 { 49 HelpID = "extensions:CheckBox:RID_DLG_SELECTLABELCONTROL:1" ; 50 Pos = MAP_APPFONT ( 6, 115 ) ; 51 Size = MAP_APPFONT ( 188, 8 ) ; 52 Text [ en-US ] = "~No assignment" ; 53 }; 54 FixedLine 1 55 { 56 Pos = MAP_APPFONT ( 3, 126 ) ; 57 Size = MAP_APPFONT ( 194, 2 ) ; 58 }; 59 OKButton 1 60 { 61 Pos = MAP_APPFONT ( 91, 131 ) ; 62 Size = MAP_APPFONT ( 50, 14 ) ; 63 TabStop = TRUE ; 64 DefButton = TRUE ; 65 }; 66 CancelButton 1 67 { 68 Pos = MAP_APPFONT ( 144, 131 ) ; 69 Size = MAP_APPFONT ( 50, 14 ) ; 70 TabStop = TRUE ; 71 }; 72 Text [ en-US ] = "Label Field Selection" ; 73}; 74 75String RID_STR_FORMS 76{ 77 Text [ en-US ] = "Forms" ; 78}; 79 80// ********************************************************************** EOF 81