JunkBox_Win_Lib 1.5.3
Loading...
Searching...
No Matches
LogWndFrame.h
Go to the documentation of this file.
1#pragma once
2
10#include "ExTextFrame.h"
11#include "LogWndDoc.h"
12//#include "LogWndView.h"
13
14
15//
16namespace jbxwl {
17
18
20// CLogWndFrame フレーム
21
23{
24 DECLARE_DYNCREATE(CLogWndFrame)
25protected:
26 CLogWndFrame();
27
28// アトリビュート
29public:
32
33// オペレーション
34public:
35
36// オーバーライド
37 //{{AFX_VIRTUAL(CLogWndFrame)
38 //}}AFX_VIRTUAL
39
40// インプリメンテーション
41protected:
42 virtual ~CLogWndFrame();
43
44 //{{AFX_MSG(CLogWndFrame)
45 afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
46 afx_msg void OnLogCopy();
47 afx_msg void OnLogSave();
48 afx_msg void OnLogClear();
49 //}}AFX_MSG
50 DECLARE_MESSAGE_MAP()
51
52public:
53// afx_msg BOOL OnEraseBkgnd(CDC* pDC);
54};
55
57
58//{{AFX_INSERT_LOCATION}}
59
60
61
63//
64
65CLogWndFrame* ExecLogWnd(CMultiDocTemplate* pDocTempl, LPCTSTR title, CAppCallBack* app);
66
67
68} // namespace
CLogWndView * pView
Definition LogWndFrame.h:31
CLogWndDoc * pDoc
Definition LogWndFrame.h:30
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct)
afx_msg void OnLogClear()
afx_msg void OnLogSave()
afx_msg void OnLogCopy()
CLogWndFrame * ExecLogWnd(CMultiDocTemplate *pDocTempl, LPCTSTR title, CAppCallBack *app)