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 _DBAUI_DBF_INDEXES_HRC_ 25#include "dbfindex.hrc" 26#endif 27#ifndef _DBU_DLG_HRC_ 28#include "dbu_dlg.hrc" 29#endif 30 31#define WIN_X 264 32#define WIN_Y 149 33 34Image IMG_ONE_LEFT_H 35{ 36 ImageBitmap = Bitmap 37 { 38 File = "one_left_h.bmp" ; 39 }; 40 MaskColor = Color 41 { 42 Red = 0xFFFF ; 43 Green = 0x0000 ; 44 Blue = 0xFFFF ; 45 }; 46}; 47 48Image IMG_ALL_LEFT_H 49{ 50 ImageBitmap = Bitmap 51 { 52 File = "all_left_h.bmp" ; 53 }; 54 MaskColor = Color 55 { 56 Red = 0xFFFF ; 57 Green = 0x0000 ; 58 Blue = 0xFFFF ; 59 }; 60}; 61 62Image IMG_ONE_RIGHT_H 63{ 64 ImageBitmap = Bitmap 65 { 66 File = "one_right_h.bmp" ; 67 }; 68 MaskColor = Color 69 { 70 Red = 0xFFFF ; 71 Green = 0x0000 ; 72 Blue = 0xFFFF ; 73 }; 74}; 75 76Image IMG_ALL_RIGHT_H 77{ 78 ImageBitmap = Bitmap 79 { 80 File = "all_right_h.bmp" ; 81 }; 82 MaskColor = Color 83 { 84 Red = 0xFFFF ; 85 Green = 0x0000 ; 86 Blue = 0xFFFF ; 87 }; 88}; 89 90ModalDialog DLG_DBASE_INDEXES 91{ 92 HelpID = "dbaccess:ModalDialog:DLG_DBASE_INDEXES"; 93 OutputSize = TRUE ; 94 SVLook = TRUE ; 95 Size = MAP_APPFONT ( WIN_X , WIN_Y ) ; 96 Text [ en-US ] = "Indexes" ; 97 Moveable = TRUE ; 98 Closeable = TRUE ; 99 OKButton PB_OK 100 { 101 Pos = MAP_APPFONT ( 208 , 5 ) ; 102 Size = MAP_APPFONT ( 50 , 14 ) ; 103 TabStop = TRUE ; 104 }; 105 CancelButton PB_CANCEL 106 { 107 Pos = MAP_APPFONT ( 208 , 23 ) ; 108 Size = MAP_APPFONT ( 50 , 14 ) ; 109 TabStop = TRUE ; 110 }; 111 HelpButton PB_HELP 112 { 113 Pos = MAP_APPFONT ( 208 , 43 ) ; 114 Size = MAP_APPFONT ( 50 , 14 ) ; 115 TabStop = TRUE ; 116 }; 117 FixedText FT_TABLES 118 { 119 Pos = MAP_APPFONT ( 8 , 7 ) ; 120 Size = MAP_APPFONT ( 50 , 8 ) ; 121 Text [ en-US ] = "~Table"; 122 }; 123 ComboBox CB_TABLES 124 { 125 HelpID = "dbaccess:ComboBox:DLG_DBASE_INDEXES:CB_TABLES"; 126 Border = TRUE ; 127 SVLook = TRUE ; 128 Pos = MAP_APPFONT ( 62 , 5 ) ; 129 Size = MAP_APPFONT ( 134 , 12 ) ; 130 TabStop = TRUE ; 131 DropDown = TRUE ; 132 }; 133 FixedLine FL_INDEXES 134 { 135 Pos = MAP_APPFONT ( 6 , 22 ) ; 136 Size = MAP_APPFONT ( 196 , 8 ) ; 137 Text [ en-US ] = "Assignment" ; 138 }; 139 FixedText FT_TABLEINDEXES 140 { 141 Pos = MAP_APPFONT ( 12 , 33 ) ; 142 Size = MAP_APPFONT ( 83 , 8 ) ; 143 Text [ en-US ] = "T~able indexes"; 144 }; 145 ListBox LB_TABLEINDEXES 146 { 147 HelpID = "dbaccess:ListBox:DLG_DBASE_INDEXES:LB_TABLEINDEXES"; 148 Border = TRUE ; 149 SVLook = TRUE ; 150 Pos = MAP_APPFONT ( 12 , 44 ) ; 151 Size = MAP_APPFONT ( 76 , 98 ) ; 152 TabStop = TRUE ; 153 }; 154 FixedText FT_ALLINDEXES 155 { 156 Pos = MAP_APPFONT ( 120 , 33 ) ; 157 Size = MAP_APPFONT ( 73 , 8 ) ; 158 Text [ en-US ] = "~Free indexes"; 159 }; 160 ListBox LB_FREEINDEXES 161 { 162 HelpID = "dbaccess:ListBox:DLG_DBASE_INDEXES:LB_FREEINDEXES"; 163 Border = TRUE ; 164 SVLook = TRUE ; 165 Pos = MAP_APPFONT ( 120 , 44 ) ; 166 Size = MAP_APPFONT ( 76 , 98 ) ; 167 TabStop = TRUE ; 168 }; 169 ImageButton IB_ADD 170 { 171 HelpID = "dbaccess:ImageButton:DLG_DBASE_INDEXES:IB_ADD"; 172 Pos = MAP_APPFONT ( 94 , 60 ) ; 173 Size = MAP_APPFONT ( 20 , 14 ) ; 174 TabStop = TRUE ; 175 ButtonImage = Image 176 { 177 ImageBitmap = Bitmap 178 { 179 File = "one_left.bmp" ; 180 }; 181 MaskColor = Color 182 { 183 Red = 0xFFFF ; 184 Green = 0x0000 ; 185 Blue = 0xFFFF ; 186 }; 187 }; 188 }; 189 ImageButton IB_ADDALL 190 { 191 HelpID = "dbaccess:ImageButton:DLG_DBASE_INDEXES:IB_ADDALL"; 192 Pos = MAP_APPFONT ( 94 , 77 ) ; 193 Size = MAP_APPFONT ( 20 , 14 ) ; 194 TabStop = TRUE ; 195 ButtonImage = Image 196 { 197 ImageBitmap = Bitmap 198 { 199 File = "all_left.bmp" ; 200 }; 201 MaskColor = Color 202 { 203 Red = 0xFFFF ; 204 Green = 0x0000 ; 205 Blue = 0xFFFF ; 206 }; 207 }; 208 }; 209 ImageButton IB_REMOVE 210 { 211 HelpID = "dbaccess:ImageButton:DLG_DBASE_INDEXES:IB_REMOVE"; 212 Pos = MAP_APPFONT ( 94 , 98 ) ; 213 Size = MAP_APPFONT ( 20 , 14 ) ; 214 TabStop = TRUE ; 215 ButtonImage = Image 216 { 217 ImageBitmap = Bitmap 218 { 219 File = "one_right.bmp" ; 220 }; 221 MaskColor = Color 222 { 223 Red = 0xFFFF ; 224 Green = 0x0000 ; 225 Blue = 0xFFFF ; 226 }; 227 }; 228 }; 229 ImageButton IB_REMOVEALL 230 { 231 HelpID = "dbaccess:ImageButton:DLG_DBASE_INDEXES:IB_REMOVEALL"; 232 Pos = MAP_APPFONT ( 94, 114 ) ; 233 Size = MAP_APPFONT ( 20 , 14 ) ; 234 TabStop = TRUE ; 235 ButtonImage = Image 236 { 237 ImageBitmap = Bitmap 238 { 239 File = "all_right.bmp" ; 240 }; 241 MaskColor = Color 242 { 243 Red = 0xFFFF ; 244 Green = 0x0000 ; 245 Blue = 0xFFFF ; 246 }; 247 }; 248 }; 249 250}; 251