⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 aboutdlog.h

📁 内容 Readme.txt BcbChess 中国象棋程序实例的源代码所在的文件夹 BcbExe 中国象棋程序实例的可执行程序所在的文件夹 BcbTest 关于时间测试的项目所在的文
💻 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 + -