?? unit9.h
字號:
//---------------------------------------------------------------------------
#ifndef Unit9H
#define Unit9H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <Qrctrls.hpp>
#include <quickrpt.hpp>
//---------------------------------------------------------------------------
class TForm9 : public TForm
{
__published: // IDE-managed Components
TQuickRep *QuickRep1;
TQRBand *QRBand1;
TQRShape *QRShape4;
TQRShape *QRShape6;
TQRShape *QRShape8;
TQRShape *QRShape9;
TQRShape *QRShape11;
TQRDBText *Text6;
TQRDBText *Text7;
TQRDBText *Text8;
TQRDBText *Textb;
TQRDBText *QRDBText3;
TQRDBText *QRDBText4;
TQRBand *ColumnHeaderBand1;
TQRBand *TitleBand1;
TQRLabel *QRLabel20;
TQRLabel *QRLabel21;
TQRLabel *QRLabel22;
TQRLabel *QRLabel23;
TQRLabel *QRLabel24;
TQRLabel *QRLabel25;
TQRShape *QRShape1;
TQRShape *QRShape2;
TQRShape *QRShape3;
TQRShape *QRShape5;
TQRShape *QRShape7;
TQRLabel *LabelTitle;
TQRLabel *LabelDate;
void __fastcall LabelTitlePrint(TObject *sender, AnsiString &Value);
void __fastcall LabelDatePrint(TObject *sender, AnsiString &Value);
void __fastcall QRExpr1Print(TObject *sender, AnsiString &Value);
private: // User declarations
public: // User declarations
__fastcall TForm9(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm9 *Form9;
//---------------------------------------------------------------------------
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -