1 |
//---------------------------------------------------------------------------
|
2 |
#ifndef infopieceH
|
3 |
#define infopieceH
|
4 |
//---------------------------------------------------------------------------
|
5 |
#include <vcl\Classes.hpp>
|
6 |
#include <vcl\Controls.hpp>
|
7 |
#include <vcl\StdCtrls.hpp>
|
8 |
#include <vcl\Forms.hpp>
|
9 |
//---------------------------------------------------------------------------
|
10 |
class TInfo_piece : public TForm
|
11 |
{
|
12 |
__published: // IDE-managed Components
|
13 |
TButton *Button1;
|
14 |
TEdit *Edit1;
|
15 |
TEdit *Edit2;
|
16 |
TEdit *Edit3;
|
17 |
TEdit *Edit4;
|
18 |
TEdit *Edit5;
|
19 |
TEdit *Edit6;
|
20 |
TEdit *Edit7;
|
21 |
TEdit *Edit8;
|
22 |
TEdit *Edit9;
|
23 |
TGroupBox *GroupBox1;
|
24 |
TLabel *Label1;
|
25 |
TLabel *Label2;
|
26 |
TLabel *Label3;
|
27 |
TLabel *Label7;
|
28 |
TLabel *Label4;
|
29 |
TLabel *Label5;
|
30 |
TLabel *Label6;
|
31 |
TLabel *Label8;
|
32 |
TLabel *Label9;
|
33 |
TGroupBox *GroupBox2;
|
34 |
TEdit *Edit10;
|
35 |
TEdit *Edit11;
|
36 |
TEdit *Edit12;
|
37 |
TEdit *Edit13;
|
38 |
TLabel *Label10;
|
39 |
TLabel *Label11;
|
40 |
TLabel *Label12;
|
41 |
TLabel *Label13;
|
42 |
void __fastcall Button1Click(TObject *Sender);
|
43 |
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
|
44 |
void __fastcall FormCreate(TObject *Sender);
|
45 |
private: // User declarations
|
46 |
public: // User declarations
|
47 |
__fastcall TInfo_piece(TComponent* Owner);
|
48 |
};
|
49 |
//---------------------------------------------------------------------------
|
50 |
extern TInfo_piece *Info_piece;
|
51 |
//---------------------------------------------------------------------------
|
52 |
#endif
|