classicui_pub/dialogs_api/tsrc/inc/testsdkdialogs.hrh
changeset 0 2f259fa3e83a
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 /*
       
     2 * Copyright (c) 2002 - 2007 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:  Test EIKDIALG.H
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef C_TESTSDKDIALOGS_HRH
       
    20 #define C_TESTSDKDIALOGS_HRH
       
    21 
       
    22 // ---------------------------------------------------------------------------
       
    23 // enum TTestSDKDialog
       
    24 // ---------------------------------------------------------------------------
       
    25 //
       
    26 enum TTestSDKDialog
       
    27     {
       
    28     EDialogLine = 0x6001,
       
    29     EEdwinLine,
       
    30     EDialogButton,
       
    31     EEdwinLine2,
       
    32     ELineByType,
       
    33     ETESTSDKTextEditor,
       
    34     ETESTSDKNumberEditor,
       
    35     ETESTSDKRangeEditor,
       
    36     ETESTSDKTimeEditor,
       
    37     ETESTSDKDateEditor,
       
    38     ETESTSDKTimeAndDateEditor,
       
    39     ETESTSDKDurationEditor,
       
    40     ETESTSDKTimeOffsetEditor,
       
    41     ETESTSDKFixPointedEditor,
       
    42     ETESTSDKSecretEditor,
       
    43     ETESTSDKAddTextEditor,
       
    44     ETESTSDKAddGlobalTextEditor,
       
    45     ETESTSDKAddSecretEditor,
       
    46     ETESTSDKAddRichTextEditor,
       
    47     ETESTSDKADDNumberEditor,
       
    48     ETESTSDKADDRangeEditor,
       
    49     ETESTSDKADDTimeEditor,
       
    50     ETESTSDKADDDateEditor,
       
    51     ETESTSDKAddTimeAndDateEditor,
       
    52     ETESTSDKAddDurationEditor,
       
    53     ETESTSDKAddTimeOffsetEditor,
       
    54     ETESTSDKAddFloatEditorEditor,
       
    55     ETESTSDKAddFixPointedEditor,
       
    56     ETESTSDKPageLine1Editor,
       
    57     ETESTSDKPageLine2Editor,
       
    58     ETESTSDKSGLabel,
       
    59     ETESTSDKSGEdwin,
       
    60     ETESTSDKSGTextEditor,
       
    61     ETESTSDKSGSecretEditor,
       
    62     ETESTSDKSGFloatPointEditor,
       
    63     ETESTSDKSGFixPointedEditor,
       
    64     ETESTSDKSGNumberEditor,
       
    65     ETESTSDKSGRangeEditor,
       
    66     ETESTSDKSGTimeEditor,
       
    67     ETESTSDKSGDurationEditor,
       
    68     ETESTSDKSGTimeOffsetEditor,
       
    69     EDialogListBox
       
    70     };
       
    71 
       
    72 // ---------------------------------------------------------------------------
       
    73 // CONST timeoffset
       
    74 // ---------------------------------------------------------------------------
       
    75 //
       
    76 #define TIMEOFFSET 1000;
       
    77 
       
    78 // ---------------------------------------------------------------------------
       
    79 // testsdk_dialogs_title
       
    80 // ---------------------------------------------------------------------------
       
    81 //
       
    82 #define TESTSDK_DIALOGS_TITLE "Title"
       
    83 
       
    84 // ---------------------------------------------------------------------------
       
    85 // testsdk_dialogs_captionresource
       
    86 // ---------------------------------------------------------------------------
       
    87 //
       
    88 #define TESTSDK_DIALOGS_CAPTIONRESOURCE "CaptionResource"
       
    89 
       
    90 // ---------------------------------------------------------------------------
       
    91 // testsdk_dialogs_dialogtitle
       
    92 // ---------------------------------------------------------------------------
       
    93 //
       
    94 #define TESTSDK_DIALOGS_DIALOGTITLE "TestSDKDialogTitle"
       
    95 
       
    96 // ---------------------------------------------------------------------------
       
    97 // testsdk_dialogs_editor
       
    98 // ---------------------------------------------------------------------------
       
    99 //
       
   100 #define TESTSDK_DIALOGS_EDITOR "Editor"
       
   101 
       
   102 // ---------------------------------------------------------------------------
       
   103 // testsdk_dialogs_addeditor
       
   104 // ---------------------------------------------------------------------------
       
   105 //
       
   106 #define TESTSDK_DIALOGS_ADDEDITOR "AddEditor"
       
   107 
       
   108 // ---------------------------------------------------------------------------
       
   109 // testsdk_dialogs_sgfunc
       
   110 // ---------------------------------------------------------------------------
       
   111 //
       
   112 #define TESTSDK_DIALOGS_SGFUNC "SGFunc"
       
   113 
       
   114 // ---------------------------------------------------------------------------
       
   115 // testsdk_dialogs_label
       
   116 // ---------------------------------------------------------------------------
       
   117 //
       
   118 #define TESTSDK_DIALOGS_LABEL "Label"
       
   119 
       
   120 // ---------------------------------------------------------------------------
       
   121 // testsdk_dialogs_labelresource
       
   122 // ---------------------------------------------------------------------------
       
   123 //
       
   124 #define TESTSDK_DIALOGS_LABELRESOURCE "LabelResource"
       
   125 
       
   126 // ---------------------------------------------------------------------------
       
   127 // testsdk_dialogs_page
       
   128 // ---------------------------------------------------------------------------
       
   129 //
       
   130 #define TESTSDK_DIALOGS_PAGE "Page"
       
   131 
       
   132 // ---------------------------------------------------------------------------
       
   133 // testsdk_dialogs_page1
       
   134 // ---------------------------------------------------------------------------
       
   135 //
       
   136 #define TESTSDK_DIALOGS_PAGE1 "Page1"
       
   137 
       
   138 // ---------------------------------------------------------------------------
       
   139 // testsdk_dialogs_page2
       
   140 // ---------------------------------------------------------------------------
       
   141 //
       
   142 #define TESTSDK_DIALOGS_PAGE2 "Page2"
       
   143 
       
   144 // ---------------------------------------------------------------------------
       
   145 // testsdk_dialogs_listbox
       
   146 // ---------------------------------------------------------------------------
       
   147 //
       
   148 #define TESTSDK_DIALOGS_LISTBOX "ListBox"
       
   149 
       
   150 #endif /*C_TESTSDKDIALOGS_HRH*/