1*8414840eSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*8414840eSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*8414840eSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*8414840eSAndrew Rist * distributed with this work for additional information
6*8414840eSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*8414840eSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*8414840eSAndrew Rist * "License"); you may not use this file except in compliance
9*8414840eSAndrew Rist * with the License.  You may obtain a copy of the License at
10*8414840eSAndrew Rist *
11*8414840eSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*8414840eSAndrew Rist *
13*8414840eSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*8414840eSAndrew Rist * software distributed under the License is distributed on an
15*8414840eSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*8414840eSAndrew Rist * KIND, either express or implied.  See the License for the
17*8414840eSAndrew Rist * specific language governing permissions and limitations
18*8414840eSAndrew Rist * under the License.
19*8414840eSAndrew Rist *
20*8414840eSAndrew Rist *************************************************************/
21*8414840eSAndrew Rist
22*8414840eSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#ifndef _SVX_SECURITYOPTIONS_HRC
25cdf0e10cSrcweir#define _SVX_SECURITYOPTIONS_HRC
26cdf0e10cSrcweir
27cdf0e10cSrcweir#define FL_WARNINGS         10
28cdf0e10cSrcweir#define FI_WARNINGS         11
29cdf0e10cSrcweir#define FI_SAVESENDDOCS     12
30cdf0e10cSrcweir#define CB_SAVESENDDOCS     13
31cdf0e10cSrcweir#define FI_SIGNDOCS         14
32cdf0e10cSrcweir#define CB_SIGNDOCS         15
33cdf0e10cSrcweir#define FI_PRINTDOCS        16
34cdf0e10cSrcweir#define CB_PRINTDOCS        17
35cdf0e10cSrcweir#define FI_CREATEPDF        18
36cdf0e10cSrcweir#define CB_CREATEPDF        19
37cdf0e10cSrcweir#define FL_OPTIONS          20
38cdf0e10cSrcweir#define FI_REMOVEINFO       21
39cdf0e10cSrcweir#define CB_REMOVEINFO       22
40cdf0e10cSrcweir#define FI_RECOMMENDPWD     23
41cdf0e10cSrcweir#define CB_RECOMMENDPWD     24
42cdf0e10cSrcweir#define FI_CTRLHYPERLINK    25
43cdf0e10cSrcweir#define CB_CTRLHYPERLINK    26
44cdf0e10cSrcweir#define FL_BUTTONS          27
45cdf0e10cSrcweir#define PB_OK               28
46cdf0e10cSrcweir#define PB_CANCEL           29
47cdf0e10cSrcweir#define PB_HELP             30
48cdf0e10cSrcweir
49cdf0e10cSrcweir#define DLG_WIDTH           260
50cdf0e10cSrcweir
51cdf0e10cSrcweir#define COL_0               (RSC_SP_DLG_INNERBORDER_LEFT)
52cdf0e10cSrcweir#define COL_1               (COL_0+RSC_SP_FLGR_SPACE_X)
53cdf0e10cSrcweir#define COL_2               (COL_1+RSC_SP_CHK_TEXTINDENT)
54cdf0e10cSrcweir#define COL_4               (DLG_WIDTH-RSC_SP_DLG_INNERBORDER_RIGHT)
55cdf0e10cSrcweir#define COL_3               (COL_4-RSC_SP_FLGR_SPACE_X)
56cdf0e10cSrcweir
57cdf0e10cSrcweir#define COL_C               (COL_4-RSC_CD_PUSHBUTTON_WIDTH)
58cdf0e10cSrcweir#define COL_B               (COL_C-RSC_SP_CTRL_X-RSC_CD_PUSHBUTTON_WIDTH)
59cdf0e10cSrcweir#define COL_A               (COL_B-RSC_SP_CTRL_GROUP_X-RSC_CD_PUSHBUTTON_WIDTH)
60cdf0e10cSrcweir
61cdf0e10cSrcweir#define CHECKBOX_WIDTH      ((COL_3-COL_2-RSC_SP_CTRL_X)/2)
62cdf0e10cSrcweir
63cdf0e10cSrcweir#define ROW_0               (RSC_SP_DLG_INNERBORDER_TOP)
64cdf0e10cSrcweir#define ROW_1               (ROW_0+RSC_CD_FIXEDLINE_HEIGHT+RSC_SP_FLGR_SPACE_Y)
65cdf0e10cSrcweir#define ROW_2               (ROW_1+2*RSC_CD_FIXEDTEXT_HEIGHT+RSC_SP_FLGR_SPACE_Y)
66cdf0e10cSrcweir#define ROW_3               (ROW_2+RSC_CD_CHECKBOX_HEIGHT+RSC_SP_FLGR_SPACE_Y)
67cdf0e10cSrcweir#define ROW_4               (ROW_3+RSC_CD_CHECKBOX_HEIGHT+RSC_SP_FLGR_SPACE_Y)
68cdf0e10cSrcweir#define ROW_5               (ROW_4+RSC_CD_FIXEDLINE_HEIGHT+RSC_SP_FLGR_SPACE_Y)
69cdf0e10cSrcweir#define ROW_6               (ROW_5+RSC_CD_CHECKBOX_HEIGHT+RSC_SP_FLGR_SPACE_Y)
70cdf0e10cSrcweir#define ROW_7               (ROW_6+RSC_CD_CHECKBOX_HEIGHT+RSC_SP_FLGR_SPACE_Y)
71cdf0e10cSrcweir#define ROW_8               (ROW_7+RSC_CD_CHECKBOX_HEIGHT+RSC_SP_FLGR_SPACE_Y)
72cdf0e10cSrcweir#define ROW_9               (ROW_8+RSC_CD_FIXEDLINE_HEIGHT+RSC_SP_FLGR_SPACE_Y)
73cdf0e10cSrcweir#define ROW_10              (ROW_9+RSC_CD_PUSHBUTTON_HEIGHT+RSC_SP_DLG_INNERBORDER_BOTTOM)
74cdf0e10cSrcweir
75cdf0e10cSrcweir#endif // #ifndef _SVX_SECURITYOPTIONS_HRC
76cdf0e10cSrcweir
77