waitform.h

来自「科思ERP部分源码及控件」· C头文件 代码 · 共 26 行

H
26
字号
//---------------------------------------------------------------------------

#ifndef WaitFormH
#define WaitFormH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ComCtrls.hpp>
//---------------------------------------------------------------------------
class TfrmWaitForm : public TForm
{
__published:	// IDE-managed Components
        TAnimate *Animate;
        TLabel *lainf;
        void __fastcall FormShow(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TfrmWaitForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmWaitForm *frmWaitForm;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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