about.h

来自「rx library V2.7.7a component use in delp」· C头文件 代码 · 共 38 行

H
38
字号
//---------------------------------------------------------------------------
#ifndef AboutH
#define AboutH
//---------------------------------------------------------------------------
#include <vcl\Classes.hpp>
#include <vcl\Controls.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Forms.hpp>
#include <vcl\ExtCtrls.hpp>
#include <vcl\Buttons.hpp>
#include <vcl\ShellApi.hpp>
#include "RXCtrls.hpp"
#include "RXConst.hpp"
//---------------------------------------------------------------------------
class TAboutForm : public TForm
{
__published:	// IDE-managed Components
        TSecretPanel *SecretPanel1;
        TImage *AppIcon;
        TRxLabel *WebLabel;
        TLabel *Label1;
        TLabel *Label2;
        TLabel *Label3;
        TBitBtn *OkBtn;
        void __fastcall FormCreate(TObject *Sender);
        void __fastcall AppIconDblClick(TObject *Sender);
        void __fastcall SecretPanel1DblClick(TObject *Sender);
        void __fastcall WebLabelClick(TObject *Sender);
        void __fastcall WebLabelActivate(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TAboutForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern TAboutForm *AboutForm;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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