-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUnit7.hpp
More file actions
60 lines (49 loc) · 1.95 KB
/
Unit7.hpp
File metadata and controls
60 lines (49 loc) · 1.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
// CodeGear C++Builder
// Copyright (c) 1995, 2016 by Embarcadero Technologies, Inc.
// All rights reserved
// (DO NOT EDIT: machine generated header) 'Unit7.pas' rev: 31.00 (Windows)
#ifndef Unit7HPP
#define Unit7HPP
#pragma delphiheader begin
#pragma option push
#pragma option -w- // All warnings off
#pragma option -Vx // Zero-length empty class member
#pragma pack(push,8)
#include <System.hpp>
#include <SysInit.hpp>
#include <Winapi.Windows.hpp>
#include <Winapi.Messages.hpp>
#include <System.SysUtils.hpp>
#include <System.Variants.hpp>
#include <System.Classes.hpp>
#include <Vcl.Graphics.hpp>
#include <Vcl.Controls.hpp>
#include <Vcl.Forms.hpp>
#include <Vcl.Dialogs.hpp>
//-- user supplied -----------------------------------------------------------
namespace Unit7
{
//-- forward type declarations -----------------------------------------------
class DELPHICLASS TForm7;
//-- type declarations -------------------------------------------------------
class PASCALIMPLEMENTATION TForm7 : public Vcl::Forms::TForm
{
typedef Vcl::Forms::TForm inherited;
public:
/* TCustomForm.Create */ inline __fastcall virtual TForm7(System::Classes::TComponent* AOwner) : Vcl::Forms::TForm(AOwner) { }
/* TCustomForm.CreateNew */ inline __fastcall virtual TForm7(System::Classes::TComponent* AOwner, int Dummy) : Vcl::Forms::TForm(AOwner, Dummy) { }
/* TCustomForm.Destroy */ inline __fastcall virtual ~TForm7(void) { }
public:
/* TWinControl.CreateParented */ inline __fastcall TForm7(HWND ParentWindow) : Vcl::Forms::TForm(ParentWindow) { }
};
//-- var, const, procedure ---------------------------------------------------
extern DELPHI_PACKAGE TForm7* Form7;
} /* namespace Unit7 */
#if !defined(DELPHIHEADER_NO_IMPLICIT_NAMESPACE_USE) && !defined(NO_USING_NAMESPACE_UNIT7)
using namespace Unit7;
#endif
#pragma pack(pop)
#pragma option pop
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // Unit7HPP