/************************************************************** * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. * *************************************************************/ #ifndef _EXTENSIONS_FORMCTRLR_PROPRESID_HRC_ #include "formresid.hrc" #endif #include "propctrlr.hrc" #ifndef EXTENSIONS_SOURCE_PROPCTRLR_LISTSELECTIONDLG_HRC #include "listselectiondlg.hrc" #endif ModalDialog RID_DLG_SELECTION { HelpID = "extensions:ModalDialog:RID_DLG_SELECTION" ; OutputSize = TRUE ; Moveable = TRUE ; Closeable = TRUE ; SVLook = TRUE ; Size = MAP_APPFONT ( 150, 120 ) ; FixedText FT_ENTRIES { Pos = MAP_APPFONT ( 6, 6 ) ; Size = MAP_APPFONT ( 85, 8 ) ; }; ListBox LB_ENTRIES { HelpID = "extensions:ListBox:RID_DLG_SELECTION:LB_ENTRIES" ; Pos = MAP_APPFONT ( 6, 17 ) ; Size = MAP_APPFONT ( 85, 97 ) ; Border = TRUE ; DropDown = FALSE ; }; OKButton PB_OK { Pos = MAP_APPFONT ( 97, 6 ) ; Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; DefButton = TRUE ; }; CancelButton PB_CANCEL { Pos = MAP_APPFONT ( 97, 23 ) ; Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; HelpButton PB_HELP { Pos = MAP_APPFONT ( 97, 43 ) ; Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; }; // ******************************************************************* EOF