ABOUT.CPP
上传用户:lhxd_sz
上传日期:2014-10-02
资源大小:38814k
文件大小:0k
- //---------------------------------------------------------------------
- #include <vcl.h>
- #pragma hdrstop
- #include "About.h"
- //---------------------------------------------------------------------
- #pragma resource "*.dfm"
- TAboutBox *AboutBox;
- //---------------------------------------------------------------------
- __fastcall TAboutBox::TAboutBox(TComponent *Owner)
- : TForm(Owner)
- {
- }
- //---------------------------------------------------------------------