unit7.~h
来自「Captor network with C++ builder,(réseaux」· ~H 代码 · 共 44 行
~H
44 行
//---------------------------------------------------------------------------
#ifndef Unit7H
#define Unit7H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Graphics.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <QuickRpt.hpp>
#include <QRCtrls.hpp>
#include <DB.hpp>
#include <DBTables.hpp>
#include <ExtCtrls.hpp>
//---------------------------------------------------------------------------
class TForm7 : public TForm
{
__published: // IDE-managed Components
TQuickRep *QuickRep1;
TQRBand *PageFooterBand1;
TQRBand *ColumnHeaderBand1;
TQRBand *DetailBand1;
TQRLabel *QRLabel1;
TQRExpr *QRExpr2;
TQRLabel *QRLabel2;
TQRExpr *QRExpr3;
TQRLabel *QRLabel3;
TQRExpr *QRExpr4;
TQRLabel *QRLabel4;
TQRExpr *QRExpr5;
TQRLabel *QRLabel5;
TQRExpr *QRExpr6;
TTable *Table1;
TQRShape *QRShape1;
TQRLabel *QRLabel6;
private: // User declarations
public: // User declarations
__fastcall TForm7(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm7 *Form7;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?