xref: /AOO41X/main/sfx2/source/dialog/dinfdlg.hrc (revision 4d7c9de063a797b8b4f3d45e3561e82ad1f8ef1f)
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 _DINFDLG_HRC
24#define _DINFDLG_HRC
25
26#include <svtools/controldims.hrc>
27
28// const -----------------------------------------------------------------
29
30#define CUSTOM_TYPE_UNKNOWN     0
31#define CUSTOM_TYPE_TEXT        1
32#define CUSTOM_TYPE_NUMBER      2
33#define CUSTOM_TYPE_DATE        3
34#define CUSTOM_TYPE_BOOLEAN     4
35#define CUSTOM_TYPE_DURATION    5
36#define CUSTOM_TYPE_DATETIME    6
37
38// 4 TP_DOCINFORELOAD
39#define PAGE_WIDTH          260
40#define WIDTH_CTRL_SPACE    3
41#define WIDTH_0             10
42#define WIDTH_1             48
43#define WIDTH_2             28
44#define WIDTH_FT1           (WIDTH_1 - WIDTH_CTRL_SPACE)
45#define COL_0               6
46#define COL_1               (COL_0+WIDTH_0)
47#define COL_2               (COL_1+WIDTH_1)
48#define COL_3               (COL_2+WIDTH_2)
49#define COL_4               (COL_3+WIDTH_CTRL_SPACE)
50#define COL_7               (PAGE_WIDTH-2*WIDTH_0)
51#define COL_6               (COL_7-WIDTH_0)
52#define COL_5               (COL_6-WIDTH_CTRL_SPACE)
53#define COL_LAST            COL_7
54
55#define ROWDIFF_FT_EDTFLD   ((RSC_CD_TEXTBOX_HEIGHT-RSC_CD_FIXEDTEXT_HEIGHT)/2)
56#define ROW_0               6
57#define ROW_1               (ROW_0+16)
58#define ROW_2               (ROW_1+13)
59#define ROW_3               (ROW_2+16)
60#define ROW_4               (ROW_3+13)
61#define ROW_5               (ROW_4+16)
62#define ROW_6               (ROW_5+16)
63
64// defines ---------------------------------------------------------------
65
66#define FT_FILE             1
67#define FT_FILE_VAL         2
68#define FT_CHANGE           3
69#define FT_CHANGE_VAL       4
70#define FT_CREATE           7
71#define FT_CREATE_VAL       8
72#define FT_TITLE            9
73#define ED_TITLE            10
74#define FT_THEMA            11
75#define ED_THEMA            12
76#define FT_KEYWORDS         13
77#define ED_KEYWORDS         14
78#define FT_INFO1            15
79#define ED_INFO1            16
80#define FT_INFO2            17
81#define ED_INFO2            18
82#define FT_INFO3            19
83#define ED_INFO3            20
84#define FT_INFO4            21
85#define ED_INFO4            22
86#define FT_COMMENT          23
87#define ED_COMMENT          24
88#define GB_INFO             30
89#define FT_TEMPL            32
90#define FT_TEMPL_VAL        33
91#define BTN_EDITLABEL       34
92#define FT_TIMELOG          35
93#define FT_TIMELOG_VAL      36
94#define FT_DOCNO            37
95#define FT_DOCNO_VAL        38
96#define FT_URL              43
97#define ED_URL              44
98#define CB_FILE_READONLY    48
99#define CB_USE_USERDATA     49
100#define BMP_FILE_1          50
101#define ED_FILE_NAME        51
102#define FL_FILE_1           52
103#define FT_FILE_TYP         53
104#define FT_FILE_SHOW_TYP    54
105#define FT_FILE_SIZE        55
106#define FT_FILE_SHOW_SIZE   56
107#define FL_FILE_2           57
108#define FT_PRINT            58
109#define FT_PRINT_VAL        59
110#define STR_UNKNOWNSIZE     60
111#define FL_FILE_3           61
112#define BTN_DELETE          62
113
114#define RB_NOAUTOUPDATE     63
115#define RB_RELOADUPDATE     64
116#define RB_FORWARDUPDATE    65
117#define FT_EVERY            66
118#define ED_RELOAD           67
119#define FT_RELOADSECS       68
120#define FT_AFTER            69
121#define ED_FORWARD          70
122#define FT_FORWARDSECS      71
123#define FT_FRAME            72
124#define CB_FRAME            73
125#define PB_BROWSEURL        74
126#define STR_FORWARD_ERRMSSG 75
127
128#define FT_SIGNED           76
129#define FT_SIGNED_VAL       77
130#define STR_MULTSIGNED      78
131#define BTN_SIGNATURE       79
132
133#define WIN_PROPERTIES      90
134#define SB_VERTICAL         91
135#define FT_PROPERTIES       92
136#define CTRL_PROPERTIES     93
137#define BTN_ADD             94
138#define LB_PROPNAME         95
139#define ED_PROPVALUE        96
140#define RB_PROPYES          96
141#define RB_PROPNO           97
142#define LB_PROPTYPE         98
143#define PB_REMOVEPROP       99
144#define RB_PROPERTY_YES     100
145#define RB_PROPERTY_NO      101
146
147#define STR_HEADER_NAME     90
148#define STR_HEADER_TYPE     91
149#define STR_HEADER_VALUE    92
150#define STR_HEADER_ACTION   93
151
152#define EDIT_FILE_NAME      94
153
154#define PB_OK                   100
155#define PB_CANCEL               101
156#define PB_HELP                 102
157#define CB_NEGATIVE             103
158#define FT_YEAR                 104
159#define ED_YEAR                 105
160#define FT_MONTH                106
161#define ED_MONTH                107
162#define FT_DAY                  108
163#define ED_DAY                  109
164#define FT_HOUR                 110
165#define ED_HOUR                 111
166#define FT_MINUTE               112
167#define ED_MINUTE               113
168#define FT_SECOND               114
169#define ED_SECOND               115
170#define FT_MSECOND              116
171#define ED_MSECOND              117
172#define FL_DURATION             118
173
174#endif
175
176