home *** CD-ROM | disk | FTP | other *** search
- /*************************************************
- HTBPass.dll
-
- RegularRun.h
-
- Copyright TransEra Corporation 1999
- *************************************************/
- #if !defined(AFX_REGULARRUN_H__688F7EB1_6AB2_11D3_8BBC_00105AC66D91__INCLUDED_)
- #define AFX_REGULARRUN_H__688F7EB1_6AB2_11D3_8BBC_00105AC66D91__INCLUDED_
-
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // RegularRun.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // RegularRun dialog
-
- class RegularRun : public CDialog
- {
- // Construction
- public:
- RegularRun(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(RegularRun)
- enum { IDD = IDD_DIALOG2 };
- CString m_rUserName;
- CString m_rPassword;
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(RegularRun)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
-
- // Generated message map functions
- //{{AFX_MSG(RegularRun)
- afx_msg void OnrOk();
- afx_msg void OnRCancel();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_REGULARRUN_H__688F7EB1_6AB2_11D3_8BBC_00105AC66D91__INCLUDED_)
-