showcomplex.h

来自「《C Builder 5技术内幕》程序源代码」· C头文件 代码 · 共 21 行

H
21
字号
//---------------------------------------------------------------------------
#ifndef ShowComplexH
#define ShowComplexH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
//---------------------------------------------------------------------------
class TFormShowComplex : public TForm
{
__published:	// IDE-managed Components
private:	// User declarations
public:		// User declarations
    __fastcall TFormShowComplex(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TFormShowComplex *FormShowComplex;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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