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#define FLT_WIN_ANIMATION 619 24#define CTL_DISPLAY 1 25#define BTN_FIRST 1 26#define BTN_REVERSE 2 27#define BTN_STOP 3 28#define BTN_PLAY 4 29#define BTN_LAST 5 30#define BTN_GET_ONE_OBJECT 6 31#define BTN_GET_ALL_OBJECTS 7 32#define BTN_REMOVE_BITMAP 8 33#define BTN_REMOVE_ALL 9 34#define BTN_CREATE_GROUP 10 35#define NUM_FLD_BITMAP 1 36#define TIME_FIELD 1 37#define FT_COUNT 1 38#define FI_COUNT 2 39#define GRP_BITMAP 1 40#define RBT_GROUP 1 41#define RBT_BITMAP 2 42#define FT_ADJUSTMENT 4 43#define LB_ADJUSTMENT 2 44#define LB_LOOP_COUNT 3 45#define GRP_ANIMATION_GROUP 2 46//IAccessibility2 Implementation 2009----- 47#define STR_DISPLAY 1 48//-----IAccessibility2 Implementation 2009 49