blob: 0410bfd58701d62a0c14d3939bc47a9b787e2dea (
plain) (
tree)
|
|
//---------------------------------------------------------------------------
#ifndef ModInstFormH
#define ModInstFormH
//---------------------------------------------------------------------------
#include <vcl\Classes.hpp>
#include <vcl\Controls.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Forms.hpp>
#include <vcl\ComCtrls.hpp>
#include <vcl\ExtCtrls.hpp>
//---------------------------------------------------------------------------
class TModInstFrm : public TForm
{
__published: // IDE-managed Components
TRichEdit *AboutText;
TPanel *Panel1;
TButton *OkBtn;
TLabel *ModText;
private: // User declarations
public: // User declarations
__fastcall TModInstFrm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern TModInstFrm *ModInstFrm;
//---------------------------------------------------------------------------
#endif
|