📄 about.h
字号:
//----------------------------------------------------------------------------
#ifndef AboutH
#define AboutH
//----------------------------------------------------------------------------
#include <System.hpp>
#include <Windows.hpp>
#include <SysUtils.hpp>
#include <Classes.hpp>
#include <Graphics.hpp>
#include <Forms.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Buttons.hpp>
#include <ExtCtrls.hpp>
#include <ShellApi.hpp>
//----------------------------------------------------------------------------
class TAboutBox : public TForm
{
__published:
TButton *OKButton;
TPanel *Panel2;
TPanel *Panel1;
TLabel *ChineseInfo2;
TImage *ProgramIcon;
TLabel *ChineseInfo1;
TLabel *ProductName2;
TLabel *ProductName1;
TLabel *Label1;
TLabel *Version;
TLabel *Label2;
TLabel *Copyright;
TLabel *Label3;
TLabel *Label4;
TLabel *Label5;
TLabel *HomePageLabel;
TLabel *Label7;
TLabel *EMailLabel;
TImage *Image1;
TMemo *kivenMemo;
void __fastcall EMailLabelMouseMove(TObject *Sender, TShiftState Shift,
int X, int Y);
void __fastcall Panel1MouseMove(TObject *Sender, TShiftState Shift,
int X, int Y);
void __fastcall FormCreate(TObject *Sender);
void __fastcall HomePageLabelClick(TObject *Sender);
void __fastcall ChineseInfo2Click(TObject *Sender);
private:
public:
TLabel *TempLabel;
virtual __fastcall TAboutBox(TComponent* AOwner);
};
//----------------------------------------------------------------------------
extern PACKAGE TAboutBox *AboutBox;
//----------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -