childwin.h

来自「1. It is located in the root directory -」· C头文件 代码 · 共 33 行

H
33
字号
//----------------------------------------------------------------------------
#ifndef ChildWinH
#define ChildWinH
//----------------------------------------------------------------------------
#include <vcl\Controls.hpp>
#include <vcl\Forms.hpp>
#include <vcl\Graphics.hpp>
#include <vcl\Classes.hpp>
#include <vcl\Windows.hpp>
#include <vcl\System.hpp>
#include <StdCtrls.hpp>
#include <ActnList.hpp>
#include <Buttons.hpp>
#include <ActnList.hpp>
#include <Buttons.hpp>
#include "abActnLst.hpp"
//----------------------------------------------------------------------------
class TMDIChild : public TForm
{
__published:
	TMemo *Memo1;
        TabActionList *abActionList1;
        TBitBtn *btnClose;
        TabAction *abAutoGenerated;
	void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
        void __fastcall btnCloseClick(TObject *Sender);
private:
public:
	virtual __fastcall TMDIChild(TComponent *Owner);
};
//----------------------------------------------------------------------------
#endif	

⌨️ 快捷键说明

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