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,93 @@
|
||||
#if !defined(AFX_SNREDIT_H__3EA9F622_453B_11D4_964F_00C0F02C4B69__INCLUDED_)
|
||||
#define AFX_SNREDIT_H__3EA9F622_453B_11D4_964F_00C0F02C4B69__INCLUDED_
|
||||
|
||||
#if _MSC_VER > 1000
|
||||
#pragma once
|
||||
#endif // _MSC_VER > 1000
|
||||
// SnREdit.h : header file
|
||||
//
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// CSnREdit dialog
|
||||
#include "gzcombo.h"
|
||||
#include "gzrset.h"
|
||||
#include "label.h"
|
||||
#include "gzCurrencyFormatter.h"
|
||||
class CSnREdit : public CDialog
|
||||
{
|
||||
// Construction
|
||||
public:
|
||||
|
||||
void SendMail(CString strMsg, CString strSubject);
|
||||
CString m_strOrderer;
|
||||
CString m_strOrdererID;
|
||||
bool m_bInitiallyReceived;
|
||||
CSnREdit(CWnd* pParent = NULL); // standard constructor
|
||||
~CSnREdit();
|
||||
bool bModified;
|
||||
CString m_strSelectedSentTo;
|
||||
CString m_strSelectedSentVia;
|
||||
void PopupNonClients(long type);
|
||||
void FillLists();
|
||||
CString m_strWorkorderID;
|
||||
CString m_strSubRepairID;
|
||||
GZRset* rs;
|
||||
GZK* k;
|
||||
CSpApp* m_pApp;
|
||||
CgzCurrencyFormatter* cfm;
|
||||
// Dialog Data
|
||||
//{{AFX_DATA(CSnREdit)
|
||||
enum { IDD = IDD_SNREDIT };
|
||||
CStatic m_lblInfo;
|
||||
CLabel m_lblRepairCenters;
|
||||
CLabel m_lblManufacturers;
|
||||
CLabel m_lblSentVia;
|
||||
CStatic m_lblEtaReceived;
|
||||
CEdit m_edWaybill;
|
||||
CEdit m_edRMA;
|
||||
CEdit m_edNotes;
|
||||
CEdit m_edCost;
|
||||
CEdit m_edCharge;
|
||||
CDateTimeCtrl m_dtSent;
|
||||
CDateTimeCtrl m_dtRecEta;
|
||||
CButton m_ckReceived;
|
||||
CgzCombo m_cbSentVia;
|
||||
CgzCombo m_cbSentTo;
|
||||
//}}AFX_DATA
|
||||
|
||||
|
||||
// Overrides
|
||||
// ClassWizard generated virtual function overrides
|
||||
//{{AFX_VIRTUAL(CSnREdit)
|
||||
protected:
|
||||
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
||||
//}}AFX_VIRTUAL
|
||||
|
||||
// Implementation
|
||||
protected:
|
||||
|
||||
// Generated message map functions
|
||||
//{{AFX_MSG(CSnREdit)
|
||||
virtual BOOL OnInitDialog();
|
||||
afx_msg void OnKillfocusEdcharge();
|
||||
afx_msg void OnKillfocusEdcost();
|
||||
afx_msg void OnCkreceived();
|
||||
afx_msg void OnLblmanufacturers();
|
||||
afx_msg void OnLblrepairctrs();
|
||||
afx_msg void OnLblsentvia();
|
||||
afx_msg void OnCloseupCbsentto();
|
||||
afx_msg void OnCloseupCbsentvia();
|
||||
afx_msg void OnDatetimechangeDtreceta(NMHDR* pNMHDR, LRESULT* pResult);
|
||||
afx_msg void OnDatetimechangeDtsent(NMHDR* pNMHDR, LRESULT* pResult);
|
||||
afx_msg void OnKillfocusEdnotes();
|
||||
afx_msg void OnKillfocusEdrma();
|
||||
afx_msg void OnKillfocusEdwaybill();
|
||||
afx_msg void OnBtndone();
|
||||
//}}AFX_MSG
|
||||
DECLARE_MESSAGE_MAP()
|
||||
};
|
||||
|
||||
//{{AFX_INSERT_LOCATION}}
|
||||
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
||||
|
||||
#endif // !defined(AFX_SNREDIT_H__3EA9F622_453B_11D4_964F_00C0F02C4B69__INCLUDED_)
|
||||
Reference in New Issue
Block a user