home *** CD-ROM | disk | FTP | other *** search
- // wbmfcssa.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CSelSrvrApplDlg dialog
-
- class CSelSrvrApplDlg : public CDialog
- {
- // Construction
- public:
- CSelSrvrApplDlg(const char *UserName, const char *Password, const char *Appl, CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CSelSrvrApplDlg)
- enum { IDD = IDD_SRVRAPPL };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CSelSrvrApplDlg)
- protected:
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
- BOOL m_NoAppl;
- const char * m_Appl;
- const char * m_Password;
- const char * m_UserName;
- tobjname m_SelServerName;
- HTREEITEM m_SelServer;
- BOOL IsAppl(HTREEITEM hItem = NULL);
- CTreeCtrl * m_SrvrTree;
-
- // Generated message map functions
- //{{AFX_MSG(CSelSrvrApplDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSelchanged(NMHDR* pNMHDR, LRESULT* pResult);
- afx_msg void OnItemexpanding(NMHDR* pNMHDR, LRESULT* pResult);
- afx_msg void OnDblclk(NMHDR* pNMHDR, LRESULT* pResult);
- afx_msg void OnChangeEdit();
- afx_msg void OnDestroy();
- virtual void OnOK();
- //}}AFX_MSG
- BOOL FillSrvrTree();
-
- DECLARE_MESSAGE_MAP()
- };
-
- BOOL WBSelSrvrAppl(const char *UserName = NULL, const char *Password = NULL, const char *Appl = NULL);
- extern "C" DllImport void WINAPI small_string(char *s, BOOL captfirst);
-
-