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

48 lines
925 B

// 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;
UINT_PTR m_nTimer0;
U8 m_bRunning0;
// 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;
afx_msg void OnGPTCNoSelchange();
afx_msg void OnGPTCMode0Start();
void GPTC_Major_Process0(void);
afx_msg void OnTimer(UINT_PTR nIDEvent);
};