123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- #if !defined(AFX_BOOKING2_H__63B19490_E040_4F05_8B90_BABECD3FF6CF__INCLUDED_)
- #define AFX_BOOKING2_H__63B19490_E040_4F05_8B90_BABECD3FF6CF__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // Booking2.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // Booking2 dialog
- #include "BookingPage1.h"
- #include "BookingPage2.h"
- #include "BookingPage22.h"
- #include "BookingPage3.h"
- #include "BookingPage4.h"
- // Jeff:꿋긋으 - 쳔懇직넋 - 역데뚤뺐움;
- class Booking2 : public CDialog
- {
- BOOL m_bSave;
- BookingPage1 m_page1; // 땐데栗죕朞淃엥;
- #ifdef CHILD_VERSION
- BookingPage22 m_page2;
- #else
- BookingPage2 m_page2; // 와훙栗죕朞淃엥;
- #endif
- BookingPage3 m_page3; // 페劍栗죕朞淃엥;
- BookingPage4 m_page4; // 珂쇌갛탤朞淃엥;
- // Construction
- public:
- void OnBUTsave2();
-
- Booking2(CWnd* pParent = NULL); // standard constructor
- enum { IDD = IDD_DLGBooking2 };
- public:
- int m_bModify; // =0:역데친駕; =1:渡獨데(錦맣)
- CString m_strOrderNum; // 땐데뵀;
- //CString m_strPhone1; // 믓와1든뺐;
- //CString m_strPhone2; // 믓와2든뺐;
- virtual BOOL PreTranslateMessage(MSG* pMsg);
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- virtual BOOL OnInitDialog();
- virtual void OnOK();
- virtual void OnCancel();
- afx_msg void OnBUTinfo1();//땐데栗죕;
- afx_msg void OnBUTinfo2();//와훙栗죕;
- afx_msg void OnBUTinfo3();//페儉栗죕;
- afx_msg void OnBUTclose();//밑균객큐
- afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
- afx_msg void OnBUTinfo4();//珂쇌갛탤;
- afx_msg void OnBUTsave();// 괏닸땐데;
- afx_msg void OnBUTnew(); // 劤땐데;
- afx_msg void OnBUTprint();
- afx_msg void OnBUTimport();//돔흙객큐;
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- #endif // !defined(AFX_BOOKING2_H__63B19490_E040_4F05_8B90_BABECD3FF6CF__INCLUDED_)
|