1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 11 * OpenOffice.org is free software: you can redistribute it and/or modify 12 * it under the terms of the GNU Lesser General Public License version 3 13 * only, as published by the Free Software Foundation. 14 * 15 * OpenOffice.org is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU Lesser General Public License version 3 for more details 19 * (a copy is included in the LICENSE file that accompanied this code). 20 * 21 * You should have received a copy of the GNU Lesser General Public License 22 * version 3 along with OpenOffice.org. If not, see 23 * <http://www.openoffice.org/license.html> 24 * for a copy of the LGPLv3 License. 25 * 26 ************************************************************************/ 27 28#ifndef _DBAUI_DBF_INDEXES_HRC_ 29#include "dbfindex.hrc" 30#endif 31#ifndef _DBU_DLG_HRC_ 32#include "dbu_dlg.hrc" 33#endif 34 35#define WIN_X 264 36#define WIN_Y 149 37 38Image IMG_ONE_LEFT_H 39{ 40 ImageBitmap = Bitmap 41 { 42 File = "one_left_h.bmp" ; 43 }; 44 MaskColor = Color 45 { 46 Red = 0xFFFF ; 47 Green = 0x0000 ; 48 Blue = 0xFFFF ; 49 }; 50}; 51 52Image IMG_ALL_LEFT_H 53{ 54 ImageBitmap = Bitmap 55 { 56 File = "all_left_h.bmp" ; 57 }; 58 MaskColor = Color 59 { 60 Red = 0xFFFF ; 61 Green = 0x0000 ; 62 Blue = 0xFFFF ; 63 }; 64}; 65 66Image IMG_ONE_RIGHT_H 67{ 68 ImageBitmap = Bitmap 69 { 70 File = "one_right_h.bmp" ; 71 }; 72 MaskColor = Color 73 { 74 Red = 0xFFFF ; 75 Green = 0x0000 ; 76 Blue = 0xFFFF ; 77 }; 78}; 79 80Image IMG_ALL_RIGHT_H 81{ 82 ImageBitmap = Bitmap 83 { 84 File = "all_right_h.bmp" ; 85 }; 86 MaskColor = Color 87 { 88 Red = 0xFFFF ; 89 Green = 0x0000 ; 90 Blue = 0xFFFF ; 91 }; 92}; 93 94ModalDialog DLG_DBASE_INDEXES 95{ 96 HelpID = "dbaccess:ModalDialog:DLG_DBASE_INDEXES"; 97 OutputSize = TRUE ; 98 SVLook = TRUE ; 99 Size = MAP_APPFONT ( WIN_X , WIN_Y ) ; 100 Text [ en-US ] = "Indexes" ; 101 Moveable = TRUE ; 102 Closeable = TRUE ; 103 OKButton PB_OK 104 { 105 Pos = MAP_APPFONT ( 208 , 5 ) ; 106 Size = MAP_APPFONT ( 50 , 14 ) ; 107 TabStop = TRUE ; 108 }; 109 CancelButton PB_CANCEL 110 { 111 Pos = MAP_APPFONT ( 208 , 23 ) ; 112 Size = MAP_APPFONT ( 50 , 14 ) ; 113 TabStop = TRUE ; 114 }; 115 HelpButton PB_HELP 116 { 117 Pos = MAP_APPFONT ( 208 , 43 ) ; 118 Size = MAP_APPFONT ( 50 , 14 ) ; 119 TabStop = TRUE ; 120 }; 121 FixedText FT_TABLES 122 { 123 Pos = MAP_APPFONT ( 8 , 7 ) ; 124 Size = MAP_APPFONT ( 50 , 8 ) ; 125 Text [ en-US ] = "~Table"; 126 }; 127 ComboBox CB_TABLES 128 { 129 HelpID = "dbaccess:ComboBox:DLG_DBASE_INDEXES:CB_TABLES"; 130 Border = TRUE ; 131 SVLook = TRUE ; 132 Pos = MAP_APPFONT ( 62 , 5 ) ; 133 Size = MAP_APPFONT ( 134 , 12 ) ; 134 TabStop = TRUE ; 135 DropDown = TRUE ; 136 }; 137 FixedLine FL_INDEXES 138 { 139 Pos = MAP_APPFONT ( 6 , 22 ) ; 140 Size = MAP_APPFONT ( 196 , 8 ) ; 141 Text [ en-US ] = "Assignment" ; 142 }; 143 FixedText FT_TABLEINDEXES 144 { 145 Pos = MAP_APPFONT ( 12 , 33 ) ; 146 Size = MAP_APPFONT ( 83 , 8 ) ; 147 Text [ en-US ] = "T~able indexes"; 148 }; 149 ListBox LB_TABLEINDEXES 150 { 151 HelpID = "dbaccess:ListBox:DLG_DBASE_INDEXES:LB_TABLEINDEXES"; 152 Border = TRUE ; 153 SVLook = TRUE ; 154 Pos = MAP_APPFONT ( 12 , 44 ) ; 155 Size = MAP_APPFONT ( 76 , 98 ) ; 156 TabStop = TRUE ; 157 }; 158 FixedText FT_ALLINDEXES 159 { 160 Pos = MAP_APPFONT ( 120 , 33 ) ; 161 Size = MAP_APPFONT ( 73 , 8 ) ; 162 Text [ en-US ] = "~Free indexes"; 163 }; 164 ListBox LB_FREEINDEXES 165 { 166 HelpID = "dbaccess:ListBox:DLG_DBASE_INDEXES:LB_FREEINDEXES"; 167 Border = TRUE ; 168 SVLook = TRUE ; 169 Pos = MAP_APPFONT ( 120 , 44 ) ; 170 Size = MAP_APPFONT ( 76 , 98 ) ; 171 TabStop = TRUE ; 172 }; 173 ImageButton IB_ADD 174 { 175 HelpID = "dbaccess:ImageButton:DLG_DBASE_INDEXES:IB_ADD"; 176 Pos = MAP_APPFONT ( 94 , 60 ) ; 177 Size = MAP_APPFONT ( 20 , 14 ) ; 178 TabStop = TRUE ; 179 ButtonImage = Image 180 { 181 ImageBitmap = Bitmap 182 { 183 File = "one_left.bmp" ; 184 }; 185 MaskColor = Color 186 { 187 Red = 0xFFFF ; 188 Green = 0x0000 ; 189 Blue = 0xFFFF ; 190 }; 191 }; 192 }; 193 ImageButton IB_ADDALL 194 { 195 HelpID = "dbaccess:ImageButton:DLG_DBASE_INDEXES:IB_ADDALL"; 196 Pos = MAP_APPFONT ( 94 , 77 ) ; 197 Size = MAP_APPFONT ( 20 , 14 ) ; 198 TabStop = TRUE ; 199 ButtonImage = Image 200 { 201 ImageBitmap = Bitmap 202 { 203 File = "all_left.bmp" ; 204 }; 205 MaskColor = Color 206 { 207 Red = 0xFFFF ; 208 Green = 0x0000 ; 209 Blue = 0xFFFF ; 210 }; 211 }; 212 }; 213 ImageButton IB_REMOVE 214 { 215 HelpID = "dbaccess:ImageButton:DLG_DBASE_INDEXES:IB_REMOVE"; 216 Pos = MAP_APPFONT ( 94 , 98 ) ; 217 Size = MAP_APPFONT ( 20 , 14 ) ; 218 TabStop = TRUE ; 219 ButtonImage = Image 220 { 221 ImageBitmap = Bitmap 222 { 223 File = "one_right.bmp" ; 224 }; 225 MaskColor = Color 226 { 227 Red = 0xFFFF ; 228 Green = 0x0000 ; 229 Blue = 0xFFFF ; 230 }; 231 }; 232 }; 233 ImageButton IB_REMOVEALL 234 { 235 HelpID = "dbaccess:ImageButton:DLG_DBASE_INDEXES:IB_REMOVEALL"; 236 Pos = MAP_APPFONT ( 94, 114 ) ; 237 Size = MAP_APPFONT ( 20 , 14 ) ; 238 TabStop = TRUE ; 239 ButtonImage = Image 240 { 241 ImageBitmap = Bitmap 242 { 243 File = "all_right.bmp" ; 244 }; 245 MaskColor = Color 246 { 247 Red = 0xFFFF ; 248 Green = 0x0000 ; 249 Blue = 0xFFFF ; 250 }; 251 }; 252 }; 253 254}; 255