uloding.h
来自「可实现科研信息管理系统的功能,有项目管理,教师管理,科研项目管理等多项内容」· C头文件 代码 · 共 22 行
H
22 行
//---------------------------------------------------------------------------
#ifndef ULodingH
#define ULodingH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
//---------------------------------------------------------------------------
class TFormLoading : public TForm
{
__published: // IDE-managed Components
private: // User declarations
public: // User declarations
__fastcall TFormLoading(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TFormLoading *FormLoading;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?