-
Notifications
You must be signed in to change notification settings - Fork 225
/
Legend.h
40 lines (40 loc) · 1.28 KB
/
Legend.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
//---------------------------------------------------------------------------
#ifndef LegendH
#define LegendH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
//---------------------------------------------------------------------------
class TFLegend_11011981 : public TForm
{
__published: // IDE-managed Components
TGroupBox *gb1;
TLabel *Label1;
TLabel *Label2;
TLabel *Label3;
TLabel *Label5;
TLabel *lblUnitStd;
TLabel *lblUnitUser;
TLabel *lblUnitTrivial;
TLabel *lblUnitUserUnk;
TGroupBox *gb2;
TLabel *Label4;
TLabel *Label6;
TLabel *Label7;
TLabel *lblInit;
TLabel *lblFin;
TLabel *lblUnk;
TButton *btnOK;
void __fastcall FormKeyDown(TObject *Sender, WORD &Key,
TShiftState Shift);
void __fastcall FormCreate(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TFLegend_11011981(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TFLegend_11011981 *FLegend_11011981;
//---------------------------------------------------------------------------
#endif