custominprint.h

来自「机器须安装SQL Server2000 程序安装完之后」· C头文件 代码 · 共 57 行

H
57
字号
//---------------------------------------------------------------------------

#ifndef CustomInPrintH
#define CustomInPrintH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <ComCtrls.hpp>
#include <QuickRpt.hpp>
#include <ADODB.hpp>
#include <Db.hpp>
#include <Qrctrls.hpp>
//---------------------------------------------------------------------------
class TCustomInPrintForm : public TForm
{
__published:	// IDE-managed Components
    TPanel *Panel1;
    TQuickRep *QuickRep1;
    TQRBand *ColumnHeaderBand1;
    TQRBand *DetailBand1;
    TADOQuery *ADOQueryCustom;
    TQRLabel *QRLabel1;
    TQRLabel *QRLabel2;
    TQRLabel *QRLabel4;
    TQRLabel *QRLabel5;
    TQRLabel *QRLabel7;
    TQRLabel *QRLabel8;
    TQRLabel *QRLabel9;
    TQRDBText *QRDBText1;
    TQRDBText *QRDBText2;
    TQRDBText *QRDBText4;
    TQRDBText *QRDBText5;
    TQRDBText *QRDBText7;
    TQRDBText *QRDBText8;
    TQRDBText *QRDBText9;
    TQRShape *QRShape1;
    TQRShape *QRShape2;
    TQRShape *QRShape4;
    TQRBand *SummaryBand1;
    TQRLabel *QRLabel10;
    TQRLabel *QRLabel11;
    TQRLabel *QRLabel12;
    TQRLabel *QRLabel13;
    void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
    void __fastcall FormShow(TObject *Sender);
private:	// User declarations
public:		// User declarations
    __fastcall TCustomInPrintForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TCustomInPrintForm *CustomInPrintForm;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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