wait.h

来自「企业员工考勤和工资管理系统」· C头文件 代码 · 共 27 行

H
27
字号
//---------------------------------------------------------------------------

#ifndef WaitH
#define WaitH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ComCtrls.hpp>
//---------------------------------------------------------------------------
class TFormWait : public TForm
{
__published:	// IDE-managed Components
        TAnimate *Animate1;
        TProgressBar *ProgressBar1;
        void __fastcall FormShow(TObject *Sender);
        void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
private:	// User declarations
public:		// User declarations
        __fastcall TFormWait(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TFormWait *FormWait;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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