Click here to Skip to main content
15,885,680 members
Articles / Programming Languages / C++

WindowsNT Event Log Viewer

Rate me:
Please Sign up or sign in to vote.
3.38/5 (12 votes)
30 Nov 19992 min read 265.1K   5.6K   39  
#ifndef __Resources_Defined__
#define __Resources_Defined__

	#include "resource.h"

	#define IDW_SBAR			102
	#define ID_TOOLBAR_MAIN		103

	#define IDW_MDICLIENT		200
	#define IDM_MDICHILD		40007
	#define IDM_WINDOWMENU		  0

	// toolbar constants
	#define NUMIMAGES       2
	#define IMAGEWIDTH      16
	#define IMAGEHEIGHT     16
	#define BUTTONWIDTH     16
	#define BUTTONHEIGHT    16

	#define STATUSICONSIZE  16

	// status bar parts
	#define IDSBP_MSG        0
	#define IDSBP_USERCOUNT  1
	#define IDSBP_ICON       2

	extern TBBUTTON g_arToolbarButtons[];

#endif /* __Resources_Defined__ */

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Romania Romania
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions