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

📄 startdlg.h

📁 好用的键盘超人源代码
💻 H
字号:
#if !defined(AFX_STARTDLG_H__38B61E95_34FC_11D4_912D_000000000007__INCLUDED_)
#define AFX_STARTDLG_H__38B61E95_34FC_11D4_912D_000000000007__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// StartDlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CStartDlg dialog

class CStartDlg : public CDialog
{
// Construction
public:
	CStartDlg (CWnd* pParent=NULL); // standard constructor

// Dialog Data
	//{{AFX_DATA(CStartDlg)
	enum { IDD = IDD_START };
	//CSpinButtonCtrl	m_spin_WI;
	//CSpinButtonCtrl	m_spin_RTW;
	//CSpinButtonCtrl	m_spin_RMWL;
	//CSpinButtonCtrl	m_spin_DT;
	CComboBox	m_combox;
	CString	m_localUsrName;
	int	m_stepTime;
	int	m_stepBetweenStr;
	int	m_maxStrlen;
	int	m_allStr;
	CString	m_fileName;
	//}}AFX_DATA
    int m_rainType;
	int m_rainSource;
	int m_rainLevel;

private:


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CStartDlg)
	afx_msg void OnRadioSp();
	afx_msg void OnRadioMpc();
	afx_msg void OnRadioMps();
	virtual BOOL OnInitDialog();
	virtual void OnOK();
	afx_msg void OnButtonWff();
	afx_msg void OnSelendokCombo();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	void setLevelVaule(int level);
    void enableRainLevel(int flag);
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_STARTDLG_H__38B61E95_34FC_11D4_912D_000000000007__INCLUDED_)

⌨️ 快捷键说明

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