📄 forty_dialog.cpp
字号:
// forty_dialog.cpp : implementation file
//
#include "stdafx.h"
#include "医药管理系统.h"
#include "forty_dialog.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// forty_dialog dialog
forty_dialog::forty_dialog(CWnd* pParent /*=NULL*/)
: CDialog(forty_dialog::IDD, pParent)
{
//{{AFX_DATA_INIT(forty_dialog)
// NOTE: the ClassWizard will add member initialization here
//}}AFX_DATA_INIT
}
void forty_dialog::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(forty_dialog)
// NOTE: the ClassWizard will add DDX and DDV calls here
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(forty_dialog, CDialog)
//{{AFX_MSG_MAP(forty_dialog)
ON_BN_CLICKED(IDC_BUTTON3, OnButton3)
ON_BN_CLICKED(IDC_BUTTON4, OnButton4)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// forty_dialog message handlers
void forty_dialog::OnButton3()
{
// TODO: Add your control notification handler code here
}
void forty_dialog::OnButton4()
{
// TODO: Add your control notification handler code here
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -