Click here to Skip to main content
15,883,901 members
Articles / Web Development / HTML

TraceTool 12.7: The Swiss-Army Knife of Trace

Rate me:
Please Sign up or sign in to vote.
4.97/5 (234 votes)
20 Nov 2016CPL19 min read 1.9M   39K   1K  
A C#, C++, Delphi, ActiveX , Javascript , NodeJs and Java trace framework and a trace viewer: Tail, OutputDebugString, event log, and with Log4J, Log4Net, and Microsoft Enterprise Instrumentation Framework (EIF) support. This also comes with full support for Pocket PC, Silverlight, and Android.
#if !defined(AFX_NODEOPERATIONS_H__91DDBC45_51EA_4584_8E50_55410C35B272__INCLUDED_)
#define AFX_NODEOPERATIONS_H__91DDBC45_51EA_4584_8E50_55410C35B272__INCLUDED_

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

#include "tracetool.h"

/////////////////////////////////////////////////////////////////////////////
// nodeOperations dialog

class NodeOperations : public CPropertyPage
{
	DECLARE_DYNCREATE(NodeOperations)

// Construction
public:
	NodeOperations();
	~NodeOperations();

        TraceNodeEx * start1 ;
        TraceNodeEx * start2 ;

// Dialog Data
	//{{AFX_DATA(NodeOperations)
	enum { IDD = IDD_NODEEX };
		// NOTE - ClassWizard will add data members here.
		//    DO NOT EDIT what you see in these blocks of generated code !
	//}}AFX_DATA


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

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(NodeOperations)
	afx_msg void OnAppend();
	afx_msg void OnResend();
	afx_msg void OnSetselected();
	afx_msg void OnShownode();
	afx_msg void OnStart1();
	afx_msg void OnStart2();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};

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

#endif // !defined(AFX_NODEOPERATIONS_H__91DDBC45_51EA_4584_8E50_55410C35B272__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 Common Public License Version 1.0 (CPL)


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

Comments and Discussions