xref: /aoo41x/main/basic/inc/basic/testtool.hrc (revision 80d6f4e2)
1*80d6f4e2SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*80d6f4e2SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*80d6f4e2SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*80d6f4e2SAndrew Rist * distributed with this work for additional information
6*80d6f4e2SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*80d6f4e2SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*80d6f4e2SAndrew Rist * "License"); you may not use this file except in compliance
9*80d6f4e2SAndrew Rist * with the License.  You may obtain a copy of the License at
10*80d6f4e2SAndrew Rist *
11*80d6f4e2SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*80d6f4e2SAndrew Rist *
13*80d6f4e2SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*80d6f4e2SAndrew Rist * software distributed under the License is distributed on an
15*80d6f4e2SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*80d6f4e2SAndrew Rist * KIND, either express or implied.  See the License for the
17*80d6f4e2SAndrew Rist * specific language governing permissions and limitations
18*80d6f4e2SAndrew Rist * under the License.
19*80d6f4e2SAndrew Rist *
20*80d6f4e2SAndrew Rist *************************************************************/
21*80d6f4e2SAndrew Rist
22*80d6f4e2SAndrew Rist
23cdf0e10cSrcweir#define S_INVALID_KEYCODE		257
24cdf0e10cSrcweir#define S_MANDATORY_FILE		258
25cdf0e10cSrcweir#define S_READING_LONGNAMES		259
26cdf0e10cSrcweir#define S_READING_SLOT_IDS		260
27cdf0e10cSrcweir#define S_READING_CONTROLS		261
28cdf0e10cSrcweir#define S_READING_BASIC_MODULE	262
29cdf0e10cSrcweir#define S_STARTING_APPLICATION	263
30cdf0e10cSrcweir
31cdf0e10cSrcweir
32cdf0e10cSrcweir
33