ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/magic/app/VMM/win32/solveur.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/solveur.h
File size: 2816 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     // solveur.h
16     //
17     //------------------------------------------------------------
18     //------------------------------------------------------------
19     // COPYRIGHT 2000
20     // Version du 02/03/2006 à 11H25
21     //------------------------------------------------------------
22     //------------------------------------------------------------
23    
24     #ifndef solveurH
25     #define solveurH
26     //---------------------------------------------------------------------------
27     #include <Classes.hpp>
28     #include <Controls.hpp>
29     #include <StdCtrls.hpp>
30     #include <Forms.hpp>
31     #include <ExtCtrls.hpp>
32     #include "mg_gestionnaire.h"
33     #include <Dialogs.hpp>
34     //---------------------------------------------------------------------------
35     class Tfsolve : public TForm
36     {
37     __published: // IDE-managed Components
38     TGroupBox *GroupBox1;
39     TGroupBox *GroupBox2;
40     TGroupBox *GroupBox3;
41     TRadioButton *RadioButton1;
42     TRadioButton *RadioButton2;
43     TRadioButton *RadioButton3;
44     TComboBox *ComboBox1;
45     TRadioButton *RadioButton4;
46     TRadioButton *RadioButton5;
47     TButton *Button1;
48     TButton *Button2;
49     TRadioButton *RadioButton6;
50     TRadioButton *RadioButton7;
51     TRadioButton *RadioButton8;
52     TSaveDialog *SaveDialog1;
53     TLabel *Label1;
54     void __fastcall Button1Click(TObject *Sender);
55     void __fastcall Button2Click(TObject *Sender);
56     void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
57     void __fastcall RadioButton6Click(TObject *Sender);
58     void __fastcall RadioButton1Click(TObject *Sender);
59     void __fastcall RadioButton7Click(TObject *Sender);
60     void __fastcall RadioButton8Click(TObject *Sender);
61     private: // User declarations
62     MG_GESTIONNAIRE *gest;
63     public: // User declarations
64     __fastcall Tfsolve(TComponent* Owner,MG_GESTIONNAIRE* gestion);
65     class tsolve *process;
66     };
67     //---------------------------------------------------------------------------
68     extern PACKAGE Tfsolve *fsolve;
69     //---------------------------------------------------------------------------
70     #endif