⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 daystat.~h

📁 用C++ Builder编写的个人财务管理软件
💻 ~H
字号:
//----------------------------------------------------------------------------
#ifndef DayStatH
#define DayStatH
//----------------------------------------------------------------------------
#include <vcl\Classes.hpp>
#include <vcl\Controls.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Forms.hpp>
#include <vcl\QuickRpt.hpp>
#include <vcl\QRCtrls.hpp>
#include <ExtCtrls.hpp>
#include <Qrctrls.hpp>
#include <OleServer.hpp>
#include <DB.hpp>
#include <DBTables.hpp>
//#include "DataUnit.h"
#include <ADODB.hpp>
extern   AnsiString makername;
//----------------------------------------------------------------------------
class TFormDayStat : public TQuickRep
{
__published:
        TQRBand *TitleBand1;
        TQRBand *PageDetailBand1;
        TQRLabel *QRLabelTitle;
        TQRLabel *QRLabel4;
        TQRLabel *QRLabel9;
        TQRLabel *QRLabel6;
        TQRLabel *QRLabel14;
        TQRShape *QRShape1;
        TQRShape *QRShape2;
        TQRShape *QRShape3;
        TQRShape *QRShape4;
        TQRShape *QRShape5;
        TQRShape *QRShape6;
        TQRShape *QRShape7;
        TQRShape *QRShape9;
        TQRShape *QRShape10;
        TQRShape *QRShape11;
        TQRShape *QRShape12;
        TQRShape *QRShape13;
        TQRShape *QRShape14;
        TQRShape *QRShape15;
        TQRShape *QRShape17;
        TQRDBText *QRDBTextCph;
        TQRDBText *QRDBTextDd;
        TQRDBText *QRDBTextWzxw;
        TQRSysData *QRSysData1;
        TQRBand *QRBand1;
        TQRLabel *QRLabel2;
        TQRLabel *QRLabel5;
        TQRSysData *QRSysData3;
        TQRLabel *QRLabel7;
        TQRShape *QRShape8;
        TQRShape *QRShape16;
        TQRLabel *QRLabel8;
        TQRDBText *QRDBTextWzrq;
        TQRShape *QRShape21;
        TQRShape *QRShape22;
        TQRLabel *QRLabel12;
        TQRLabel *QRLabelTimeSkip;
        TADOQuery *QueryStat;
        TQRLabel *QRLabel1;
        TQRLabel *QRLabel10;
        TQRLabel *QRLabel13;
        TQRLabel *QRLabel15;
        TQRLabel *QRLabel16;
        TQRDBText *QRDBText2;
        TQRSysData *QRSysData4;
        TQRLabel *QRLabel17;
        TQRLabel *QRLabel18;
        TADOConnection *ADOConnection1;
        TQRShape *QRShape19;
        TQRShape *QRShape20;
        TQRShape *QRShape23;
        TQRShape *QRShape24;
        TQRLabel *QRLabel11;
        TQRLabel *QRLabel19;
        TQRDBText *RiQi;
        TQRDBText *ShiJian;
        TQRLabel *QRLabel20;
        TQRLabel *QRLabel21;
        TQRLabel *QRLabel23;
        TQRLabel *QRLabel24;
        TQRLabel *QRLabel26;
        TQRLabel *QRLabel27;
        TQRSysData *QRSysData5;
        TQRLabel *QRLabel28;
        TADOQuery *ADOQueryDayStat;
        void __fastcall QuickRepPreview(TObject *Sender);
        void __fastcall QuickRepBeforePrint(TCustomQuickRep *Sender,
          bool &PrintReport);
        void __fastcall QRDBTextCllxPrint(TObject *sender,
          AnsiString &Value);
        void __fastcall QRDBTextWzxwPrint(TObject *sender,
          AnsiString &Value);

private:

public:
        TDateTime FromDate ;
        TDateTime ToDate ;
        //int bCfbz ;
        AnsiString DayStatCity;

        __fastcall TFormDayStat::TFormDayStat(TComponent* Owner);

};
//----------------------------------------------------------------------------
extern TFormDayStat *FormDayStat;
//----------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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