bung.h

来自「bung.cpp bung.dfm bung.h DbgWarn.cpp Db」· C头文件 代码 · 共 26 行

H
26
字号
//---------------------------------------------------------------------------
#ifndef bungH
#define bungH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ComCtrls.hpp>
//---------------------------------------------------------------------------
class TBungSendWnd : public TForm
{
__published:	// IDE-managed Components
    TProgressBar *ProgressBar1;
    TLabel *Label1;
private:	// User declarations
public:		// User declarations
    __fastcall TBungSendWnd(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TBungSendWnd *BungSendWnd;

int SendToBung(char *filename);
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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