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

📄 frmprintform2.h

📁 大学田径运动会管理系统
💻 H
字号:
//---------------------------------------------------------------------------

#ifndef frmprintform2H
#define frmprintform2H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ADODB.hpp>
#include <Db.hpp>
#include <ExtCtrls.hpp>
#include <Qrctrls.hpp>
#include <QuickRpt.hpp>
//---------------------------------------------------------------------------
class Tprint_form2 : public TForm
{
__published:	// IDE-managed Components
        TADOQuery *m_query;
        TADOConnection *m_con;
        TQuickRep *qnnan_rep;
        TQRBand *QRBand27;
        TQRLabel *m_chuli_print_title_qnnan;
        TQRLabel *qnnan_xm;
        TQRLabel *QRLabel105;
        TQRBand *QRBand28;
        TQRDBText *QRDBText64;
        TQRDBText *QRDBText65;
        TQRDBText *QRDBText66;
        TQRDBText *QRDBText67;
        TQRDBText *QRDBText68;
        TQRDBText *QRDBText69;
        TQRDBText *QRDBText84;
        TQRDBText *QRDBText85;
        TQRDBText *QRDBText86;
        TQRDBText *QRDBText87;
        TQRDBText *QRDBText88;
        TQRDBText *QRDBText89;
        TQRDBText *QRDBText90;
        TQRDBText *QRDBText91;
        TQRDBText *QRDBText92;
        TQRDBText *QRDBText93;
        TQRDBText *QRDBText94;
        TQRDBText *QRDBText95;
        TQRDBText *QRDBText96;
        TQRDBText *QRDBText97;
        TQRDBText *QRDBText98;
        TQRDBText *QRDBText99;
        TQRDBText *QRDBText100;
        TQRDBText *QRDBText101;
        TQRDBText *QRDBText102;
        TQRDBText *QRDBText103;
        TQRBand *QRBand29;
        TQRBand *QRBand30;
        TQRLabel *QRLabel108;
        TQRLabel *QRLabel109;
        TQRLabel *QRLabel110;
        TQRLabel *QRLabel111;
        TQRLabel *QRLabel112;
        TQRLabel *QRLabel113;
        TQRLabel *QRLabel102;
        TQuickRep *cl_rep;
        TQRBand *QRBand1;
        TQRLabel *cl_title;
        TQRLabel *cl_xm;
        TQRLabel *QRLabel7;
        TQRBand *QRBand2;
        TQRDBText *QRDBText1;
        TQRDBText *QRDBText2;
        TQRDBText *QRDBText3;
        TQRDBText *QRDBText4;
        TQRDBText *QRDBText5;
        TQRDBText *QRDBText6;
        TQRBand *QRBand3;
        TQRBand *QRBand5;
        TQRLabel *QRLabel1;
        TQRLabel *QRLabel2;
        TQRLabel *QRLabel3;
        TQRLabel *QRLabel4;
        TQRLabel *QRLabel5;
        TQRLabel *QRLabel6;
        TQuickRep *qnnv_rep;
        TQRBand *QRBand39;
        TQRLabel *qnnv_title;
        TQRLabel *qnnv_xm;
        TQRLabel *QRLabel115;
        TQRBand *QRBand40;
        TQRDBText *QRDBText104;
        TQRDBText *QRDBText105;
        TQRDBText *QRDBText106;
        TQRDBText *QRDBText107;
        TQRDBText *QRDBText108;
        TQRDBText *QRDBText109;
        TQRDBText *QRDBText110;
        TQRDBText *QRDBText111;
        TQRDBText *QRDBText112;
        TQRDBText *QRDBText113;
        TQRDBText *QRDBText114;
        TQRDBText *QRDBText115;
        TQRDBText *QRDBText116;
        TQRDBText *QRDBText117;
        TQRDBText *QRDBText118;
        TQRDBText *QRDBText119;
        TQRDBText *QRDBText120;
        TQRDBText *QRDBText121;
        TQRDBText *QRDBText122;
        TQRDBText *QRDBText123;
        TQRBand *QRBand41;
        TQRBand *QRBand42;
        TQRLabel *QRLabel130;
        TQRLabel *QRLabel131;
        TQRLabel *QRLabel132;
        TQRLabel *QRLabel133;
        TQRLabel *QRLabel134;
        TQRLabel *QRLabel135;
        TQRLabel *QRLabel136;
        TQuickRep *ttzf_print;
        TQRBand *QRBand4;
        TQRLabel *ttzf_title;
        TQRLabel *QRLabel9;
        TQRBand *QRBand6;
        TQRLabel *QRLabel8;
        TQRLabel *QRLabel10;
        TQRLabel *QRLabel11;
        TQRBand *QRBand7;
        TQRDBText *QRDBText8;
        TQRDBText *QRDBText9;
        TQRBand *QRBand8;
        TQRLabel *bz;
        TQRLabel *QRLabel12;
        void __fastcall FormDestroy(TObject *Sender);
        void __fastcall cl_titlePrint(TObject *sender, AnsiString &Value);
        void __fastcall QRDBText7Print(TObject *sender, AnsiString &Value);
private:	// User declarations
public:		// User declarations
    int count_row;
        __fastcall Tprint_form2(TComponent* Owner);
        void __fastcall open(AnsiString sql);
};
//---------------------------------------------------------------------------
extern PACKAGE Tprint_form2 *print_form2;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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