/* Machine-made version of this file copyright (c) 2005 Somusar */ /* Derived from samples that are Copyright (c) 2004, Nokia. All rights reserved */ #ifndef __THREEFORMS_HRH__ #define __THREEFORMS_HRH__ enum TThreeFormsMenuCommands { EThreeFormsCmdEmptyOutline = 0x600, EThreeFormsCmdSampleEditorMenu, EThreeFormsCmdSampleEditorCommand, EThreeFormsCmdBizMenu, EThreeFormsCmdBizCommand, EThreeFormsCmdFriendMenu, EThreeFormsCmdFriendCommand, EThreeFormsCmdThreeForms }; enum TThreeFormsDialogControlIds { EThreeFormsDlgCtrlIdSampleEditorValue = 0x100, EThreeFormsDlgCtrlIdSampleEditorDate, EThreeFormsDlgCtrlIdSampleEditorTime, EThreeFormsDlgCtrlIdSampleEditorDuration, EThreeFormsDlgCtrlIdSampleEditorPassword, EThreeFormsDlgCtrlIdBizCompany, EThreeFormsDlgCtrlIdBizLastName, EThreeFormsDlgCtrlIdBizFirstName, EThreeFormsDlgCtrlIdBizAddress, EThreeFormsDlgCtrlIdBizCity, EThreeFormsDlgCtrlIdBizCountry, EThreeFormsDlgCtrlIdFriendFirstName, EThreeFormsDlgCtrlIdFriendLastName, EThreeFormsDlgCtrlIdFriendAddress, EThreeFormsDlgCtrlIdFriendCity }; enum TThreeFormsFieldInfo { EThreeFormsLabelMaxLength = 64, EThreeFormsEdwinMaxLength = 64 }; #endif // __THREEFORMS_HRH__ // End of File