36 lines
838 B
C
36 lines
838 B
C
//**********************************************************************
|
|
//
|
|
// Copyright (c) Handspring, Inc 2000 -- All Rights Reserved
|
|
//
|
|
// PROJECT: RingTone
|
|
// FILE: RingTone.h
|
|
// AUTHOR: Frank Voqui
|
|
// DATE: 09-30-2003
|
|
//
|
|
// DESCRIPTION:
|
|
// This file contains constants to be shared between the .rcp file
|
|
// and the source files.
|
|
//
|
|
// HISTORY:
|
|
// 09-30-2003 FHV - Initial version.
|
|
//
|
|
//*********************************************************************/
|
|
|
|
#define RingToneMenu 3000
|
|
|
|
// Resource: tFRM 3100
|
|
#define RingToneForm 3100
|
|
#define resMenuItemAbout 3101
|
|
|
|
#define ToneNameLabel 3200
|
|
#define ToneNameField 3300
|
|
|
|
#define PrevToneButton 3400
|
|
#define NextToneButton 3401
|
|
#define PlayToneButton 3402
|
|
#define StopToneButton 3403
|
|
|
|
#define PDAAlert 3500
|
|
|
|
|