1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- #if !defined(AFX_DINDANFORM2_H__90F452D1_3406_4F7D_B32B_1F5668866994__INCLUDED_)
- #define AFX_DINDANFORM2_H__90F452D1_3406_4F7D_B32B_1F5668866994__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // DinDanForm2.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // DinDanForm2 dialog
- class DinDanForm2 : public CDialog
- {
- CRect m_rc;
- // Construction
- public:
- void ModeChange(int mode);
- void FilterChange();
- void TypeChange(CStringArray *pArray);
- void TypeChange2(CStringArray *pArray);
- void Init();
- DinDanForm2(CWnd* pParent = NULL); // standard constructor
- DWORD m_parent;
- CStringArray *m_pfilterarray;
- CStringArray *m_pfilterarray2;
- CStringArray m_array;
- // Dialog Data
- //{{AFX_DATA(DinDanForm2)
- enum { IDD = IDD_DLGDinDanForm2 };
- CListBox m_List2;
- CListBox m_List1;
- int m_radio1;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(DinDanForm2)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(DinDanForm2)
- afx_msg void OnSelchangeList1();
- afx_msg void OnRadio2();
- afx_msg void OnRadio1();
- afx_msg void OnSelchangeList5();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_DINDANFORM2_H__90F452D1_3406_4F7D_B32B_1F5668866994__INCLUDED_)
|