Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Diff of /trunk/teraterm/ttpmacro/ttmmain.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3226 by maya, Tue Mar 24 09:37:20 2009 UTC revision 3227 by maya, Tue Mar 24 15:10:33 2009 UTC
# Line 1  Line 1 
1  /* Tera Term  /* Tera Term
2   Copyright(C) 1994-1998 T. Teranishi   Copyright(C) 1994-1998 T. Teranishi
3   All rights reserved. */   All rights reserved. */
4    
5  /* TTMACRO.EXE, main window */  /* TTMACRO.EXE, main window */
6    
7  #include "ttmmsg.h"  #include "ttmmsg.h"
8  #include "tttypes.h"  #include "tttypes.h"
9  /////////////////////////////////////////////////////////////////////////////  /////////////////////////////////////////////////////////////////////////////
10  // CCtrlWindow dialog  // CCtrlWindow dialog
11    
12  class CCtrlWindow : public CDialog  class CCtrlWindow : public CDialog
13  {  {
14  public:  public:
15          BOOL Pause;          BOOL Pause;
16          CCtrlWindow();          CCtrlWindow();
17          int Create();          int Create();
18          BOOL OnIdle();          BOOL OnIdle();
19    
20  // Dialog Data  // Dialog Data
21          //{{AFX_DATA(CCtrlWindow)          //{{AFX_DATA(CCtrlWindow)
22          enum { IDD = IDD_CTRLWIN };          enum { IDD = IDD_CTRLWIN };
23          //}}AFX_DATA          //}}AFX_DATA
24    
25          //{{AFX_VIRTUAL(CCtrlWindow)          //{{AFX_VIRTUAL(CCtrlWindow)
26          protected:          protected:
27          virtual void OnCancel( );          virtual void OnCancel( );
28          virtual BOOL OnCommand(WPARAM wParam, LPARAM lParam);          virtual BOOL OnCommand(WPARAM wParam, LPARAM lParam);
29          virtual void PostNcDestroy();          virtual void PostNcDestroy();
30          virtual BOOL PreTranslateMessage(MSG* pMsg);          virtual BOOL PreTranslateMessage(MSG* pMsg);
31          //}}AFX_VIRTUAL          //}}AFX_VIRTUAL
32    
33  protected:  protected:
34          HICON m_hIcon;          HICON m_hIcon;
35          HFONT DlgFont;          HFONT DlgFont;
36    
37          //{{AFX_MSG(CCtrlWindow)          //{{AFX_MSG(CCtrlWindow)
38          virtual BOOL OnInitDialog();          virtual BOOL OnInitDialog();
39          afx_msg void OnClose();          afx_msg void OnClose();
40          afx_msg void OnDestroy();          afx_msg void OnDestroy();
41          afx_msg BOOL OnEraseBkgnd(CDC* pDC);          afx_msg BOOL OnEraseBkgnd(CDC* pDC);
42          afx_msg void OnPaint();          afx_msg void OnPaint();
43          afx_msg HCURSOR OnQueryDragIcon();          afx_msg HCURSOR OnQueryDragIcon();
44          afx_msg void OnSysColorChange();          afx_msg void OnSysColorChange();
45          afx_msg void OnTimer(UINT nIDEvent);          afx_msg void OnTimer(UINT nIDEvent);
46          afx_msg LONG OnDdeCmndEnd(UINT wParam, LONG lParam);          afx_msg LONG OnDdeCmndEnd(UINT wParam, LONG lParam);
47          afx_msg LONG OnDdeComReady(UINT wParam, LONG lParam);          afx_msg LONG OnDdeComReady(UINT wParam, LONG lParam);
48          afx_msg LONG OnDdeReady(UINT wParam, LONG lParam);          afx_msg LONG OnDdeReady(UINT wParam, LONG lParam);
49          afx_msg LONG OnDdeEnd(UINT wParam, LONG lParam);          afx_msg LONG OnDdeEnd(UINT wParam, LONG lParam);
50          //}}AFX_MSG          //}}AFX_MSG
51          DECLARE_MESSAGE_MAP()          DECLARE_MESSAGE_MAP()
52  };  };
53    
54  typedef CCtrlWindow *PCtrlWindow;  typedef CCtrlWindow *PCtrlWindow;

Legend:
Removed from v.3226  
changed lines
  Added in v.3227

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26