home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // Fldlinks.hpp - dcc32 generated hdr (DO NOT EDIT) rev: -2
- // From: Fldlinks.pas
- //----------------------------------------------------------------------------
- #ifndef FldlinksHPP
- #define FldlinksHPP
- //----------------------------------------------------------------------------
- #ifndef DsgnIntfHPP
- #include <DsgnIntf.hpp>
- #endif
-
- #ifndef ButtonsHPP
- #include <Buttons.hpp>
- #endif
-
- #ifndef DBTablesHPP
- #include <DBTables.hpp>
- #endif
-
- #ifndef DBHPP
- #include <DB.hpp>
- #endif
-
- #ifndef ExtCtrlsHPP
- #include <ExtCtrls.hpp>
- #endif
-
- #ifndef StdCtrlsHPP
- #include <StdCtrls.hpp>
- #endif
-
- #ifndef FormsHPP
- #include <Forms.hpp>
- #endif
-
- #ifndef ControlsHPP
- #include <Controls.hpp>
- #endif
-
- #ifndef GraphicsHPP
- #include <Graphics.hpp>
- #endif
-
- #ifndef ClassesHPP
- #include <Classes.hpp>
- #endif
-
- #ifndef MessagesHPP
- #include <Messages.hpp>
- #endif
-
- #ifndef WindowsHPP
- #include <Windows.hpp>
- #endif
-
- #ifndef SysUtilsHPP
- #include <SysUtils.hpp>
- #endif
-
- #ifndef SystemHPP
- #include <System.hpp>
- #endif
-
- namespace Fldlinks
- {
- //-- type declarations -------------------------------------------------------
- class __declspec(delphiclass) TLinkFields;
- class __declspec(pascalimplementation) TLinkFields : public Forms::TForm
- {
- typedef TLinkFields ThisClass;
- typedef Forms::TForm inherited;
-
- __published:
- Stdctrls::TListBox *DetailList;
- Stdctrls::TListBox *MasterList;
- Stdctrls::TListBox *BindList;
- Stdctrls::TLabel *Label30;
- Stdctrls::TLabel *Label31;
- Stdctrls::TComboBox *IndexList;
- Stdctrls::TLabel *IndexLabel;
- Dbtables::TTable *Table1;
- Stdctrls::TLabel *Label2;
- Extctrls::TBevel *Bevel1;
- Extctrls::TBevel *Bevel2;
- Stdctrls::TButton *AddButton;
- Stdctrls::TButton *DeleteButton;
- Stdctrls::TButton *ClearButton;
- Stdctrls::TButton *Button1;
- Stdctrls::TButton *Button2;
- Stdctrls::TButton *Help;
- void __fastcall FormCreate(System::TObject *Sender);
- void __fastcall IndexListChange(System::TObject *Sender);
- void __fastcall BindingListClick(System::TObject *Sender);
- void __fastcall AddButtonClick(System::TObject *Sender);
- void __fastcall DeleteButtonClick(System::TObject *Sender);
- void __fastcall BindListClick(System::TObject *Sender);
- void __fastcall ClearButtonClick(System::TObject *Sender);
- void __fastcall FormDestroy(System::TObject *Sender);
- void __fastcall BitBtn1Click(System::TObject *Sender);
- void __fastcall HelpClick(System::TObject *Sender);
-
- private:
- System::AnsiString FFullIndexName;
- Classes::TStringList *OrderedDetailList;
- Classes::TStringList *OrderedMasterList;
- System::Boolean Local;
- void __fastcall OrderFieldList(Classes::TStrings *OrderedList, Classes::TStrings *List);
-
- public:
- System::AnsiString MasterFieldList;
- System::AnsiString IndexFieldList;
- void __fastcall AddToBindList(const System::AnsiString Str1, const System::AnsiString Str2);
- void __fastcall Initialize(const Dbtables::TTable *Table, const Db::TDataSet *DataSet);
- __property System::AnsiString FullIndexName = {read=FFullIndexName, nodefault};
- public:
- /* !! TForm.Create */ __fastcall virtual TLinkFields(Classes::TComponent *AOwner) : Forms::TForm(AOwner
- ) { }
- /* !! TForm.CreateNew */ __fastcall TLinkFields(Classes::TComponent *AOwner, System::Integer Dummy)
- : Forms::TForm(AOwner, Dummy) { }
- /* !! TForm.Destroy */ __fastcall virtual ~TLinkFields(void) { }
-
- };
-
- class __declspec(delphiclass) TFieldLinkProperty;
- class __declspec(pascalimplementation) TFieldLinkProperty : public Dsgnintf::TPropertyEditor
- {
- typedef TFieldLinkProperty ThisClass;
- typedef Dsgnintf::TPropertyEditor inherited;
-
- public:
- virtual void __fastcall Edit(void);
- virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
- virtual System::AnsiString __fastcall GetValue(void);
- virtual void __fastcall SetValue(const System::AnsiString Value);
- public:
- /* !! TPropertyEditor.Destroy */ __fastcall virtual ~TFieldLinkProperty(void) { }
-
- public:
- /* !! TObject.Create */ __fastcall TFieldLinkProperty(void) : Dsgnintf::TPropertyEditor() { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern TLinkFields *LinkFields;
-
- } /* namespace Fldlinks */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Fldlinks;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // Fldlinks
-