u7_4_1.h

来自「《C++ Builder 5程序设计——基础教学篇》程序源代码2.」· C头文件 代码 · 共 31 行

H
31
字号
//---------------------------------------------------------------------------
#ifndef u7_4_1H
#define u7_4_1H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
//---------------------------------------------------------------------------
class Tf7_4_1 : public TForm
{
__published:	// IDE-managed Components
    TShape *shpDown1;
    TShape *shpDown2;
    TShape *shpDown3;
    TShape *shpDown4;
    TShape *shpUp1;
    TShape *shpUp2;
    TShape *shpUp3;
    TShape *shpUp4;
    void __fastcall FormCreate(TObject *Sender);
private:	// User declarations
public:		// User declarations
    __fastcall Tf7_4_1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE Tf7_4_1 *f7_4_1;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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