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

104 lines
2.2 KiB

// Util7434Dlg.h : header file
//
#include "Dask64.h"
#pragma once
// CUtil7434Dlg dialog
class CUtil7434Dlg : public CDialog
{
// Construction
public:
CUtil7434Dlg(I16 hCard, CWnd* pParent = NULL); // standard constructor
// Dialog Data
enum { IDD = IDD_UTIL7434_DIALOG };
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
// Implementation
protected:
HICON m_hIcon;
I16 m_hCard;
U32 m_dwOutDataLow;
U32 m_dwOutDataHigh;
// 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:
afx_msg void OnOut00();
afx_msg void OnOut01();
afx_msg void OnOut02();
afx_msg void OnOut03();
afx_msg void OnOut04();
afx_msg void OnOut05();
afx_msg void OnOut06();
afx_msg void OnOut07();
afx_msg void OnOut08();
afx_msg void OnOut09();
afx_msg void OnOut10();
afx_msg void OnOut11();
afx_msg void OnOut12();
afx_msg void OnOut13();
afx_msg void OnOut14();
afx_msg void OnOut15();
afx_msg void OnOut16();
afx_msg void OnOut17();
afx_msg void OnOut18();
afx_msg void OnOut19();
afx_msg void OnOut20();
afx_msg void OnOut21();
afx_msg void OnOut22();
afx_msg void OnOut23();
afx_msg void OnOut24();
afx_msg void OnOut25();
afx_msg void OnOut26();
afx_msg void OnOut27();
afx_msg void OnOut28();
afx_msg void OnOut29();
afx_msg void OnOut30();
afx_msg void OnOut31();
afx_msg void OnOut32();
afx_msg void OnOut33();
afx_msg void OnOut34();
afx_msg void OnOut35();
afx_msg void OnOut36();
afx_msg void OnOut37();
afx_msg void OnOut38();
afx_msg void OnOut39();
afx_msg void OnOut40();
afx_msg void OnOut41();
afx_msg void OnOut42();
afx_msg void OnOut43();
afx_msg void OnOut44();
afx_msg void OnOut45();
afx_msg void OnOut46();
afx_msg void OnOut47();
afx_msg void OnOut48();
afx_msg void OnOut49();
afx_msg void OnOut50();
afx_msg void OnOut51();
afx_msg void OnOut52();
afx_msg void OnOut53();
afx_msg void OnOut54();
afx_msg void OnOut55();
afx_msg void OnOut56();
afx_msg void OnOut57();
afx_msg void OnOut58();
afx_msg void OnOut59();
afx_msg void OnOut60();
afx_msg void OnOut61();
afx_msg void OnOut62();
afx_msg void OnOut63();
};