Subversion Repositories libraries.mycontrols

Rev

Rev 1 | Blame | Compare with Previous | Last modification | View Log

#if !defined(AFX_REGISTRATION_H__554C709C_F81C_11D3_B7E7_00104B457E71__INCLUDED_)
#define AFX_REGISTRATION_H__554C709C_F81C_11D3_B7E7_00104B457E71__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Registration.h : header file
//

//#include "encrypt.h"
#include "MyControls.h" // Added by ClassView
#include "resource.h"

#define IDS_MAILADDR "mailto:rldauto@tiscali.nl"

/////////////////////////////////////////////////////////////////////////////
// CRegistration dialog

class CRegistration : public CDialog, public CExecImageVersion
{
// Construction
public:
    BOOL IsRegistered();
    CRegistration(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
    //{{AFX_DATA(CRegistration)
    enum { IDD = IDD_REG_REGISTRATION };
    CStatic m_cProduct;
    CStatic m_cCompany;
    CHyperLink  m_cEmailLink;
    CButtonST   m_cButtonOk;
    CButtonST   m_cButtonCancel;
    CEdit   m_cEditKeyPassword;
    CEdit   m_cEditKeyCode;
    CString m_cKeyCode;
    CString m_cKeyPassword;
    //}}AFX_DATA


// Overrides
    // ClassWizard generated virtual function overrides
    //{{AFX_VIRTUAL(CRegistration)
    protected:
    virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
    //}}AFX_VIRTUAL

// Implementation
protected:
    CEncrypt m_oEncrypt;

    // Generated message map functions
    //{{AFX_MSG(CRegistration)
    virtual BOOL OnInitDialog();
    virtual void OnOK();
    afx_msg void OnProduct();
    virtual void OnCancel();
    afx_msg void OnSize(UINT nType, int cx, int cy);
    //}}AFX_MSG
    DECLARE_MESSAGE_MAP()
private:
    int m_nFirst;
    HICON m_hIcon;
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_REGISTRATION_H__554C709C_F81C_11D3_B7E7_00104B457E71__INCLUDED_)