📄 about.h
字号:
//----------------------------------------------------------------------------
#ifndef AboutH
#define AboutH
//----------------------------------------------------------------------------
#include <vcl\System.hpp>
#include <vcl\Windows.hpp>
#include <vcl\SysUtils.hpp>
#include <vcl\Classes.hpp>
#include <vcl\Graphics.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Forms.hpp>
#include <vcl\Controls.hpp>
#include <vcl\Buttons.hpp>
#include <vcl\ExtCtrls.hpp>
#include <ComCtrls.hpp>
#include <jpeg.hpp>
//----------------------------------------------------------------------------
class Tfrm_about : public TForm
{
__published:
TPageControl *PC_Main;
TTabSheet *TS_Version;
TTabSheet *TS_Readme;
TTabSheet *TS_Help;
TMemo *Memo_Readme;
TPanel *Panel2;
TImage *ProgramIcon;
TLabel *Copyright;
TLabel *Comments;
TMemo *Memo_Help;
TLabel *Lb_Title;
TLabel *Label13;
TLabel *Label2;
TLabel *Label3;
TLabel *Lb_URL;
TButton *OKBtn;
TLabel *Label1;
TLabel *Label4;
void __fastcall PC_MainDrawTab(TCustomTabControl *Control,
int TabIndex, const TRect &Rect, bool Active);
void __fastcall Lb_URLClick(TObject *Sender);
void __fastcall Lb_URLMouseMove(TObject *Sender, TShiftState Shift,
int X, int Y);
void __fastcall Panel2MouseMove(TObject *Sender, TShiftState Shift,
int X, int Y);
void __fastcall PC_MainChange(TObject *Sender);
private:
public:
virtual __fastcall Tfrm_about(TComponent* AOwner);
};
//----------------------------------------------------------------------------
extern Tfrm_about *frm_about;
//----------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -