📄 frmprintform1.h
字号:
//---------------------------------------------------------------------------
#ifndef frmprintform1H
#define frmprintform1H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <Qrctrls.hpp>
#include <QuickRpt.hpp>
#include <ADODB.hpp>
#include <Db.hpp>
//---------------------------------------------------------------------------
class Tprint_form1 : public TForm
{
__published: // IDE-managed Components
TQuickRep *ts_gdrep;
TQRBand *QRBand12;
TQRLabel *jl_gdtitle;
TQRLabel *ts_gdxm;
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 *QRLabel37;
TQRLabel *QRLabel38;
TQRLabel *QRLabel39;
TQRLabel *QRLabel40;
TADOConnection *m_con;
TQuickRep *js_rep;
TQRBand *QRBand8;
TQRLabel *QRLabel16;
TQRLabel *js_xm;
TQRLabel *js_djz;
TQRLabel *m_zgz;
TQRLabel *QRLabel30;
TQRBand *QRBand9;
TQRLabel *QRLabel23;
TQRLabel *QRLabel24;
TQRLabel *QRLabel25;
TQRLabel *QRLabel26;
TQRLabel *QRLabel27;
TQRLabel *QRLabel28;
TQRBand *QRBand11;
TQRDBText *QRDBText31;
TQRDBText *QRDBText32;
TQRDBText *QRDBText33;
TQRDBText *QRDBText34;
TQRBand *QRBand13;
TQRLabel *QRLabel18;
TQRLabel *QRLabel100;
TQRLabel *QRLabel31;
TQRLabel *QRLabel32;
TQuickRep *ts_ydrep;
TQRBand *QRBand20;
TQRLabel *QRLabel66;
TQRLabel *ts_ydxm;
TQRLabel *QRLabel41;
TQRBand *QRBand21;
TQRLabel *QRLabel69;
TQRLabel *QRLabel70;
TQRLabel *QRLabel71;
TQRLabel *QRLabel72;
TQRShape *QRShape82;
TQRShape *QRShape83;
TQRShape *QRShape84;
TQRShape *QRShape85;
TQRShape *QRShape88;
TQRShape *QRShape90;
TQRShape *QRShape94;
TQRShape *QRShape95;
TQRLabel *QRLabel73;
TQRLabel *QRLabel74;
TQRLabel *QRLabel78;
TQRShape *QRShape86;
TQRShape *QRShape87;
TQRShape *QRShape89;
TQRShape *QRShape91;
TQRShape *QRShape92;
TQRShape *QRShape93;
TQRLabel *QRLabel79;
TQRLabel *QRLabel80;
TQRLabel *QRLabel81;
TQRLabel *QRLabel82;
TQRLabel *QRLabel83;
TQRLabel *QRLabel84;
TQRLabel *QRLabel85;
TQRLabel *QRLabel86;
TQRBand *QRBand22;
TQRDBText *QRDBText35;
TQRDBText *QRDBText36;
TQRDBText *QRDBText37;
TQRDBText *QRDBText38;
TQRShape *QRShape96;
TQRShape *QRShape97;
TQRShape *QRShape98;
TQRShape *QRShape99;
TQRShape *QRShape109;
TQRShape *QRShape110;
TQRShape *QRShape111;
TQRShape *QRShape114;
TQRShape *QRShape116;
TQRShape *QRShape119;
TQRShape *QRShape120;
TQRShape *QRShape127;
TQRBand *QRBand23;
TQRLabel *QRLabel33;
TQRLabel *QRLabel34;
TQRLabel *QRLabel35;
TQRLabel *QRLabel36;
TADOQuery *m_query;
TQRLabel *js_title;
TQRLabel *ts_ydtitle;
TQRLabel *ts_gdtitle;
void __fastcall FormDestroy(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall Tprint_form1(TComponent* Owner);
void __fastcall open(AnsiString m_sql);
};
//---------------------------------------------------------------------------
extern PACKAGE Tprint_form1 *print_form1;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -