dl_go.h

来自「MTK 最新的flashtool工具的源代码」· C头文件 代码 · 共 32 行

H
32
字号
//---------------------------------------------------------------------------

#ifndef DL_GoH
#define DL_GoH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
//---------------------------------------------------------------------------
class TForm_DL_GO : public TForm
{
__published:	// IDE-managed Components
        TBitBtn *bb_DL_Go;
        TLabel *Label1;
        TBitBtn *bb_DL_Cancel;
        void __fastcall bb_DL_GoClick(TObject *Sender);
        void __fastcall bb_DL_CancelClick(TObject *Sender);
        void __fastcall FormShow(TObject *Sender);
        void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
private:	// User declarations
        bool bDL_GO_Click;
public:		// User declarations
        __fastcall TForm_DL_GO(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm_DL_GO *Form_DL_GO;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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