123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- #if !defined(AFX_HIREDRESS_H__C649F703_3FB2_480E_8446_941D9EC486A1__INCLUDED_)
- #define AFX_HIREDRESS_H__C649F703_3FB2_480E_8446_941D9EC486A1__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // HireDress.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // HireDress dialog
- #include "MultiLineListBox.h"
- class HireDress : public CDialog
- {
- Image *m_pImg;
- CArray<CStringArray, CStringArray>m_List1array;
- CStringArray m_seldressarray;
- CStringArray m_needgetbalancearray;
- // Construction
- public:
- BOOL CheckEarlyWarning();
- void TypeChange();
- int GetCountFromNo(CString no);
- HireDress(CWnd* pParent = NULL); // standard constructor
- BOOL m_bAdd;
- BOOL m_bIsSale;
- // Dialog Data
- //{{AFX_DATA(HireDress)
- enum { IDD = IDD_DLGHireDress };
- CDateEdit m_datectrl5;
- CDateEdit m_datectrl4;
- CNumEdit m_editctrl3;
- CNumEdit m_editctrl2;
- CNumEdit m_editctrl;
- CMultiLineListBox m_List1;
- CComboBox m_comboname;
- CDateEdit m_datectrl3;
- CDateEdit m_datectrl2;
- CString m_addr2;
- CString m_name2;
- CString m_occupation2;
- CString m_phone2;
- CString m_qq2;
- CString m_birthday2;
- CString m_time3;
- CString m_id;
- CString m_money;
- CString m_money2;
- CString m_inputdate;
- CString m_clerk;
- CString m_balance;
- CString m_sellcot;
- CString m_count;
- CString m_no;
- CString m_remark;
- CString m_date1;
- CString m_date2;
- int m_radio1;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(HireDress)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(HireDress)
- 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 OnRadio1();
- afx_msg void OnRadio2();
- afx_msg void OnStatic4();
- afx_msg void OnButton3();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_HIREDRESS_H__C649F703_3FB2_480E_8446_941D9EC486A1__INCLUDED_)
|