1 |
//---------------------------------------------------------------------------
|
2 |
#ifndef propH
|
3 |
#define propH
|
4 |
//---------------------------------------------------------------------------
|
5 |
#include <Classes.hpp>
|
6 |
#include <Controls.hpp>
|
7 |
#include <StdCtrls.hpp>
|
8 |
#include <Forms.hpp>
|
9 |
#include <Buttons.hpp>
|
10 |
#include <Dialogs.hpp>
|
11 |
//---------------------------------------------------------------------------
|
12 |
class TPropriete : public TForm
|
13 |
{
|
14 |
__published: // IDE-managed Components
|
15 |
TButton *Button1;
|
16 |
TSpeedButton *SpeedButton1;
|
17 |
TSpeedButton *SpeedButton2;
|
18 |
TLabel *Label1;
|
19 |
TEdit *Edit1;
|
20 |
TLabel *Label2;
|
21 |
TLabel *Label3;
|
22 |
TLabel *Label4;
|
23 |
TLabel *Label5;
|
24 |
TEdit *Edit2;
|
25 |
TEdit *Edit3;
|
26 |
TEdit *Edit4;
|
27 |
TEdit *Edit5;
|
28 |
TEdit *Edit6;
|
29 |
TEdit *Edit7;
|
30 |
TEdit *Edit8;
|
31 |
TEdit *Edit9;
|
32 |
TEdit *Edit10;
|
33 |
TEdit *Edit11;
|
34 |
TEdit *Edit12;
|
35 |
TEdit *Edit13;
|
36 |
TEdit *Edit14;
|
37 |
TEdit *Edit15;
|
38 |
TEdit *Edit16;
|
39 |
TEdit *Edit17;
|
40 |
TButton *Button2;
|
41 |
TPrintDialog *PrintDialog1;
|
42 |
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
|
43 |
void __fastcall Button1Click(TObject *Sender);
|
44 |
void __fastcall FormCreate(TObject *Sender);
|
45 |
void __fastcall SpeedButton2Click(TObject *Sender);
|
46 |
void __fastcall SpeedButton1Click(TObject *Sender);
|
47 |
void __fastcall Edit1Change(TObject *Sender);
|
48 |
void __fastcall Button2Click(TObject *Sender);
|
49 |
private: // User declarations
|
50 |
public: // User declarations
|
51 |
__fastcall TPropriete(TComponent* Owner);
|
52 |
int numcour;
|
53 |
TListBox *Listbox;
|
54 |
|
55 |
};
|
56 |
//---------------------------------------------------------------------------
|
57 |
extern PACKAGE TPropriete *Propriete;
|
58 |
//---------------------------------------------------------------------------
|
59 |
#endif
|