12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- #if !defined(AFX_HireDress2_H__C649F703_3FB2_480E_8446_941D9EC486A1__INCLUDED_)
- #define AFX_HireDress2_H__C649F703_3FB2_480E_8446_941D9EC486A1__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // HireDress2.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // HireDress2 dialog
- #include "MultiLineListBox.h"
- class HireDress2 : public CDialog
- {
- CString m_picpath;
- Image *m_pImg;
- CArray<CStringArray, CStringArray>m_List1array;
- CStringArray m_seldressarray;
- CStringArray m_needgetbalancearray;
- // Construction
- public:
- BOOL CheckEarlyWarning();
- HireDress2(CWnd* pParent = NULL); // standard constructor
- BOOL m_bAdd;
- // Dialog Data
- //{{AFX_DATA(HireDress2)
- enum { IDD = IDD_DLGHireDress2 };
- CDateEdit m_datectrl5;
- CDateEdit m_datectrl4;
- CNumEdit m_editctrl3;
- CMultiLineListBox m_List1;
- CComboBox m_comboname;
- CDateEdit m_datectrl2;
- CString m_id;
- CString m_inputdate;
- CString m_clerk;
- CString m_balance;
- CString m_count;
- CString m_no;
- CString m_remark;
- CString m_date1;
- CString m_date2;
- CString m_sellcot;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(HireDress2)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(HireDress2)
- virtual BOOL OnInitDialog();
- virtual void OnOK();
- afx_msg void OnSelchangeCOMBOname();
- afx_msg void OnDestroy();
- afx_msg void OnPaint();
- afx_msg void OnAddDress();
- afx_msg void OnDelDress();
- afx_msg void OnButton3();
- afx_msg void OnStatic4();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_HireDress2_H__C649F703_3FB2_480E_8446_941D9EC486A1__INCLUDED_)
|