unitabout.h

来自「我写的利用IDEA算法的加密程序」· C头文件 代码 · 共 40 行

H
40
字号
//---------------------------------------------------------------------------

#ifndef UnitAboutH
#define UnitAboutH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <Graphics.hpp>
#include "SUIForm.hpp"
#include "SUIURLLabel.hpp"
//---------------------------------------------------------------------------
class TFormAbout : public TForm
{
__published:	// IDE-managed Components
    TsuiForm *suiForm1;
    TLabel *Label1;
    TLabel *Label2;
    TLabel *Label3;
    TLabel *Label4;
    TsuiURLLabel *suiURLLabel1;
    TImage *Image1;
    void __fastcall suiForm1Click(TObject *Sender);
    void __fastcall Image1Click(TObject *Sender);
    void __fastcall FormCreate(TObject *Sender);
private:	// User declarations
    int style;
public:		// User declarations

     __fastcall TFormAbout(TComponent* Owner);
     __fastcall TFormAbout(int style, TComponent* Owner);

};
//---------------------------------------------------------------------------
extern PACKAGE TFormAbout *FormAbout;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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