home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / DSATTRA.HPP < prev    next >
C/C++ Source or Header  |  1997-02-14  |  3KB  |  81 lines

  1. //----------------------------------------------------------------------------
  2. // DSAttrA.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
  3. // From: DSAttrA.pas
  4. //----------------------------------------------------------------------------
  5. #ifndef DSAttrAHPP
  6. #define DSAttrAHPP
  7. //----------------------------------------------------------------------------
  8. #include <LibHelp.hpp>
  9. #include <DRIntf.hpp>
  10. #include <ExtCtrls.hpp>
  11. #include <Buttons.hpp>
  12. #include <StdCtrls.hpp>
  13. #include <Controls.hpp>
  14. #include <Forms.hpp>
  15. #include <Graphics.hpp>
  16. #include <Classes.hpp>
  17. #include <SysUtils.hpp>
  18. #include <Messages.hpp>
  19. #include <Windows.hpp>
  20. #include <System.hpp>
  21. #pragma warn -par
  22. #pragma warn -hid 
  23. #pragma warn -inl
  24.  
  25. namespace Dsattra
  26. {
  27. //-- type declarations -------------------------------------------------------
  28. class __declspec(delphiclass) TAssociateAttributes;
  29. class __declspec(pascalimplementation) TAssociateAttributes : public Forms::TForm
  30. {
  31.     typedef Forms::TForm inherited;
  32.     
  33. __published:
  34.     Stdctrls::TButton* OKBtn;
  35.     Stdctrls::TButton* CancelBtn;
  36.     Stdctrls::TButton* HelpBtn;
  37.     Stdctrls::TGroupBox* GroupBox1;
  38.     Stdctrls::TListBox* AttributeNamesList;
  39.     Stdctrls::TEdit* Edit;
  40.     void __fastcall OKBtnClick(System::TObject* Sender);
  41.     void __fastcall CancelBtnClick(System::TObject* Sender);
  42.     void __fastcall HelpBtnClick(System::TObject* Sender);
  43.     void __fastcall FormCreate(System::TObject* Sender);
  44.     void __fastcall EditChange(System::TObject* Sender);
  45.     void __fastcall EditKeyDown(System::TObject* Sender, Word &Key, Classes::TShiftState Shift);
  46.     void __fastcall ListBoxClick(System::TObject* Sender);
  47.     void __fastcall ListBoxDblClick(System::TObject* Sender);
  48.     
  49. private:
  50.     void __fastcall AddToList(const System::AnsiString Value);
  51.     
  52. public:
  53.     bool __fastcall Execute(Drintf::TAttrID &AttrID, bool &Continue);
  54. public:
  55.     /* TForm.Create */ __fastcall virtual TAssociateAttributes(Classes::TComponent* AOwner) : Forms::TForm(
  56.         AOwner) { }
  57.     /* TForm.CreateNew */ __fastcall TAssociateAttributes(Classes::TComponent* AOwner, int Dummy) : Forms::
  58.         TForm(AOwner, Dummy) { }
  59.     /* TForm.Destroy */ __fastcall virtual ~TAssociateAttributes(void) { }
  60.     
  61. public:
  62.     /* TWinControl.CreateParented */ __fastcall TAssociateAttributes(HWND ParentWindow) : Forms::TForm(
  63.         ParentWindow) { }
  64.     
  65. };
  66.  
  67. //-- var, const, procedure ---------------------------------------------------
  68. extern bool __fastcall GetAssociateAttributes(Drintf::TAttrID &AttrID, bool &Continue);
  69.  
  70. }    /* namespace Dsattra */
  71.  
  72. #pragma warn .par
  73. #pragma warn .hid 
  74. #pragma warn .inl
  75.  
  76. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  77. using namespace Dsattra;
  78. #endif
  79. //-- end unit ----------------------------------------------------------------
  80. #endif    // DSAttrA
  81.