Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /trunk/teraterm/teraterm/prnabort.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3221 - (hide annotations) (download) (as text)
Tue Mar 24 09:37:20 2009 UTC (15 years ago) by maya
File MIME type: text/x-chdr
File size: 775 byte(s)
CVS から SVN へ移行: trunk に集約
1 maya 2476 /* Tera Term
2     Copyright(C) 1994-1998 T. Teranishi
3     All rights reserved. */
4    
5     /* TERATERM.EXE, print-abort dialog box */
6    
7     // CPrnAbortDlg dialog
8     class CPrnAbortDlg : public CDialog
9     {
10     #ifndef NO_I18N
11     private:
12     HFONT DlgFont;
13     #endif
14    
15     public:
16     #ifndef NO_I18N
17     BOOL Create(CWnd* p_Parent, PBOOL AbortFlag, PTTSet pts);
18     #else
19     BOOL Create(CWnd* p_Parent, PBOOL AbortFlag);
20     #endif
21    
22     //{{AFX_DATA(CPrnAbortDlg)
23     enum { IDD = IDD_PRNABORTDLG };
24     //}}AFX_DATA
25    
26     //{{AFX_VIRTUAL(CPrnAbortDlg)
27     public:
28     virtual BOOL DestroyWindow();
29     protected:
30     virtual void OnCancel( );
31     virtual BOOL OnCommand(WPARAM wParam, LPARAM lParam);
32     virtual void PostNcDestroy();
33     //}}AFX_VIRTUAL
34    
35     protected:
36     CWnd* m_pParent;
37     BOOL *Abort;
38    
39     //{{AFX_MSG(CPrnAbortDlg)
40     //}}AFX_MSG
41     DECLARE_MESSAGE_MAP()
42     };

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