home *** CD-ROM | disk | FTP | other *** search
- // wbmfcsa.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CSelApplDlg dialog
-
- class CSelApplDlg : public CDialog
- {
- // Construction
- public:
- CSelApplDlg(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CSelApplDlg)
- enum { IDD = IDD_APPL };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CSelApplDlg)
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
- CListCtrl * m_ApplList;
-
- // Generated message map functions
- //{{AFX_MSG(CSelApplDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnDestroy();
- afx_msg void OnItemchanged(NMHDR* pNMHDR, LRESULT* pResult);
- afx_msg void OnChange();
- virtual void OnOK();
- afx_msg void OnDblclk(NMHDR* pNMHDR, LRESULT* pResult);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- BOOL WBSelAppl();
- extern "C" __declspec(dllimport) void WINAPI small_string(char *s, BOOL captfirst);
-