/* Toolbox codes used by NewsFind */

#ifndef __nftcodes_h
#define __nftcodes_h

enum NewsFind_ToolboxCodes {
  NFT_Quit			= 0x200,
  NFT_ChoicesCancel		= 0x201,
  NFT_ChoicesSave		= 0x202,
  NFT_ChoicesOK			= 0x203,
  NFT_OpenFind			= 0x204,
  NFT_ScopeChange		= 0x205,
  NFT_CancelSearch		= 0x206,
  NFT_PerformSearch		= 0x207,
  NFT_AbortSearch		= 0x208,
  NFT_ChoicesOpen		= 0x209,
  NFT_ChoicesRadio		= 0x20a
};

#endif
