ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/magic/app/VMM/win32/magicform.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/magicform.h
File size: 3079 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     // magicform.h
16     //
17     //------------------------------------------------------------
18     //------------------------------------------------------------
19     // COPYRIGHT 2000
20     // Version du 02/03/2006 à 11H25
21     //------------------------------------------------------------
22     //------------------------------------------------------------
23    
24     #ifndef magicformH
25     #define magicformH
26     //---------------------------------------------------------------------------
27     #include <Classes.hpp>
28     #include <Controls.hpp>
29     #include <StdCtrls.hpp>
30     #include <Forms.hpp>
31     #include <ComCtrls.hpp>
32     #include <ToolWin.hpp>
33     #include <ImgList.hpp>
34     #include "CGAUGES.h"
35     #include "main.h"
36     #include "PERFGRAP.h"
37     #include <ExtCtrls.hpp>
38     #include <Dialogs.hpp>
39     //---------------------------------------------------------------------------
40     class TVisuMagicform : public TForm
41     {
42     __published: // IDE-managed Components
43    
44     TButton *Button1;
45     TLabel *Label1;
46     TRadioButton *RadioButton1;
47     TGroupBox *GroupBox2;
48     TEdit *Edit1;
49     TEdit *Edit2;
50     TLabel *Label2;
51     TLabel *Label3;
52     TGroupBox *GroupBox3;
53     TRadioButton *RadioButton2;
54     TRadioButton *RadioButton3;
55     TRadioButton *RadioButton4;
56     TGroupBox *GroupBox1;
57     TCheckBox *CheckBox2;
58     TRadioButton *RadioButton5;
59     TRadioButton *RadioButton6;
60     TButton *Button3;
61     TOpenDialog *OpenDialog1;
62     TTrackBar *TrackBar1;
63     TLabel *Label8;
64     TEdit *Edit7;
65     TButton *Button2;
66     void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
67     void __fastcall RadioButton1Click(TObject *Sender);
68     void __fastcall Button1Click(TObject *Sender);
69     void __fastcall RadioButton6Click(TObject *Sender);
70     void __fastcall Button3Click(TObject *Sender);
71     void __fastcall TrackBar1Change(TObject *Sender);
72     void __fastcall Button2Click(TObject *Sender);
73     private: // User declarations
74    
75     public: // User declarations
76     __fastcall TVisuMagicform(TComponent* Owner,TMainForm *win);
77     class Thread_maille* maille_process;
78     TMainForm* fen;
79     };
80     //---------------------------------------------------------------------------
81     extern PACKAGE TVisuMagicform *VisuMagicform;
82     //---------------------------------------------------------------------------
83     #endif