unitentername.h

来自「非常古老的小游戏, 也是我最早编的一个 Borland C++ Builder 」· C头文件 代码 · 共 28 行

H
28
字号
//---------------------------------------------------------------------------

#ifndef UnitEnterNameH
#define UnitEnterNameH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
#include <ExtCtrls.hpp>
//---------------------------------------------------------------------------
class TFormEnterName : public TForm
{
__published:	// IDE-managed Components
    TLabel *Label1;
    TEdit *EditName;
    TBitBtn *BitBtn1;
    TBevel *Bevel1;
private:	// User declarations
public:		// User declarations
    __fastcall TFormEnterName(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TFormEnterName *FormEnterName;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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