Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /trunk/teraterm/teraterm/protodlg.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: 702 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, file-transfer-protocol dialog box */
6    
7     // CProtoDlg dialog
8     class CProtoDlg : public CDialog
9     {
10     private:
11     PFileVar fv;
12     #ifndef NO_I18N
13     HFONT DlgFont;
14     #endif
15    
16     public:
17     #ifndef NO_I18N
18     BOOL Create(PFileVar pfv, PTTSet pts);
19     #else
20     BOOL Create(PFileVar pfv);
21     #endif
22    
23     //{{AFX_DATA(CProtoDlg)
24     enum { IDD = IDD_PROTDLG };
25     //}}AFX_DATA
26    
27     //{{AFX_VIRTUAL(CProtoDlg)
28     protected:
29     virtual void OnCancel( );
30     virtual BOOL OnCommand(WPARAM wParam, LPARAM lParam);
31     virtual void PostNcDestroy();
32     //}}AFX_VIRTUAL
33    
34     protected:
35    
36     //{{AFX_MSG(CProtoDlg)
37     //}}AFX_MSG
38     DECLARE_MESSAGE_MAP()
39     };
40    
41     typedef CProtoDlg *PProtoDlg;

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