custominpring.h
来自「机器须安装SQL Server2000 程序安装完之后」· C头文件 代码 · 共 56 行
H
56 行
//---------------------------------------------------------------------------
#ifndef CustomInPringH
#define CustomInPringH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <QuickRpt.hpp>
#include <Qrctrls.hpp>
#include <ADODB.hpp>
#include <Db.hpp>
//---------------------------------------------------------------------------
class TCustomInPringForm : public TForm
{
__published: // IDE-managed Components
TQuickRep *QuickRep1;
TQRBand *PageFooterBand1;
TQRBand *PageHeaderBand1;
TQRBand *DetailBand1;
TQRLabel *QRLabel1;
TQRLabel *QRLabel2;
TQRLabel *QRLabel3;
TQRLabel *QRLabel4;
TQRLabel *QRLabel6;
TQRLabel *QRLabel7;
TQRLabel *QRLabel8;
TQRLabel *QRLabel9;
TQRDBText *QRDBText1;
TQRDBText *QRDBText2;
TQRDBText *QRDBText3;
TQRDBText *QRDBText4;
TQRDBText *QRDBText5;
TQRDBText *QRDBText7;
TQRDBText *QRDBText8;
TADOQuery *ADOQuery1;
TQRLabel *QRLabel5;
TQRShape *QRShape1;
TQRShape *QRShape2;
TQRShape *QRShape3;
TQRShape *QRShape4;
TQRShape *QRShape5;
TQRLabel *QRLabel10;
void __fastcall FormShow(TObject *Sender);
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
private: // User declarations
public: // User declarations
__fastcall TCustomInPringForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TCustomInPringForm *CustomInPringForm;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?