qrloanloanrepay.~h

来自「一个不错的销售系统」· ~H 代码 · 共 44 行

~H
44
字号
//---------------------------------------------------------------------------
#ifndef QrLoanLoanRepayH
#define QrLoanLoanRepayH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Db.hpp>
#include <DBTables.hpp>
#include <ExtCtrls.hpp>
#include <QuickRpt.hpp>
#include <Qrctrls.hpp>
//---------------------------------------------------------------------------
class TfrmLoanLoanRepay : public TForm
{
__published:	// IDE-managed Components
        TTable *Table1;
        TQuickRep *QuickRep1;
        TQRBand *PageHeaderBand1;
        TQRBand *TitleBand1;
        TQRBand *ColumnHeaderBand1;
        TQRBand *DetailBand1;
        TQRBand *PageFooterBand1;
        TQRSysData *QRSysData3;
        TQRLabel *QRLabel1;
        TQRLabel *QRLabel2;
        TQRLabel *QRLabel3;
        TQRLabel *QRLabel4;
        TQRDBText *QRDBText1;
        TQRDBText *QRDBText2;
        TQRDBText *QRDBText3;
        TQRSysData *QRSysData1;
        TQRSysData *QRSysData2;
        void __fastcall FormCreate(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TfrmLoanLoanRepay(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmLoanLoanRepay *frmLoanLoanRepay;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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