ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/magic/app/VMM/win32/importcosmos.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/importcosmos.h
File size: 2319 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     // importcosmos.h
16     //
17     //------------------------------------------------------------
18     //------------------------------------------------------------
19     // COPYRIGHT 2000
20     // Version du 02/03/2006 à 11H25
21     //------------------------------------------------------------
22     //------------------------------------------------------------
23    
24     #ifndef importcosmosH
25     #define importcosmosH
26     //---------------------------------------------------------------------------
27     #include <Classes.hpp>
28     #include <Controls.hpp>
29     #include <StdCtrls.hpp>
30     #include <Forms.hpp>
31     #include <Buttons.hpp>
32     //---------------------------------------------------------------------------
33     class TCosmosWin : public TForm
34     {
35     __published: // IDE-managed Components
36     TMemo *Memo1;
37     TLabel *Label1;
38     TComboBox *ComboBox1;
39     TButton *Button1;
40     TButton *Button2;
41     TBitBtn *BitBtn1;
42     TLabel *Label2;
43     TEdit *Edit1;
44     TLabel *Label3;
45     void __fastcall Button2Click(TObject *Sender);
46     void __fastcall BitBtn1Click(TObject *Sender);
47     void __fastcall Button1Click(TObject *Sender);
48     void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
49     private: // User declarations
50     class MG_GESTIONNAIRE* gest;
51     public: // User declarations
52     __fastcall TCosmosWin(TComponent* Owner);
53     void __fastcall changegestionnaire(MG_GESTIONNAIRE* gesttmp);
54     };
55     //---------------------------------------------------------------------------
56     extern PACKAGE TCosmosWin *CosmosWin;
57     //---------------------------------------------------------------------------
58     #endif