wwprpfld.hpp
来自「infopower 4000 for delphi 2006」· HPP 代码 · 共 87 行
HPP
87 行
// Borland C++ Builder
// Copyright (c) 1995, 2005 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'Wwprpfld.pas' rev: 10.00
#ifndef WwprpfldHPP
#define WwprpfldHPP
#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 <Db.hpp> // Pascal unit
#include <Dbtables.hpp> // Pascal unit
//-- user supplied -----------------------------------------------------------
namespace Wwprpfld
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TwwSelectField;
class PASCALIMPLEMENTATION TwwSelectField : public Forms::TForm
{
typedef Forms::TForm inherited;
__published:
Buttons::TBitBtn* OKBtn;
Buttons::TBitBtn* CancelBtn;
Extctrls::TBevel* Bevel1;
Stdctrls::TListBox* ListBox1;
Stdctrls::TCheckBox* SortAvailCheckbox;
Stdctrls::TLabel* Label1;
void __fastcall SortAvailCheckboxClick(System::TObject* Sender);
void __fastcall FormKeyDown(System::TObject* Sender, Word &Key, Classes::TShiftState Shift);
private:
Db::TDataSet* MyDataSet;
Classes::TStrings* CurrentList;
bool FilterListFlag;
Classes::TStrings* AvailList;
void __fastcall RefreshList(void);
void __fastcall RefreshFilteredList(void);
public:
#pragma option push -w-inl
/* TCustomForm.Create */ inline __fastcall virtual TwwSelectField(Classes::TComponent* AOwner) : Forms::TForm(AOwner) { }
#pragma option pop
#pragma option push -w-inl
/* TCustomForm.CreateNew */ inline __fastcall virtual TwwSelectField(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(AOwner, Dummy) { }
#pragma option pop
#pragma option push -w-inl
/* TCustomForm.Destroy */ inline __fastcall virtual ~TwwSelectField(void) { }
#pragma option pop
public:
#pragma option push -w-inl
/* TWinControl.CreateParented */ inline __fastcall TwwSelectField(HWND ParentWindow) : Forms::TForm(ParentWindow) { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
extern PACKAGE TwwSelectField* wwSelectField;
extern PACKAGE bool __fastcall wwDlgSelectFields(Db::TDataSet* AMyDataSet, Classes::TStrings* ACurrentList, Classes::TStrings* selectedList);
extern PACKAGE bool __fastcall wwDlgSelectFilterFields(Classes::TStrings* AAvailList, Classes::TStrings* ACurrentList, Classes::TStrings* selectedList);
} /* namespace Wwprpfld */
using namespace Wwprpfld;
#pragma pack(pop)
#pragma option pop
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // Wwprpfld
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?