OSDN Git Service

Initial Commit
[qcad/qcad.git] / qcadwin / Version.h
1 //---------------------------------------------------------------------------\r
2 #ifndef VersionH\r
3 #define VersionH\r
4 //---------------------------------------------------------------------------\r
5 #include <Classes.hpp>\r
6 #include <Controls.hpp>\r
7 #include <StdCtrls.hpp>\r
8 #include <Forms.hpp>\r
9 #include <ExtCtrls.hpp>\r
10 #include <Graphics.hpp>\r
11 //---------------------------------------------------------------------------\r
12 class TFVersion : public TForm {\r
13 __published:\r
14   TPanel *Panel1;\r
15   TButton *BtOK;\r
16   TLabel *lbVersion;\r
17   TLabel *Label4;\r
18   TLabel *lbURL;\r
19         TImage *Image1;\r
20   void __fastcall lbURLClick(TObject *Sender);\r
21   void __fastcall lbURLMouseMove(TObject *Sender, TShiftState Shift,\r
22                                  int X, int Y);\r
23   void __fastcall FormMouseMove(TObject *Sender, TShiftState Shift,\r
24                                 int X, int Y);\r
25 private:\r
26 public:\r
27   __fastcall TFVersion(TComponent* Owner);\r
28 };\r
29 //---------------------------------------------------------------------------\r
30 extern PACKAGE TFVersion *FVersion;\r
31 //---------------------------------------------------------------------------\r
32 #endif\r