📄 unitabout.h
字号:
//---------------------------------------------------------------------------
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -