wwpicdb.hpp
来自「infopower 4000 for delphi 2006」· HPP 代码 · 共 83 行
HPP
83 行
// Borland C++ Builder
// Copyright (c) 1995, 2005 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'Wwpicdb.pas' rev: 10.00
#ifndef WwpicdbHPP
#define WwpicdbHPP
#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 <Windows.hpp> // Pascal unit
#include <Classes.hpp> // Pascal unit
#include <Graphics.hpp> // Pascal unit
#include <Forms.hpp> // Pascal unit
#include <Controls.hpp> // Pascal unit
#include <Buttons.hpp> // Pascal unit
#include <Stdctrls.hpp> // Pascal unit
#include <Extctrls.hpp> // Pascal unit
#include <Dbctrls.hpp> // Pascal unit
#include <Mask.hpp> // Pascal unit
#include <Wwdbedit.hpp> // Pascal unit
#include <Db.hpp> // Pascal unit
#include <Wwdatsrc.hpp> // Pascal unit
#include <Dbtables.hpp> // Pascal unit
#include <Wwtable.hpp> // Pascal unit
//-- user supplied -----------------------------------------------------------
namespace Wwpicdb
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TwwEditMaskForm;
class PASCALIMPLEMENTATION TwwEditMaskForm : public Forms::TForm
{
typedef Forms::TForm inherited;
__published:
Buttons::TBitBtn* OKBtn;
Buttons::TBitBtn* CancelBtn;
Extctrls::TBevel* Bevel1;
Wwdbedit::TwwDBEdit* MaskEdit;
Wwdbedit::TwwDBEdit* Description;
Stdctrls::TLabel* Label1;
Stdctrls::TLabel* Label2;
void __fastcall FormCreate(System::TObject* Sender);
void __fastcall FormKeyDown(System::TObject* Sender, Word &Key, Classes::TShiftState Shift);
public:
#pragma option push -w-inl
/* TCustomForm.Create */ inline __fastcall virtual TwwEditMaskForm(Classes::TComponent* AOwner) : Forms::TForm(AOwner) { }
#pragma option pop
#pragma option push -w-inl
/* TCustomForm.CreateNew */ inline __fastcall virtual TwwEditMaskForm(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(AOwner, Dummy) { }
#pragma option pop
#pragma option push -w-inl
/* TCustomForm.Destroy */ inline __fastcall virtual ~TwwEditMaskForm(void) { }
#pragma option pop
public:
#pragma option push -w-inl
/* TWinControl.CreateParented */ inline __fastcall TwwEditMaskForm(HWND ParentWindow) : Forms::TForm(ParentWindow) { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
extern PACKAGE TwwEditMaskForm* wwEditMaskForm;
} /* namespace Wwpicdb */
using namespace Wwpicdb;
#pragma pack(pop)
#pragma option pop
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // Wwpicdb
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?