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,52 @@
|
||||
#if !defined(AFX_GETALLORXVALUE_H__F43183C1_3F7B_11D4_964F_00C0F02C4B69__INCLUDED_)
|
||||
#define AFX_GETALLORXVALUE_H__F43183C1_3F7B_11D4_964F_00C0F02C4B69__INCLUDED_
|
||||
|
||||
#if _MSC_VER > 1000
|
||||
#pragma once
|
||||
#endif // _MSC_VER > 1000
|
||||
// GetAllOrXValue.h : header file
|
||||
//
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// CGetAllOrXValue dialog
|
||||
|
||||
class CGetAllOrXValue : public CDialog
|
||||
{
|
||||
// Construction
|
||||
public:
|
||||
long * m_plValueReturn;
|
||||
CString m_strPrompt;
|
||||
CGetAllOrXValue(CWnd* pParent = NULL); // standard constructor
|
||||
|
||||
// Dialog Data
|
||||
//{{AFX_DATA(CGetAllOrXValue)
|
||||
enum { IDD = IDD_GETALLORXRECORDS };
|
||||
CStatic m_lblPrompt;
|
||||
CEdit m_edX;
|
||||
CButton m_ckALL;
|
||||
//}}AFX_DATA
|
||||
|
||||
|
||||
// Overrides
|
||||
// ClassWizard generated virtual function overrides
|
||||
//{{AFX_VIRTUAL(CGetAllOrXValue)
|
||||
protected:
|
||||
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
||||
//}}AFX_VIRTUAL
|
||||
|
||||
// Implementation
|
||||
protected:
|
||||
|
||||
// Generated message map functions
|
||||
//{{AFX_MSG(CGetAllOrXValue)
|
||||
virtual void OnOK();
|
||||
virtual void OnCancel();
|
||||
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_GETALLORXVALUE_H__F43183C1_3F7B_11D4_964F_00C0F02C4B69__INCLUDED_)
|
||||
Reference in New Issue
Block a user