📄 u7_4_1.h
字号:
//---------------------------------------------------------------------------
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -