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

📄 frmprint.h

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

#ifndef frmprintH
#define frmprintH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "model.h"
#include <ExtCtrls.hpp>
#include <Qrctrls.hpp>
#include <QuickRpt.hpp>
#include <ADODB.hpp>
#include <Db.hpp>
//---------------------------------------------------------------------------
class Tprint_form : public TMDIChild
{
__published:	// IDE-managed Components
        TQuickRep *m_print_tiansai;
        TQRBand *QRBand12;
        TQRLabel *QRLabel17;
        TQRLabel *m_gdxm;
        TQRLabel *m_gdzb;
        TQRShape *QRShape2;
        TQRLabel *QRLabel42;
        TQRBand *QRBand14;
        TQRLabel *QRLabel20;
        TQRLabel *QRLabel21;
        TQRLabel *QRLabel22;
        TQRLabel *QRLabel29;
        TQRShape *QRShape34;
        TQRShape *QRShape35;
        TQRShape *QRShape36;
        TQRShape *QRShape37;
        TQRShape *QRShape44;
        TQRShape *QRShape45;
        TQRShape *QRShape46;
        TQRShape *QRShape47;
        TQRShape *QRShape48;
        TQRShape *QRShape49;
        TQRShape *QRShape50;
        TQRShape *QRShape51;
        TQRShape *QRShape52;
        TQRShape *QRShape53;
        TQRLabel *QRLabel44;
        TQRLabel *QRLabel45;
        TQRBand *QRBand19;
        TQRDBText *QRDBText52;
        TQRDBText *QRDBText53;
        TQRDBText *QRDBText54;
        TQRDBText *QRDBText55;
        TQRShape *QRShape60;
        TQRShape *QRShape61;
        TQRShape *QRShape62;
        TQRShape *QRShape63;
        TQRShape *QRShape64;
        TQRShape *QRShape65;
        TQRShape *QRShape66;
        TQRShape *QRShape67;
        TQRShape *QRShape68;
        TQRShape *QRShape69;
        TQRShape *QRShape38;
        TQRShape *QRShape39;
        TQRShape *QRShape40;
        TQRShape *QRShape41;
        TQRShape *QRShape54;
        TQRShape *QRShape55;
        TQRShape *QRShape56;
        TQRShape *QRShape57;
        TQRShape *QRShape58;
        TQRShape *QRShape59;
        TQRShape *QRShape70;
        TQRShape *QRShape71;
        TQRShape *QRShape72;
        TQRShape *QRShape73;
        TQRShape *QRShape74;
        TQRShape *QRShape75;
        TQRShape *QRShape76;
        TQRShape *QRShape77;
        TQRShape *QRShape78;
        TQRShape *QRShape79;
        TQRShape *QRShape80;
        TQRShape *QRShape81;
        TQRBand *QRBand15;
        TQRLabel *m_date2;
        TQRLabel *QRLabel37;
        TQRLabel *QRLabel38;
        TQRLabel *QRLabel39;
        TQRLabel *QRLabel40;
        TADOQuery *m_query;
private:	// User declarations
public:		// User declarations
        __fastcall Tprint_form(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE Tprint_form *print_form;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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