Click here to Skip to main content
15,893,381 members
Articles / Desktop Programming / MFC

A real time log file viewer

Rate me:
Please Sign up or sign in to vote.
4.81/5 (19 votes)
17 May 20042 min read 172.6K   4.5K   58  
A real time log file viewer.
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ABLogFile.rc
//
#define IDR_MANIFEST                    1
#define IDD_dlgFind                     9
#define IDD_ABOUTBOX                    100
#define IDP_OLE_INIT_FAILED             100
#define IDR_MAINFRAME                   128
#define IDR_ABLogFileTYPE               129
#define ID_EDIT_FIND130                 130
#define IDD_DIALOG1                     131
#define ID_EDIT_CLEARTAGS               132
#define ID_EDIT_CLEARSELECTION          133
#define IDD_dlgSettings                 134
#define ID_FILE_SETTINGS                135
#define ID_FILE_SETTINGS136             136
#define IDC_txtFindText                 1001
#define IDC_cmdFind                     1002
#define IDC_optForward                  1003
#define IDC_optBackward                 1005
#define IDC_optFindFirst                1006
#define IDC_optFindAll                  1007
#define IDC_frameSD                     1008
#define IDC_frameST                     1009
#define IDC_cboColorText                1010
#define IDC_cboColorNewText             1011
#define IDC_cboColorTextBk              1012
#define IDC_cboColorLine                1013
#define IDC_cboColorLinBk               1014
#define IDC_cboColorLineBk              1014
#define IDC_spnFadeTime                 1015
#define IDC_cboColorSel                 1015
#define IDC_txtFadeTime                 1016
#define IDC_cboColorSelBK               1016
#define IDC_statPreview                 1017
#define IDC_cmdSave                     1018
#define IDC_cmdCancel                   1019
#define IDC_cboColorSel2                1020
#define IDC_cboColorTag                 1020

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        137
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1020
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

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
Software Developer (Senior)
Australia Australia
Started programming many many years ago, now a full time C++ developer writing medical software. I have also been known to dabble in electronics. Currently looking to go back to university to study electronic engineering.

Comments and Discussions