⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mainform.h

📁 C++ BUILDER精彩编程实例集锦(源码)3 第五部分 系统编程 第六部分 数据库应用
💻 H
字号:
//----------------------------------------------------------------------------
#ifndef DCDemoH
#define DCDemoH
//----------------------------------------------------------------------------
#include <vcl\Classes.hpp>
#include <vcl\Controls.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Forms.hpp>
#include <DB.hpp>
#include <DBTables.hpp>
#include <ExtCtrls.hpp>
#include <Grids.hpp>
#include <MXDB.hpp>
#include <MXGRID.hpp>
#include <MXPIVSRC.hpp>
#include <Mxstore.hpp>
#include <MXTABLES.hpp>
//----------------------------------------------------------------------------
class TDCDemoForm : public TForm
{
__published:
    TPanel *Panel1;
    TDecisionPivot *DecisionPivot1;
    TDecisionCube *DecisionCube1;
    TDecisionQuery *DecisionQuery1;
    TDecisionSource *DecisionSource1;
    TDecisionGrid *DecisionGrid1;
private:
public:
	virtual __fastcall TDCDemoForm(TComponent* AOwner);
};
//----------------------------------------------------------------------------
extern PACKAGE TDCDemoForm *DCDemoForm;
//----------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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