1*fefe2166SAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3*fefe2166SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*fefe2166SAndrew Rist * or more contributor license agreements. See the NOTICE file 5*fefe2166SAndrew Rist * distributed with this work for additional information 6*fefe2166SAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*fefe2166SAndrew Rist * to you under the Apache License, Version 2.0 (the 8*fefe2166SAndrew Rist * "License"); you may not use this file except in compliance 9*fefe2166SAndrew Rist * with the License. You may obtain a copy of the License at 10cdf0e10cSrcweir * 11*fefe2166SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12cdf0e10cSrcweir * 13*fefe2166SAndrew Rist * Unless required by applicable law or agreed to in writing, 14*fefe2166SAndrew Rist * software distributed under the License is distributed on an 15*fefe2166SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*fefe2166SAndrew Rist * KIND, either express or implied. See the License for the 17*fefe2166SAndrew Rist * specific language governing permissions and limitations 18*fefe2166SAndrew Rist * under the License. 19cdf0e10cSrcweir * 20*fefe2166SAndrew Rist *************************************************************/ 21*fefe2166SAndrew Rist 22*fefe2166SAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir#define TB_BACK 1 25cdf0e10cSrcweir#define ILIST_TBX 90 26cdf0e10cSrcweir#define ILIST_TBX_HC 91 27cdf0e10cSrcweir 28cdf0e10cSrcweir#define FL_SEPARATOR 7 29cdf0e10cSrcweir 30cdf0e10cSrcweir#define FL_STATUS 60 31cdf0e10cSrcweir#define FT_STATUS1 61 32cdf0e10cSrcweir#define FL_TRANSFERSTATUS 62 33cdf0e10cSrcweir#define FT_TRANSFERSTATUS 63 34cdf0e10cSrcweir#define PB_PROGRESS 64 35cdf0e10cSrcweir#define FT_ERRORSTATUS 65 36cdf0e10cSrcweir#define PB_DETAILS 66 37cdf0e10cSrcweir#define LB_STATUS 67 38cdf0e10cSrcweir#define FI_PAUSED 68 39cdf0e10cSrcweir#define PB_STOP 69 40cdf0e10cSrcweir#define PB_CLOSE 70 41cdf0e10cSrcweir#define ST_CONTINUE 71 42cdf0e10cSrcweir#define ST_LESS 72 43cdf0e10cSrcweir#define ST_TASK 73 44cdf0e10cSrcweir#define ST_STATUS 74 45cdf0e10cSrcweir#define ILIST 75 46cdf0e10cSrcweir#define ILIST_HC 76 47cdf0e10cSrcweir#define ST_SEND 77 48cdf0e10cSrcweir#define ST_SENDINGTO 78 49cdf0e10cSrcweir#define ST_COMPLETED 79 50cdf0e10cSrcweir#define ST_FAILED 80 51cdf0e10cSrcweir#define ST_TERMINATEQUERY 81 52cdf0e10cSrcweir 53cdf0e10cSrcweir#define IM_WARNING 10 54cdf0e10cSrcweir#define FI_WARNING 11 55cdf0e10cSrcweir#define FT_DETAILS 12 56cdf0e10cSrcweir#define ED_DETAILS 13 57cdf0e10cSrcweir#define PB_OK 14 58