1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- #if !defined(AFX_SPLBDLG_H__2D3CAAB5_345F_46E3_ADC6_2D8D9B7AB66B__INCLUDED_)
- #define AFX_SPLBDLG_H__2D3CAAB5_345F_46E3_ADC6_2D8D9B7AB66B__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // SPLBDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // SPLBDlg dialog
- class SPLBDlg : public CDialog
- {
- // Construction
- public:
- void FillGrid();
- SPLBDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(SPLBDlg)
- enum { IDD = IDD_DLGSPLB };
- CSortListCtrl2 m_List1;
- CString m_edit1;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(SPLBDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(SPLBDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnBUTadd();
- afx_msg void OnBUTdel();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_SPLBDLG_H__2D3CAAB5_345F_46E3_ADC6_2D8D9B7AB66B__INCLUDED_)
|