www.pudn.com > Tracert.rar > Unit1.h
//--------------------------------------------------------------------------- #ifndef Unit1H #define Unit1H //--------------------------------------------------------------------------- #include#include #include #include #include //--------------------------------------------------------------------------- class TForm1 : public TForm { __published: // IDE-managed Components TTimer *Timer1; TTimer *Timer2; TShape *Shape1; TShape *Shape2; TPanel *Panel1; TButton *Button2; TButton *Button1; TLabel *Label1; TLabel *Label2; TLabel *Label3; TLabel *Label4; TLabel *Label5; TLabel *Label6; TEdit *Edit1; TEdit *Edit2; TEdit *Edit3; TEdit *Edit4; TTimer *Timer3; void __fastcall Timer1Timer(TObject *Sender); void __fastcall Panel1Click(TObject *Sender); void __fastcall Panel1MouseMove(TObject *Sender, TShiftState Shift, int X, int Y); // int __fastcall GetY1(int x); void __fastcall Button2Click(TObject *Sender); void __fastcall Button1Click(TObject *Sender); void __fastcall Timer2Timer(TObject *Sender); void __fastcall FormPaint(TObject *Sender); void __fastcall FormMouseMove(TObject *Sender, TShiftState Shift, int X, int Y); void __fastcall Timer3Timer(TObject *Sender); private: // User declarations public: // User declarations __fastcall TForm1(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TForm1 *Form1; //--------------------------------------------------------------------------- #endif