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

📄 j_shkdlg.h

📁 斗地主记牌器java
💻 H
字号:
// j_shkDlg.h : header file
//

#if !defined(AFX_J_SHKDLG_H__67FC1BE8_2396_44A8_A701_C9C566E52DAA__INCLUDED_)
#define AFX_J_SHKDLG_H__67FC1BE8_2396_44A8_A701_C9C566E52DAA__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "mysock.h"
#include "j_shk.h"
//#include "dialogv.h"
#include "dialogh.h"

/////////////////////////////////////////////////////////////////////////////
// CJ_shkDlg dialog

class CJ_shkDlg : public CDialog
{
// Construction
public:
	int OnThread(WPARAM wParam,LPARAM lParam);
	CJ_shkDlg(CWnd* pParent = NULL);	// standard constructor
	CMySock*    m_pMySock;
	bool        m_bRecord;
	bool        m_bCp;
	//CDialogV    m_dLeft;
	//CDialogV    m_dRigh;
	CDialogH    m_diaRecord;
	
	CString     m_csRecord;

// Dialog Data
	//{{AFX_DATA(CJ_shkDlg)
	enum { IDD = IDD_J_SHK_DIALOG };
	CString	m_cs0;
	CString	m_cs1;
	CString	m_cs10;
	CString	m_cs11;
	CString	m_cs12;
	CString	m_cs13;
	CString	m_cs14;
	CString	m_cs2;
	CString	m_cs3;
	CString	m_cs4;
	CString	m_cs5;
	CString	m_cs6;
	CString	m_cs7;
	CString	m_cs8;
	CString	m_cs9;
	//}}AFX_DATA

	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CJ_shkDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	//}}AFX_VIRTUAL

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CJ_shkDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnButton1();
	afx_msg UINT OnNcHitTest(CPoint point);
	afx_msg void OnButtonerr();
	afx_msg void OnButtonCp();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_J_SHKDLG_H__67FC1BE8_2396_44A8_A701_C9C566E52DAA__INCLUDED_)

⌨️ 快捷键说明

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