outsourcingDlg.h 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. #if !defined(AFX_OUTSOURCINGDLG_H__4E5A2B9C_FA6F_4F5B_B49E_7C78D0F0F344__INCLUDED_)
  2. #define AFX_OUTSOURCINGDLG_H__4E5A2B9C_FA6F_4F5B_B49E_7C78D0F0F344__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // outsourcingDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // outsourcingDlg dialog
  10. #include "ComboListCtrl.h"
  11. class outsourcingDlg : public CDialog
  12. {
  13. HWND m_headerhwnd;
  14. int m_headerpos;
  15. CStringArray m_headerarray;
  16. Image *m_pImg;
  17. int m_pos;
  18. // Construction
  19. public:
  20. int m_linepos;
  21. void ShowClient();
  22. outsourcingDlg(CWnd* pParent = NULL); // standard constructor
  23. CString m_phone;
  24. // Dialog Data
  25. //{{AFX_DATA(outsourcingDlg)
  26. enum {
  27. IDD = IDD_DLGoutsourcingdlg
  28. };
  29. CComboBoxListCtrl m_List1;
  30. CString m_name1;
  31. CString m_name2;
  32. CString m_id;
  33. CString m_money1;
  34. CString m_money2;
  35. CString m_money3;
  36. CString m_tx;
  37. CString m_status1;
  38. CString m_status2;
  39. CString m_status3;
  40. CString m_status4;
  41. CString m_status5;
  42. CString m_status6;
  43. CString m_status7;
  44. CString m_waiter;
  45. CString m_date1;
  46. CString m_date2;
  47. CString m_date3;
  48. CString m_date4;
  49. CString m_date5;
  50. //}}AFX_DATA
  51. CString GetLB(CString name);
  52. void GetData();
  53. // Overrides
  54. // ClassWizard generated virtual function overrides
  55. //{{AFX_VIRTUAL(outsourcingDlg)
  56. public:
  57. virtual BOOL PreTranslateMessage(MSG* pMsg);
  58. protected:
  59. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  60. //}}AFX_VIRTUAL
  61. // Implementation
  62. protected:
  63. // Generated message map functions
  64. //{{AFX_MSG(outsourcingDlg)
  65. virtual BOOL OnInitDialog();
  66. afx_msg void OnButton1();
  67. afx_msg void OnButton2();
  68. afx_msg void OnButton3();
  69. virtual void OnOK();
  70. virtual void OnCancel();
  71. afx_msg void OnStatic2();
  72. afx_msg void OnPaint();
  73. afx_msg void OnDestroy();
  74. afx_msg void OnButton4();
  75. afx_msg void OnButton5();
  76. //}}AFX_MSG
  77. afx_msg LRESULT OnCloseWin(WPARAM wParam, LPARAM lParam);
  78. DECLARE_MESSAGE_MAP()
  79. public:
  80. afx_msg void OnClose();
  81. };
  82. //{{AFX_INSERT_LOCATION}}
  83. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  84. #endif // !defined(AFX_OUTSOURCINGDLG_H__4E5A2B9C_FA6F_4F5B_B49E_7C78D0F0F344__INCLUDED_)