123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- #if !defined(AFX_ChoosePhotoSkin3_H__10660444_160F_41F4_9A1D_50A4F7C66150__INCLUDED_)
- #define AFX_ChoosePhotoSkin3_H__10660444_160F_41F4_9A1D_50A4F7C66150__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif
- #include "resource.h"
- #include "EditListCtrl.h"
- #include "EditListCtrl2.h"
- #include "ChoosePhotoSkin2.h"
- class ChoosePhotoSkin3 : public CDialog
- {
- CStringArray m_noarray;
- CStringArray m_no2array;
- public:
-
-
- BOOL m_bReChoose;
- public:
- float GetMoney();
- float GetMoney2();
- BOOL m_bExit;
- CString m_oldmoney3;
- BOOL m_bSaveFail;
- BOOL m_bPushedSave;
- void SetSPName2();
- CArray<CStringArray, CStringArray>m_sparraybak;
- ChoosePhotoSkin2 *m_pParent;
- void LoadData(BOOL bLoad);
- CString GetSPNameFromId(CString id);
- float GetSPPriceFromId(CString id);
- void GetSPInfoFromName(CString name, CString &id, CString &splb);
- void SetSPName3();
- void UpdateChooseZS();
- BOOL m_bSave;
- BOOL m_bModify;
- void UpdateTakeZS();
- int GetZS(CString str);
- CString GetLB(CString name);
- CString m_id;
- CString m_path;
- ChoosePhotoSkin3(CWnd* pParent = NULL);
- enum { IDD = IDD_DLGChoosePhotoSkin3 };
- CDateEdit m_datectrl2;
- CComboBox m_combo1;
- CDateEdit m_datenum;
- CComboBox m_combourgent;
- CNumEdit m_editnum4;
- CNumEdit m_editnum3;
- CNumEdit m_editnum2;
- CNumEdit m_editnum1;
- CEditListCtrl2 m_List3;
- CEditListCtrl m_List2;
- CListCtrl m_List1;
- CString m_name1;
- CString m_time4;
- CString m_waiter3;
- CString m_takezs;
- CString m_taoxizs;
- CString m_choosezs;
- CString m_money3;
- CString m_bz3;
- CString m_time5;
- CString m_urgent;
- CString m_status8;
- CString m_time6;
- CString m_bz4;
- CString m_strStatusOfChoosePhoto;
- public:
- virtual BOOL PreTranslateMessage(MSG* pMsg);
- protected:
- virtual void DoDataExchange(CDataExchange* pDX);
- protected:
- virtual BOOL OnInitDialog();
- virtual void OnOK();
- virtual void OnCancel();
- afx_msg void OnClose();
- afx_msg void OnButton1();
- afx_msg void OnButton2();
- afx_msg void OnButton3();
- afx_msg void OnButton4();
- afx_msg void OnTimer(UINT nIDEvent);
- afx_msg void OnSpBox();
- afx_msg void OnButton8();
- afx_msg void OnButton5();
- afx_msg void OnButton6();
- afx_msg void OnBTNprint();
- afx_msg void OnButton9();
- afx_msg void OnBTNprint2();
- afx_msg void OnButton12();
- afx_msg long UpdateTakeZS(WPARAM inWParam, LPARAM inLParam);
- DECLARE_MESSAGE_MAP()
- public:
- afx_msg void OnBnClickedMicroshare();
- };
- #endif
|