| |
42 |
42 |
|
| |
43 |
43 |
void RefreshFilesInfo(); |
| |
44 |
44 |
void RefreshImages(); |
| |
45 |
45 |
|
| |
46 |
46 |
DECLARE_MESSAGE_MAP() |
| |
47 |
47 |
|
| |
48 |
48 |
private: |
| |
49 |
49 |
CStatic m_ctlSrcIcon; |
| |
50 |
50 |
CStatic m_ctlDstIcon; |
| |
51 |
51 |
|
| |
52 |
52 |
CEdit m_ctlSrcName; |
| |
53 |
53 |
CEdit m_ctlSrcPath; |
| |
54 |
54 |
CEdit m_ctlSrcSize; |
| |
55 |
55 |
CEdit m_ctlSrcDate; |
| |
56 |
56 |
|
| |
57 |
57 |
CEdit m_ctlDstName; |
| |
58 |
58 |
CEdit m_ctlDstPath; |
| |
59 |
59 |
CEdit m_ctlDstSize; |
| |
60 |
60 |
CEdit m_ctlDstDate; |
| |
61 |
61 |
|
| |
|
62 |
CMFCMenuButton m_mfcButton; |
| |
|
63 |
CMenu m_mfcMenu; |
| |
|
64 |
|
| |
62 |
65 |
BOOL m_bAllItems; |
| |
63 |
66 |
|
| |
64 |
67 |
protected: |
| |
65 |
68 |
const chengine::TFileInfo& m_rSrcFile; |
| |
66 |
69 |
const chengine::TFileInfo& m_rDstFile; |
| |
67 |
70 |
|
| |
68 |
71 |
public: |
| |
69 |
72 |
afx_msg void OnBnClickedReplaceButton(); |
| |
70 |
73 |
afx_msg void OnBnClickedCopyRestButton(); |
| |
71 |
74 |
afx_msg void OnBnClickedSkipButton(); |
| |
72 |
75 |
afx_msg void OnBnClickedPauseButton(); |
| |
73 |
76 |
afx_msg void OnBnClickedCancelButton(); |
| |
|
77 |
afx_msg void OnBnMfcMenu(); |
| |
74 |
78 |
}; |
| |
75 |
79 |
|
| |
76 |
80 |
#endif |