bookendprint.h

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

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

#ifndef BookEndPrintH
#define BookEndPrintH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <QuickRpt.hpp>
#include <ADODB.hpp>
#include <Db.hpp>
#include <Qrctrls.hpp>
#include <ComCtrls.hpp>
//---------------------------------------------------------------------------
class TBookEndPrintForm : public TForm
{
__published:	// IDE-managed Components
    TQuickRep *QuickRep1;
    TADOQuery *ADOQuery1;
    TQRBand *DetailBand1;
    TQRBand *PageHeaderBand1;
    TQRDBText *QRDBText1;
    TQRDBText *QRDBText2;
    TQRDBText *QRDBText3;
    TQRDBText *QRDBText4;
    TQRDBText *QRDBText5;
    TQRDBText *QRDBText6;
    TQRDBText *QRDBText7;
    TQRDBText *QRDBText8;
    TDateTimePicker *DateTimePicker1;
    TQRLabel *QRLabel9;
    TQRLabel *QRLabel2;
    TQRLabel *QRLabel3;
    TQRLabel *QRLabel4;
    TQRLabel *QRLabel5;
    TQRLabel *QRLabel6;
    TQRLabel *QRLabel7;
    TQRLabel *QRLabel8;
    TQRShape *QRShape1;
    TQRShape *QRShape3;
    TQRShape *QRShape4;
    TQRShape *QRShape5;
    TQRShape *QRShape6;
    TQRShape *QRShape2;
    void __fastcall FormShow(TObject *Sender);
    void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
private:	// User declarations
public:		// User declarations
    __fastcall TBookEndPrintForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TBookEndPrintForm *BookEndPrintForm;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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