help.h

来自「将其他文件隐藏在BMP图像中!好」· C头文件 代码 · 共 35 行

H
35
字号
//---------------------------------------------------------------------------
#ifndef HelpH
#define HelpH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <Graphics.hpp>
//---------------------------------------------------------------------------
class THelpForm : public TForm
{
__published:	// IDE-managed Components
    TBevel *Bevel1;
    TMemo *Memo1;
    TImage *Image1;
    TLabel *Label1;
    TPanel *Panel1;
    TButton *Button1;
    TLabel *Label3;
    TLabel *pRes;
    TLabel *fRes;
    TLabel *Lable2;
    TLabel *Label2;
    void __fastcall FormShow(TObject *Sender);
private:	// User declarations
public:		// User declarations
    __fastcall THelpForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE THelpForm *HelpForm;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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