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,56 @@
|
||||
#if !defined(AFX_CONSOLIDATEDLG_H__1FD4A321_8EDE_11D4_964F_00C0F02C4B69__INCLUDED_)
|
||||
#define AFX_CONSOLIDATEDLG_H__1FD4A321_8EDE_11D4_964F_00C0F02C4B69__INCLUDED_
|
||||
|
||||
#if _MSC_VER > 1000
|
||||
#pragma once
|
||||
#endif // _MSC_VER > 1000
|
||||
// ConsolidateDlg.h : header file
|
||||
//
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// CConsolidateDlg dialog
|
||||
#include "gzcombo.h"
|
||||
#include "gzrset.h"
|
||||
|
||||
class CConsolidateDlg : public CDialog
|
||||
{
|
||||
// Construction
|
||||
public:
|
||||
~CConsolidateDlg();
|
||||
CConsolidateDlg(CWnd* pParent = NULL); // standard constructor
|
||||
CSpApp* m_pApp;
|
||||
GZRset* rs;
|
||||
// Dialog Data
|
||||
//{{AFX_DATA(CConsolidateDlg)
|
||||
enum { IDD = IDD_CONSOLIDATE };
|
||||
CgzCombo m_cbTo;
|
||||
CgzCombo m_cbFrom;
|
||||
CButton m_btnDone;
|
||||
CButton m_btnConsolidate;
|
||||
//}}AFX_DATA
|
||||
|
||||
|
||||
// Overrides
|
||||
// ClassWizard generated virtual function overrides
|
||||
//{{AFX_VIRTUAL(CConsolidateDlg)
|
||||
protected:
|
||||
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
||||
//}}AFX_VIRTUAL
|
||||
|
||||
// Implementation
|
||||
protected:
|
||||
|
||||
// Generated message map functions
|
||||
//{{AFX_MSG(CConsolidateDlg)
|
||||
virtual void OnOK();
|
||||
afx_msg void OnBtndone();
|
||||
afx_msg void OnBtnconsolidate();
|
||||
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_CONSOLIDATEDLG_H__1FD4A321_8EDE_11D4_964F_00C0F02C4B69__INCLUDED_)
|
||||
Reference in New Issue
Block a user