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_FORMCTRLR_PROPRESID_HRC_ 25#include "formresid.hrc" 26#endif 27#ifndef EXTENSIONS_SOURCE_PROPCTRLR_TABORDER_HRC 28#include "taborder.hrc" 29#endif 30#include "propctrlr.hrc" 31 32ModalDialog RID_DLG_TABORDER 33{ 34 HelpID = "extensions:ModalDialog:RID_DLG_TABORDER"; 35 OutputSize = TRUE ; 36 SVLook = TRUE ; 37 Size = MAP_APPFONT ( 168 , 158 ) ; 38 Text [ en-US ] = "Tab Order" ; 39 Moveable = TRUE ; 40 Closeable = TRUE ; 41 42 FixedText FT_CONTROLS 43 { 44 Pos = MAP_APPFONT ( 6 , 3 ) ; 45 Size = MAP_APPFONT ( 90 , 8 ) ; 46 Text [ en-US ] = "Controls" ; 47 }; 48 49 Control CTRL_TREE 50 { 51 Border = TRUE; 52 Pos = MAP_APPFONT ( 6, 14) ; 53 Size = MAP_APPFONT ( 90, 136 ) ; 54 TabStop = TRUE; 55 HelpId = HID_PROP_TABORDER_CONTROLS; 56 }; 57 58 PushButton PB_MOVE_UP 59 { 60 HelpID = "extensions:PushButton:RID_DLG_TABORDER:PB_MOVE_UP"; 61 Pos = MAP_APPFONT ( 102 , 14 ) ; 62 Size = MAP_APPFONT ( 60 , 14 ) ; 63 Text [ en-US ] = "Move Up" ; 64 }; 65 66 PushButton PB_MOVE_DOWN 67 { 68 HelpID = "extensions:PushButton:RID_DLG_TABORDER:PB_MOVE_DOWN"; 69 Pos = MAP_APPFONT ( 102 , 32 ) ; 70 Size = MAP_APPFONT ( 60 , 14 ) ; 71 Text [ en-US ] = "Move Down" ; 72 }; 73 74 PushButton PB_AUTO_ORDER 75 { 76 HelpID = "extensions:PushButton:RID_DLG_TABORDER:PB_AUTO_ORDER"; 77 Pos = MAP_APPFONT ( 102 , 50 ) ; 78 Size = MAP_APPFONT ( 60 , 14 ) ; 79 Text [ en-US ] = "Automatic Sort" ; 80 }; 81 OKButton PB_OK 82 { 83 Pos = MAP_APPFONT ( 102 , 100 ) ; 84 Size = MAP_APPFONT ( 60 , 14 ) ; 85 TabStop = TRUE ; 86 DefButton = TRUE; 87 }; 88 89 CancelButton PB_CANCEL 90 { 91 Pos = MAP_APPFONT ( 102 , 118 ) ; 92 Size = MAP_APPFONT ( 60 , 14 ) ; 93 TabStop = TRUE ; 94 }; 95 96 HelpButton PB_HELP 97 { 98 Pos = MAP_APPFONT ( 102 , 136 ) ; 99 Size = MAP_APPFONT ( 60 , 14 ) ; 100 TabStop = TRUE ; 101 }; 102}; 103 104