summaryrefslogtreecommitdiff
path: root/src/T2FilePreview.h
blob: c22597441acd64c2c734e765e77406b63bab84b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#pragma once
#include "common.h"

class T2FilePreview : public CWnd {
public:
    T2FilePreview();
    ~T2FilePreview();

    void SetFile(const char *path);

    //{{AFX_VIRTUAL(T2FilePreview)
    //}}AFX_VIRTUAL

protected:
    CString mStr40;
    CString mStr44;

    //{{AFX_MSG(T2FilePreview)
    afx_msg void OnPaint();
    //}}AFX_MSG
    DECLARE_MESSAGE_MAP()
};