Скачиваний:
17
Добавлен:
01.05.2014
Размер:
933 б
Скачать
//---------------------------------------------------------------------------

#ifndef Unit3H
#define Unit3H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
#include <ComCtrls.hpp>
//---------------------------------------------------------------------------
class TForm3 : public TForm
{
__published:	// IDE-managed Components
	TBitBtn *BitBtn1;
	TRichEdit *RichEdit1;
	void __fastcall FormCreate(TObject *Sender);
private:	// User declarations
	void __fastcall getShortCuts(TActionList* actl);
public:		// User declarations
	__fastcall TForm3(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm3 *Form3;
//---------------------------------------------------------------------------
#endif
Соседние файлы в папке Sources