source: trunk/testapp/gui/systray/resource.h@ 21916

Last change on this file since 21916 was 21588, checked in by dmik, 15 years ago

testapp: Added systray testcase (taken from http://www.codeproject.com/KB/shell/StealthDialog.aspx and slightly modified to build with Odin).

  • Property svn:eol-style set to native
File size: 759 bytes
Line 
1//{{NO_DEPENDENCIES}}
2// Microsoft Visual C++ generated include file.
3// Used by Win32 Dialog.rc
4//
5#define IDR_MANIFEST 1
6#define IDD_DLG_DIALOG 102
7#define IDD_ABOUTBOX 103
8#define IDM_ABOUT 104
9#define IDC_MYICON 105
10#define IDC_STEALTHDIALOG 106
11#define IDI_STEALTHDLG 107
12#define IDC_STATIC -1
13
14// Next default values for new objects
15//
16#ifdef APSTUDIO_INVOKED
17#ifndef APSTUDIO_READONLY_SYMBOLS
18#define _APS_NO_MFC 1
19#define _APS_NEXT_RESOURCE_VALUE 110
20#define _APS_NEXT_COMMAND_VALUE 32771
21#define _APS_NEXT_CONTROL_VALUE 1000
22#define _APS_NEXT_SYMED_VALUE 110
23#endif
24#endif
Note: See TracBrowser for help on using the repository browser.