sellquery.h
来自「物流综合管理系统」· C头文件 代码 · 共 24 行
H
24 行
// SellQuery.h: interface for the SellQuery class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SELLQUERY_H__E1E2DF5F_7722_41E5_8674_CFBA9E5E91A4__INCLUDED_)
#define AFX_SELLQUERY_H__E1E2DF5F_7722_41E5_8674_CFBA9E5E91A4__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "DOperationQuery.h"
class SellQuery : public DOperationQuery
{
public:
void Init();
SellQuery();
virtual ~SellQuery();
};
#endif // !defined(AFX_SELLQUERY_H__E1E2DF5F_7722_41E5_8674_CFBA9E5E91A4__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?