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

📄 unit9.h

📁 电费管理程序 VC源码-系统控制 这个源码是一个系统控制的电费管理系统 功能很强大
💻 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 + -