teelanguage8c6clx.cpp

来自「BCB第三方组件」· C++ 代码 · 共 57 行

CPP
57
字号
//---------------------------------------------------------------------------

#include <basepch.h>
#pragma hdrstop
USERES("TeeLanguage8C6.res");
USEPACKAGE("vcl.bpi");
USEPACKAGE("Tee8C6.bpi");
USEPACKAGE("TeePro8C6.bpi");
USEUNIT("TeeArabic.pas");
USEUNIT("TeeBrazil.pas");
USEUNIT("TeeCatalan.pas");
USEUNIT("TeeChinese.pas");
USEUNIT("TeeChineseSimp.pas");
USEUNIT("TeeCroatian.pas");
USEUNIT("TeeCzech.pas");
USEUNIT("TeeDanish.pas");
USEUNIT("TeeDutch.pas");
USEUNIT("TeeFarsi.pas");
USEUNIT("TeeFinnish.pas");
USEUNIT("TeeFrench.pas");
USEUNIT("TeeGalician.pas");
USEUNIT("TeeGerman.pas");
USEUNIT("TeeHebrew.pas");
USEUNIT("TeeHellenic.pas");
USEUNIT("TeeHindi.pas");
USEUNIT("TeeHungarian.pas");
USEUNIT("TeeIndonesian.pas");
USEUNIT("TeeItalian.pas");
USEUNIT("TeeJapanese.pas");
USEUNIT("TeeKorean.pas");
USEUNIT("TeeNorwegian.pas");
USEUNIT("TeePolish.pas");
USEUNIT("TeePortuguese.pas");
USEUNIT("TeeRomanian.pas");
USEUNIT("TeeRussian.pas");
USEUNIT("TeeSerbian.pas");
USEUNIT("TeeSlovak.pas");
USEUNIT("TeeSlovene.pas");
USEUNIT("TeeSpanish.pas");
USEUNIT("TeeSwedish.pas");
USEUNIT("TeeTurkish.pas");
USEUNIT("TeeUkrainian.pas");
USEUNIT("TeeUrdu.pas");
#pragma package(smart_init)
//---------------------------------------------------------------------------

//   Package source.
//---------------------------------------------------------------------------

#pragma argsused
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
        return 1;
}
//---------------------------------------------------------------------------
 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?