equsrchdlg.cpp

来自「此文件是加油站管理系统的界面,开发环境是 visual studio 2008 」· C++ 代码 · 共 34 行

CPP
34
字号
// equsrchDlg.cpp : implementation file
//

#include "stdafx.h"
#include "newgas.h"
#include "equsrchDlg.h"


// CequsrchDlg dialog

IMPLEMENT_DYNAMIC(CequsrchDlg, CDialog)

CequsrchDlg::CequsrchDlg(CWnd* pParent /*=NULL*/)
	: CDialog(CequsrchDlg::IDD, pParent)
{

}

CequsrchDlg::~CequsrchDlg()
{
}

void CequsrchDlg::DoDataExchange(CDataExchange* pDX)
{
	CDialog::DoDataExchange(pDX);
}


BEGIN_MESSAGE_MAP(CequsrchDlg, CDialog)
END_MESSAGE_MAP()


// CequsrchDlg message handlers

⌨️ 快捷键说明

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