1 /* -*- tab-width: 4 -*-
2  *
3  * Electric(tm) VLSI Design System
4  *
5  * File: graphpcdialoglistbox.h
6  * Dialog List Box override header file
7  * Written by: Steven M. Rubin, Static Free Software
8  *
9  * Copyright (c) 2002 Static Free Software.
10  *
11  * Electric(tm) is free software; you can redistribute it and/or modify
12  * it under the terms of the GNU General Public License as published by
13  * the Free Software Foundation; either version 2 of the License, or
14  * (at your option) any later version.
15  *
16  * Electric(tm) is distributed in the hope that it will be useful,
17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19  * GNU General Public License for more details.
20  *
21  * You should have received a copy of the GNU General Public License
22  * along with Electric(tm); see the file COPYING.  If not, write to
23  * the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
24  * Boston, Mass 02111-1307, USA.
25  *
26  * Static Free Software
27  * 4119 Alpine Road
28  * Portola Valley, California 94028
29  * info@staticfreesoft.com
30  */
31 
32 #if !defined(AFX_GRAPHPCDIALOGLISTBOX_H__AF6B8B6A_B418_490D_A66A_885BCB4B2D52__INCLUDED_)
33 #define AFX_GRAPHPCDIALOGLISTBOX_H__AF6B8B6A_B418_490D_A66A_885BCB4B2D52__INCLUDED_
34 
35 #if _MSC_VER > 1000
36 #pragma once
37 #endif // _MSC_VER > 1000
38 // graphpcdialoglistbox.h : header file
39 //
40 
41 /////////////////////////////////////////////////////////////////////////////
42 // CListBoxEx window
43 
44 class CListBoxEx : public CListBox
45 {
46 // Construction
47 public:
48 	CListBoxEx();
49 
50 // Attributes
51 public:
52 	void *vdia;
53 
54 // Operations
55 public:
56 
57 // Overrides
58 	// ClassWizard generated virtual function overrides
59 	//{{AFX_VIRTUAL(CListBoxEx)
60 	//}}AFX_VIRTUAL
61 
62 // Implementation
63 public:
64 	virtual ~CListBoxEx();
65 
66 	// Generated message map functions
67 protected:
68 	//{{AFX_MSG(CListBoxEx)
69 	afx_msg void OnVScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
70 	//}}AFX_MSG
71 
72 	DECLARE_MESSAGE_MAP()
73 };
74 
75 /////////////////////////////////////////////////////////////////////////////
76 
77 //{{AFX_INSERT_LOCATION}}
78 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
79 
80 #endif // !defined(AFX_GRAPHPCDIALOGLISTBOX_H__AF6B8B6A_B418_490D_A66A_885BCB4B2D52__INCLUDED_)
81