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

  1. //----------------------------------------------------------------------------
  2. // StrEdit.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
  3. // From: StrEdit.pas
  4. //----------------------------------------------------------------------------
  5. #ifndef StrEditHPP
  6. #define StrEditHPP
  7. //----------------------------------------------------------------------------
  8. #include <Menus.hpp>
  9. #include <ComCtrls.hpp>
  10. #include <ExtCtrls.hpp>
  11. #include <StdCtrls.hpp>
  12. #include <DsgnIntf.hpp>
  13. #include <Dialogs.hpp>
  14. #include <Buttons.hpp>
  15. #include <Controls.hpp>
  16. #include <Forms.hpp>
  17. #include <Graphics.hpp>
  18. #include <Classes.hpp>
  19. #include <Windows.hpp>
  20. #include <System.hpp>
  21. #pragma warn -par
  22. #pragma warn -hid 
  23. #pragma warn -inl
  24.  
  25. namespace Stredit
  26. {
  27. //-- type declarations -------------------------------------------------------
  28. class __declspec(delphiclass) TStrEditDlg;
  29. class __declspec(pascalimplementation) TStrEditDlg : public Forms::TForm
  30. {
  31.     typedef Forms::TForm inherited;
  32.     
  33. __published:
  34.     Stdctrls::TLabel* LineCount;
  35.     Stdctrls::TButton* CodeWndBtn;
  36.     Dialogs::TOpenDialog* OpenDialog;
  37.     Dialogs::TSaveDialog* SaveDialog;
  38.     Stdctrls::TButton* HelpButton;
  39.     Stdctrls::TButton* OKButton;
  40.     Stdctrls::TButton* CancelButton;
  41.     Comctrls::TRichEdit* Memo;
  42.     Menus::TPopupMenu* StringEditorMenu;
  43.     Menus::TMenuItem* LoadItem;
  44.     Menus::TMenuItem* SaveItem;
  45.     Menus::TMenuItem* CodeEditorItem;
  46.     void __fastcall FileOpen(System::TObject* Sender);
  47.     void __fastcall FileSave(System::TObject* Sender);
  48.     void __fastcall UpdateStatus(System::TObject* Sender);
  49.     void __fastcall FormCreate(System::TObject* Sender);
  50.     void __fastcall Memo1KeyDown(System::TObject* Sender, Word &Key, Classes::TShiftState Shift);
  51.     void __fastcall HelpButtonClick(System::TObject* Sender);
  52.     void __fastcall CodeWndBtnClick(System::TObject* Sender);
  53.     
  54. private:
  55.     System::AnsiString SingleLine;
  56.     System::AnsiString MultipleLines;
  57.     bool FModified;
  58. public:
  59.     /* TForm.Create */ __fastcall virtual TStrEditDlg(Classes::TComponent* AOwner) : Forms::TForm(AOwner
  60.         ) { }
  61.     /* TForm.CreateNew */ __fastcall TStrEditDlg(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(
  62.         AOwner, Dummy) { }
  63.     /* TForm.Destroy */ __fastcall virtual ~TStrEditDlg(void) { }
  64.     
  65. public:
  66.     /* TWinControl.CreateParented */ __fastcall TStrEditDlg(HWND ParentWindow) : Forms::TForm(ParentWindow
  67.         ) { }
  68.     
  69. };
  70.  
  71. class __declspec(delphiclass) TStringListProperty;
  72. class __declspec(pascalimplementation) TStringListProperty : public Dsgnintf::TClassProperty
  73. {
  74.     typedef Dsgnintf::TClassProperty inherited;
  75.     
  76. public:
  77.     virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
  78.     virtual void __fastcall Edit(void);
  79. public:
  80.     /* TPropertyEditor.Destroy */ __fastcall virtual ~TStringListProperty(void) { }
  81.     
  82. public:
  83.     /* TObject.Create */ __fastcall TStringListProperty(void) : Dsgnintf::TClassProperty() { }
  84.     
  85. };
  86.  
  87. //-- var, const, procedure ---------------------------------------------------
  88.  
  89. }    /* namespace Stredit */
  90.  
  91. #pragma warn .par
  92. #pragma warn .hid 
  93. #pragma warn .inl
  94.  
  95. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  96. using namespace Stredit;
  97. #endif
  98. //-- end unit ----------------------------------------------------------------
  99. #endif    // StrEdit
  100.