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#ifndef _SECURITYPAGE_HRC_
24#define _SECURITYPAGE_HRC_
25
26
27#define PASSWORD_TO_OPEN_FL                 1
28#define PASSWORD_TO_OPEN_FT                 2
29#define PASSWORD_TO_OPEN_ED                 3
30#define CONFIRM_PASSWORD_TO_OPEN_FT         4
31#define CONFIRM_PASSWORD_TO_OPEN_ED         5
32#define PASSWORD_INFO_FT                    6
33#define PASSWORD_TO_MODIFY_FL               7
34#define PASSWORD_TO_MODIFY_FT               8
35#define PASSWORD_TO_MODIFY_ED               9
36#define CONFIRM_PASSWORD_TO_MODIFY_FT       10
37#define CONFIRM_PASSWORD_TO_MODIFY_ED       11
38#define OPTIONS_FL                          12
39#define OPEN_READONLY_CB                    13
40#define RECORD_CHANGES_CB                   14
41#define CHANGE_PROTECTION_PB                15
42
43#define STR_PROTECT                         101
44#define STR_UNPROTECT                       102
45#define STR_END_REDLINING_WARNING           103
46
47#endif
48
49