costprint.h

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

H
52
字号
//---------------------------------------------------------------------------

#ifndef CostPrintH
#define CostPrintH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ADODB.hpp>
#include <Db.hpp>
#include <ExtCtrls.hpp>
#include <Qrctrls.hpp>
#include <QuickRpt.hpp>
//---------------------------------------------------------------------------
class TCostPrintForm : public TForm
{
__published:	// IDE-managed Components
    TQuickRep *QuickRep1;
    TQRBand *DetailBand1;
    TQRBand *PageFooterBand1;
    TQRBand *PageHeaderBand1;
    TQRLabel *QRLabel1;
    TQRDBText *QRDBText1;
    TQRDBText *QRDBText2;
    TQRDBText *QRDBText3;
    TQRDBText *QRDBText4;
    TADOQuery *ADOQuery1;
    TQRShape *QRShape2;
    TQRDBText *QRDBText7;
    TQRDBText *QRDBText6;
    TQRDBText *QRDBText5;
    TQRDBText *QRDBText8;
    TQRBand *ColumnHeaderBand1;
    TQRLabel *QRLabel2;
    TQRLabel *QRLabel3;
    TQRLabel *QRLabel4;
    TQRLabel *QRLabel5;
    TQRLabel *QRLabel6;
    TQRLabel *QRLabel7;
    TQRLabel *QRLabel8;
    TQRLabel *QRLabel9;
    void __fastcall FormShow(TObject *Sender);
private:	// User declarations
public:		// User declarations
    __fastcall TCostPrintForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TCostPrintForm *CostPrintForm;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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