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
- #include "MultiLineListBox.h"
- class HireDress2 : public CDialog
- {
- CString m_picpath;
- Image *m_pImg;
- CArray<CStringArray, CStringArray>m_List1array;
- CStringArray m_seldressarray;
- CStringArray m_needgetbalancearray;
- public:
- BOOL CheckEarlyWarning();
- HireDress2(CWnd* pParent = NULL);
- BOOL m_bAdd;
-
- 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;
-
-
-
- protected:
- virtual void DoDataExchange(CDataExchange* pDX);
-
- protected:
-
-
- 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();
-
- DECLARE_MESSAGE_MAP()
- };
- #endif
|