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

📄 about.h

📁 C++Builder程序员编程手记《配书光盘》
💻 H
字号:
//----------------------------------------------------------------------------
//Borland C++Builder
//Copyright (c) 1987, 1998 Borland International Inc. All Rights Reserved.
//----------------------------------------------------------------------------
//----------------------------------------------------------------------------
// _RichAbt.hpp - dcc32 generated hdr (DO NOT EDIT) rev: -10
// From: _RichAbt.pas
//----------------------------------------------------------------------------
#ifndef aboutH
#define aboutH
//----------------------------------------------------------------------------
#include <ExtCtrls.hpp>
#include <StdCtrls.hpp>
#include <Dialogs.hpp>
#include <Forms.hpp>
#include <Controls.hpp>
#include <Graphics.hpp>
#include <Classes.hpp>
#include <SysUtils.hpp>
#include <Messages.hpp>
#include <Windows.hpp>
#include <System.hpp>
//----------------------------------------------------------------------------
class Taboutform : public TForm
{
__published:
	TImage *ProgramIcon;
	TLabel *Label1;
	TLabel *Label2;
	TButton *OKButton;
    void __fastcall OKButtonClick(TObject *Sender);
    void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
public:
    virtual __fastcall Taboutform(TComponent *Owner);
};
//----------------------------------------------------------------------------
extern Taboutform *aboutform;
//----------------------------------------------------------------------------
#endif	
 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -