Click here to Skip to main content
15,894,646 members
Articles / Programming Languages / C++

CatchCulator

Rate me:
Please Sign up or sign in to vote.
4.97/5 (71 votes)
18 Oct 2005CPOL7 min read 130.9K   2K   69  
A tool used to catch and combine values output by different applications.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by CatchCulator.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_CATCHCULATOR_DIALOG         102
#define IDR_MAINFRAME                   128
#define IDB_BITMAP_D1                   129
#define IDB_BITMAP_D2                   130
#define IDB_BITMAP_D3                   131
#define IDD_DIALOG_SELECTOR             132
#define IDD_DIALOG_SCRIPT               134
#define IDD_DIALOG_FORMAT_DLG           135
#define IDD_DIALOG_SET_TIMER            136
#define IDB_BITMAP_GRADIENT             138
#define IDC_STATIC_DISPLAY1             1000
#define IDC_STATIC_DISPLAY2             1001
#define IDC_BUTTON_HIDE                 1001
#define IDC_STATIC_DISPLAY3             1002
#define IDC_BUTTON_TRY                  1002
#define IDC_BUTTON_CATCH                1003
#define IDC_EDIT_TRY                    1004
#define IDC_BUTTON_SHOW_CATCHER         1005
#define IDC_TREE_CATCHES                1006
#define IDC_BUTTON_SHOW_D1              1007
#define IDC_BUTTON_SHOW_D2              1008
#define IDC_EDIT_SCRIPT                 1008
#define IDC_BUTTON_SHOW_D3              1009
#define IDC_BUTTON_UPDATE_SCRIPT        1009
#define IDC_BUTTON_DEL_TREE             1010
#define IDC_STATIC_LABEL                1010
#define IDC_BUTTON_DEL_ITEM             1011
#define IDC_STATIC_CRT_FORMAT           1011
#define IDC_EDIT_NEW_FORMAT             1012
#define IDC_BUTTON_TIMER                1012
#define IDC_BUTTON_SET_TIMER            1013
#define IDC_COMBO_TIMER_VALUES          1013

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        139
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1014
#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, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Europe Europe
More than 30 years of software development experience.
(also playing the SCRUM Master role depending on the project)

Comments and Discussions