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#ifndef DBAUI_WIZARD_PAGES_HRC 24#define DBAUI_WIZARD_PAGES_HRC 25 26 27#define LB_ORG_COLUMN_NAMES 1 28#define LB_NEW_COLUMN_NAMES 2 29 30#define IB_COLUMN_RH 1 31#define IB_COLUMN_LH 2 32#define IB_COLUMNS_RH 3 33#define IB_COLUMNS_LH 4 34#define PB_AUTO 5 35#define PB_OK 6 36#define PB_CANCEL 7 37#define PB_HELP 8 38#define PB_NEXT 9 39#define PB_PREV 10 40#define PB_UNDO 11 41#define IB_COLUMN_UP 12 42#define IB_COLUMN_DOWN 13 43#define IB_COLUMN_UP_RIGHT 14 44#define IB_COLUMN_DOWN_RIGHT 15 45#define PB_ALL 16 46#define PB_NONE 17 47 48#define ET_AUTO 1 49#define ET_TABLENAME 2 50#define ET_KEYNAME 3 51 52#define FT_AUTO 1 53#define FT_TABLE_LEFT 2 54#define FT_TABLE_RIGHT 3 55#define FT_TABLENAME 4 56#define FT_KEYNAME 5 57 58#define FL_COLUMN_SELECT 1 59#define FL_COLUMN_NAME 2 60#define FL_AUTO_TYPE 3 61#define FL_OPTIONS 5 62 63#define RB_DEFDATA 1 64#define RB_DEF 2 65#define RB_VIEW 3 66#define RB_APPENDDATA 4 67#define CB_PRIMARY_COLUMN 5 68#define CB_USEHEADERLINE 6 69 70#define CONTROL_CONTAINER 1 71// controls 72#define CTRL_LEFT 1 73#define CTRL_RIGHT 2 74 75#endif // DBAUI_WIZARD_PAGES_HRC 76 77 78