⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tmgmondlg.h

📁 PNX系列设备驱动 PNX系列设备驱动
💻 H
字号:
// tmgmonDlg.h : header file
//

#if !defined(AFX_TMGMONDLG_H__9D3905E7_55ED_11D1_981E_B15972C31B08__INCLUDED_)
#define AFX_TMGMONDLG_H__9D3905E7_55ED_11D1_981E_B15972C31B08__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000

#include "tracewin.h"
/////////////////////////////////////////////////////////////////////////////
// CTmgmonDlg dialog

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

// Dialog Data
	//{{AFX_DATA(CTmgmonDlg)
	enum { IDD = IDD_TMGMON_DIALOG };
	CButton	m_browseWorkingDir;
	CEdit	m_workingDir;
	CComboBox	m_taskArgumentsList;
	CComboBox	m_taskFileList;
	CString	m_taskFile;
	CString	m_taskArguments;
	CString	m_phymem;
	int		m_memoption;
	BOOL	m_debugsdram;
	BOOL	m_debugmono;
	BOOL	m_debugpcmem;
	CString	m_stdinfile;
	CString	m_stdoutfile;
	CString	m_stderrfile;
	BOOL	m_stdin;
	BOOL	m_stdout;
	BOOL	m_stderr;
	BOOL	m_trace;
	CString	m_tracefile;
	BOOL	m_checkappdir;
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;

    void RegistryRead();
    void RegistryWrite();

	// Generated message map functions
	//{{AFX_MSG(CTmgmonDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnButton1();
	afx_msg void OnButton6();
	afx_msg void OnButton7();
	afx_msg void OnButton8();
	afx_msg void OnButton2();
	afx_msg void OnButton3();
	afx_msg void OnButton4();
	afx_msg void OnButton5();
	afx_msg void OnRadio1();
	afx_msg void OnRadio2();
	afx_msg void OnRadio3();
	afx_msg void OnCheck4();
	afx_msg void OnCheck5();
	afx_msg void OnCheck6();
	afx_msg void OnButton9();
	afx_msg void OnErrspaceEdit6();
	afx_msg void OnButton11();
	afx_msg void OnMaxtextEdit6();
	afx_msg void OnDeltaposSpinnum(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnClose();
	afx_msg void OnDestroy();
    afx_msg void OnEndSession(BOOL bEnding );
	afx_msg void OnWorkingDir();
	afx_msg void OnCheckAppDir();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	CTraceWin m_tracewin;
	BOOL m_taskloaded;
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_TMGMONDLG_H__9D3905E7_55ED_11D1_981E_B15972C31B08__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -