pstatdialcountry.h
来自「一套BCB6开发的电话管理系统」· C头文件 代码 · 共 69 行
H
69 行
//---------------------------------------------------------------------------
#ifndef PStatDialCountryH
#define PStatDialCountryH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <QRCtrls.hpp>
#include <QuickRpt.hpp>
//---------------------------------------------------------------------------
class TPrtStatDialCountry : public TForm
{
__published: // IDE-managed Components
TQuickRep *QuickRep1;
TQRBand *ColumnHeaderBand1;
TQRBand *DetailBand1;
TQRBand *SummaryBand1;
TQRDBText *QRDBText1;
TQRDBText *QRDBText2;
TQRDBText *QRDBText3;
TQRDBText *QRDBText4;
TQRDBText *QRDBText5;
TQRDBText *QRDBText6;
TQRGroup *QRGroup1;
TQRBand *QRBand1;
TQRDBText *QRDBText7;
TQRDBText *QRDBText8;
TQRLabel *L_T01;
TQRSysData *QRSysData1;
TQRLabel *ReportTitle;
TQRLabel *T_memo;
TQRLabel *QRLabel3;
TQRSysData *QRSysData2;
TQRLabel *QRLabel4;
TQRLabel *QRLabel2;
TQRLabel *QRLabel5;
TQRLabel *T_Phone;
TQRLabel *T_Username;
TQRLabel *T_Dialnumber;
TQRLabel *T_date;
TQRLabel *T_Time;
TQRLabel *T_Duration;
TQRLabel *T_Charge;
TQRLabel *T_TelType;
TQRShape *QRShape1;
TQRShape *QRShape2;
TQRDBText *QRDBText9;
TQRShape *QRShape3;
TQRShape *QRShape4;
TQRLabel *QRLabel1;
TQRLabel *QRLabel6;
TQRLabel *QRLabel7;
TQRShape *QRShape5;
TQRShape *QRShape6;
TQRLabel *QRLabel8;
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
void __fastcall QRDBText7Print(TObject *sender, AnsiString &Value);
private: // User declarations
public: // User declarations
__fastcall TPrtStatDialCountry(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TPrtStatDialCountry *PrtStatDialCountry;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?