?? pickrep.h
字號:
//---------------------------------------------------------------------------
#ifndef pickrepH
#define pickrepH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
//---------------------------------------------------------------------------
class TPickRpt : public TForm
{
__published: // IDE-managed Components
TButton *OKBtn;
TButton *CloseBtn;
TButton *ViewBtn;
TRadioGroup *ReportType;
void __fastcall OKBtnClick(TObject *Sender);
void __fastcall ViewBtnClick(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TPickRpt(TComponent* Owner);
bool Preview;
};
//---------------------------------------------------------------------------
extern TPickRpt *PickRpt;
//---------------------------------------------------------------------------
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -