xref: /aoo4110/main/sc/source/ui/inc/retypepassdlg.hrc (revision b1cdbd2c)
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#include <sc.hrc>
25
26#define BTN_OK                   1
27#define BTN_CANCEL               2
28#define BTN_HELP                 3
29
30#define FT_DESC                 10
31#define FL_DOCUMENT             11
32#define FT_DOCSTATUS            12
33#define BTN_RETYPE_DOC          13
34
35#define FL_SHEET                112
36
37#define FT_SHEETNAME1           113
38#define FT_SHEETSTATUS1         114
39#define BTN_RETYPE_SHEET1       115
40
41#define FT_SHEETNAME2           116
42#define FT_SHEETSTATUS2         117
43#define BTN_RETYPE_SHEET2       118
44
45#define FT_SHEETNAME3           119
46#define FT_SHEETSTATUS3         120
47#define BTN_RETYPE_SHEET3       121
48
49#define FT_SHEETNAME4           122
50#define FT_SHEETSTATUS4         123
51#define BTN_RETYPE_SHEET4       124
52
53#define SB_SCROLL               190
54
55#define STR_NOT_PROTECTED       200
56#define STR_NOT_PASS_PROTECTED  201
57#define STR_HASH_BAD            202
58#define STR_HASH_GOOD           203
59#define STR_HASH_REGENERATED    204
60
61#define FT_PASSWORD1            301
62#define ED_PASSWORD1            302
63#define FT_PASSWORD2            303
64#define ED_PASSWORD2            304
65#define BTN_MATCH_OLD_PASSWORD  305
66#define BTN_RETYPE_PASSWORD     306
67#define BTN_REMOVE_PASSWORD     307
68