uloading.h
来自「可实现科研信息管理系统的功能,有项目管理,教师管理,科研项目管理等多项内容」· C头文件 代码 · 共 31 行
H
31 行
//---------------------------------------------------------------------------
#ifndef ULoadingH
#define ULoadingH
#include <Classes.hpp>
#include <Controls.hpp>
#include <ExtCtrls.hpp>
#include <Graphics.hpp>
//---------------------------------------------------------------------------
class TFormLoading : public TForm
{
__published: // IDE-managed Components
TImage *ImageMain;
TImage *ImageEgg;
void __fastcall ImageMainClick(TObject *Sender);
void __fastcall FormKeyPress(TObject *Sender, char &Key);
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
void __fastcall ImageEggClick(TObject *Sender);
private: // User declarations
char lpstrCommand[256];
public: // User declarations
__fastcall TFormLoading(TComponent* Owner);
bool isloading;
void __fastcall ShowEgg();
};
//---------------------------------------------------------------------------
extern PACKAGE TFormLoading *FormLoading;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?