ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/magic/app/VMM/win32/departwin.h
Revision: 5
Committed: Tue Jun 12 20:26:34 2007 UTC (18 years, 3 months ago)
Content type: text/plain
Original Path: magic/app/VMM/VMM/win32/departwin.h
File size: 2377 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     // departwin.h
16     //
17     //------------------------------------------------------------
18     //------------------------------------------------------------
19     // COPYRIGHT 2000
20     // Version du 02/03/2006 à 11H25
21     //------------------------------------------------------------
22     //------------------------------------------------------------
23    
24     #ifndef departwinH
25     #define departwinH
26     //---------------------------------------------------------------------------
27     #include <Classes.hpp>
28     #include <Controls.hpp>
29     #include <StdCtrls.hpp>
30     #include <Forms.hpp>
31     #include <ExtCtrls.hpp>
32     #include <jpeg.hpp>
33     #include <Graphics.hpp>
34     #include <iostream.h>
35    
36    
37     //---------------------------------------------------------------------------
38     class Tdepartwinform : public TForm
39     {
40     __published: // IDE-managed Components
41     TTimer *Timer1;
42     TImage *Image1;
43     TLabel *Label1;
44     TLabel *Label2;
45     TLabel *Label3;
46     TImage *Image2;
47     TImage *Image3;
48     TLabel *Label4;
49     void __fastcall Timer1Timer(TObject *Sender);
50     void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
51     void __fastcall FormShow(TObject *Sender);
52     void __fastcall FormPaint(TObject *Sender);
53     void __fastcall FormCreate(TObject *Sender);
54    
55    
56    
57     private: // User declarations
58     public: // User declarations
59     __fastcall Tdepartwinform(TComponent* Owner);
60     };
61    
62    
63     int __fastcall StringHasher(const char *string,long *hash);
64    
65     //---------------------------------------------------------------------------
66     extern PACKAGE Tdepartwinform *departwinform;
67     //---------------------------------------------------------------------------
68     #endif