ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/magic/app/VMM/win32/operageo.h
Revision: 253
Committed: Tue Jul 13 19:40:46 2010 UTC (15 years, 1 month ago) by francois
Content type: text/plain
File size: 2665 byte(s)
Log Message:
changement de hiearchie et utilisation de ccmake + mise a jour

File Contents

# User Rev Content
1 francois 98 //---------------------------------------------------------------------------
2    
3     #ifndef operageoH
4     #define operageoH
5     //---------------------------------------------------------------------------
6     #include <Classes.hpp>
7     #include <Controls.hpp>
8     #include <StdCtrls.hpp>
9     #include <Forms.hpp>
10     #include <Dialogs.hpp>
11     //---------------------------------------------------------------------------
12     class Topegeo : public TForm
13     {
14     __published: // IDE-managed Components
15     TGroupBox *GroupBox1;
16     TGroupBox *GroupBox2;
17     TButton *Button1;
18     TOpenDialog *OpenDialog1;
19     TEdit *Edit1;
20     TButton *Button2;
21     TLabel *Label1;
22     TComboBox *ComboBox1;
23     TLabel *Label2;
24     TButton *Button3;
25     TGroupBox *GroupBox3;
26     TEdit *Edit2;
27     TLabel *Label3;
28     TButton *Button4;
29     TComboBox *ComboBox2;
30     TLabel *Label4;
31     TGroupBox *GroupBox4;
32     TLabel *Label5;
33     TLabel *Label6;
34     TEdit *Edit3;
35     TButton *Button5;
36     TComboBox *ComboBox3;
37     TButton *Button6;
38     TListBox *ListBox1;
39     TGroupBox *GroupBox5;
40     TRadioButton *RadioButton1;
41     TRadioButton *RadioButton2;
42     TRadioButton *RadioButton3;
43     TRadioButton *RadioButton4;
44     void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
45     void __fastcall Button1Click(TObject *Sender);
46     void __fastcall Button2Click(TObject *Sender);
47     void __fastcall ComboBox1Change(TObject *Sender);
48     void __fastcall Edit1Change(TObject *Sender);
49     void __fastcall Button4Click(TObject *Sender);
50     void __fastcall Button5Click(TObject *Sender);
51     void __fastcall Edit2Change(TObject *Sender);
52     void __fastcall Edit3Change(TObject *Sender);
53     void __fastcall ComboBox3Change(TObject *Sender);
54     void __fastcall ComboBox2Change(TObject *Sender);
55     void __fastcall Button3Click(TObject *Sender);
56     void __fastcall RadioButton3Click(TObject *Sender);
57     void __fastcall RadioButton1Click(TObject *Sender);
58     void __fastcall RadioButton2Click(TObject *Sender);
59     void __fastcall Button6Click(TObject *Sender);
60     void __fastcall RadioButton4Click(TObject *Sender);
61     private: // User declarations
62     class MG_FILE* gest,*gest1,*gest2;
63     public: // User declarations
64     __fastcall Topegeo(TComponent* Owner);
65     };
66     //---------------------------------------------------------------------------
67     extern PACKAGE Topegeo *opegeo;
68     //---------------------------------------------------------------------------
69     #endif