📄 previewunit.h
字号:
//---------------------------------------------------------------------------
#ifndef PreviewUnitH
#define PreviewUnitH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "ErpReportControl.h"
#include <ComCtrls.hpp>
#include <ImgList.hpp>
#include <ToolWin.hpp>
#include <ExtCtrls.hpp>
#include <Qrctrls.hpp>
#include <QuickRpt.hpp>
//---------------------------------------------------------------------------
class TfrmPreview : public TForm
{
__published: // IDE-managed Components
TToolBar *ToolBar1;
TStatusBar *sb;
TToolButton *ToolButton1;
TToolButton *ToolButton2;
TImageList *ImageList1;
TToolButton *ToolButton3;
TToolButton *ToolButton4;
TToolButton *ToolButton5;
TToolButton *ToolButton6;
TToolButton *ToolButton7;
TToolButton *ToolButton8;
TTimer *pTimer;
TPanel *Panel1;
TEdit *Edit1;
TComboBox *cmbPageNum;
void __fastcall FormCreate(TObject *Sender);
void __fastcall FormShow(TObject *Sender);
void __fastcall ToolButton2Click(TObject *Sender);
void __fastcall ToolButton3Click(TObject *Sender);
void __fastcall ToolButton4Click(TObject *Sender);
void __fastcall ToolButton5Click(TObject *Sender);
void __fastcall ToolButton6Click(TObject *Sender);
void __fastcall ToolButton7Click(TObject *Sender);
void __fastcall ToolButton8Click(TObject *Sender);
void __fastcall ToolButton1Click(TObject *Sender);
void __fastcall pTimerTimer(TObject *Sender);
private: // User declarations
void __fastcall SetStatus();
bool UpdateComplet;
bool __fastcall WantChildKey(Controls::TControl* Child, Messages::TMessage &Message);
public: // User declarations
__fastcall TfrmPreview(TComponent* Owner, TReport * AReport);
TReport * Report;
TRptControl *RptControl;
int CurrPage;
int ItemIndex;
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmPreview *frmPreview;
//extern int I_ThreadID;
//extern HANDLE hd_Thread;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -