dianlan.h
来自「价格生成系统 热水器生产厂家价格管理、设备类型管理系统」· C头文件 代码 · 共 28 行
H
28 行
// Dianlan.h: interface for the CDianlan class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_DIANLAN_H__8359C88F_1C03_4005_A312_1FDDB103BCA7__INCLUDED_)
#define AFX_DIANLAN_H__8359C88F_1C03_4005_A312_1FDDB103BCA7__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CDianlan
{
public:
void sql_update(CString cId);
void sql_delete(CString cId);
void sql_insert();
CDianlan();
virtual ~CDianlan();
CString xinghao;
CString zhijing;
CString chandi;
CString danjia;
CString chengben;
};
#endif // !defined(AFX_DIANLAN_H__8359C88F_1C03_4005_A312_1FDDB103BCA7__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?