ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/magic/app/VMM/win32/alicence.h
Revision: 5
Committed: Tue Jun 12 20:26:34 2007 UTC (18 years, 2 months ago)
Content type: text/plain
Original Path: magic/app/VMM/VMM/win32/alicence.h
File size: 2397 byte(s)
Log Message:

File Contents

# User Rev Content
1 5 //------------------------------------------------------------
2     //------------------------------------------------------------
3     // MAGiC
4     // Jean Christophe Cuillière et Vincent FRANCOIS
5     // Département de Génie Mécanique - UQTR
6     //------------------------------------------------------------
7     // Le projet MAGIC est un projet de recherche du département
8     // de génie mécanique de l'Université du Québec à
9     // Trois Rivières
10     // Les librairies ne peuvent être utilisées sans l'accord
11     // des auteurs (contact : francois@uqtr.ca)
12     //------------------------------------------------------------
13     //------------------------------------------------------------
14     //
15     // alicence.h
16     //
17     //------------------------------------------------------------
18     //------------------------------------------------------------
19     // COPYRIGHT 2000
20     // Version du 02/03/2006 à 11H25
21     //------------------------------------------------------------
22     //------------------------------------------------------------
23    
24     #ifndef alicenceH
25     #define alicenceH
26     //---------------------------------------------------------------------------
27     #include <Classes.hpp>
28     #include <Controls.hpp>
29     #include <StdCtrls.hpp>
30     #include <Forms.hpp>
31     #include <ExtCtrls.hpp>
32     #include <Grids.hpp>
33     #include <ScktComp.hpp>
34     //---------------------------------------------------------------------------
35     class TAboutlicence : public TForm
36     {
37     __published: // IDE-managed Components
38     TButton *Button1;
39     TStringGrid *StringGrid1;
40     TTimer *Timer1;
41     TClientSocket *ClientSocket1;
42     void __fastcall Button1Click(TObject *Sender);
43     void __fastcall FormCreate(TObject *Sender);
44     void __fastcall Timer1Timer(TObject *Sender);
45     void __fastcall ClientSocket1Read(TObject *Sender,
46     TCustomWinSocket *Socket);
47     void __fastcall ClientSocket1Error(TObject *Sender,
48     TCustomWinSocket *Socket, TErrorEvent ErrorEvent,
49     int &ErrorCode);
50     void __fastcall FormShow(TObject *Sender);
51     private: // User declarations
52     public: // User declarations
53     __fastcall TAboutlicence(TComponent* Owner);
54     int nbmodule ;
55     };
56     //---------------------------------------------------------------------------
57     extern PACKAGE TAboutlicence *Aboutlicence;
58     //---------------------------------------------------------------------------
59     #endif