messagingapp/msgui/msguiutils/tsrc/unittest_msguiutils/mmstestbed/inc/mmstestbed.hrh
changeset 70 a15d9966050f
equal deleted inserted replaced
61:8ba0afbb4637 70:a15d9966050f
       
     1 /*
       
     2  * Copyright (c) 2009 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:
       
    15  */
       
    16 
       
    17 #include <bldvariant.hrh>
       
    18 
       
    19 
       
    20 #ifndef MMSTESTBED_HRH
       
    21 #define MMSTESTBED_HRH
       
    22 
       
    23 enum
       
    24 {
       
    25     EAppMainOk = 1,
       
    26     EAppMainCancel,
       
    27     //
       
    28     EMenufrmCmdCascadeTest,
       
    29     ECleanup,
       
    30     ECleanOutbox,
       
    31     ESaveSettings,
       
    32     ELoadSettings,
       
    33     ECleanInbox,
       
    34     EShowIn,
       
    35     EShowOut,
       
    36     EOutToMMSC,
       
    37     EMMSCToIn,
       
    38     ESendScheduled,
       
    39     EReceiveScheduled,
       
    40     EShowSent,
       
    41     ECleanSent,
       
    42     EStartMyNotifier,
       
    43     EGetEventType,
       
    44     EAddEventType,
       
    45     EDeleteEventType,
       
    46     EViewLog,
       
    47     ECleanLog,
       
    48     EShowWapAccessPoints,
       
    49     ESelectWapAccessPoint,
       
    50     EShowConnectionMode,
       
    51     EShowIAP,
       
    52     EConnectToIAP,
       
    53     EDeleteSendSchedule,
       
    54     EDeleteReceiveSchedule,
       
    55     EDeleteNotifications,
       
    56     ERestoreFactorySettings,
       
    57     ECreateFromFile,
       
    58     EShowNotifications,
       
    59     ESendDeliveryReport,
       
    60     EShowDrafts,
       
    61     ECleanDrafts,
       
    62     ECleanAll,
       
    63     EFetchingDeferred,
       
    64     EFetchingOn,
       
    65     ESendFromFile,
       
    66     ESwitchToLocal,
       
    67     ESwitchToGlobal,
       
    68     EDecodeLoggingOn,
       
    69     EDecodeLoggingOff,
       
    70     EBinaryDumpOn,
       
    71     EBinaryDumpOff,
       
    72     ESendNotification,
       
    73     ECreateToInbox,
       
    74     ECreateToSentItems,
       
    75     ESendFromDrafts,
       
    76     EFindMMSFolder,
       
    77     ESendOneByOne,
       
    78     ECreateToDrafts,
       
    79     ESendViaClient,
       
    80     ESendMemFail,
       
    81     EFetchMemFail,
       
    82     EReceiveForced,
       
    83     ECreateHeadersFromFile,
       
    84     ESwitchToOffline,
       
    85     ESwitchToOnline,
       
    86     ECopyDrafts,
       
    87     ECreateNotification,
       
    88     EReply,
       
    89     EReplyToAll,
       
    90     EForward,
       
    91     EFetchingManual,
       
    92     EFirstBoot,
       
    93     ENoFirstBoot,
       
    94     EFindNetworkStatus,
       
    95     ESendReadReport,
       
    96     ECreateMMBoxViewConf,
       
    97     EGetMMBoxView,
       
    98     ECleanMMBox,
       
    99     EShowMMBox
       
   100 };
       
   101 
       
   102 #define 	ETestLabel1 1
       
   103 #define 	ETestLabel2 2
       
   104 #define 	ETestLabel3 3
       
   105 #define 	ETestLabel4 4
       
   106 
       
   107 #define     EServiceList 2
       
   108 
       
   109 
       
   110 enum TTestBedDlgCtrlIds
       
   111 	{
       
   112 	ETestEditField = 1
       
   113 	};
       
   114 
       
   115 enum TEditServiceControls
       
   116 	{
       
   117 	EFolderLabel = 1,
       
   118     EEditUri
       
   119 //	EEditServiceFolder,
       
   120 //	ENameLabel,
       
   121 //	EEditServiceName,
       
   122 //	ENumberLabel,
       
   123 //	EEditServiceNumber
       
   124 	};
       
   125 
       
   126 enum
       
   127 	{
       
   128 	EFsViewDialogId = 1
       
   129 	};
       
   130 
       
   131 #endif