123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- #if !defined(AFX_OMPANYINFO_H__8F0680BF_F9B8_4B93_92A8_06187C32E069__INCLUDED_)
- #define AFX_OMPANYINFO_H__8F0680BF_F9B8_4B93_92A8_06187C32E069__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif
- class CompanyInfo : public CDialog
- {
- public:
- CompanyInfo(CWnd* pParent = NULL);
-
- enum { IDD = IDD_DLGCompanyInfo };
- CString m_edit1;
- CString m_edit2;
- CString m_edit3;
- CString m_edit4;
- CString m_edit5;
-
-
-
- protected:
- virtual void DoDataExchange(CDataExchange* pDX);
-
- protected:
-
-
- virtual BOOL OnInitDialog();
- virtual void OnOK();
-
- DECLARE_MESSAGE_MAP()
- };
- #endif
|