propdatabase.h 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. #if !defined(AFX_PROPDATABASE_H__0AA13A0A_96A4_41FA_82F8_C230D9EAF537__INCLUDED_)
  2. #define AFX_PROPDATABASE_H__0AA13A0A_96A4_41FA_82F8_C230D9EAF537__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // PropDatabase.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CPropDatabase dialog
  10. class CPropDatabase : public CPropertyPage
  11. {
  12. DECLARE_DYNCREATE(CPropDatabase)
  13. // Construction
  14. public:
  15. CPropDatabase();
  16. ~CPropDatabase();
  17. // Dialog Data
  18. //{{AFX_DATA(CPropDatabase)
  19. enum { IDD = IDD_DATABASE };
  20. CEdit m_editConnectionString2;
  21. CEdit m_editConnectionString;
  22. CString m_strSQLPassword;
  23. CString m_strSQLSrc;
  24. CString m_strSQLUser;
  25. CString m_strConnectionString;
  26. CString m_strConnectionString2;
  27. int m_nNotifyThreads;
  28. int m_nSilentThreads;
  29. int m_nNotifyThreads2;
  30. int m_nSilentThreads2;
  31. //}}AFX_DATA
  32. // Overrides
  33. // ClassWizard generate virtual function overrides
  34. //{{AFX_VIRTUAL(CPropDatabase)
  35. public:
  36. virtual void OnOK();
  37. protected:
  38. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  39. //}}AFX_VIRTUAL
  40. // Implementation
  41. protected:
  42. static int CALLBACK WordBreakProc(LPTSTR, int, int, int);
  43. // Message Handlers
  44. protected:
  45. // Generated message map functions
  46. //{{AFX_MSG(CPropDatabase)
  47. virtual BOOL OnInitDialog();
  48. afx_msg void OnBtnconnectionstring();
  49. afx_msg void OnBtnconnectionstring2();
  50. //}}AFX_MSG
  51. DECLARE_MESSAGE_MAP()
  52. };
  53. //{{AFX_INSERT_LOCATION}}
  54. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  55. #endif // !defined(AFX_PROPDATABASE_H__0AA13A0A_96A4_41FA_82F8_C230D9EAF537__INCLUDED_)