📄 wupdatelanguages.hpp
字号:
// Borland C++ Builder
// Copyright (c) 1995, 2005 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'Wupdatelanguages.pas' rev: 10.00
#ifndef WupdatelanguagesHPP
#define WupdatelanguagesHPP
#pragma delphiheader begin
#pragma option push
#pragma option -w- // All warnings off
#pragma option -Vx // Zero-length empty class member functions
#pragma pack(push,8)
#include <System.hpp> // Pascal unit
#include <Sysinit.hpp> // Pascal unit
#include <Classes.hpp> // Pascal unit
#include <Wupdatewiz.hpp> // Pascal unit
//-- user supplied -----------------------------------------------------------
namespace Wupdatelanguages
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TWebUpdateWizardEnglish;
class PASCALIMPLEMENTATION TWebUpdateWizardEnglish : public Wupdatewiz::TWebUpdateWizardLanguage
{
typedef Wupdatewiz::TWebUpdateWizardLanguage inherited;
public:
#pragma option push -w-inl
/* TWebUpdateWizardLanguage.Create */ inline __fastcall virtual TWebUpdateWizardEnglish(Classes::TComponent* AOwner) : Wupdatewiz::TWebUpdateWizardLanguage(AOwner) { }
#pragma option pop
public:
#pragma option push -w-inl
/* TComponent.Destroy */ inline __fastcall virtual ~TWebUpdateWizardEnglish(void) { }
#pragma option pop
};
class DELPHICLASS TWebUpdateWizardDutch;
class PASCALIMPLEMENTATION TWebUpdateWizardDutch : public Wupdatewiz::TWebUpdateWizardLanguage
{
typedef Wupdatewiz::TWebUpdateWizardLanguage inherited;
public:
__fastcall virtual TWebUpdateWizardDutch(Classes::TComponent* AOwner);
public:
#pragma option push -w-inl
/* TComponent.Destroy */ inline __fastcall virtual ~TWebUpdateWizardDutch(void) { }
#pragma option pop
};
class DELPHICLASS TWebUpdateWizardFrench;
class PASCALIMPLEMENTATION TWebUpdateWizardFrench : public Wupdatewiz::TWebUpdateWizardLanguage
{
typedef Wupdatewiz::TWebUpdateWizardLanguage inherited;
public:
__fastcall virtual TWebUpdateWizardFrench(Classes::TComponent* AOwner);
public:
#pragma option push -w-inl
/* TComponent.Destroy */ inline __fastcall virtual ~TWebUpdateWizardFrench(void) { }
#pragma option pop
};
class DELPHICLASS TWebUpdateWizardGerman;
class PASCALIMPLEMENTATION TWebUpdateWizardGerman : public Wupdatewiz::TWebUpdateWizardLanguage
{
typedef Wupdatewiz::TWebUpdateWizardLanguage inherited;
public:
__fastcall virtual TWebUpdateWizardGerman(Classes::TComponent* AOwner);
public:
#pragma option push -w-inl
/* TComponent.Destroy */ inline __fastcall virtual ~TWebUpdateWizardGerman(void) { }
#pragma option pop
};
class DELPHICLASS TWebUpdateWizardPortugese;
class PASCALIMPLEMENTATION TWebUpdateWizardPortugese : public Wupdatewiz::TWebUpdateWizardLanguage
{
typedef Wupdatewiz::TWebUpdateWizardLanguage inherited;
public:
__fastcall virtual TWebUpdateWizardPortugese(Classes::TComponent* AOwner);
public:
#pragma option push -w-inl
/* TComponent.Destroy */ inline __fastcall virtual ~TWebUpdateWizardPortugese(void) { }
#pragma option pop
};
class DELPHICLASS TWebUpdateWizardSpanish;
class PASCALIMPLEMENTATION TWebUpdateWizardSpanish : public Wupdatewiz::TWebUpdateWizardLanguage
{
typedef Wupdatewiz::TWebUpdateWizardLanguage inherited;
public:
__fastcall virtual TWebUpdateWizardSpanish(Classes::TComponent* AOwner);
public:
#pragma option push -w-inl
/* TComponent.Destroy */ inline __fastcall virtual ~TWebUpdateWizardSpanish(void) { }
#pragma option pop
};
class DELPHICLASS TWebUpdateWizardDanish;
class PASCALIMPLEMENTATION TWebUpdateWizardDanish : public Wupdatewiz::TWebUpdateWizardLanguage
{
typedef Wupdatewiz::TWebUpdateWizardLanguage inherited;
public:
__fastcall virtual TWebUpdateWizardDanish(Classes::TComponent* AOwner);
public:
#pragma option push -w-inl
/* TComponent.Destroy */ inline __fastcall virtual ~TWebUpdateWizardDanish(void) { }
#pragma option pop
};
class DELPHICLASS TWebUpdateWizardItalian;
class PASCALIMPLEMENTATION TWebUpdateWizardItalian : public Wupdatewiz::TWebUpdateWizardLanguage
{
typedef Wupdatewiz::TWebUpdateWizardLanguage inherited;
public:
__fastcall virtual TWebUpdateWizardItalian(Classes::TComponent* AOwner);
public:
#pragma option push -w-inl
/* TComponent.Destroy */ inline __fastcall virtual ~TWebUpdateWizardItalian(void) { }
#pragma option pop
};
class DELPHICLASS TWebUpdateWizardNorwegian;
class PASCALIMPLEMENTATION TWebUpdateWizardNorwegian : public Wupdatewiz::TWebUpdateWizardLanguage
{
typedef Wupdatewiz::TWebUpdateWizardLanguage inherited;
public:
__fastcall virtual TWebUpdateWizardNorwegian(Classes::TComponent* AOwner);
public:
#pragma option push -w-inl
/* TComponent.Destroy */ inline __fastcall virtual ~TWebUpdateWizardNorwegian(void) { }
#pragma option pop
};
class DELPHICLASS TWebUpdateWizardHungarian;
class PASCALIMPLEMENTATION TWebUpdateWizardHungarian : public Wupdatewiz::TWebUpdateWizardLanguage
{
typedef Wupdatewiz::TWebUpdateWizardLanguage inherited;
public:
__fastcall virtual TWebUpdateWizardHungarian(Classes::TComponent* AOwner);
public:
#pragma option push -w-inl
/* TComponent.Destroy */ inline __fastcall virtual ~TWebUpdateWizardHungarian(void) { }
#pragma option pop
};
class DELPHICLASS TWebUpdateWizardSwedish;
class PASCALIMPLEMENTATION TWebUpdateWizardSwedish : public Wupdatewiz::TWebUpdateWizardLanguage
{
typedef Wupdatewiz::TWebUpdateWizardLanguage inherited;
public:
__fastcall virtual TWebUpdateWizardSwedish(Classes::TComponent* AOwner);
public:
#pragma option push -w-inl
/* TComponent.Destroy */ inline __fastcall virtual ~TWebUpdateWizardSwedish(void) { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
} /* namespace Wupdatelanguages */
using namespace Wupdatelanguages;
#pragma pack(pop)
#pragma option pop
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // Wupdatelanguages
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -