리크 테스트 gui
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

59 lines
1.1 KiB

// pci7250Dlg.h : header file
//
#include "Dask64.h"
#pragma once
// Cpci7250Dlg dialog
class Cpci7250Dlg : public CDialog
{
// Construction
public:
Cpci7250Dlg(I16 nCard, CWnd* pParent = NULL); // standard constructor
// Dialog Data
enum { IDD = IDD_PCI7250_DIALOG };
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
// Implementation
protected:
HICON m_hIcon;
UINT_PTR m_nTimer;
U32 m_dwOutData;
// Generated message map functions
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
DECLARE_MESSAGE_MAP()
public:
CStatic m_DI0_ON;
CStatic m_DI1_ON;
CStatic m_DI2_ON;
CStatic m_DI3_ON;
CStatic m_DI4_ON;
CStatic m_DI5_ON;
CStatic m_DI6_ON;
CStatic m_DI7_ON;
public:
// the CardID of targer device
I16 m_hCard;
afx_msg void OnTimer(UINT_PTR nIDEvent);
afx_msg void OnDO0Clicked();
afx_msg void OnDO1Clicked();
afx_msg void OnDO2Clicked();
afx_msg void OnDO3Clicked();
afx_msg void OnDO4Clicked();
afx_msg void OnDO5Clicked();
afx_msg void OnDO6Clicked();
afx_msg void OnDO7Clicked();
afx_msg void OnDestroy();
};