INPUTSET.H
上传用户:zhang8947
上传日期:2007-01-08
资源大小:1910k
文件大小:1k
- // inputset.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CInputSet dialog
- class CInputSet : public CCommonPage
- {
- // Construction
- public:
- CInputSet(UINT id); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CInputSet)
- enum { IDD = IDD_DIALOG5 };
- CListBox m_InputMethods;
- //}}AFX_DATA
- // Implementation
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- // Generated message map functions
- //{{AFX_MSG(CInputSet)
- afx_msg void OnAddInputMethod();
- afx_msg void OnDelInputMethod();
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };