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 2476 - (hide annotations) (download) (as text)
Mon Apr 14 17:35:50 2008 UTC (16 years ago) by maya
Original Path: teraterm/trunk/teraterm/ftdlg.h
File MIME type: text/x-chdr
File size: 1030 byte(s)
ファイル移動に伴う修正

1 maya 2476 /* 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     #ifndef NO_I18N
23     BOOL Create(PFileVar pfv, PComVar pcv, PTTSet pts);
24     #else
25     BOOL Create(PFileVar pfv, PComVar pcv);
26     #endif
27     void ChangeButton(BOOL PauseFlag);
28     void RefreshNum();
29    
30     //{{AFX_DATA(CFileTransDlg)
31     enum { IDD = IDD_FILETRANSDLG };
32     //}}AFX_DATA
33    
34     //{{AFX_VIRTUAL(CFileTransDlg)
35     protected:
36     virtual void OnCancel( );
37     virtual BOOL OnCommand(WPARAM wParam, LPARAM lParam);
38     virtual void PostNcDestroy();
39     virtual LRESULT DefWindowProc(UINT message, WPARAM wParam, LPARAM lParam);
40     //}}AFX_VIRTUAL
41    
42     protected:
43    
44     //{{AFX_MSG(CFileTransDlg)
45     virtual BOOL OnInitDialog();
46     //}}AFX_MSG
47     DECLARE_MESSAGE_MAP()
48     };
49    
50     typedef CFileTransDlg *PFileTransDlg;

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