phonebookui/Phonebook2/Presentation/inc/Pbk2FieldOrdering.rh
branchRCL_3
changeset 21 9da50d567e3c
parent 0 e686773b3f54
equal deleted inserted replaced
20:f4a778e096c2 21:9da50d567e3c
    24 // A structure for defining presentation order for field types.
    24 // A structure for defining presentation order for field types.
    25 // -------------------------------------------------------------------------
    25 // -------------------------------------------------------------------------
    26 //
    26 //
    27 STRUCT PBK2_FIELDTYPE_PRESENTATION_ORDER
    27 STRUCT PBK2_FIELDTYPE_PRESENTATION_ORDER
    28     {
    28     {
    29     /// Field type resource id from VPbkEng.rsg
    29     /// Field type resource id from vpbkeng.rsg
    30     LONG fieldTypeResId;
    30     LONG fieldTypeResId;
    31     /// The number that specifies the location of this field type
    31     /// The number that specifies the location of this field type
    32     /// in contact presentation (defines the order of fields). 
    32     /// in contact presentation (defines the order of fields). 
    33     /// See appropriate language specific Pbk2DefaultFieldOrdering.hrh, 
    33     /// See appropriate language specific Pbk2DefaultFieldOrdering.hrh, 
    34     /// Pbk2ChineseFieldOrdering.hrh or Pbk2JapaneseFieldOrdering.hrh.
    34     /// Pbk2ChineseFieldOrdering.hrh or Pbk2JapaneseFieldOrdering.hrh.