Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /trunk/teraterm/teraterm/ftdlg.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6501 - (hide annotations) (download) (as text)
Mon Oct 3 13:54:12 2016 UTC (7 years, 6 months ago) by yutakapon
File MIME type: text/x-chdr
File size: 1125 byte(s)
チケット #36655 ログファイルオープンエラー

ログダイアログをクローズする際、論理フォントを削除するようにした。

1 maya 3227 /* Tera Term
2     Copyright(C) 1994-1998 T. Teranishi
3     All rights reserved. */
4    
5     /* TERATERM.EXE, file transfer dialog box */
6    
7     /////////////////////////////////////////////////////////////////////////////
8     // CFileTransDlg dialog
9    
10     class CFileTransDlg : public CDialog
11     {
12     private:
13     PFileVar fv;
14     PComVar cv;
15     BOOL Pause;
16     #ifndef NO_I18N
17     PTTSet ts;
18     HFONT DlgFont;
19     #endif
20    
21     public:
22 yutakapon 6501 CFileTransDlg() {
23     DlgFont = NULL;
24     }
25    
26 maya 3227 #ifndef NO_I18N
27     BOOL Create(PFileVar pfv, PComVar pcv, PTTSet pts);
28     #else
29     BOOL Create(PFileVar pfv, PComVar pcv);
30     #endif
31     void ChangeButton(BOOL PauseFlag);
32     void RefreshNum();
33    
34     //{{AFX_DATA(CFileTransDlg)
35     enum { IDD = IDD_FILETRANSDLG };
36     //}}AFX_DATA
37    
38     //{{AFX_VIRTUAL(CFileTransDlg)
39     protected:
40     virtual void OnCancel( );
41     virtual BOOL OnCommand(WPARAM wParam, LPARAM lParam);
42     virtual void PostNcDestroy();
43     virtual LRESULT DefWindowProc(UINT message, WPARAM wParam, LPARAM lParam);
44     //}}AFX_VIRTUAL
45    
46     protected:
47    
48     //{{AFX_MSG(CFileTransDlg)
49     virtual BOOL OnInitDialog();
50     //}}AFX_MSG
51     DECLARE_MESSAGE_MAP()
52     };
53    
54     typedef CFileTransDlg *PFileTransDlg;

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