12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- #if !defined(AFX_OUTSOURCINGDLG_H__4E5A2B9C_FA6F_4F5B_B49E_7C78D0F0F344__INCLUDED_)
- #define AFX_OUTSOURCINGDLG_H__4E5A2B9C_FA6F_4F5B_B49E_7C78D0F0F344__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // outsourcingDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // outsourcingDlg dialog
- #include "ComboListCtrl.h"
- class outsourcingDlg : public CDialog
- {
- HWND m_headerhwnd;
- int m_headerpos;
- CStringArray m_headerarray;
- Image *m_pImg;
- int m_pos;
- // Construction
- public:
- int m_linepos;
- void ShowClient();
- outsourcingDlg(CWnd* pParent = NULL); // standard constructor
- CString m_phone;
- // Dialog Data
- //{{AFX_DATA(outsourcingDlg)
- enum {
- IDD = IDD_DLGoutsourcingdlg
- };
- CComboBoxListCtrl m_List1;
- CString m_name1;
- CString m_name2;
- CString m_id;
- CString m_money1;
- CString m_money2;
- CString m_money3;
- CString m_tx;
- CString m_status1;
- CString m_status2;
- CString m_status3;
- CString m_status4;
- CString m_status5;
- CString m_status6;
- CString m_status7;
- CString m_waiter;
- CString m_date1;
- CString m_date2;
- CString m_date3;
- CString m_date4;
- CString m_date5;
- //}}AFX_DATA
- CString GetLB(CString name);
- void GetData();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(outsourcingDlg)
- public:
- virtual BOOL PreTranslateMessage(MSG* pMsg);
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(outsourcingDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnButton1();
- afx_msg void OnButton2();
- afx_msg void OnButton3();
- virtual void OnOK();
- virtual void OnCancel();
- afx_msg void OnStatic2();
- afx_msg void OnPaint();
- afx_msg void OnDestroy();
- afx_msg void OnButton4();
- afx_msg void OnButton5();
- //}}AFX_MSG
- afx_msg LRESULT OnCloseWin(WPARAM wParam, LPARAM lParam);
- DECLARE_MESSAGE_MAP()
- public:
- afx_msg void OnClose();
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_OUTSOURCINGDLG_H__4E5A2B9C_FA6F_4F5B_B49E_7C78D0F0F344__INCLUDED_)
|