?? 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 + -