www.gusucode.com > 基于dwt的视频数字水印源代码 > 基于dwt的视频数字水印源代码\code\HaYDWT\SplashScreen.cpp

    //Download by http://www.NewXing.com
//---------------------------------------------------------------------------

#include <vcl.h>
#pragma hdrstop

#include "SplashScreen.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma resource "*.dfm"
TFormSplash *FormSplash;
//---------------------------------------------------------------------------
__fastcall TFormSplash::TFormSplash(TComponent* Owner)
    : TForm(Owner)
{
}
//---------------------------------------------------------------------------