// PCIDADlg.h : header file // #if !defined(AFX_PCIDADLG_H__859ACE57_79B0_11D2_91DF_00A0C970A3E8__INCLUDED_) #define AFX_PCIDADLG_H__859ACE57_79B0_11D2_91DF_00A0C970A3E8__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 ///////////////////////////////////////////////////////////////////////////// // CPCIDADlg dialog class CPCIDADlg : public CDialog { // Construction public: CPCIDADlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CPCIDADlg) enum { IDD = IDD_PCIDA_DIALOG }; CButton m_StartButton; CEdit m_StatusControl; CComboBox m_ChannelsComboControl; CComboBox m_CardComboControl; CString m_StatusEdit; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CPCIDADlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation void FindCards(); unsigned short Cal(unsigned short InValue, int Ch); protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CPCIDADlg) virtual BOOL OnInitDialog(); afx_msg void OnPaint(); afx_msg HCURSOR OnQueryDragIcon(); afx_msg void OnExit(); afx_msg void OnShowWindow(BOOL bShow, UINT nStatus); afx_msg void OnStartClick(); afx_msg void OnTimer(UINT nIDEvent); afx_msg void OnSelChangeCardCombo(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_PCIDADLG_H__859ACE57_79B0_11D2_91DF_00A0C970A3E8__INCLUDED_)