bmpdlg.cpp
上传用户:lulishicai
上传日期:2010-03-01
资源大小:13202k
文件大小:1k
源码类别:

Delphi/CppBuilder

开发平台:

C++ Builder

  1. //----------------------------------------------------------------------------
  2. //Borland C++Builder
  3. //Copyright (c) 1987, 1998-2002 Borland International Inc. All Rights Reserved.
  4. //----------------------------------------------------------------------------
  5. //---------------------------------------------------------------------------
  6. #include <vcl.h>
  7. #pragma hdrstop
  8. #include "bmpdlg.h"
  9. //---------------------------------------------------------------------------
  10. #pragma resource "*.dfm"
  11. TNewBMPForm *NewBMPForm;
  12. //---------------------------------------------------------------------------
  13. __fastcall TNewBMPForm::TNewBMPForm(TComponent* Owner)
  14.   : TForm(Owner)
  15. {
  16. }
  17. //---------------------------------------------------------------------------