📄 主题医院修改器dlg.h
字号:
// 主题医院修改器Dlg.h : header file
//
#if !defined(AFX_DLG_H__008AF806_B553_424C_A06B_646DE2AD05F5__INCLUDED_)
#define AFX_DLG_H__008AF806_B553_424C_A06B_646DE2AD05F5__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CMyDlg dialog
class CMyDlg : public CDialog
{
// Construction
public:
void backpro();
void backdata();
void writedata();
void readdata();
void findpro();
UINT add[1],add1,add2,add3,add4,picadd;
UINT pic1[1],pic2[1],pic3[1];
UINT s;
UINT cash[1],skill[1],work[1],heart[1];
HANDLE hProcess;
CMyDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CMyDlg)
enum { IDD = IDD_MY_DIALOG };
UINT m_cash;
UINT m_work;
UINT m_heart;
UINT m_pic1;
UINT m_pic2;
UINT m_pic3;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMyDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CMyDlg)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnCht0();
afx_msg void OnCht1();
afx_msg void OnCht2();
virtual void OnOK();
afx_msg void OnRec();
afx_msg void OnDestroy();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLG_H__008AF806_B553_424C_A06B_646DE2AD05F5__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -