AddClientDlg.h
上传用户:yffx2008
上传日期:2014-10-12
资源大小:12414k
文件大小:2k
源码类别:

交通/航空行业

开发平台:

Visual C++

  1. #if !defined(AFX_ADDCLIENTDLG_H__980F0661_7E4E_11D8_8EBB_0000F4643F83__INCLUDED_)
  2. #define AFX_ADDCLIENTDLG_H__980F0661_7E4E_11D8_8EBB_0000F4643F83__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // AddClientDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CAddClientDlg dialog
  10. class CAddClientDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CAddClientDlg(CWnd* pParent = NULL);   // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CAddClientDlg)
  17. enum { IDD = IDD_ADDCLIENTDLG };
  18. CString m_clientname;
  19. CString m_clientage;
  20. CString m_clientcompany;
  21. CString m_clientduty;
  22. CString m_clientidnumber;
  23. CString m_clientdrivelicense;
  24. CString m_clienttelephonenumber;
  25. CString m_clientpassword;
  26. CString m_vehicleid;
  27. CString m_vehicletype;
  28. CString m_vehiclecolor;
  29. CString m_engineid;
  30. CString m_undercarriage;
  31. CString m_vehicletelnumber;
  32. //}}AFX_DATA
  33. // Overrides
  34. // ClassWizard generated virtual function overrides
  35. //{{AFX_VIRTUAL(CAddClientDlg)
  36. protected:
  37. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  38. //}}AFX_VIRTUAL
  39. // Implementation
  40. protected:
  41. // Generated message map functions
  42. //{{AFX_MSG(CAddClientDlg)
  43. // NOTE: the ClassWizard will add member functions here
  44. //}}AFX_MSG
  45. DECLARE_MESSAGE_MAP()
  46. };
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_ADDCLIENTDLG_H__980F0661_7E4E_11D8_8EBB_0000F4643F83__INCLUDED_)