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.png" ; 39 }; 40}; 41 42Image IMG_ALL_LEFT_H 43{ 44 ImageBitmap = Bitmap 45 { 46 File = "all_left_h.png" ; 47 }; 48}; 49 50Image IMG_ONE_RIGHT_H 51{ 52 ImageBitmap = Bitmap 53 { 54 File = "one_right_h.png" ; 55 }; 56}; 57 58Image IMG_ALL_RIGHT_H 59{ 60 ImageBitmap = Bitmap 61 { 62 File = "all_right_h.png" ; 63 }; 64}; 65 66ModalDialog DLG_DBASE_INDEXES 67{ 68 HelpID = "dbaccess:ModalDialog:DLG_DBASE_INDEXES" ; 69 OutputSize = TRUE ; 70 SVLook = TRUE ; 71 Size = MAP_APPFONT ( WIN_X, WIN_Y ) ; 72 Text [ en-US ] = "Indexes" ; 73 Moveable = TRUE ; 74 Closeable = TRUE ; 75 OKButton PB_OK 76 { 77 Pos = MAP_APPFONT ( 208, 5 ) ; 78 Size = MAP_APPFONT ( 50, 14 ) ; 79 TabStop = TRUE ; 80 }; 81 CancelButton PB_CANCEL 82 { 83 Pos = MAP_APPFONT ( 208, 23 ) ; 84 Size = MAP_APPFONT ( 50, 14 ) ; 85 TabStop = TRUE ; 86 }; 87 HelpButton PB_HELP 88 { 89 Pos = MAP_APPFONT ( 208, 43 ) ; 90 Size = MAP_APPFONT ( 50, 14 ) ; 91 TabStop = TRUE ; 92 }; 93 FixedText FT_TABLES 94 { 95 Pos = MAP_APPFONT ( 8, 7 ) ; 96 Size = MAP_APPFONT ( 50, 8 ) ; 97 Text [ en-US ] = "~Table" ; 98 }; 99 ComboBox CB_TABLES 100 { 101 HelpID = "dbaccess:ComboBox:DLG_DBASE_INDEXES:CB_TABLES" ; 102 Border = TRUE ; 103 SVLook = TRUE ; 104 Pos = MAP_APPFONT ( 62, 5 ) ; 105 Size = MAP_APPFONT ( 134, 12 ) ; 106 TabStop = TRUE ; 107 DropDown = TRUE ; 108 }; 109 FixedLine FL_INDEXES 110 { 111 Pos = MAP_APPFONT ( 6, 22 ) ; 112 Size = MAP_APPFONT ( 196, 8 ) ; 113 Text [ en-US ] = "Assignment" ; 114 }; 115 FixedText FT_TABLEINDEXES 116 { 117 Pos = MAP_APPFONT ( 12, 33 ) ; 118 Size = MAP_APPFONT ( 83, 8 ) ; 119 Text [ en-US ] = "T~able indexes" ; 120 }; 121 ListBox LB_TABLEINDEXES 122 { 123 HelpID = "dbaccess:ListBox:DLG_DBASE_INDEXES:LB_TABLEINDEXES" ; 124 Border = TRUE ; 125 SVLook = TRUE ; 126 Pos = MAP_APPFONT ( 12, 44 ) ; 127 Size = MAP_APPFONT ( 76, 98 ) ; 128 TabStop = TRUE ; 129 }; 130 FixedText FT_ALLINDEXES 131 { 132 Pos = MAP_APPFONT ( 120, 33 ) ; 133 Size = MAP_APPFONT ( 73, 8 ) ; 134 Text [ en-US ] = "~Free indexes" ; 135 }; 136 ListBox LB_FREEINDEXES 137 { 138 HelpID = "dbaccess:ListBox:DLG_DBASE_INDEXES:LB_FREEINDEXES" ; 139 Border = TRUE ; 140 SVLook = TRUE ; 141 Pos = MAP_APPFONT ( 120, 44 ) ; 142 Size = MAP_APPFONT ( 76, 98 ) ; 143 TabStop = TRUE ; 144 }; 145 ImageButton IB_ADD 146 { 147 HelpID = "dbaccess:ImageButton:DLG_DBASE_INDEXES:IB_ADD" ; 148 Pos = MAP_APPFONT ( 94, 60 ) ; 149 Size = MAP_APPFONT ( 20, 14 ) ; 150 TabStop = TRUE ; 151 ButtonImage = Image 152 { 153 ImageBitmap = Bitmap 154 { 155 File = "one_left.png" ; 156 }; 157 }; 158 }; 159 ImageButton IB_ADDALL 160 { 161 HelpID = "dbaccess:ImageButton:DLG_DBASE_INDEXES:IB_ADDALL" ; 162 Pos = MAP_APPFONT ( 94, 77 ) ; 163 Size = MAP_APPFONT ( 20, 14 ) ; 164 TabStop = TRUE ; 165 ButtonImage = Image 166 { 167 ImageBitmap = Bitmap 168 { 169 File = "all_left.png" ; 170 }; 171 }; 172 }; 173 ImageButton IB_REMOVE 174 { 175 HelpID = "dbaccess:ImageButton:DLG_DBASE_INDEXES:IB_REMOVE" ; 176 Pos = MAP_APPFONT ( 94, 98 ) ; 177 Size = MAP_APPFONT ( 20, 14 ) ; 178 TabStop = TRUE ; 179 ButtonImage = Image 180 { 181 ImageBitmap = Bitmap 182 { 183 File = "one_right.png" ; 184 }; 185 }; 186 }; 187 ImageButton IB_REMOVEALL 188 { 189 HelpID = "dbaccess:ImageButton:DLG_DBASE_INDEXES:IB_REMOVEALL" ; 190 Pos = MAP_APPFONT ( 94, 114 ) ; 191 Size = MAP_APPFONT ( 20, 14 ) ; 192 TabStop = TRUE ; 193 ButtonImage = Image 194 { 195 ImageBitmap = Bitmap 196 { 197 File = "all_right.png" ; 198 }; 199 }; 200 }; 201 202}; 203 204// ********************************************************************** EOF 205