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,71 @@
|
||||
#if !defined(AFX_MAILMSGDLG_H__D18DDDA4_2658_11D4_964F_00C0F02C4B69__INCLUDED_)
|
||||
#define AFX_MAILMSGDLG_H__D18DDDA4_2658_11D4_964F_00C0F02C4B69__INCLUDED_
|
||||
|
||||
#if _MSC_VER > 1000
|
||||
#pragma once
|
||||
#endif // _MSC_VER > 1000
|
||||
// MailMsgDlg.h : header file
|
||||
//
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// CMailMsgDlg dialog
|
||||
#include "gzk.h"
|
||||
#include "gzlistbox.h"
|
||||
#include "gzrset.h"
|
||||
class CMailMsgDlg : public CDialog
|
||||
{
|
||||
// Construction
|
||||
public:
|
||||
bool m_bNoRE;
|
||||
void SetForwardInfo(CString* pSubject,CString* pMessage);
|
||||
CString m_strSubject;
|
||||
CString m_strMessage;
|
||||
|
||||
~CMailMsgDlg();
|
||||
CMailMsgDlg(CWnd* pParent = NULL); // standard constructor
|
||||
GZK* k;
|
||||
GZRset* rs;
|
||||
CSpApp* m_pApp;
|
||||
//Save fields
|
||||
bool SaveField(CEdit* edControl,CString fldname,bool AllowEmpty);
|
||||
bool SaveField(CButton* ckControl,CString fldname);
|
||||
bool SaveField(CDateTimeCtrl* dtControl,CString fldname);
|
||||
|
||||
//-------------------------------
|
||||
// Dialog Data
|
||||
//{{AFX_DATA(CMailMsgDlg)
|
||||
enum { IDD = IDD_MAILMSG };
|
||||
CgzListBox m_lbUsers;
|
||||
CEdit m_edSubject;
|
||||
CButton m_btnSend;
|
||||
CButton m_ckPopup;
|
||||
CEdit m_edMessage;
|
||||
CDateTimeCtrl m_dtDate;
|
||||
CButton m_btnCancel;
|
||||
//}}AFX_DATA
|
||||
|
||||
|
||||
// Overrides
|
||||
// ClassWizard generated virtual function overrides
|
||||
//{{AFX_VIRTUAL(CMailMsgDlg)
|
||||
protected:
|
||||
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
||||
//}}AFX_VIRTUAL
|
||||
|
||||
// Implementation
|
||||
protected:
|
||||
|
||||
// Generated message map functions
|
||||
//{{AFX_MSG(CMailMsgDlg)
|
||||
virtual void OnOK();
|
||||
afx_msg void OnCancel();
|
||||
afx_msg void OnSend();
|
||||
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_MAILMSGDLG_H__D18DDDA4_2658_11D4_964F_00C0F02C4B69__INCLUDED_)
|
||||
Reference in New Issue
Block a user