assocruledlg.h
来自「关联规则中转换树算法在VC下的实现」· C头文件 代码 · 共 67 行
H
67 行
// AssocRuleDlg.h : header file
//
#if !defined(AFX_ASSOCRULEDLG_H__4AACB213_5891_4439_ACCF_A143B2302F72__INCLUDED_)
#define AFX_ASSOCRULEDLG_H__4AACB213_5891_4439_ACCF_A143B2302F72__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "Globals.h"
#include "TreeNode.h"
/////////////////////////////////////////////////////////////////////////////
// CAssocRuleDlg dialog
class CAssocRuleDlg : public CDialog
{
// Construction
public:
CAssocRuleDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CAssocRuleDlg)
enum { IDD = IDD_ASSOCRULE_DIALOG };
CString m_strFileOut;
float m_fMinConf;
float m_fMinSupp;
CString m_sFileName;
CString m_strOutPath;
int m_FItype;
CString m_strLogFile;
int m_printFI;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAssocRuleDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CAssocRuleDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnRunProg();
virtual void OnCancel();
afx_msg void OnBSaveAs();
afx_msg void OnBView();
afx_msg void OnBrowse();
afx_msg void OnChangeEDataFile();
afx_msg void OnBViewLog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ASSOCRULEDLG_H__4AACB213_5891_4439_ACCF_A143B2302F72__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?