Browse Subversion Repository
Contents of /trunk/src/define.h
Parent Directory
| Revision Log
Revision 112 -
( show annotations)
( download)
( as text)
Mon Sep 10 13:12:57 2012 UTC
(11 years, 8 months ago)
by z0rac
File MIME type: text/x-chdr
File size: 932 byte(s)
Change mail address.
| 1 |
/* |
| 2 |
* Copyright (C) 2009-2012 TSUBAKIMOTO Hiroya <z0rac@users.sourceforge.jp> |
| 3 |
* |
| 4 |
* This software comes with ABSOLUTELY NO WARRANTY; for details of |
| 5 |
* the license terms, see the LICENSE.txt file included with the program. |
| 6 |
*/ |
| 7 |
#define _WIN32_WINNT 0x0500 |
| 8 |
#define _WIN32_IE 0x0500 |
| 9 |
#define WINVER _WIN32_WINNT |
| 10 |
|
| 11 |
#include "version.h" |
| 12 |
|
| 13 |
#define ID_MENU_FETCH 1 |
| 14 |
#define ID_MENU_SUMMARY 2 |
| 15 |
#define ID_MENU_TRAYICON 10 |
| 16 |
#define ID_MENU_SETTINGS 11 |
| 17 |
#define ID_MENU_ALWAYSONTOP 12 |
| 18 |
#define ID_MENU_ABOUT 90 |
| 19 |
#define ID_MENU_EXIT 99 |
| 20 |
|
| 21 |
#define ID_EVENT_LOGOFF (-1) |
| 22 |
|
| 23 |
#define ID_TEXT_FETCHING 1 |
| 24 |
#define ID_TEXT_FETCHED_MAIL 2 |
| 25 |
#define ID_TEXT_FETCH_ERROR 3 |
| 26 |
#define ID_TEXT_BALLOON_TITLE 4 |
| 27 |
#define ID_TEXT_BALLOON_ERROR 5 |
| 28 |
#define ID_TEXT_SUMMARY_TITLE 6 |
| 29 |
#define ID_TEXT_SUMMARY_COLUMN 7 |
| 30 |
#define ID_TEXT_ABOUT 8 |
| 31 |
#define ID_TEXT_VERSION 9 |
|