Скачиваний:
2
Добавлен:
01.05.2014
Размер:
1.12 Кб
Скачать
//----------------------------------------------------------------------------
#ifndef Unit2H
#define Unit2H
//----------------------------------------------------------------------------
#include <vcl\System.hpp>
#include <vcl\Windows.hpp>
#include <vcl\SysUtils.hpp>
#include <vcl\Classes.hpp>
#include <vcl\Graphics.hpp>
#include <vcl\Forms.hpp>
#include <vcl\Controls.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Buttons.hpp>
#include <vcl\ExtCtrls.hpp>
//----------------------------------------------------------------------------
class TAboutBox : public TForm
{
__published:
	TPanel *Panel1;
	TLabel *ProductName;
	TLabel *Version;
	TLabel *Copyright;
	TLabel *Comments;
	TButton *OKButton;
        void __fastcall OKButtonClick(TObject *Sender);
        void __fastcall FormCreate(TObject *Sender);
private:
public:
	virtual __fastcall TAboutBox(TComponent* AOwner);
};
//----------------------------------------------------------------------------
extern PACKAGE TAboutBox *AboutBox;
//----------------------------------------------------------------------------
#endif    
Соседние файлы в папке gera
  • #
    01.05.20143.19 Кб2Unit1.~dfm
  • #
    01.05.20141.74 Кб2Unit1.~h
  • #
    01.05.2014830 б2Unit2.cpp
  • #
    01.05.201451 б2Unit2.ddp
  • #
    01.05.20141.55 Кб2Unit2.dfm
  • #
    01.05.20141.12 Кб2Unit2.h
  • #
    01.05.201436.43 Кб2Unit2.obj
  • #
    01.05.2014523 б2Unit3.cpp
  • #
    01.05.2014328 б2Unit3.dfm
  • #
    01.05.2014750 б2Unit3.h
  • #
    01.05.201434.5 Кб2Unit3.obj