📄 xue24diandlg.h
字号:
// Xue24dianDlg.h : header file
//
#if !defined(AFX_XUE24DIANDLG_H__BE4AC9E3_6AAF_4145_B8EF_F9A0367023CB__INCLUDED_)
#define AFX_XUE24DIANDLG_H__BE4AC9E3_6AAF_4145_B8EF_F9A0367023CB__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CXue24dianDlg dialog
class CXue24dianDlg : public CDialog
{
// Construction
public:
int ZHCompute(CString Str);
int SubCompute(CString Str);
float compu3(float i1, float i2, int i);
int compu1(float i1, float i2, float i3, float i4, CString &s);
CString compu(int i1, int i2, int i3, int i4);
char AnyLastPos(CString Str);
char AnyFirstPos(CString Str);
char AnyFirstF(CString Str);
char *stopstring;
CBitmap m_Bitmap[52];
CButton *card[8];
CBitmap Bitmapback[8];
//int noanswer;
int m_stop;
int kzjishi;
int w,x,y,z;
bool flag;
int t1;
int t2;
int t3;
int t4;
//int biaozhi;
int n;
CString R;
COLORREF color;
CColorDialog bjcolor;
CXue24dianDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CXue24dianDlg)
enum { IDD = IDD_XUE24DIAN_DIALOG };
int m_changci;
int m_shijian;
int m_defen;
CString m_Input;
BOOL m_no;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CXue24dianDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CXue24dianDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnFapai();
afx_msg void OnKaishi();
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
afx_msg void OnSetDhgbjColor();
afx_msg void OnButton1();
afx_msg void OnButton2();
afx_msg void OnButton3();
afx_msg void OnButton4();
afx_msg void OnButton5();
afx_msg void OnButton6();
afx_msg void OnZanting();
afx_msg void OnJixu();
afx_msg void OnTjdaan();
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnPukepai1();
afx_msg void OnPukepai2();
afx_msg void OnPukepai3();
afx_msg void OnPukepai4();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_XUE24DIANDLG_H__BE4AC9E3_6AAF_4145_B8EF_F9A0367023CB__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -