xref: /aoo41x/main/cui/source/dialogs/hyperdlg.hrc (revision cdf0e10c)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28/* Tabpage : Hyperlink - Internet */
29
30#define GRP_LINKTYPE				1
31#define RB_LINKTYP_INTERNET			2
32#define RB_LINKTYP_FTP				3
33#define RB_LINKTYP_TELNET			4
34#define FT_TARGET_HTML				5
35#define CB_TARGET_HTML				6
36#define FT_LOGIN					7
37#define ED_LOGIN					8
38#define FT_PASSWD					9
39#define ED_PASSWD					10
40#define CBX_ANONYMOUS				11
41#define BTN_BROWSE					12
42#define BTN_TARGET					13
43#define IMG_BROWSE_HC				14
44#define IMG_TARGET_HC				15
45
46/* Tabpage : Hyperlink - Mail & News */
47
48#define GRP_MAILNEWS				1
49#define RB_LINKTYP_MAIL				2
50#define RB_LINKTYP_NEWS				3
51#define FT_RECEIVER					4
52#define CB_RECEIVER					5
53#define	FT_SUBJECT					6
54#define ED_SUBJECT					7
55#define BTN_ADRESSBOOK				8
56#define IMG_ADRESSBOOK_HC			9
57
58/* Tabpage : Hyperlink - Document */
59
60#define GRP_DOCUMENT				1
61#define FT_PATH_DOC					2
62#define CB_PATH_DOC					3
63#define BTN_FILEOPEN				4
64#define GRP_TARGET					5
65#define FT_TARGET_DOC				6
66#define ED_TARGET_DOC				7
67#define FT_URL						8
68#define FT_FULL_URL					9
69#define IMG_FILEOPEN_HC				10
70
71/* Tabpage : Hyperlink - New document */
72
73#define GRP_NEWDOCUMENT				1
74#define RB_EDITNOW					2
75#define RB_EDITLATER				3
76#define FT_PATH_NEWDOC				4
77#define ED_PATH_NEWDOC				5
78#define FT_DOCUMENT_TYPES			6
79#define LB_DOCUMENT_TYPES			7
80#define BTN_CREATE					8
81#define IMG_CREATE_HC				9
82
83/* Tabpage-section : Hyperlink - more justifications */
84
85#define GRP_MORE					30
86#define FT_FRAME					31
87#define CB_FRAME					32
88#define FT_FORM						33
89#define LB_FORM						34
90#define FT_INDICATION				35
91#define ED_INDICATION				36
92#define FT_TEXT						37
93#define ED_TEXT						38
94#define BTN_SCRIPT					39
95#define IMG_SCRIPT_HC				40
96
97#define COL_OLD		54
98#define COL_2		63
99#define COL_DIFF	(COL_2 - COL_OLD)
100
101