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.
50 lines
1.0 KiB
50 lines
1.0 KiB
|
|
// 7396int2Dlg.h : header file
|
|
//
|
|
#include "Dask64.h"
|
|
|
|
#pragma once
|
|
|
|
|
|
// CMy7396int2Dlg dialog
|
|
class CMy7396int2Dlg : public CDialog
|
|
{
|
|
// Construction
|
|
public:
|
|
CMy7396int2Dlg(CWnd* pParent = NULL); // standard constructor
|
|
|
|
// Dialog Data
|
|
enum { IDD = IDD_MY7396INT2_DIALOG };
|
|
|
|
protected:
|
|
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
|
|
|
|
|
// Implementation
|
|
protected:
|
|
HICON m_hIcon;
|
|
int m_nCardIdx;
|
|
long m_nSampleCount;
|
|
long m_nSampleRate;
|
|
int m_COSCount;
|
|
int m_TimerCount;
|
|
|
|
I16 m_hCard;
|
|
int m_nC1;
|
|
int m_nC2;
|
|
HANDLE m_hThread;
|
|
|
|
// Generated message map functions
|
|
virtual BOOL OnInitDialog();
|
|
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
|
|
afx_msg LRESULT OnCOS0Interrupt(WPARAM wParam, LPARAM lParam);
|
|
afx_msg LRESULT OnTimerInterrupt(WPARAM wParam, LPARAM lParam);
|
|
afx_msg void OnPaint();
|
|
afx_msg HCURSOR OnQueryDragIcon();
|
|
DECLARE_MESSAGE_MAP()
|
|
public:
|
|
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
|
|
afx_msg void OnBnClickedBtSetup();
|
|
afx_msg void OnDestroy();
|
|
afx_msg void OnBnClickedBtTrigger();
|
|
};
|
|
|