Files
HLStock/HookMsg/ConfigEnvDlg.h
2013-07-20 23:23:07 +00:00

82 lines
2.2 KiB
C++

#if !defined(AFX_CONFIGENVDLG_H__8267182F_E121_4F21_B8A3_C0872E487F1C__INCLUDED_)
#define AFX_CONFIGENVDLG_H__8267182F_E121_4F21_B8A3_C0872E487F1C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ConfigEnvDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CConfigEnvDlg dialog
class CConfigEnvDlg : public CDialog
{
// Construction
public:
CConfigEnvDlg(CWnd* pParent = NULL); // standard constructor
private:
void Load();
void Save();
public:
// Dialog Data
//{{AFX_DATA(CConfigEnvDlg)
enum { IDD = IDD_CONFIG_ENV_DLG };
CHotKeyCtrl m_hMesuHotKey4;
CHotKeyCtrl m_hMesuHotKey3;
CHotKeyCtrl m_hMesuHotKey2;
CHotKeyCtrl m_hMesuHotKey1;
CHotKeyCtrl m_hNPInputCode_HotKey;
CComboBox m_cbMesuLevel4;
CComboBox m_cbMesuLevel3;
CComboBox m_cbMesuLevel2;
CComboBox m_cbMesuLevel1;
CHotKeyCtrl m_hHookLockUnlock_HotKey;
CString m_strScreenNum;
long m_nMoney1;
long m_nMoney2;
long m_nStockChkInterval;
long m_nMoney3;
long m_nMoney4;
long m_n7121ClickDelay;
long m_nLimitCall;
long m_n7121DbClickContinuePauseTime;
long m_lTradeCount;
long m_lTradeMoney;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CConfigEnvDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CConfigEnvDlg)
virtual BOOL OnInitDialog();
virtual void OnOK();
afx_msg void OnConfigenvReloadAllConditionFileBtn();
afx_msg void OnConfigenvTradecountCheck();
afx_msg void OnConfigenvTrademoneyCheck();
afx_msg void OnConfigenvLowmoneyinfodlgCheck();
afx_msg void OnConfigenvMesuCheck1();
afx_msg void OnConfigenvMesuCheck2();
afx_msg void OnConfigenvMesuCheck3();
afx_msg void OnConfigenvMesuCheck4();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CONFIGENVDLG_H__8267182F_E121_4F21_B8A3_C0872E487F1C__INCLUDED_)