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

📄 custominprint.h

📁 机器须安装SQL Server2000 程序安装完之后
💻 H
字号:
//---------------------------------------------------------------------------

#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -