AyaNova CE Archive added as recovered from storage during attempt to upgrade a customer from v1.7 to v8!
This commit is contained in:
@@ -0,0 +1,54 @@
|
||||
#if !defined(AFX_GENERICPOPUPLIST_H__0F1CCD67_9840_4BBA_A211_3BECB748D921__INCLUDED_)
|
||||
#define AFX_GENERICPOPUPLIST_H__0F1CCD67_9840_4BBA_A211_3BECB748D921__INCLUDED_
|
||||
|
||||
#if _MSC_VER > 1000
|
||||
#pragma once
|
||||
#endif // _MSC_VER > 1000
|
||||
// GenericPopupList.h : header file
|
||||
//
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// CGenericPopupList dialog
|
||||
#include "gzlistbox.h"
|
||||
class CGenericPopupList : public CDialog
|
||||
{
|
||||
// Construction
|
||||
public:
|
||||
CString m_strLbData;
|
||||
CString * m_pSelectedID;
|
||||
CGenericPopupList(CWnd* pParent = NULL); // standard constructor
|
||||
|
||||
// Dialog Data
|
||||
//{{AFX_DATA(CGenericPopupList)
|
||||
enum { IDD = IDD_GENERIC_LISTBOX };
|
||||
CButton m_btnOpen;
|
||||
CButton m_btnExit;
|
||||
CgzListBox m_lb;
|
||||
//}}AFX_DATA
|
||||
|
||||
|
||||
// Overrides
|
||||
// ClassWizard generated virtual function overrides
|
||||
//{{AFX_VIRTUAL(CGenericPopupList)
|
||||
protected:
|
||||
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
||||
//}}AFX_VIRTUAL
|
||||
|
||||
// Implementation
|
||||
protected:
|
||||
|
||||
// Generated message map functions
|
||||
//{{AFX_MSG(CGenericPopupList)
|
||||
afx_msg void OnDblclkLstnbrecs();
|
||||
virtual void OnOK();
|
||||
afx_msg void OnBtnexit();
|
||||
afx_msg void OnBtnopen();
|
||||
virtual BOOL OnInitDialog();
|
||||
//}}AFX_MSG
|
||||
DECLARE_MESSAGE_MAP()
|
||||
};
|
||||
|
||||
//{{AFX_INSERT_LOCATION}}
|
||||
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
||||
|
||||
#endif // !defined(AFX_GENERICPOPUPLIST_H__0F1CCD67_9840_4BBA_A211_3BECB748D921__INCLUDED_)
|
||||
Reference in New Issue
Block a user