ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/magic/app/VMM/win32/solveur.h
Revision: 56
Committed: Fri Sep 28 20:22:10 2007 UTC (17 years, 11 months ago) by francois
Content type: text/plain
Original Path: magic/app/VMM/VMM/win32/solveur.h
File size: 2853 byte(s)
Log Message:
version des executables a la fin de l ete 2007 ---> mailleur adaptatif + mailleur 3d + zone de maille actif

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 francois 56 TRadioButton *RadioButton9;
55 5 void __fastcall Button1Click(TObject *Sender);
56     void __fastcall Button2Click(TObject *Sender);
57     void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
58     void __fastcall RadioButton6Click(TObject *Sender);
59     void __fastcall RadioButton1Click(TObject *Sender);
60     void __fastcall RadioButton7Click(TObject *Sender);
61     void __fastcall RadioButton8Click(TObject *Sender);
62     private: // User declarations
63     MG_GESTIONNAIRE *gest;
64     public: // User declarations
65     __fastcall Tfsolve(TComponent* Owner,MG_GESTIONNAIRE* gestion);
66     class tsolve *process;
67     };
68     //---------------------------------------------------------------------------
69     extern PACKAGE Tfsolve *fsolve;
70     //---------------------------------------------------------------------------
71     #endif