⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ga_tycpdlg.h

📁 基于遗传算法的体育彩票拟合与预测
💻 H
字号:
// GA_tycpDlg.h : header file
//

#if !defined(AFX_FLY_TYCPDLG_H__72BF1F74_2FE3_42F1_914C_08BBF6F38C2E__INCLUDED_)
#define AFX_FLY_TYCPDLG_H__72BF1F74_2FE3_42F1_914C_08BBF6F38C2E__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

/////////////////////////////////////////////////////////////////////////////
// CGA_tycpDlg dialog

class CGA_tycpDlg : public CDialog
{
// Construction
public:
	void compute_adaptability();
	void drawldy();
	void loadldy();
	void display_date_time();
	void clear_pic();
	void draw();
	void inputpw();
	void myexitf();
	void inherit();
	CGA_tycpDlg(CWnd* pParent = NULL);	// standard constructor

// Dialog Data
	//{{AFX_DATA(CGA_tycpDlg)
	enum { IDD = IDD_GA_TYCP_DIALOG };
	CSpinButtonCtrl	m_lrhms;
	CSpinButtonCtrl	m_sjsjg;
	CSpinButtonCtrl	m_zhhms;
	CSpinButtonCtrl	m_ckjl;
	CStatic	m_pic2;
	CStatic	m_time;
	CSpinButtonCtrl	m_mincks;
	CStatic	m_pic;
	CProgressCtrl	m_prg1;
	CProgressCtrl	m_prg0;
	CSpinButtonCtrl	m_yscs;
	CSpinButtonCtrl	m_hms;
	CString	m_lsjl;
	CString	m_jls;
	CString	m_ychm;
	CString	m_qtgms;
	CString	m_gtzs;
	BOOL	m_jdyq;
	BOOL	m_jjqq;
	CString	m_zhhm;
	CString	m_lrhm;
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CGA_tycpDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnLoad();
	afx_msg void OnProduce();
	afx_msg void OnSave();
	afx_msg void OnTimer(UINT nIDEvent);
	afx_msg void OnDeltaposSckjl(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnProduce2();
	afx_msg void OnProduce3();
	afx_msg void OnProduce4();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_FLY_TYCPDLG_H__72BF1F74_2FE3_42F1_914C_08BBF6F38C2E__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -