inherit.h
来自「suite component ace report」· C头文件 代码 · 共 32 行
H
32 行
//---------------------------------------------------------------------------
#ifndef inheritH
#define inheritH
//---------------------------------------------------------------------------
#include <vcl\Classes.hpp>
#include <vcl\Controls.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Forms.hpp>
#include <vcl\ExtCtrls.hpp>
//---------------------------------------------------------------------------
class TFormInheritance : public TForm
{
__published: // IDE-managed Components
TLabel *Label1;
TPanel *Panel1;
TButton *Button1;
TButton *Button2;
TButton *Button3;
TButton *Button4;
void __fastcall Button1Click(TObject *Sender);
void __fastcall Button2Click(TObject *Sender);
void __fastcall Button3Click(TObject *Sender);
void __fastcall Button4Click(TObject *Sender);
private: // User declarations
public: // User declarations
virtual __fastcall TFormInheritance(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern TFormInheritance *FormInheritance;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?