#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;//no备份 ,11,12,13, 格式 CStringArray m_no2array;//no备份 ,11,12,13, 格式 public: // 删除相片时,所选择的模式:m_delphotosMode==0,为选片模式,m_delphotosMode==1为看设计模式;默认为0 //int m_delphotosMode; // 已使用GetParent()->m_mode2; BOOL m_bReChoose; // 重选; public: float GetMoney(); float GetMoney2(); BOOL m_bExit; CString m_oldmoney3; BOOL m_bSaveFail; BOOL m_bPushedSave; void SetSPName2(); CArraym_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); // standard constructor 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; // Jeff.add 2014.08.30。 public: virtual BOOL PreTranslateMessage(MSG* pMsg); protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support 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() }; #endif