wwgttbl.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) 'Wwgttbl.pas' rev: 10.00
#ifndef WwgttblHPP
#define WwgttblHPP
#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 <Db.hpp> // Pascal unit
#include <Dbtables.hpp> // Pascal unit
#include <Dialogs.hpp> // Pascal unit
#include <Sysutils.hpp> // Pascal unit
#include <Extctrls.hpp> // Pascal unit
//-- user supplied -----------------------------------------------------------
namespace Wwgttbl
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TGetTableForm;
class PASCALIMPLEMENTATION TGetTableForm : public Forms::TForm
{
typedef Forms::TForm inherited;
__published:
Buttons::TBitBtn* OKBtn;
Buttons::TBitBtn* CancelBtn;
Extctrls::TBevel* Bevel1;
Stdctrls::TListBox* DBListBox;
Stdctrls::TListBox* TableListBox;
Stdctrls::TLabel* Label1;
Stdctrls::TLabel* Label2;
Stdctrls::TCheckBox* UseTableExtension;
void __fastcall DBListBoxClick(System::TObject* Sender);
void __fastcall OKBtnClick(System::TObject* Sender);
void __fastcall TableListBoxDblClick(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 TGetTableForm(Classes::TComponent* AOwner) : Forms::TForm(AOwner) { }
#pragma option pop
#pragma option push -w-inl
/* TCustomForm.CreateNew */ inline __fastcall virtual TGetTableForm(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(AOwner, Dummy) { }
#pragma option pop
#pragma option push -w-inl
/* TCustomForm.Destroy */ inline __fastcall virtual ~TGetTableForm(void) { }
#pragma option pop
public:
#pragma option push -w-inl
/* TWinControl.CreateParented */ inline __fastcall TGetTableForm(HWND ParentWindow) : Forms::TForm(ParentWindow) { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
extern PACKAGE bool __fastcall wwGetTableDlg(AnsiString &databaseName, AnsiString &tablename, char &useExtension);
} /* namespace Wwgttbl */
using namespace Wwgttbl;
#pragma pack(pop)
#pragma option pop
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // Wwgttbl
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?