AyaNova CE Archive added as recovered from storage during attempt to upgrade a customer from v1.7 to v8!
This commit is contained in:
56
archive/ayanova 1.9.4 CE final release db schema 171/sp/KD.h
Normal file
56
archive/ayanova 1.9.4 CE final release db schema 171/sp/KD.h
Normal file
@@ -0,0 +1,56 @@
|
||||
#if !defined(AFX_KD_H__C319C5CF_5D50_11D4_964F_00C0F02C4B69__INCLUDED_)
|
||||
#define AFX_KD_H__C319C5CF_5D50_11D4_964F_00C0F02C4B69__INCLUDED_
|
||||
|
||||
#if _MSC_VER > 1000
|
||||
#pragma once
|
||||
#endif // _MSC_VER > 1000
|
||||
// KD.h : header file
|
||||
//
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// CKD dialog
|
||||
#include "gzk.h"
|
||||
#include "gzrset.h"
|
||||
class CKD : public CDialog
|
||||
{
|
||||
// Construction
|
||||
public:
|
||||
|
||||
~CKD();
|
||||
CKD(CWnd* pParent = NULL); // standard constructor
|
||||
CSpApp* m_pApp;
|
||||
GZK* k;
|
||||
GZRset* rs;
|
||||
// Dialog Data
|
||||
//{{AFX_DATA(CKD)
|
||||
enum { IDD = IDD_KD };
|
||||
CStatic m_lblK;
|
||||
CStatic m_lblInfo;
|
||||
CStatic m_lblC;
|
||||
CEdit m_edK;
|
||||
CEdit m_edC;
|
||||
//}}AFX_DATA
|
||||
|
||||
|
||||
// Overrides
|
||||
// ClassWizard generated virtual function overrides
|
||||
//{{AFX_VIRTUAL(CKD)
|
||||
protected:
|
||||
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
||||
//}}AFX_VIRTUAL
|
||||
|
||||
// Implementation
|
||||
protected:
|
||||
|
||||
// Generated message map functions
|
||||
//{{AFX_MSG(CKD)
|
||||
afx_msg void OnBtnsave();
|
||||
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_KD_H__C319C5CF_5D50_11D4_964F_00C0F02C4B69__INCLUDED_)
|
||||
Reference in New Issue
Block a user