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#include "globals.hrc" 25#include "fldtdlg.hrc" 26#include "helpid.h" 27TabPage TP_FLD_DB 28{ 29 HelpID = HID_FLD_DB ; 30 SVLook = TRUE ; 31 Hide = TRUE ; 32 Size = MAP_APPFONT ( 260, 185 ) ; 33 FixedText FT_DBTYPE 34 { 35 Pos = MAP_APPFONT ( 6, 3 ) ; 36 Size = MAP_APPFONT ( 76, 8 ) ; 37 Text [ en-US ] = "~Type" ; 38 Left = TRUE ; 39 }; 40 ListBox LB_DBTYPE 41 { 42 HelpID = "sw:ListBox:TP_FLD_DB:LB_DBTYPE" ; 43 Border = TRUE ; 44 Pos = MAP_APPFONT ( 6, 14 ) ; 45 Size = MAP_APPFONT ( 76, 104 ) ; 46 TabStop = TRUE ; 47 Sort = TRUE ; 48 AutoHScroll = TRUE ; 49 /* StringList = 50 { 51 < "Beliebiger Datensatz" ; > ; 52 < "Datensatznummer" ; > ; 53 < "N�chster Datensatz" ; > ; 54 < "Serienbrieffeld" ; > ; 55 < "Datenbankname" ; > ; 56 };*/ 57 }; 58 FixedText FT_DBCONDITION 59 { 60 Pos = MAP_APPFONT ( 6, 126 ) ; 61 Size = MAP_APPFONT ( 76, 8 ) ; 62 Text [ en-US ] = "~Condition" ; 63 Left = TRUE ; 64 }; 65 Edit ED_DBCONDITION 66 { 67 HelpID = "sw:Edit:TP_FLD_DB:ED_DBCONDITION" ; 68 Border = TRUE ; 69 Pos = MAP_APPFONT ( 6, 137 ) ; 70 Size = MAP_APPFONT ( 76, 12 ) ; 71 TabStop = TRUE ; 72 Left = TRUE ; 73 }; 74 FixedText FT_DBSETNUMBER 75 { 76 Pos = MAP_APPFONT ( 6, 156 ) ; 77 Size = MAP_APPFONT ( 76, 8 ) ; 78 Text [ en-US ] = "Record number" ; 79 Left = TRUE ; 80 }; 81 Edit ED_DBSETNUMBER 82 { 83 HelpID = "sw:Edit:TP_FLD_DB:ED_DBSETNUMBER" ; 84 Border = TRUE ; 85 Pos = MAP_APPFONT ( 6, 167 ) ; 86 Size = MAP_APPFONT ( 76, 12 ) ; 87 TabStop = TRUE ; 88 Left = TRUE ; 89 }; 90 FixedText FT_DBSELECTION 91 { 92 Pos = MAP_APPFONT ( 88, 3 ) ; 93 Size = MAP_APPFONT ( 166, 8 ) ; 94 Left = TRUE ; 95 Text [ en-US ] = "Database s~election" ; 96 }; 97 Control TLB_DBLIST 98 { 99 Border = TRUE ; 100 Pos = MAP_APPFONT ( 88, 14 ) ; 101 Size = MAP_APPFONT ( 160, 104 ) ; 102 TabStop = TRUE ; 103 }; 104 FixedText FT_ADDDB 105 { 106 Pos = MAP_APPFONT ( 88, 123) ; 107 Size = MAP_APPFONT ( 105, 8 ) ; 108 Text [ en-US ] = "Add database file" ; 109 }; 110 PushButton PB_ADDDB 111 { 112 HelpID = "sw:PushButton:TP_FLD_DB:PB_ADDDB" ; 113 Pos = MAP_APPFONT ( 198, 121) ; 114 Size = MAP_APPFONT ( 50, 14 ) ; 115 Text [ en-US ] = "Browse..." ; 116 }; 117 118 RadioButton RB_DBOWNFORMAT 119 { 120 HelpID = "sw:RadioButton:TP_FLD_DB:RB_DBOWNFORMAT" ; 121 Pos = MAP_APPFONT ( 94, 153 ) ; 122 Size = MAP_APPFONT ( 150, 10 ) ; 123 Check = TRUE ; 124 Text [ en-US ] = "From database" ; 125 }; 126 RadioButton RB_DBFORMAT 127 { 128 HelpID = "sw:RadioButton:TP_FLD_DB:RB_DBFORMAT" ; 129 Pos = MAP_APPFONT ( 94, 166 ) ; 130 Size = MAP_APPFONT ( 100, 10 ) ; 131 Text [ en-US ] = "User-defined" ; 132 }; 133 ListBox LB_DBNUMFORMAT 134 { 135 HelpID = "sw:ListBox:TP_FLD_DB:LB_DBNUMFORMAT" ; 136 Border = TRUE ; 137 Pos = MAP_APPFONT ( 195, 164 ) ; 138 Size = MAP_APPFONT ( 53, 60 ) ; 139 TabStop = TRUE ; 140 AutoHScroll = TRUE ; 141 DropDown = TRUE ; 142 }; 143 ListBox LB_DBFORMAT 144 { 145 HelpID = "sw:ListBox:TP_FLD_DB:LB_DBFORMAT" ; 146 Border = TRUE ; 147 Pos = MAP_APPFONT ( 195, 163 ) ; 148 Size = MAP_APPFONT ( 53, 60 ) ; 149 TabStop = TRUE ; 150 AutoHScroll = TRUE ; 151 DropDown = TRUE ; 152 Sort = FALSE ; 153 Hide = TRUE ; 154 }; 155 FixedLine FL_DBFORMAT 156 { 157 Pos = MAP_APPFONT ( 88, 141 ) ; 158 Size = MAP_APPFONT ( 166, 8 ) ; 159 Text [ en-US ] = "Format" ; 160 }; 161 FixedLine FL_DBFORMAT_VERT 162 { 163 Pos = MAP_APPFONT ( 87, 152 ) ; 164 Size = MAP_APPFONT ( 4, 28 ) ; 165 Vert = TRUE; 166 }; 167 Text [ en-US ] = "Database" ; 168}; 169 170// ********************************************************************** EOF 171