📄 aboutdlog.h
字号:
//----------------------------------------------------------------------------
#ifndef AboutDlogH
#define AboutDlogH
//----------------------------------------------------------------------------
#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>
//----------------------------------------------------------------------------
class TAboutDlg : public TForm
{
__published:
TImage *BkingIcon;
TLabel *ProductName;
TLabel *Copyright;
TLabel *Maker;
TLabel *Adress;
TLabel *Tele;
TImage *RkingIcon;
TPanel *Panel1;
TButton *OKBut;
void __fastcall OKButClick(TObject *Sender);
private:
public:
virtual __fastcall TAboutDlg(TComponent* AOwner);
};
//----------------------------------------------------------------------------
extern TAboutDlg *AboutDlg;
//----------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -