newaccount.h

来自「用c++builder编写的人事管理系统,主要用于公司进行人事管理,工资发放使用」· C头文件 代码 · 共 22 行

H
22
字号
//---------------------------------------------------------------------------

#ifndef NewAccountH
#define NewAccountH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
//---------------------------------------------------------------------------
class TFormNewAccount : public TForm
{
__published:	// IDE-managed Components
private:	// User declarations
public:		// User declarations
        __fastcall TFormNewAccount(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TFormNewAccount *FormNewAccount;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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