1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- #if !defined(AFX_YKCMDDLG_H__6ED67BB5_0B66_44E7_A3CF_DBFBC9956F0E__INCLUDED_)
- #define AFX_YKCMDDLG_H__6ED67BB5_0B66_44E7_A3CF_DBFBC9956F0E__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // YkCmdDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CYkCmdDlg dialog
- class CYkCmdDlg : public CDialog
- {
- // Construction
- public:
- CYkCmdDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CYkCmdDlg)
- enum { IDD = IDD_DIALOG_YK };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CYkCmdDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CYkCmdDlg)
- afx_msg void OnButtonOff();
- afx_msg void OnButtonOn();
- virtual void OnCancel();
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- public:
- CString m_strValue;
- CString m_sOn,m_sOff;
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_YKCMDDLG_H__6ED67BB5_0B66_44E7_A3CF_DBFBC9956F0E__INCLUDED_)
|