리크 테스트 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.

54 lines
1.0 KiB

// SDK9524GPTCDlg.h : header file
//
#pragma once
#include "afxwin.h"
#include "Dask64.h"
// CSDK9524GPTCDlg dialog
class CSDK9524GPTCDlg : public CDialog
{
// Construction
public:
CSDK9524GPTCDlg(I16 hCard, CWnd* pParent = NULL); // standard constructor
// Dialog Data
enum { IDD = IDD_SDK9524GPTC_DIALOG };
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
// Implementation
protected:
HICON m_hIcon;
I16 m_hCard;
U16 m_wGPTCNo;
U16 m_GPTCMode;
U16 m_wSrcCtrl;
U16 m_wPolCtrl;
U32 m_dwLReg1_Val;
U32 m_dwLReg2_Val;
U32 m_dwPulseGenNum;
U8 m_bRunning1;
// 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:
CComboBox m_cbGPTCNo;
CComboBox m_cbMode1Option;
afx_msg void OnGPTCNoSelchange();
afx_msg void OnComboMode1Selchange();
afx_msg void OnTimer(UINT_PTR nIDEvent);
afx_msg void OnStart();
};