classicui_pub/tsrc/bc/apps/S60_SDK3.0/bctestcmdlg/inc/bctestcmdlg.hrh
changeset 22 75713bee6484
parent 21 558113899881
child 26 62ef28f7b435
child 28 d33307312dfe
equal deleted inserted replaced
21:558113899881 22:75713bee6484
     1 /*
       
     2 * Copyright (c) 2006-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:         BCTestCmDlg resource header file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 
       
    26 #ifndef BCTESTCMDLG_HRH
       
    27 #define BCTESTCMDLG_HRH
       
    28 
       
    29 enum TBCTestCmDlgMenuCommands
       
    30     {
       
    31     EBCTestCmdEmptyOutline = 0x6000,
       
    32 
       
    33 	EBCTestCmdMemSelDlgBegin,
       
    34     EBCTestCmdMemSelDlgCreate,
       
    35 	EBCTestCmdMemSelDlgCreateWithRes,
       
    36 	EBCTestCmdMemSelDlgWithRoot,
       
    37 	EBCTestCmdMemSelDlgQuick,
       
    38 	EBCTestCmdMemSelDlgQuickTitle,
       
    39 	EBCTestCmdMemSelDlgQuickRes,
       
    40 	EBCTestCmdMemSelDlgSetting,
       
    41 	EBCTestCmdMemSelDlgEnd,
       
    42 
       
    43 	EBCTestCmdMemSelPageBegin,
       
    44 	EBCTestCmdMemSelPageCreate,
       
    45 	EBCTestCmdMemSelPageCreateRes,
       
    46 	EBCTestCmdMemSelPageQuickCreate,
       
    47 	EBCTestCmdMemSelPageQuickCreateTitle,
       
    48 	EBCTestCmdMemSelPageQuickCreateRes,
       
    49 	EBCTestCmdMemSelPageEnd,
       
    50 
       
    51 	EBCTestCmdFileSelDlgBegin,
       
    52 	EBCTestCmdFileSelDlgCreate,
       
    53 	EBCTestCmdFileSelDlgCreateRes,
       
    54 	EBCTestCmdFileSelDlgQuickCreate,
       
    55 	EBCTestCmdFileSelDlgQuickCreateTitle,
       
    56 	EBCTestCmdFileSelDlgQuickCreateRes,
       
    57 	EBCTestCmdFileSelDlgSettings,
       
    58 	EBCTestCmdFileSelDlgEnd,
       
    59 
       
    60 	EBCTestCmdFileNameDlgBegin,
       
    61 	EBCTestCmdFileNameDlgCreate,
       
    62 	EBCTestCmdFileNameDlgCreateRes,
       
    63 	EBCTestCmdFileNameDlgQuickCreate,
       
    64 	EBCTestCmdFileNameDlgQuickCreateTitle,
       
    65 	EBCTestCmdFileNameDlgQuickCreateRes,
       
    66 	EBCTestCmdFileNameDlgSettings,
       
    67 	EBCTestCmdFileNameDlgEnd,
       
    68 
       
    69 	EBCTestCmdCommonDlgBegin,
       
    70 	//select
       
    71 	EBCTestCmdCommonDlgSelect1,
       
    72 	EBCTestCmdCommonDlgSelect2,
       
    73 	EBCTestCmdCommonDlgSelect3,
       
    74 	EBCTestCmdCommonDlgSelect4,
       
    75 	EBCTestCmdCommonDlgSelect5,
       
    76 	EBCTestCmdCommonDlgSelect6,
       
    77 	EBCTestCmdCommonDlgSelect7,
       
    78 	EBCTestCmdCommonDlgSelect8,
       
    79 
       
    80 	//move
       
    81 	EBCTestCmdCommonDlgMove1,
       
    82 	EBCTestCmdCommonDlgMove2,
       
    83 	EBCTestCmdCommonDlgMove3,
       
    84 	EBCTestCmdCommonDlgMove4,
       
    85 
       
    86 	//save
       
    87 	EBCTestCmdCommonDlgSave1,
       
    88 	EBCTestCmdCommonDlgSave2,
       
    89 	EBCTestCmdCommonDlgSave3,
       
    90 	EBCTestCmdCommonDlgSave4,
       
    91 	EBCTestCmdCommonDlgSave5,
       
    92 	EBCTestCmdCommonDlgSave6,
       
    93 	EBCTestCmdCommonDlgSave7,
       
    94 
       
    95 	//copy
       
    96 	EBCTestCmdCommonDlgCopy1,
       
    97 	EBCTestCmdCommonDlgCopy2,
       
    98 	EBCTestCmdCommonDlgCopy3,
       
    99 	//
       
   100 	EBCTestCmdCommonDlgEnd,
       
   101 
       
   102 
       
   103     
       
   104 
       
   105 
       
   106 
       
   107 
       
   108     
       
   109 
       
   110 
       
   111 	EBCTestCmdMemSelSettingItemBegin,
       
   112 	EBCTestCmdMemSelSettingItemCreate,
       
   113 	EBCTestCmdMemSelSettingItemEdit,
       
   114 	EBCTestCmdMemSelSettingItemStore,
       
   115 	EBCTestCmdMemSelSettingItemSetting,
       
   116 	EBCTestCmdMemSelSettingItemEnd,
       
   117 
       
   118     EBCTestCmdMaxOutline,
       
   119     EProgCmdAutoTest
       
   120     };
       
   121 
       
   122 enum TBCTestCmDlgCba
       
   123     {
       
   124     EBCTestCmDlgCbaCmdNext = 0x6300
       
   125     };
       
   126 
       
   127 enum TVRDialogIds
       
   128 	{
       
   129 	EVRSettingsListboxId = 1	//Dialog control ID can't be zero
       
   130 	};
       
   131 
       
   132 enum TVRCommands
       
   133 	{
       
   134 	ECmdPlay = 100,			// Don't override EIKON IDs..
       
   135 	ECmdPause,
       
   136 	ECmdStop,
       
   137 	ECmdAutoStopInterrupted,
       
   138 	ECmdAutoStopAtEnd,
       
   139 	ECmdSilentStop,
       
   140 	ECmdRecord,
       
   141 	ECmdRewind,
       
   142 	ECmdForward,
       
   143 	ECmdRecordNew,
       
   144 	ECmdOpen,
       
   145 	ECmdDelete,
       
   146 	ECmdAddToPinboard,
       
   147 	ECmdRename,
       
   148 	ECmdSaveAttachment,
       
   149 	ECmdOk,
       
   150 	ECmdCancel,
       
   151 	ECmdSettings,
       
   152 	ECmdEditListCascade,
       
   153 	ECmdChange,
       
   154 	ECmdHelp,
       
   155 	ECmdGoToGallery,
       
   156 	ECmdEndKey,
       
   157 	ECmdCancelNote,
       
   158 	ECmdEmbeddedRecordingReady,
       
   159 	ECmdDisconnectCall,
       
   160 	ECmdNewFileServiceNotify,
       
   161 
       
   162 	ECmdSendVia			// This MUST be the last entry
       
   163 	};
       
   164 
       
   165 #endif // BCTESTCMDLG_HRH
       
   166 
       
   167 // End of File