Click here to Skip to main content
15,896,338 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 131K   2K   69  
A tool used to catch and combine values output by different applications.
#if !defined(AFX_SETTIMERDLG_H__7E959644_016E_4444_9540_004E0EA19A96__INCLUDED_)
#define AFX_SETTIMERDLG_H__7E959644_016E_4444_9540_004E0EA19A96__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SetTimerDlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CSetTimerDlg dialog

class CSetTimerDlg : public CDialog
{
// Construction
public:
	CSetTimerDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CSetTimerDlg)
	enum { IDD = IDD_DIALOG_SET_TIMER };
	int		m_nValueIndex;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CSetTimerDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CSetTimerDlg)
		// NOTE: the ClassWizard will add member functions here
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_SETTIMERDLG_H__7E959644_016E_4444_9540_004E0EA19A96__INCLUDED_)

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