SelWaiter2.h 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. #if !defined(AFX_SELWAITER2_H__D44A2ED0_96B8_421A_9A2E_82DCB8DEA675__INCLUDED_)
  2. #define AFX_SELWAITER2_H__D44A2ED0_96B8_421A_9A2E_82DCB8DEA675__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SelWaiter2.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // SelWaiter2 dialog
  10. #include "TreeComboBox.h"
  11. class SelWaiter2 : public CDialog
  12. {
  13. // Construction
  14. public:
  15. SelWaiter2(CWnd* pParent = NULL); // standard constructor
  16. CString waiter1;
  17. CString waiter2;
  18. CString waiter12;
  19. CString waiter22;
  20. // Dialog Data
  21. //{{AFX_DATA(SelWaiter2)
  22. enum { IDD = IDD_DLGSelWaiter2 };
  23. CTreeComboBox m_combowaiter1;
  24. CTreeComboBox m_combowaiter2;
  25. CTreeComboBox m_combowaiter12;
  26. CTreeComboBox m_combowaiter22;
  27. UINT beginno;
  28. //}}AFX_DATA
  29. // Overrides
  30. // ClassWizard generated virtual function overrides
  31. //{{AFX_VIRTUAL(SelWaiter2)
  32. protected:
  33. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. protected:
  37. // Generated message map functions
  38. //{{AFX_MSG(SelWaiter2)
  39. virtual BOOL OnInitDialog();
  40. virtual void OnOK();
  41. //}}AFX_MSG
  42. DECLARE_MESSAGE_MAP()
  43. };
  44. //{{AFX_INSERT_LOCATION}}
  45. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  46. #endif // !defined(AFX_SELWAITER2_H__D44A2ED0_96B8_421A_9A2E_82DCB8DEA675__INCLUDED_)