// Sample0Dlg.h : header file // #if !defined(AFX_SAMPLE0DLG_H__FC3AC508_6D8B_11D6_97FA_DE1E4E757B2E__INCLUDED_) #define AFX_SAMPLE0DLG_H__FC3AC508_6D8B_11D6_97FA_DE1E4E757B2E__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 ///////////////////////////////////////////////////////////////////////////// // CSample0Dlg dialog class CSample0Dlg : public CDialog { // Construction public: CSample0Dlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CSample0Dlg) enum { IDD = IDD_SAMPLE0_DIALOG }; CEdit m_InstructControl; CButton m_TestButton; CString m_BaseEdit; CString m_CardTitle; CString m_Instructions; CString m_ChannelLabel; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CSample0Dlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CSample0Dlg) virtual BOOL OnInitDialog(); afx_msg void OnPaint(); afx_msg HCURSOR OnQueryDragIcon(); afx_msg void OnExitButtonClick(); afx_msg void OnTestButtonClick(); afx_msg void OnTimer(UINT nIDEvent); afx_msg void OnShowWindow(BOOL bShow, UINT nStatus); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_SAMPLE0DLG_H__FC3AC508_6D8B_11D6_97FA_DE1E4E757B2E__INCLUDED_)