OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [host/] [tools/] [configtool/] [common/] [win32/] [NewFolderDialog.h] - Blame information for rev 786

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 786 skrzyp
// ####ECOSHOSTGPLCOPYRIGHTBEGIN####                                        
2
// -------------------------------------------                              
3
// This file is part of the eCos host tools.                                
4
// Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.            
5
//
6
// This program is free software; you can redistribute it and/or modify     
7
// it under the terms of the GNU General Public License as published by     
8
// the Free Software Foundation; either version 2 or (at your option) any   
9
// later version.                                                           
10
//
11
// This program is distributed in the hope that it will be useful, but      
12
// WITHOUT ANY WARRANTY; without even the implied warranty of               
13
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU        
14
// General Public License for more details.                                 
15
//
16
// You should have received a copy of the GNU General Public License        
17
// along with this program; if not, write to the                            
18
// Free Software Foundation, Inc., 51 Franklin Street,                      
19
// Fifth Floor, Boston, MA  02110-1301, USA.                                
20
// -------------------------------------------                              
21
// ####ECOSHOSTGPLCOPYRIGHTEND####                                          
22
#if !defined(AFX_NEWFOLDERDIALOG_H__5C6F2F99_46FE_11D2_80C2_00A0C949ADAC__INCLUDED_)
23
#define AFX_NEWFOLDERDIALOG_H__5C6F2F99_46FE_11D2_80C2_00A0C949ADAC__INCLUDED_
24
 
25
#if _MSC_VER >= 1000
26
#pragma once
27
#endif // _MSC_VER >= 1000
28
// NewFolderDialog.h : header file
29
//
30
 
31
/////////////////////////////////////////////////////////////////////////////
32
// CNewFolderDialog dialog
33
#include "FileName.h"
34
#include "eCosDialog.h"
35
 
36
class CNewFolderDialog : public CeCosDialog
37
{
38
// Construction
39
public:
40
        CNewFolderDialog(CWnd* pParent = NULL);   // standard constructor
41
 
42
// Dialog Data
43
        //{{AFX_DATA(CNewFolderDialog)
44
        CFileName m_strFolder;
45
        //}}AFX_DATA
46
 
47
 
48
// Overrides
49
        // ClassWizard generated virtual function overrides
50
        //{{AFX_VIRTUAL(CNewFolderDialog)
51
        protected:
52
        virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
53
        //}}AFX_VIRTUAL
54
 
55
// Implementation
56
protected:
57
 
58
        // Generated message map functions
59
        //{{AFX_MSG(CNewFolderDialog)
60
        virtual void OnOK();
61
        virtual BOOL OnInitDialog();
62
        //}}AFX_MSG
63
        DECLARE_MESSAGE_MAP()
64
};
65
 
66
//{{AFX_INSERT_LOCATION}}
67
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
68
 
69
#endif // !defined(AFX_NEWFOLDERDIALOG_H__5C6F2F99_46FE_11D2_80C2_00A0C949ADAC__INCLUDED_)

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.