?? fr_dbxmd.hpp
字號:
// Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'FR_DBXMd.pas' rev: 6.00
#ifndef FR_DBXMdHPP
#define FR_DBXMdHPP
#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <FR_Const.hpp> // Pascal unit
#include <StdCtrls.hpp> // Pascal unit
#include <ExtCtrls.hpp> // Pascal unit
#include <SqlExpr.hpp> // Pascal unit
#include <DBXpress.hpp> // Pascal unit
#include <DB.hpp> // Pascal unit
#include <Dialogs.hpp> // Pascal unit
#include <Forms.hpp> // Pascal unit
#include <Controls.hpp> // Pascal unit
#include <Graphics.hpp> // Pascal unit
#include <Classes.hpp> // Pascal unit
#include <SysUtils.hpp> // Pascal unit
#include <Messages.hpp> // Pascal unit
#include <Windows.hpp> // Pascal unit
#include <SysInit.hpp> // Pascal unit
#include <System.hpp> // Pascal unit
//-- user supplied -----------------------------------------------------------
namespace Fr_dbxmd
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TfrDBXFieldsLinkForm;
class PASCALIMPLEMENTATION TfrDBXFieldsLinkForm : public Forms::TForm
{
typedef Forms::TForm inherited;
__published:
Stdctrls::TListBox* DetailL;
Stdctrls::TListBox* MasterL;
Stdctrls::TLabel* Label1;
Stdctrls::TLabel* Label2;
Stdctrls::TButton* AddB;
Stdctrls::TListBox* JoinL;
Stdctrls::TLabel* Label3;
Stdctrls::TButton* ClearB;
Extctrls::TBevel* Bevel1;
Stdctrls::TButton* OkB;
Stdctrls::TButton* CancelB;
void __fastcall FormShow(System::TObject* Sender);
void __fastcall FormHide(System::TObject* Sender);
void __fastcall ClearBClick(System::TObject* Sender);
void __fastcall DetailLDrawItem(Controls::TWinControl* Control, int Index, const Types::TRect &Rect, Windows::TOwnerDrawState State);
void __fastcall DetailLClick(System::TObject* Sender);
void __fastcall MasterLClick(System::TObject* Sender);
void __fastcall AddBClick(System::TObject* Sender);
void __fastcall FormCreate(System::TObject* Sender);
private:
AnsiString FMasterFields;
AnsiString FCurFields;
Classes::TStringList* lm;
Classes::TStringList* ld;
void __fastcall FillLists(void);
void __fastcall Localize(void);
public:
Db::TDataSet* MasterDS;
Sqlexpr::TSQLTable* DetailDS;
public:
#pragma option push -w-inl
/* TCustomForm.Create */ inline __fastcall virtual TfrDBXFieldsLinkForm(Classes::TComponent* AOwner) : Forms::TForm(AOwner) { }
#pragma option pop
#pragma option push -w-inl
/* TCustomForm.CreateNew */ inline __fastcall virtual TfrDBXFieldsLinkForm(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(AOwner, Dummy) { }
#pragma option pop
#pragma option push -w-inl
/* TCustomForm.Destroy */ inline __fastcall virtual ~TfrDBXFieldsLinkForm(void) { }
#pragma option pop
public:
#pragma option push -w-inl
/* TWinControl.CreateParented */ inline __fastcall TfrDBXFieldsLinkForm(HWND ParentWindow) : Forms::TForm(ParentWindow) { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
} /* namespace Fr_dbxmd */
using namespace Fr_dbxmd;
#pragma option pop // -w-
#pragma option pop // -Vx
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // FR_DBXMd
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -