bmpdlg.cpp
上传用户:lulishicai
上传日期:2010-03-01
资源大小:13202k
文件大小:1k
源码类别:
Delphi/CppBuilder
开发平台:
C++ Builder
- //----------------------------------------------------------------------------
- //Borland C++Builder
- //Copyright (c) 1987, 1998-2002 Borland International Inc. All Rights Reserved.
- //----------------------------------------------------------------------------
- //---------------------------------------------------------------------------
- #include <vcl.h>
- #pragma hdrstop
- #include "bmpdlg.h"
- //---------------------------------------------------------------------------
- #pragma resource "*.dfm"
- TNewBMPForm *NewBMPForm;
- //---------------------------------------------------------------------------
- __fastcall TNewBMPForm::TNewBMPForm(TComponent* Owner)
- : TForm(Owner)
- {
- }
- //---------------------------------------------------------------------------