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 24#ifndef _EXTENSIONS_PRELOAD_PRELOAD_HRC_ 25#define _EXTENSIONS_PRELOAD_PRELOAD_HRC_ 26 27#define RID_DLG_OEMWIZARD 1024 28#define RID_TP_LICENSE 1025 29#define RID_TP_WELCOME 1027 30 31 32#define PB_PREV 1 33#define PB_NEXT 2 34#define PB_CANCEL 3 35 36#define ST_ACCEPT 5 37#define ST_FINISH 6 38#define FT_INFO 7 39#define ML_README 8 40#define FT_INFO1 9 41#define FT_INFO2 10 42#define ML_LICENSE 11 43#define ST_LICENSE_AGREEMENT 12 44#define ST_INSERT_USER_DATA 13 45#define IMG_ARROW 14 46#define FT_INFO2_1 15 47#define FT_INFO3_1 16 48#define FT_INFO3 17 49#define PB_PAGEDOWN 18 50#define CB_ACCEPT 19 51#define LICENCE_ACCEPT 20 52#define LICENCE_NOTACCEPT 21 53 54#endif 55