unit9.h
来自「电费管理程序 VC源码-系统控制 这个源码是一个系统控制的电费管理系统 功能」· C头文件 代码 · 共 58 行
H
58 行
//---------------------------------------------------------------------------
#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 + =
减小字号Ctrl + -
显示快捷键?