stock2txtdlg.h
来自「大智慧数据转换」· C头文件 代码 · 共 76 行
H
76 行
// Stock2TxtDlg.h : header file
//
#if !defined(AFX_STOCK2TXTDLG_H__776C9F9A_1CDA_460E_817C_7567B2125D11__INCLUDED_)
#define AFX_STOCK2TXTDLG_H__776C9F9A_1CDA_460E_817C_7567B2125D11__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CStock2TxtDlg dialog
class CStock2TxtDlg : public CDialog
{
// Construction
public:
BOOL Proc5MinFun();
BOOL bStart5Min;
BOOL Proc5MinFile(CString strPath, CString strDest);
int iSegPos;
void DoEvent();
BOOL bExit;
BOOL ProcDirectFun(CString strPath,BOOL bRoot);
BOOL ProcFun(CString strSourPath,CString strDestPath);
CString GetAppPath();
BOOL LoadIniPath();
BOOL ProcDayFile(CString strPath,CString strDest);
CStock2TxtDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CStock2TxtDlg)
enum { IDD = IDD_STOCK2TXT_DIALOG };
CProgressCtrl m_Progress;
CString m_strSZPath;
CString m_strDestPath;
CString m_strSZZSPath;
CString m_strMsg;
CString m_StockNum;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CStock2TxtDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CStock2TxtDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
virtual void OnOK();
virtual void OnCancel();
afx_msg void OnButtonStart();
afx_msg void OnButtonBrow1();
afx_msg void OnButtonBrow2();
afx_msg void OnButtonBrow3();
afx_msg void OnButtonQuit();
afx_msg void OnButton5min();
afx_msg void OnTimer(UINT nIDEvent);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_STOCK2TXTDLG_H__776C9F9A_1CDA_460E_817C_7567B2125D11__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?