This commit is contained in:
2013-08-22 05:27:07 +00:00
parent 6c0348d77f
commit b99779423c
12 changed files with 1485 additions and 0 deletions

View File

@@ -0,0 +1,57 @@
// MakeRefusalListDlg.h : header file
//
#if !defined(AFX_MAKEREFUSALLISTDLG_H__6FF3141C_F49D_44D6_AB79_118AD467E683__INCLUDED_)
#define AFX_MAKEREFUSALLISTDLG_H__6FF3141C_F49D_44D6_AB79_118AD467E683__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CMakeRefusalListDlg dialog
class CMakeRefusalListDlg : public CDialog
{
// Construction
public:
CMakeRefusalListDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CMakeRefusalListDlg)
enum { IDD = IDD_MAKEREFUSALLIST_DIALOG };
CProgressCtrl m_hRunProgress;
long m_nAmount;
long m_nBM;
CString m_strOutputFileName;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMakeRefusalListDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CMakeRefusalListDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
virtual void OnCancel();
afx_msg void OnUsingAmountCheck();
afx_msg void OnUsingBmCheck();
afx_msg void OnClose();
afx_msg void OnRunBtn();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MAKEREFUSALLISTDLG_H__6FF3141C_F49D_44D6_AB79_118AD467E683__INCLUDED_)