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 TTSTART				12345
24
25#define DisplayHidToolBox	( TTSTART + 0 )
26#define TT_SHOW				1
27#define TT_SHOW2			( TTSTART + 1 )
28#define TT_OUTPUT			3
29#define TT_SEND_DATA		4
30#define TT_ALLWIN			5
31#define TT_KURZNAME			6
32#define TT_LANGNAME			7
33#define TT_ALTERNATE_CAPTION ( TTSTART + 2 )
34
35#define TT_INLINE_TRANSLATION ( TTSTART + 3)
36#define TT_GB_TRANSLATION	1
37#define TT_E_NEW			2
38#define TT_FT_OLD			3
39#define TT_GB_COMMENT		4
40#define TT_E_COMMENT		5
41
42#define TT_PB_SELECT		6
43#define TT_PB_RESTORE		7
44#define TT_PB_ACCEPT		8
45#define TT_PB_NEXT			9
46
47#define TT_DISCARD_CHANGED_DATA ( TTSTART + 4 )
48#define TT_NO_CONTROL		( TTSTART + 5 )
49
50
51#define TT_GPF				( TTSTART + 6 )
52