12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- #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 // _MSC_VER > 1000
- // ChoosePhotoSkin3.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // ChoosePhotoSkin3 dialog
- #include "resource.h"
- #include "EditListCtrl.h"
- #include "ChoosePhotoSkin2.h"
- class ChoosePhotoSkin3 : public CDialog
- {
- CStringArray m_noarray;//no±¸·Ý ,11,12,13, ¸ñʽ
- CStringArray m_no2array;//no±¸·Ý ,11,12,13, ¸ñʽ
- // Construction
- public:
- 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 SetSPName3();
- void UpdateChooseZS();
- BOOL m_bSave;
- BOOL m_bModify;
- void UpdateTakeZS();
- int GetZS(CString str);
- CString m_id;
- CString m_path;
- ChoosePhotoSkin3(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(ChoosePhotoSkin3)
- enum { IDD = IDD_DLGChoosePhotoSkin3 };
- CDateEdit m_datenum;
- CComboBox m_combourgent;
- CNumEdit m_editnum4;
- CNumEdit m_editnum3;
- CNumEdit m_editnum2;
- CNumEdit m_editnum1;
- CEditListCtrl m_List3;
- CEditListCtrl m_List2;
- CListCtrl m_List1;
- CString m_name1;
- CString m_name2;
- 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;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(ChoosePhotoSkin3)
- public:
- virtual BOOL PreTranslateMessage(MSG* pMsg);
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(ChoosePhotoSkin3)
- 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
- afx_msg long UpdateTakeZS(WPARAM inWParam, LPARAM inLParam);
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_ChoosePhotoSkin3_H__10660444_160F_41F4_9A1D_50A4F7C66150__INCLUDED_)
|