xref: /aoo4110/main/cui/source/dialogs/hyperdlg.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/* Tabpage : Hyperlink - Internet */
25
26#define GRP_LINKTYPE				1
27#define RB_LINKTYP_INTERNET			2
28#define RB_LINKTYP_FTP				3
29#define RB_LINKTYP_TELNET			4
30#define FT_TARGET_HTML				5
31#define CB_TARGET_HTML				6
32#define FT_LOGIN					7
33#define ED_LOGIN					8
34#define FT_PASSWD					9
35#define ED_PASSWD					10
36#define CBX_ANONYMOUS				11
37#define BTN_BROWSE					12
38#define BTN_TARGET					13
39#define IMG_BROWSE_HC				14
40#define IMG_TARGET_HC				15
41
42/* Tabpage : Hyperlink - Mail & News */
43
44#define GRP_MAILNEWS				1
45#define RB_LINKTYP_MAIL				2
46#define RB_LINKTYP_NEWS				3
47#define FT_RECEIVER					4
48#define CB_RECEIVER					5
49#define	FT_SUBJECT					6
50#define ED_SUBJECT					7
51#define BTN_ADRESSBOOK				8
52#define IMG_ADRESSBOOK_HC			9
53
54/* Tabpage : Hyperlink - Document */
55
56#define GRP_DOCUMENT				1
57#define FT_PATH_DOC					2
58#define CB_PATH_DOC					3
59#define BTN_FILEOPEN				4
60#define GRP_TARGET					5
61#define FT_TARGET_DOC				6
62#define ED_TARGET_DOC				7
63#define FT_URL						8
64#define FT_FULL_URL					9
65#define IMG_FILEOPEN_HC				10
66
67/* Tabpage : Hyperlink - New document */
68
69#define GRP_NEWDOCUMENT				1
70#define RB_EDITNOW					2
71#define RB_EDITLATER				3
72#define FT_PATH_NEWDOC				4
73#define ED_PATH_NEWDOC				5
74#define FT_DOCUMENT_TYPES			6
75#define LB_DOCUMENT_TYPES			7
76#define BTN_CREATE					8
77#define IMG_CREATE_HC				9
78
79/* Tabpage-section : Hyperlink - more justifications */
80
81#define GRP_MORE					30
82#define FT_FRAME					31
83#define CB_FRAME					32
84#define FT_FORM						33
85#define LB_FORM						34
86#define FT_INDICATION				35
87#define ED_INDICATION				36
88#define FT_TEXT						37
89#define ED_TEXT						38
90#define BTN_SCRIPT					39
91#define IMG_SCRIPT_HC				40
92
93#define COL_OLD		54
94#define COL_2		63
95#define COL_DIFF	(COL_2 - COL_OLD)
96
97