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#define BTN_OK 1 25#define BTN_CANCEL 2 26#define BTN_HELP 3 27#define BTN_SELECTION 4 28#define BTN_DATABASE 5 29#define BTN_EXTERNAL 6 30#define FL_FRAME 7 31 32#define FT_SERVICE 8 33#define LB_SERVICE 9 34#define FT_SOURCE 10 35#define ED_SOURCE 11 36#define FT_NAME 12 37#define ED_NAME 13 38#define FT_USER 14 39#define ED_USER 15 40#define FT_PASSWD 16 41#define ED_PASSWD 17 42 43#define FT_DATABASE 18 44#define LB_DATABASE 19 45#define FT_OBJECT 20 46#define CB_OBJECT 21 47#define FT_OBJTYPE 22 48#define LB_OBJTYPE 23 49 50