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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [host/] [tools/] [Utils/] [win32/] [MultiLineEditDialog.h] - Blame information for rev 790

Go to most recent revision | 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
//===========================================================================
23
//#####DESCRIPTIONBEGIN####
24
//
25
// Author(s):   sdf
26
// Contact(s):  sdf
27
// Date:                1998/08/11
28
// Version:             0.01
29
// Purpose:     
30
// Description: Interface of the popup control used by the control view
31
//                              for in-cell editing of multi-line items
32
// Requires:    
33
// Provides:    
34
// See also:    
35
// Known bugs:  
36
// Usage:       
37
//
38
//####DESCRIPTIONEND####
39
//
40
//===========================================================================
41
#if !defined(AFX_MULTILINEEDITDIALOG_H__DEBF31D5_224E_11D2_80C1_00A0C949ADAC__INCLUDED_)
42
#define AFX_MULTILINEEDITDIALOG_H__DEBF31D5_224E_11D2_80C1_00A0C949ADAC__INCLUDED_
43
 
44
#if _MSC_VER >= 1000
45
#pragma once
46
#endif // _MSC_VER >= 1000
47
// MultiLineEditDialog.h : header file
48
//
49
 
50
#include "eCosDialog.h"
51
 
52
/////////////////////////////////////////////////////////////////////////////
53
// CMultiLineEditDialog dialog
54
 
55
class CMultiLineEditDialog : public CeCosDialog
56
{
57
// Construction
58
public:
59
        CMultiLineEditDialog(CWnd* pParent = NULL,UINT idEdit=42);   // standard constructor
60
 
61
// Dialog Data
62
        //{{AFX_DATA(CMultiLineEditDialog)
63
        CString m_strText;
64
        //}}AFX_DATA
65
 
66
 
67
// Overrides
68
        // ClassWizard generated virtual function overrides
69
        //{{AFX_VIRTUAL(CMultiLineEditDialog)
70
        protected:
71
        virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
72
        //}}AFX_VIRTUAL
73
 
74
// Implementation
75
protected:
76
        UINT m_idEdit;
77
  struct DlgItem {
78
    DLGITEMTEMPLATE dit;
79
    WORD arclass1, arclass2;
80
    WORD artitle;
81
    WORD ardata;
82
    WORD align;
83
  };
84
 
85
  struct DlgData {
86
    DLGTEMPLATE dtdlg;
87
    WORD armenu;
88
    WORD wndclass;
89
    WORD artitle;
90
    DlgItem ctrl[3];
91
  };
92
  static const DlgData data;
93
  DlgData m_data;
94
        // Generated message map functions
95
        //{{AFX_MSG(CMultiLineEditDialog)
96
        virtual BOOL OnInitDialog();
97
        virtual void OnOK();
98
        //}}AFX_MSG
99
        DECLARE_MESSAGE_MAP()
100
};
101
 
102
//{{AFX_INSERT_LOCATION}}
103
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
104
 
105
#endif // !defined(AFX_MULTILINEEDITDIALOG_H__DEBF31D5_224E_11D2_80C1_00A0C949ADAC__INCLUDED_)

powered by: WebSVN 2.1.0

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