xref: /trunk/main/sfx2/inc/sfx2/cntids.hrc (revision e037e032)
1*e037e032SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*e037e032SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*e037e032SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*e037e032SAndrew Rist * distributed with this work for additional information
6*e037e032SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*e037e032SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*e037e032SAndrew Rist * "License"); you may not use this file except in compliance
9*e037e032SAndrew Rist * with the License.  You may obtain a copy of the License at
10*e037e032SAndrew Rist *
11*e037e032SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*e037e032SAndrew Rist *
13*e037e032SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*e037e032SAndrew Rist * software distributed under the License is distributed on an
15*e037e032SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*e037e032SAndrew Rist * KIND, either express or implied.  See the License for the
17*e037e032SAndrew Rist * specific language governing permissions and limitations
18*e037e032SAndrew Rist * under the License.
19*e037e032SAndrew Rist *
20*e037e032SAndrew Rist *************************************************************/
21*e037e032SAndrew Rist
22*e037e032SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#ifndef _CNTIDS_HRC
25cdf0e10cSrcweir#define _CNTIDS_HRC
26cdf0e10cSrcweir
27cdf0e10cSrcweir#ifndef _CNTWIDS_HRC
28cdf0e10cSrcweir#include <svl/cntwids.hrc>
29cdf0e10cSrcweir#endif
30cdf0e10cSrcweir
31cdf0e10cSrcweir#ifndef _SOLAR_HRC
32cdf0e10cSrcweir#include <svl/solar.hrc>
33cdf0e10cSrcweir#endif
34cdf0e10cSrcweir
35cdf0e10cSrcweir// Slot-ID's -----------------------------------------------------------------
36cdf0e10cSrcweir
37cdf0e10cSrcweir#ifndef SID_SFX_START
38cdf0e10cSrcweir// HACK() - SID's duerfen nicht o.w. ihren numerischen Wert aendern,
39cdf0e10cSrcweir//			sfxsids.hrc darf aber nicht included werden!!! Loesung: sfxsids.hrc
40cdf0e10cSrcweir//			"tiefer legen" - z.B. svtools???
41cdf0e10cSrcweir#define SID_SFX_START					5000
42cdf0e10cSrcweir#endif
43cdf0e10cSrcweir#define SID_TITLE						(SID_SFX_START + 307)
44cdf0e10cSrcweir#define SID_DELETE						(SID_SFX_START + 713)
45cdf0e10cSrcweir#define SID_INTERNET_ONLINE				(SID_SFX_START + 1370)
46cdf0e10cSrcweir
47cdf0e10cSrcweir// Don't let SID_CHAOS_END grow. Internal docking windows use the range between
48cdf0e10cSrcweir// SID_CHAOS_END and SID_LIB_START!! Look into sfxsids.hrc for more information!
49cdf0e10cSrcweir#define SID_CHAOS_START					9000
50cdf0e10cSrcweir#define SID_CHAOS_END					9799
51cdf0e10cSrcweir
52cdf0e10cSrcweir#define SID_BCC 						(SID_CHAOS_START +  2)
53cdf0e10cSrcweir#define SID_CC 							(SID_CHAOS_START +  3)
54cdf0e10cSrcweir#define SID_COMMENTS 					(SID_CHAOS_START +  4)
55cdf0e10cSrcweir#define SID_DATE 						(SID_CHAOS_START +  5)
56cdf0e10cSrcweir#define SID_IN_REPLY_TO 				(SID_CHAOS_START +  6)
57cdf0e10cSrcweir#define SID_KEYWORDS 					(SID_CHAOS_START +  7)
58cdf0e10cSrcweir#define SID_MESSAGE_ID 					(SID_CHAOS_START +  8)
59cdf0e10cSrcweir#define SID_RECEIVED 					(SID_CHAOS_START +  9)
60cdf0e10cSrcweir#define SID_REFERENCES 					(SID_CHAOS_START + 10)
61cdf0e10cSrcweir#define SID_RETURN_PATH 				(SID_CHAOS_START + 11)
62cdf0e10cSrcweir#define SID_SENDER 						(SID_CHAOS_START + 12)
63cdf0e10cSrcweir#define SID_TO 							(SID_CHAOS_START + 13)
64cdf0e10cSrcweir#define SID_NEWSGROUPS 					(SID_CHAOS_START + 14)
65cdf0e10cSrcweir#define SID_MAILER 						(SID_CHAOS_START + 15)
66cdf0e10cSrcweir#define SID_MIME_VERSION 				(SID_CHAOS_START + 16)
67cdf0e10cSrcweir#define SID_CONTENT_DESCRIPTION 		(SID_CHAOS_START + 17)
68cdf0e10cSrcweir#define SID_CONTENT_DISPOSITION 		(SID_CHAOS_START + 18)
69cdf0e10cSrcweir#define SID_CONTENT_ID 					(SID_CHAOS_START + 19)
70cdf0e10cSrcweir#define SID_CONTENT_TYPE 				(SID_CHAOS_START + 20)
71cdf0e10cSrcweir#define SID_IS_CONTAINER 				(SID_CHAOS_START + 21)
72cdf0e10cSrcweir#define SID_IS_MESSAGE 					(SID_CHAOS_START + 22)
73cdf0e10cSrcweir#define SID_IS_MULTIPART 				(SID_CHAOS_START + 23)
74cdf0e10cSrcweir#define SID_APPROVED 					(SID_CHAOS_START + 24)
75cdf0e10cSrcweir#define SID_CONTROL 					(SID_CHAOS_START + 25)
76cdf0e10cSrcweir#define SID_DISTRIBUTION 				(SID_CHAOS_START + 26)
77cdf0e10cSrcweir#define SID_EXPIRES 					(SID_CHAOS_START + 27)
78cdf0e10cSrcweir#define SID_FOLLOWUPTO 					(SID_CHAOS_START + 28)
79cdf0e10cSrcweir#define SID_LINES 						(SID_CHAOS_START + 29)
80cdf0e10cSrcweir#define SID_DOCUMENT_BYTESIZE 			(SID_CHAOS_START + 30)
81cdf0e10cSrcweir#define SID_MESSAGE_BYTESIZE 			(SID_CHAOS_START + 31)
82cdf0e10cSrcweir#define SID_ORGANIZATION 				(SID_CHAOS_START + 32)
83cdf0e10cSrcweir#define SID_SUMMARY 					(SID_CHAOS_START + 33)
84cdf0e10cSrcweir#define SID_XREF 						(SID_CHAOS_START + 34)
85cdf0e10cSrcweir#define SID_NEWSREADER 					(SID_CHAOS_START + 35)
86cdf0e10cSrcweir#define SID_SEND_DATETIME 				(SID_CHAOS_START + 36)
87cdf0e10cSrcweir#define SID_RETURN_RECEIPT 				(SID_CHAOS_START + 37)
88cdf0e10cSrcweir#define SID_PRIORITY 					(SID_CHAOS_START + 38)
89cdf0e10cSrcweir#define SID_SENT_TO 					(SID_CHAOS_START + 39)
90cdf0e10cSrcweir#define SID_RECEIVED_BY 				(SID_CHAOS_START + 40)
91cdf0e10cSrcweir#define SID_FLAG_DELETED 				(SID_CHAOS_START + 41)
92cdf0e10cSrcweir#define SID_IS_FOLDER 					(SID_CHAOS_START + 42)
93cdf0e10cSrcweir#define SID_FLAG_GETBODY 				(SID_CHAOS_START + 43)
94cdf0e10cSrcweir#define SID_FLAG_KEEP 					(SID_CHAOS_START + 44)
95cdf0e10cSrcweir#define SID_FLAG_FLAGGED 				(SID_CHAOS_START + 45)
96cdf0e10cSrcweir#define SID_FLAG_ANSWERED 				(SID_CHAOS_START + 46)
97cdf0e10cSrcweir#define SID_FLAG_RECENT 				(SID_CHAOS_START + 47)
98cdf0e10cSrcweir#define SID_FLAG_SEEN 					(SID_CHAOS_START + 48)
99cdf0e10cSrcweir#define SID_TOTALCONTENTCOUNT 			(SID_CHAOS_START + 49)
100cdf0e10cSrcweir#define SID_SEENCONTENTCOUNT 			(SID_CHAOS_START + 50)
101cdf0e10cSrcweir#define SID_RULES 						(SID_CHAOS_START + 51)
102cdf0e10cSrcweir#define SID_SORTCRITERIA 				(SID_CHAOS_START + 52)
103cdf0e10cSrcweir#define SID_THREADED 					(SID_CHAOS_START + 53)
104cdf0e10cSrcweir//#define DEFAULT_CONTENT_THREAD_MASTER 	(SID_CHAOS_START + 54)
105cdf0e10cSrcweir//#define DEFAULT_CONTENT_THREAD_SLAVE  	(SID_CHAOS_START + 55)
106cdf0e10cSrcweir#define SID_AUTOUPDATE_MODE 			(SID_CHAOS_START + 56)
107cdf0e10cSrcweir#define SID_AUTOUPDATE_INTERVAL 		(SID_CHAOS_START + 57)
108cdf0e10cSrcweir#define SID_AUTOUPDATE_CONFIRMATION 	(SID_CHAOS_START + 58)
109cdf0e10cSrcweir#define SID_UPDATE_MAXMESSAGECOUNT 		(SID_CHAOS_START + 59)
110cdf0e10cSrcweir#define SID_UPDATE_MAXMESSAGESIZE 		(SID_CHAOS_START + 60)
111cdf0e10cSrcweir#define SID_REMOVEFROMSERVER_MODE 		(SID_CHAOS_START + 61)
112cdf0e10cSrcweir#define SID_REMOVEFROMSERVER_DELAY 		(SID_CHAOS_START + 62)
113cdf0e10cSrcweir#define SID_EXPIRATION_MODE 			(SID_CHAOS_START + 63)
114cdf0e10cSrcweir#define SID_EXPIRATION_TIME 			(SID_CHAOS_START + 64)
115cdf0e10cSrcweir#define SID_EXPIRATION_MAXCOUNT 		(SID_CHAOS_START + 65)
116cdf0e10cSrcweir#define SID_DELETE_CONFIRMATION 		(SID_CHAOS_START + 66)
117cdf0e10cSrcweir#define SID_FLAG_SUBSCRIBED 			(SID_CHAOS_START + 67)
118cdf0e10cSrcweir#define SID_SERVERPORT					(SID_CHAOS_START + 68)
119cdf0e10cSrcweir#define SID_MAILSEND_SERVERNAME 		(SID_CHAOS_START + 69)
120cdf0e10cSrcweir#define SID_MAILSEND_USERNAME 			(SID_CHAOS_START + 70)
121cdf0e10cSrcweir#define SID_MAILSEND_PASSWORD 			(SID_CHAOS_START + 71)
122cdf0e10cSrcweir#define SID_NEWSSEND_SERVERNAME 		(SID_CHAOS_START + 72)
123cdf0e10cSrcweir#define SID_NEWSSEND_USERNAME 			(SID_CHAOS_START + 73)
124cdf0e10cSrcweir#define SID_NEWSSEND_PASSWORD 			(SID_CHAOS_START + 74)
125cdf0e10cSrcweir#define SID_RECEIVE_SERVERNAME 			(SID_CHAOS_START + 75)
126cdf0e10cSrcweir#define SID_RECEIVE_USERNAME 			(SID_CHAOS_START + 76)
127cdf0e10cSrcweir#define SID_RECEIVE_PASSWORD 			(SID_CHAOS_START + 77)
128cdf0e10cSrcweir#define SID_FLAG_SUPPORTMODE 			(SID_CHAOS_START + 78)
129cdf0e10cSrcweir#define SID_OWN_URL 					(SID_CHAOS_START + 81)
130cdf0e10cSrcweir#define SID_INTERIM_URL 				(SID_CHAOS_START + 82)
131cdf0e10cSrcweir#define SID_REFERED_URL 				(SID_CHAOS_START + 83)
132cdf0e10cSrcweir#define SID_FROM 						(SID_CHAOS_START + 84)
133cdf0e10cSrcweir#define SID_REPLY_TO 					(SID_CHAOS_START + 85)
134cdf0e10cSrcweir#define SID_UPDATE						(SID_CHAOS_START + 86)
135cdf0e10cSrcweir#define SID_UPDATE_FROMSERVER			(SID_CHAOS_START + 87)
136cdf0e10cSrcweir#define SID_UPDATE_TOSERVER				(SID_CHAOS_START + 88)
137cdf0e10cSrcweir#define SID_CREATE_NEW					(SID_CHAOS_START + 89)
138cdf0e10cSrcweir#define SID_INSERT						(SID_CHAOS_START + 90)
139cdf0e10cSrcweir#define SID_SEND_AGAIN					(SID_CHAOS_START + 91)
140cdf0e10cSrcweir#define SID_REPLY						(SID_CHAOS_START + 92)
141cdf0e10cSrcweir#define SID_FOLLOWUP					(SID_CHAOS_START + 93)
142cdf0e10cSrcweir#define SID_FORWARD						(SID_CHAOS_START + 94)
143cdf0e10cSrcweir#define SID_REPLY_AND_FOLLOWUP			(SID_CHAOS_START + 95)
144cdf0e10cSrcweir#define SID_DATE_CREATED				(SID_CHAOS_START + 96)
145cdf0e10cSrcweir#define SID_DATE_MODIFIED				(SID_CHAOS_START + 97)
146cdf0e10cSrcweir#define SID_NEWSGROUPCOUNT				(SID_CHAOS_START + 98)
147cdf0e10cSrcweir#define SID_SUBSCRNEWSGROUPCOUNT		(SID_CHAOS_START + 99)
148cdf0e10cSrcweir#define SID_ARTICLECOUNT				(SID_CHAOS_START + 100)
149cdf0e10cSrcweir#define SID_UNREAD_ARTICLECOUNT			(SID_CHAOS_START + 101)
150cdf0e10cSrcweir#define SID_FLAG_READONLY				(SID_CHAOS_START + 102)
151cdf0e10cSrcweir#define SID_RECIPIENTLIST				(SID_CHAOS_START + 103)
152cdf0e10cSrcweir#define SID_OPEN_CNT					(SID_CHAOS_START + 104)
153cdf0e10cSrcweir#define SID_MESSAGEBODY					(SID_CHAOS_START + 105)
154cdf0e10cSrcweir#define SID_MSG_COLUMN_INFO		   		(SID_CHAOS_START + 106)
155cdf0e10cSrcweir#define SID_FLD_COLUMN_INFO		   		(SID_CHAOS_START + 107)
156cdf0e10cSrcweir#define SID_VIEW_DESCRIPTION			(SID_CHAOS_START + 108)
157cdf0e10cSrcweir#define SID_NEWS_GROUPLIST				(SID_CHAOS_START + 109)
158cdf0e10cSrcweir#define SID_REAL_URL					(SID_CHAOS_START + 110)
159cdf0e10cSrcweir#define SID_CHAOS_SERVERBASE			(SID_CHAOS_START + 111)
160cdf0e10cSrcweir#define SID_FOLDERVIEW_MODE 			(SID_CHAOS_START + 112)
161cdf0e10cSrcweir#define SID_MESSAGEVIEW_MODE			(SID_CHAOS_START + 113)
162cdf0e10cSrcweir#define SID_SENTMESSAGEVIEW_MODE		(SID_CHAOS_START + 114)
163cdf0e10cSrcweir#define SID_DELETE_ON_SERVER			(SID_CHAOS_START + 115)
164cdf0e10cSrcweir#define SID_FILTERED					(SID_CHAOS_START + 116)
165cdf0e10cSrcweir#define SID_MESSAGE_STOREMODE			(SID_CHAOS_START + 117)
166cdf0e10cSrcweir#define SID_UNDELETE					(SID_CHAOS_START + 118)
167cdf0e10cSrcweir#define SID_CLOSECNT					(SID_CHAOS_START + 119)
168cdf0e10cSrcweir#define SID_REOPEN						(SID_CHAOS_START + 120)
169cdf0e10cSrcweir#define SID_NEW_CNT_CONTENT				(SID_CHAOS_START + 121)
170cdf0e10cSrcweir#define SID_CNT_IMPORT					(SID_CHAOS_START + 122)
171cdf0e10cSrcweir#define SID_CNT_DELETE					(SID_CHAOS_START + 123)
172cdf0e10cSrcweir#define SID_CNT_RENAME					(SID_CHAOS_START + 124)
173cdf0e10cSrcweir#define SID_CNT_SHOW					(SID_CHAOS_START + 125)
174cdf0e10cSrcweir#define SID_CNT_SHOW_THREADED			(SID_CHAOS_START + 126)
175cdf0e10cSrcweir#define SID_CNT_SHOW_FILTERED			(SID_CHAOS_START + 127)
176cdf0e10cSrcweir#define SID_CNT_ACTUALIZE				(SID_CHAOS_START + 128)
177cdf0e10cSrcweir#define SID_CNT_RESEND_MSG				(SID_CHAOS_START + 129)
178cdf0e10cSrcweir#define SID_MARK_THREAD_READ			(SID_CHAOS_START + 130)
179cdf0e10cSrcweir#define SID_MARK_THREAD_UNREAD			(SID_CHAOS_START + 131)
180cdf0e10cSrcweir#define SID_KILL_THREAD					(SID_CHAOS_START + 132)
181cdf0e10cSrcweir#define SID_KILL_AUTHOR					(SID_CHAOS_START + 133)
182cdf0e10cSrcweir#define SID_KILL_SUBJECT				(SID_CHAOS_START + 134)
183cdf0e10cSrcweir#define SID_CNT_IS_READ					(SID_CHAOS_START + 135)
184cdf0e10cSrcweir#define SID_CNT_IS_MARKED				(SID_CHAOS_START + 136)
185cdf0e10cSrcweir#define SID_CNT_IS_SUBSCRIBED			(SID_CHAOS_START + 137)
186cdf0e10cSrcweir#define SID_CNT_PROPERTIES				(SID_CHAOS_START + 138)
187cdf0e10cSrcweir#define SID_CNT_RESTORE					(SID_CHAOS_START + 139)
188cdf0e10cSrcweir#define SID_UPDATE_ENABLED				(SID_CHAOS_START + 140)
189cdf0e10cSrcweir#define SID_SHOW_MSGS_HAS_TIMELIMIT		(SID_CHAOS_START + 141)
190cdf0e10cSrcweir#define SID_SHOW_MSGS_TIMELIMIT			(SID_CHAOS_START + 142)
191cdf0e10cSrcweir#ifndef _CHAOS_RESOURCE
192cdf0e10cSrcweir#define SID_STORE_MSGS_HAS_TIMELIMIT	(SID_CHAOS_START + 143)
193cdf0e10cSrcweir#define SID_STORE_MSGS_TIMELIMIT 		(SID_CHAOS_START + 144)
194cdf0e10cSrcweir#endif
195cdf0e10cSrcweir#define SID_CNT_DEFAULT					(SID_CHAOS_START + 145)
196cdf0e10cSrcweir#define SID_CNT_SYNCHRONIZE				(SID_CHAOS_START + 146)
197cdf0e10cSrcweir#define SID_SEND_SERVERNAME				(SID_CHAOS_START + 147)
198cdf0e10cSrcweir#define SID_SEND_USERNAME				(SID_CHAOS_START + 148)
199cdf0e10cSrcweir#define SID_SEND_PASSWORD				(SID_CHAOS_START + 149)
200cdf0e10cSrcweir#define SID_SEND_REPLY_TO_DEFAULT		(SID_CHAOS_START + 150)
201cdf0e10cSrcweir#define SID_SEND_FROM_DEFAULT			(SID_CHAOS_START + 151)
202cdf0e10cSrcweir#define SID_SEND_PUBLIC_PROT_ID     	(SID_CHAOS_START + 152)
203cdf0e10cSrcweir#define SID_SEND_PRIVATE_PROT_ID    	(SID_CHAOS_START + 153)
204cdf0e10cSrcweir#define SID_SEND_PUBLIC_OUTBOXPROPS 	(SID_CHAOS_START + 154)
205cdf0e10cSrcweir#define SID_SEND_PRIVATE_OUTBOXPROPS	(SID_CHAOS_START + 155)
206cdf0e10cSrcweir#define SID_VIM_POPATH					(SID_CHAOS_START + 156)
207cdf0e10cSrcweir#define SID_SEND_VIM_POPATH				(SID_CHAOS_START + 157)
208cdf0e10cSrcweir#define SID_SEARCH_CRITERIA				(SID_CHAOS_START + 158)
209cdf0e10cSrcweir#define SID_SEARCH_LOCATIONS			(SID_CHAOS_START + 159)
210cdf0e10cSrcweir#define SID_SEARCH_RECURSIVE			(SID_CHAOS_START + 160)
211cdf0e10cSrcweir#define SID_SEARCH_FOLDER_VIEW			(SID_CHAOS_START + 161)
212cdf0e10cSrcweir#define SID_SEARCH_DOCUMENT_VIEW		(SID_CHAOS_START + 162)
213cdf0e10cSrcweir#define SID_TRASHCAN_EMPTY_TRASH		(SID_CHAOS_START + 163)
214cdf0e10cSrcweir#define SID_TRASHCAN_FLAG_AUTODELETE	(SID_CHAOS_START + 164)
215cdf0e10cSrcweir#define SID_TRASHCAN_FLAG_CONFIRMEMPTY	(SID_CHAOS_START + 165)
216cdf0e10cSrcweir#define SID_TRASH_RESTORE				(SID_CHAOS_START + 166)
217cdf0e10cSrcweir#define SID_CNT_EXPORT					(SID_CHAOS_START + 167)
218cdf0e10cSrcweir#define SID_EXPLORER_CREATEPOP3ACCOUNT	(SID_CHAOS_START + 168)
219cdf0e10cSrcweir#define SID_EXPLORER_CREATEIMAPACCOUNT	(SID_CHAOS_START + 169)
220cdf0e10cSrcweir#define SID_EXPLORER_CREATENEWS			(SID_CHAOS_START + 170)
221cdf0e10cSrcweir#define SID_EXPLORER_CREATEOUTTRAY		(SID_CHAOS_START + 171)
222cdf0e10cSrcweir#define SID_EXPLORER_CREATEFTPACCOUNT	(SID_CHAOS_START + 172)
223cdf0e10cSrcweir#define SID_EXPLORER_CREATEVIMACCOUNT	(SID_CHAOS_START + 173)
224cdf0e10cSrcweir#define SID_EXPLORER_CREATEPROPERTYSETFOLDER	(SID_CHAOS_START + 174)
225cdf0e10cSrcweir#define SID_EXPLORER_CREATEFSYS         (SID_CHAOS_START + 175)
226cdf0e10cSrcweir#define SID_EXPLORER_CREATEPROJECT		(SID_CHAOS_START + 176)
227cdf0e10cSrcweir#define SID_EXPLORER_CREATESEARCHFOLDER	(SID_CHAOS_START + 177)
228cdf0e10cSrcweir#define SID_EXPLORER_CREATECHANNEL_SUBSCRIBE_BOX	(SID_CHAOS_START + 178)
229cdf0e10cSrcweir#define SID_EXPLORER_CREATECHANNEL_BMK	(SID_CHAOS_START + 179)
230cdf0e10cSrcweir#define SID_WHO_IS_MASTER               (SID_CHAOS_START + 180)
231cdf0e10cSrcweir#define SID_FSYS_KIND                   (SID_CHAOS_START + 181)
232cdf0e10cSrcweir#define SID_FSYS_FLAGS                  (SID_CHAOS_START + 182)
233cdf0e10cSrcweir#define SID_EXPLORER_CREATETRASHCAN		(SID_CHAOS_START + 183)
234cdf0e10cSrcweir#define SID_DOCUMENT_HEADER				(SID_CHAOS_START + 184)
235cdf0e10cSrcweir#define SID_VIEW_FLD_PIC				(SID_CHAOS_START + 185)
236cdf0e10cSrcweir#define SID_FSYS_VALUE_FOLDER			(SID_CHAOS_START + 186)
237cdf0e10cSrcweir#define SID_FOLDER_COUNT				(SID_CHAOS_START + 187)
238cdf0e10cSrcweir#define SID_PURGE						(SID_CHAOS_START + 188)
239cdf0e10cSrcweir#define SID_FSYS_SHOW_HIDDEN			(SID_CHAOS_START + 189)
240cdf0e10cSrcweir#define SID_CNT_SET_AS_DEFAULT			(SID_CHAOS_START + 190)
241cdf0e10cSrcweir#define SID_FLAG_UPDATE_ON_OPEN			(SID_CHAOS_START + 191)
242cdf0e10cSrcweir#define SID_ATTR_FONT					(SID_CHAOS_START + 192)
243cdf0e10cSrcweir#define SID_VALUE_ADDED_MODE     		(SID_CHAOS_START + 193)
244cdf0e10cSrcweir#define SID_STORE_MARKED				(SID_CHAOS_START + 194)
245cdf0e10cSrcweir#define SID_SEND_COPY_TARGET			(SID_CHAOS_START + 195)
246cdf0e10cSrcweir
247cdf0e10cSrcweir// ERRCODE's -----------------------------------------------------------------
248cdf0e10cSrcweir
249cdf0e10cSrcweir#define ERRCODE_CHAOS_LOGIN_FAILURE_RECEIVE        	(ERRCODE_AREA_CHAOS)
250cdf0e10cSrcweir#define ERRCODE_CHAOS_LOGINFAIL_NOEXCH				(ERRCODE_AREA_CHAOS + 1)
251cdf0e10cSrcweir#define ERRCODE_CHAOS_LOGINFAIL_ACCOUNT_NOEXCH		(ERRCODE_AREA_CHAOS + 2)
252cdf0e10cSrcweir#define ERRCODE_CHAOS_CONNECT_FAILURE				(ERRCODE_AREA_CHAOS + 3)
253cdf0e10cSrcweir#define ERRCODE_CHAOS_OFFLINE						(ERRCODE_AREA_CHAOS	+ 4)
254cdf0e10cSrcweir#define ERRCODE_CHAOS_SERVER_ERROR					(ERRCODE_AREA_CHAOS	+ 5)
255cdf0e10cSrcweir#define ERRCODE_CHAOS_IMAP_BAD_RESPONSE				(ERRCODE_AREA_CHAOS + 6)
256cdf0e10cSrcweir
257cdf0e10cSrcweir#define ERRCODE_CHAOS_WRONG_FILE_FORMAT             (ERRCODE_AREA_CHAOS	+ 8)
258cdf0e10cSrcweir
259cdf0e10cSrcweir#define ERRCODE_CHAOS_CNTOUT_NO_FROM             	(ERRCODE_AREA_CHAOS	+ 10)
260cdf0e10cSrcweir#define ERRCODE_CHAOS_TO_MANY_GROUPS             	(ERRCODE_AREA_CHAOS	+ 11)
261cdf0e10cSrcweir#define ERRCODE_CHAOS_DELETE_ABORTED             	(ERRCODE_AREA_CHAOS	+ 12)
262cdf0e10cSrcweir#define ERRCODE_CHAOS_QUERY_DELETE					(ERRCODE_AREA_CHAOS	+ 13)
263cdf0e10cSrcweir#define ERRCODE_CHAOS_NOTAVAILABLE					(ERRCODE_AREA_CHAOS	+ 14)
264cdf0e10cSrcweir#define ERRCODE_CHAOS_VIM_LIBRARY_ERROR				(ERRCODE_AREA_CHAOS	+ 15)
265cdf0e10cSrcweir#define ERRCODE_CHAOS_FOLDER_INVALID                (ERRCODE_AREA_CHAOS	+ 16)
266cdf0e10cSrcweir#define ERRCODE_CHAOS_FTP_RESOLVERERROR             (ERRCODE_AREA_CHAOS	+ 17)
267cdf0e10cSrcweir#define ERRCODE_CHAOS_FTP_NETWORKERROR              (ERRCODE_AREA_CHAOS	+ 18)
268cdf0e10cSrcweir
269cdf0e10cSrcweir#define ERRCODE_CHAOS_NO_VIM_LIBRARY				(ERRCODE_AREA_CHAOS	+ 23)
270cdf0e10cSrcweir#define ERRCODE_CHAOS_VIM_LIBRARY_CORRUPTED			(ERRCODE_AREA_CHAOS	+ 24)
271cdf0e10cSrcweir#define ERRCODE_CHAOS_CCMAIL_EXPORT_ERROR			(ERRCODE_AREA_CHAOS	+ 25)
272cdf0e10cSrcweir#define ERRCODE_CHAOS_NO_CCMAIL_EXPORT_FILE			(ERRCODE_AREA_CHAOS	+ 26)
273cdf0e10cSrcweir#define ERRCODE_CHAOS_ILLEGAL_CCMAIL_EXPORT_FILE	(ERRCODE_AREA_CHAOS	+ 27)
274cdf0e10cSrcweir#define ERRCODE_CHAOS_MESSAGE_NOT_FOUND				(ERRCODE_AREA_CHAOS	+ 28)
275cdf0e10cSrcweir#define ERRCODE_CHAOS_BAD_CCMAIL_EXPORT_PASSWORD	(ERRCODE_AREA_CHAOS	+ 29)
276cdf0e10cSrcweir#define ERRCODE_CHAOS_CCMAIL_EXPORT_TOO_LONG		(ERRCODE_AREA_CHAOS	+ 30)
277cdf0e10cSrcweir#define ERRCODE_CHAOS_FOLDER_EXIST                  (ERRCODE_AREA_CHAOS	+ 31)
278cdf0e10cSrcweir#define ERRCODE_CHAOS_FOLDER_NOT_EXIST              (ERRCODE_AREA_CHAOS	+ 32)
279cdf0e10cSrcweir#define ERRCODE_CHAOS_NO_VIM_BBOARDLIST				(ERRCODE_AREA_CHAOS	+ 33)
280cdf0e10cSrcweir#define ERRCODE_CHAOS_ILLEGAL_MESSAGE_ID			(ERRCODE_AREA_CHAOS	+ 34)
281cdf0e10cSrcweir#define ERRCODE_CHAOS_SERVER_PORT_SYNTAX			(ERRCODE_AREA_CHAOS	+ 35)
282cdf0e10cSrcweir#define ERRCODE_CHAOS_SERVERNAME_SYNTAX				(ERRCODE_AREA_CHAOS	+ 36)
283cdf0e10cSrcweir#define ERRCODE_CHAOS_USERNAME_SYNTAX				(ERRCODE_AREA_CHAOS	+ 37)
284cdf0e10cSrcweir#define ERRCODE_CHAOS_IS_RESCHEDULED                (ERRCODE_AREA_CHAOS	+ 38)
285cdf0e10cSrcweir#define ERRCODE_CHAOS_VIM_NO_FAKE_MESSAGE_ID		(ERRCODE_AREA_CHAOS	+ 39)
286cdf0e10cSrcweir#define ERRCODE_CHAOS_FSYS_ROOT_DELETE              (ERRCODE_AREA_CHAOS	+ 40)
287cdf0e10cSrcweir#define ERRCODE_CHAOS_FILE_EXIST                    (ERRCODE_AREA_CHAOS	+ 41)
288cdf0e10cSrcweir#define ERRCODE_CHAOS_FILE_NOT_EXIST                (ERRCODE_AREA_CHAOS	+ 42)
289cdf0e10cSrcweir#define ERRCODE_CHAOS_FSYS_MISPLACED_CHAR           (ERRCODE_AREA_CHAOS	+ 43)
290cdf0e10cSrcweir#define ERRCODE_CHAOS_FSYS_INVALID_CHAR             (ERRCODE_AREA_CHAOS	+ 44)
291cdf0e10cSrcweir#define ERRCODE_CHAOS_FSYS_INVALID_DEVICE           (ERRCODE_AREA_CHAOS	+ 45)
292cdf0e10cSrcweir#define ERRCODE_CHAOS_FSYS_ACCESS_DENIED            (ERRCODE_AREA_CHAOS	+ 46)
293cdf0e10cSrcweir#define ERRCODE_CHAOS_FSYS_LOCK_VIOLATION           (ERRCODE_AREA_CHAOS	+ 47)
294cdf0e10cSrcweir#define ERRCODE_CHAOS_FSYS_VOLUME_FULL              (ERRCODE_AREA_CHAOS	+ 48)
295cdf0e10cSrcweir#define ERRCODE_CHAOS_FSYS_NOT_SUPPORTED            (ERRCODE_AREA_CHAOS	+ 49)
296cdf0e10cSrcweir#define ERRCODE_CHAOS_FSYS_UNKNOWN                  (ERRCODE_AREA_CHAOS	+ 50)
297cdf0e10cSrcweir#define ERRCODE_CHAOS_FSYS_NOT_A_FILE               (ERRCODE_AREA_CHAOS	+ 51)
298cdf0e10cSrcweir#define ERRCODE_CHAOS_FSYS_NOT_A_DIRECTORY          (ERRCODE_AREA_CHAOS	+ 52)
299cdf0e10cSrcweir#define ERRCODE_CHAOS_FSYS_IS_WILDCARD              (ERRCODE_AREA_CHAOS	+ 53)
300cdf0e10cSrcweir
301cdf0e10cSrcweir#define ERRCODE_CHAOS_FSYS_UPDATE_NEEDED            (ERRCODE_AREA_CHAOS	+ 55)
302cdf0e10cSrcweir#define ERRCODE_CHAOS_FSYS_CANT_RESOLVE_CONFLICT    (ERRCODE_AREA_CHAOS	+ 56)
303cdf0e10cSrcweir
304cdf0e10cSrcweir#define ERRCODE_CHAOS_ONE_NOT_SEARCHABLE            (ERRCODE_AREA_CHAOS	+ 58)
305cdf0e10cSrcweir#define ERRCODE_CHAOS_MULTIPLE_NOT_SEARCHABLE       (ERRCODE_AREA_CHAOS	+ 59)
306cdf0e10cSrcweir#define ERRCODE_CHAOS_FSYS_CACHE_INCONSISTENT       (ERRCODE_AREA_CHAOS	+ 60)
307cdf0e10cSrcweir#define ERRCODE_CHAOS_FSYS_READONLY                 (ERRCODE_AREA_CHAOS	+ 61)
308cdf0e10cSrcweir#define ERRCODE_CHAOS_FSYS_LOCK                     (ERRCODE_AREA_CHAOS	+ 62)
309cdf0e10cSrcweir#define ERRCODE_CHAOS_FSYS_UNLOCK                   (ERRCODE_AREA_CHAOS	+ 63)
310cdf0e10cSrcweir#define ERRCODE_CHAOS_FSYS_DELETE                   (ERRCODE_AREA_CHAOS	+ 64)
311cdf0e10cSrcweir#define ERRCODE_CHAOS_FSYS_IS_MARKED                (ERRCODE_AREA_CHAOS	+ 65)
312cdf0e10cSrcweir#define ERRCODE_CHAOS_FTP_GENERAL_FAILURE           (ERRCODE_AREA_CHAOS	+ 66)
313cdf0e10cSrcweir#define ERRCODE_CHAOS_DO_LOG                        (ERRCODE_AREA_CHAOS	+ 67)
314cdf0e10cSrcweir#define ERRCODE_CHAOS_HTTP_COOKIE_REQUEST           (ERRCODE_AREA_CHAOS	+ 68)
315cdf0e10cSrcweir#define ERRCODE_CHAOS_FSYS_LOST_ROOT                (ERRCODE_AREA_CHAOS	+ 69)
316cdf0e10cSrcweir#define ERRCODE_CHAOS_FTP_PROXY                     (ERRCODE_AREA_CHAOS	+ 70)
317cdf0e10cSrcweir#define ERRCODE_CHAOS_SOURCE_EQ_TARGET              (ERRCODE_AREA_CHAOS	+ 71)
318cdf0e10cSrcweir#define ERRCODE_CHAOS_CONFIRM_EMPTY_TRASH           (ERRCODE_AREA_CHAOS	+ 72)
319cdf0e10cSrcweir#define ERRCODE_CHAOS_FSYS_NO_TARGET                (ERRCODE_AREA_CHAOS	+ 73)
320cdf0e10cSrcweir#define ERRCODE_CHAOS_FSYS_RECURSIVE                (ERRCODE_AREA_CHAOS	+ 74)
321cdf0e10cSrcweir#define ERRCODE_CHAOS_FSYS_INSERT_MEDIUM            (ERRCODE_AREA_CHAOS	+ 75)
322cdf0e10cSrcweir#define ERRCODE_CHAOS_NO_DOCINFO                    (ERRCODE_AREA_CHAOS	+ 76)
323cdf0e10cSrcweir#define ERRCODE_CHAOS_CCMAIL_EXPORT_NOT_TERMINATING (ERRCODE_AREA_CHAOS	+ 77)
324cdf0e10cSrcweir#define ERRCODE_CHAOS_EXTERNAL_COMMAND_FAILED       (ERRCODE_AREA_CHAOS	+ 78)
325cdf0e10cSrcweir#define ERRCODE_CHAOS_RENAME_FAILED                 (ERRCODE_AREA_CHAOS	+ 79)
326cdf0e10cSrcweir#define ERRCODE_CHAOS_NOT_HANDLED					(ERRCODE_AREA_CHAOS	+ 80)
327cdf0e10cSrcweir#define ERRCODE_CHAOS_COULD_NOT_INIT_CMP			(ERRCODE_AREA_CHAOS	+ 81)
328cdf0e10cSrcweir#define ERRCODE_CHAOS_TRANSFER_URL_NOT_SUPPORTED	(ERRCODE_AREA_CHAOS	+ 82)
329cdf0e10cSrcweir#define ERRCODE_CHAOS_EMPTY_SERVERNAME				(ERRCODE_AREA_CHAOS	+ 83)
330cdf0e10cSrcweir#define ERRCODE_CHAOS_EMPTY_USERNAME				(ERRCODE_AREA_CHAOS	+ 84)
331cdf0e10cSrcweir#define ERRCODE_CHAOS_BAD_INET						(ERRCODE_AREA_CHAOS	+ 85)
332cdf0e10cSrcweir#define ERRCODE_CHAOS_IMAP_SERVER_MSG				(ERRCODE_AREA_CHAOS	+ 86)
333cdf0e10cSrcweir#define ERRCODE_CHAOS_IMAP_CONNECTION_CLOSED		(ERRCODE_AREA_CHAOS	+ 87)
334cdf0e10cSrcweir#define ERRCODE_CHAOS_IMAP_NOT_IMAP4				(ERRCODE_AREA_CHAOS	+ 88)
335cdf0e10cSrcweir#define ERRCODE_CHAOS_IMAP_BAD_SERVER				(ERRCODE_AREA_CHAOS	+ 89)
336cdf0e10cSrcweir#define ERRCODE_CHAOS_REORGANIZE_FILE_LOCKED		(ERRCODE_AREA_CHAOS	+ 90)
337cdf0e10cSrcweir#define ERRCODE_CHAOS_IMAP_BAD_TITLE				(ERRCODE_AREA_CHAOS + 91)
338cdf0e10cSrcweir#define ERRCODE_CHAOS_SERVER_CONNECT_FAILURE		(ERRCODE_AREA_CHAOS + 92)
339cdf0e10cSrcweir#define ERRCODE_CHAOS_PASSWORD_SYNTAX				(ERRCODE_AREA_CHAOS	+ 93)
340cdf0e10cSrcweir#define ERRCODE_CHAOS_QUERY_DELETE_CACHE			(ERRCODE_AREA_CHAOS	+ 94)
341cdf0e10cSrcweir#define ERRCODE_CHAOS_REORGANIZE_NO_DISKSPACE		(ERRCODE_AREA_CHAOS	+ 95)
342cdf0e10cSrcweir#define ERRCODE_CHAOS_LOGIN_FAILURE_ACCOUNT			(ERRCODE_AREA_CHAOS + 96)
343cdf0e10cSrcweir#define ERRCODE_CHAOS_ACCOUNT_SYNTAX				(ERRCODE_AREA_CHAOS	+ 97)
344cdf0e10cSrcweir#define ERRCODE_CHAOS_CHANNEL_TERMINATION			(ERRCODE_AREA_CHAOS	+ 98)
345cdf0e10cSrcweir
346cdf0e10cSrcweir// Tabpage-Ids ---------------------------------------------------------------
347cdf0e10cSrcweir
348cdf0e10cSrcweir#define CNT_TABPAGE_GENERAL					1  // "Allgemein"
349cdf0e10cSrcweir#define CNT_TABPAGE_SERVER_SETTINGS     	2  // "Server"
350cdf0e10cSrcweir#define CNT_TABPAGE_RULES					3  // "Regeln"
351cdf0e10cSrcweir#define CNT_TABPAGE_VIEW_PROPERTIES			4  // "Ansicht"
352cdf0e10cSrcweir#define CNT_TABPAGE_CONTENT_PROPERTIES		5  // "Inhalte"
353cdf0e10cSrcweir#define CNT_TABPAGE_SUBSCRIBE				6  // "Abonniert"
354cdf0e10cSrcweir#define CNT_TABPAGE_RECIPIENT_STATE			7  // "Status" (Outtray-Msgs)
355cdf0e10cSrcweir#define CNT_TABPAGE_RECV_POP3				8  // "Empfangen" fuer POP3
356cdf0e10cSrcweir#define CNT_TABPAGE_RECV_NNTP				9  // - " - fuer NNTP-Accounts
357cdf0e10cSrcweir#define CNT_TABPAGE_RECV_IMAP				10 // - " - fuer IMAP-Accounts
358cdf0e10cSrcweir#define CNT_TABPAGE_RECV_VIM				11 // - " - fuer VIM-Accounts
359cdf0e10cSrcweir#define CNT_TABPAGE_SEND_SMTP				12 // "SMTP"
360cdf0e10cSrcweir#define CNT_TABPAGE_SEND_NNTP				13 // "NNTP"
361cdf0e10cSrcweir#define CNT_TABPAGE_SEND_VIM				14 // "VIM"
362cdf0e10cSrcweir#define CNT_TABPAGE_MAIL_NEWS_SEND			15 // "Versenden"
363cdf0e10cSrcweir#define CNT_TABPAGE_SEARCH_CRITERIA 		16
364cdf0e10cSrcweir#define CNT_TABPAGE_SEARCH_LOCATIONS 		17
365cdf0e10cSrcweir#define CNT_TABPAGE_PROJECT_DATAEXCHANGE	18 // "Datenaustausch"
366cdf0e10cSrcweir#define CNT_TABPAGE_SBOX_LOCATION			19
367cdf0e10cSrcweir#define CNT_TABPAGE_SBOX_SUBSCRIBTION		20
368cdf0e10cSrcweir#define CNT_TABPAGE_SBOX_SCHEDULE			21
369cdf0e10cSrcweir#define CNT_TABPAGE_FTP_SERVER				22
370cdf0e10cSrcweir#define CNT_TABPAGE_TRASHCAN_OPTIONS		23
371cdf0e10cSrcweir#define CNT_TABPAGE_BMK						24
372cdf0e10cSrcweir#define CNT_TABPAGE_SBOX_NOTIFICATION		25
373cdf0e10cSrcweir#define CNT_TABPAGE_SBOX_SDC_GENERAL		26
374cdf0e10cSrcweir#define CNT_TABPAGE_SBOX_CDF_SUBSCRIBTION	27
375cdf0e10cSrcweir#define CNT_TABPAGE_BACKGROUND			28
376cdf0e10cSrcweir#define CNT_TABPAGE_HEADER			29	// "Kopfzeilen" - Header bei Mail/News etc.
377cdf0e10cSrcweir#define CNT_TABPAGE_DESCRIPTION			30	// "Beschreibung" - Header im Filesys
378cdf0e10cSrcweir#define CNT_TABPAGE_FONT			31
379cdf0e10cSrcweir#define CNT_TABPAGE_FOLDER_BMK			32	// Link auf Ordner
380cdf0e10cSrcweir#define CNT_TABPAGE_DOCUMENT_BMK		33	// Link auf Dokument
381cdf0e10cSrcweir#define CNT_TABPAGE_WEBVIEW				34	// Web-Ansicht
382cdf0e10cSrcweir
383cdf0e10cSrcweir
384cdf0e10cSrcweir#define DEF_WIDTH_FROM						150
385cdf0e10cSrcweir#define DEF_WIDTH_TITLE_MAIL				300
386cdf0e10cSrcweir#define DEF_WIDTH_IS_MARKED			       	60
387cdf0e10cSrcweir#define DEF_WIDTH_IS_READ					60
388cdf0e10cSrcweir#define DEF_WIDTH_DATE_CREATED				100
389cdf0e10cSrcweir#define DEF_WIDTH_PRIORITY					30
390cdf0e10cSrcweir#define DEF_WIDTH_DOCUMENT_SIZE				90
391cdf0e10cSrcweir#define DEF_WIDTH_RECIPIENTLIST		        150
392cdf0e10cSrcweir#define DEF_WIDTH_TITLE_FSYS				150
393cdf0e10cSrcweir#define DEF_WIDTH_TITLE_SUBSCRIBE			230
394cdf0e10cSrcweir#define DEF_WIDTH_SUBSCRIBE_CRAWL_STATUS	180
395cdf0e10cSrcweir#define DEF_WIDTH_SUBSCRIBE_NEXT_UPD		120
396cdf0e10cSrcweir#define DEF_WIDTH_SUBSCRIBE_TARGET_URL		190
397cdf0e10cSrcweir#define DEF_WIDTH_CONTENT_TYPE				100
398cdf0e10cSrcweir#define DEF_WIDTH_TRASH_ORIGIN				150
399cdf0e10cSrcweir
400cdf0e10cSrcweir
401cdf0e10cSrcweir// -----    Help IDs    -----
402cdf0e10cSrcweir
403cdf0e10cSrcweir#define HID_CHAOS_NEW_IMAP_BOX			HID_CHAOS_START
404cdf0e10cSrcweir#define HID_CHAOS_NEW_IMAP_MSG			(HID_CHAOS_START + 1)
405cdf0e10cSrcweir#define HID_CHAOS_NEW_IMAP_FLD			(HID_CHAOS_START + 2)
406cdf0e10cSrcweir#define HID_CHAOS_NEW_NEWS_BOX			(HID_CHAOS_START + 3)
407cdf0e10cSrcweir#define HID_CHAOS_NEW_NEWS_MSG			(HID_CHAOS_START + 4)
408cdf0e10cSrcweir#define HID_CHAOS_NEW_FSYS_FLD			(HID_CHAOS_START + 5)
409cdf0e10cSrcweir#define HID_CHAOS_NEW_FSYS_LNK			(HID_CHAOS_START + 6)
410cdf0e10cSrcweir#define HID_CHAOS_NEW_FTP_BOX			(HID_CHAOS_START + 7)
411cdf0e10cSrcweir#define HID_CHAOS_NEW_FTP_FLD			(HID_CHAOS_START + 8)
412cdf0e10cSrcweir#define HID_CHAOS_NEW_OUT_BOX			(HID_CHAOS_START + 9)
413cdf0e10cSrcweir#define HID_CHAOS_NEW_OUT_MSG			(HID_CHAOS_START + 10)
414cdf0e10cSrcweir#define HID_CHAOS_NEW_POP3_BOX			(HID_CHAOS_START + 11)
415cdf0e10cSrcweir#define HID_CHAOS_NEW_POP3_MSG			(HID_CHAOS_START + 12)
416cdf0e10cSrcweir#define HID_CHAOS_NEW_SEARCH			(HID_CHAOS_START + 13)
417cdf0e10cSrcweir#define HID_CHAOS_NEW_VIM_BOX			(HID_CHAOS_START + 14)
418cdf0e10cSrcweir#define HID_CHAOS_NEW_VIM_MSG			(HID_CHAOS_START + 15)
419cdf0e10cSrcweir#define HID_CHAOS_NEW_SUBSCR_BOX		(HID_CHAOS_START + 16)
420cdf0e10cSrcweir#define HID_CHAOS_NEW_BOOKMARK			(HID_CHAOS_START + 17)
421cdf0e10cSrcweir#define HID_CHAOS_NEW_PUB_BOX			(HID_CHAOS_START + 18)
422cdf0e10cSrcweir
423cdf0e10cSrcweir#endif
424cdf0e10cSrcweir
425