bookunendprint.h
来自「机器须安装SQL Server2000 程序安装完之后」· C头文件 代码 · 共 35 行
H
35 行
//---------------------------------------------------------------------------
#ifndef BookUnEndPrintH
#define BookUnEndPrintH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "BookEndPrint.h"
#include <ADODB.hpp>
#include <ComCtrls.hpp>
#include <Db.hpp>
#include <ExtCtrls.hpp>
#include <Qrctrls.hpp>
#include <QuickRpt.hpp>
//---------------------------------------------------------------------------
class TBookUnEndPrintForm1 : public TBookEndPrintForm
{
__published: // IDE-managed Components
TQRLabel *QRLabel1;
TQRBand *PageFooterBand1;
TQRLabel *QRLabel10;
TQRLabel *QRLabel11;
void __fastcall FormShow(TObject *Sender);
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
private: // User declarations
public: // User declarations
__fastcall TBookUnEndPrintForm1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TBookUnEndPrintForm1 *BookUnEndPrintForm1;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?