1 Star 1 Fork 11

冰点xxd / QuoteServer

forked from OCQuant / QuoteServer
关闭
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CTPQuoteServerDlg.h 642 Bytes
一键复制 编辑 原始数据 按行查看 历史
mpop 提交于 2014-12-29 18:17 . setup
// CTPQuoteServerDlg.h : 头文件
//
#pragma once
// CCTPQuoteServerDlg 对话框
class CCTPQuoteServerDlg : public CDialog
{
// 构造
public:
CCTPQuoteServerDlg(CWnd* pParent = NULL); // 标准构造函数
// 对话框数据
enum { IDD = IDD_CTPQUOTESERVER_DIALOG };
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV 支持
// 实现
protected:
HICON m_hIcon;
// 生成的消息映射函数
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
DECLARE_MESSAGE_MAP()
public:
afx_msg void OnBnClickedOk();
afx_msg void OnBnClickedCancel();
};
1
https://gitee.com/bingdian2001/QuoteServer.git
git@gitee.com:bingdian2001/QuoteServer.git
bingdian2001
QuoteServer
QuoteServer
master

搜索帮助