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

#ifndef PointCoordsH
#define PointCoordsH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
//---------------------------------------------------------------------------
class TfrmPointCoords : public TForm
{
__published:	// IDE-managed Components
	TGroupBox *GroupBox1;
	TEdit *edtX;
	TLabel *Label1;
	TLabel *Label2;
	TEdit *edtY;
	TButton *Button1;
	TButton *Button2;
	void __fastcall edtXChange(TObject *Sender);
	void __fastcall FormCreate(TObject *Sender);
	void __fastcall edtYChange(TObject *Sender);
private:	// User declarations
public:		// User declarations
	__fastcall TfrmPointCoords(TComponent* Owner);
	int x, y;
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmPointCoords *frmPointCoords;
//---------------------------------------------------------------------------
#endif
Соседние файлы в папке Sources