Chat-O-Matic/application/AppResources.h

31 lines
610 B
C
Raw Normal View History

/*
2011-12-03 16:38:03 -06:00
* Copyright 2009-2011, Pier Luigi Fiorini. All rights reserved.
* Distributed under the terms of the MIT License.
*/
2021-06-20 12:44:20 -05:00
#ifndef _APP_RESOURCES_H
#define _APP_RESOURCES_H
enum {
kOnlineIcon = 10,
kAwayIcon = 11,
kBusyIcon = 12,
kOfflineIcon = 13,
2010-05-20 16:31:55 -05:00
kToolIcon = 20,
kSearchIcon = 21,
kProtocolSettingsTemplate = 1000,
kOnlineReplicant = 1200,
2021-06-20 12:44:20 -05:00
kIconReplicant = 1220,
kOfflineReplicant = 1300,
kBusyReplicant = 1333,
kAwayReplicant = 1400,
kExitMenuReplicant = 1401,
kReplicantMessageReceived = 1402,
kPersonIcon = 1500
};
2021-06-20 12:44:20 -05:00
#endif // _APP_RESOURCES_H