|
1 /* |
|
2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: This file contains resource declarations. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #ifndef MSGMAILEDITOR_HRH |
|
20 #define MSGMAILEDITOR_HRH |
|
21 |
|
22 #include <MsgEditor.hrh> // EMsgFirstFreeComponentSpecificCommand |
|
23 |
|
24 // IDs for menu commands in Option menu. Commands |
|
25 enum TMsgMailEditorMenuCommands |
|
26 { |
|
27 EMsgMailFirstFreeCmdId = EMsgFirstFreeComponentSpecificCommand, |
|
28 |
|
29 // Menu commands |
|
30 // first commands which are also in context menu: |
|
31 EMsgMailEditorCmdSend, |
|
32 EMsgMailEditorCmdAddRecipient, |
|
33 |
|
34 // then other menu commands: |
|
35 EMsgMailEditorCmdSendingOptions, |
|
36 EMsgMailEditorCmdAttachments, |
|
37 |
|
38 // Other commands |
|
39 EMsgMailEditorCmdInsertMenu, |
|
40 EMsgMailEditorCmdInsertSubMenu, |
|
41 EMsgMailEditorCmdInsertImage, |
|
42 EMsgMailEditorCmdInsertAudio, |
|
43 EMsgMailEditorCmdInsertVideo, |
|
44 EMsgMailEditorCmdInsertOther, |
|
45 EMsgMailEditorCmdInsertPresentation, |
|
46 |
|
47 EMsgMailEditorCmdInsertText, |
|
48 EMsgMailEditorCmdInsertNote, |
|
49 EMsgMailEditorCmdInsertTemplate, |
|
50 EMsgMailEditorCmdInsertTemplateNote, |
|
51 EMsgMailEditorCmdMessageInfo, |
|
52 |
|
53 EMsgMailEditorAttachmentsCmdExit, |
|
54 EMsgMailEditorSendOptionsCmdExit, |
|
55 EMsgMailEditorCmdAddHeaders, |
|
56 EMsgMailEditorCmdMskAddRecipient, |
|
57 EMsgMailEditorSubmenuZoomCommands, |
|
58 EMsgMailEditorCmdExpandInsert |
|
59 }; |
|
60 |
|
61 enum // TMailEditorSendOption |
|
62 { |
|
63 EMsgMailSendingProfile = 1, |
|
64 EMsgMailRemoteMailBox, |
|
65 EMsgMailSendOptionsChange |
|
66 }; |
|
67 |
|
68 enum TMsgMailEditorSettingItems |
|
69 { |
|
70 ESettingMailboxInUse, |
|
71 ESettingSendMessage, |
|
72 ESettingPriority, |
|
73 ESettingReplyTo, |
|
74 ESettingEncoding |
|
75 }; |
|
76 |
|
77 enum TMsgMailEditorControlId |
|
78 { |
|
79 EMailEditorControlReplyTo = EMsgComponentIdFirstFreeEditorSpecificId |
|
80 }; |
|
81 |
|
82 #endif // MSGMAILEDITOR |