📄 xmlabout.h
字号:
//----------------------------------------------------------------------------
#ifndef XMLAboutH
#define XMLAboutH
//----------------------------------------------------------------------------
#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 <jpeg.hpp>
//----------------------------------------------------------------------------
class TOKBottomDlgAbout : public TForm
{
__published:
TButton *OKBtn;
TBevel *Bevel1;
TImage *ImageAbout;
TLabel *Label1;
TLabel *Label2;
TLabel *Label3;
private:
public:
virtual __fastcall TOKBottomDlgAbout(TComponent* AOwner);
};
//----------------------------------------------------------------------------
extern PACKAGE TOKBottomDlgAbout *OKBottomDlgAbout;
//----------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -