-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFRECEPTION.h
More file actions
68 lines (67 loc) · 1.53 KB
/
FRECEPTION.h
File metadata and controls
68 lines (67 loc) · 1.53 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
//---------------------------------------------------------------------------
#ifndef FRECEPTIONH
#define FRECEPTIONH
//---------------------------------------------------------------------------
#include <System.Classes.hpp>
#include <Vcl.Controls.hpp>
#include <Vcl.StdCtrls.hpp>
#include <Vcl.Forms.hpp>
#include <Vcl.ExtCtrls.hpp>
#include <Vcl.Graphics.hpp>
//---------------------------------------------------------------------------
class TForm2 : public TForm
{
__published: // IDE-managed Components
TPanel *Panel1;
TPanel *Panel4;
TImage *Image8;
TLabel *Label3;
TEdit *Edit1;
TEdit *Edit2;
TLabel *Label4;
TEdit *Edit3;
TLabel *Label5;
TEdit *Edit9;
TLabel *Label11;
TEdit *Edit10;
TLabel *Label12;
TEdit *Edit11;
TLabel *Label13;
TEdit *Edit12;
TLabel *Label14;
TEdit *Edit14;
TLabel *Label16;
TEdit *Edit15;
TLabel *Label17;
TEdit *Edit16;
TLabel *Label18;
TEdit *Edit22;
TLabel *Label24;
TEdit *Edit23;
TLabel *Label25;
TEdit *Edit26;
TLabel *Label28;
TEdit *Edit27;
TLabel *Label29;
TEdit *Edit28;
TLabel *Label30;
TEdit *Edit29;
TLabel *Label31;
TEdit *Edit30;
TLabel *Label32;
TEdit *Edit31;
TLabel *Label33;
TEdit *Edit32;
TLabel *Label34;
TLabel *Label35;
TLabel *Label1;
TLabel *Label2;
TLabel *Label36;
private: // User declarations
public: // User declarations
__fastcall TForm2(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm2 *Form2;
//---------------------------------------------------------------------------
#endif