-
Notifications
You must be signed in to change notification settings - Fork 225
/
AboutDlg.h
51 lines (51 loc) · 1.47 KB
/
AboutDlg.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
41
42
43
44
45
46
47
48
49
50
51
//----------------------------------------------------------------------------
#ifndef AboutDlgH
#define AboutDlgH
//----------------------------------------------------------------------------
#include <vcl\System.hpp>
#include <vcl\Windows.hpp>
#include <vcl\SysUtils.hpp>
#include <vcl\Classes.hpp>
#include <vcl\Graphics.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Forms.hpp>
#include <vcl\Controls.hpp>
#include <vcl\Buttons.hpp>
#include <vcl\ExtCtrls.hpp>
#include <ComCtrls.hpp>
#include <jpeg.hpp>
//----------------------------------------------------------------------------
class TFAboutDlg_11011981 : public TForm
{
__published:
TPanel *Panel3;
TButton *Button2;
TPageControl *PageControl1;
TTabSheet *tsIDR;
TTabSheet *tsCrypto;
TImage *Icon;
TLabel *lProduct;
TShape *Shape1;
TShape *Shape2;
TLabel *lVer;
TLabel *lEmail;
TLabel *lWWW;
TLabel *Label1;
TLabel *Label2;
TLabel *Label3;
TLabel *Label4;
TLabel *Label5;
TLabel *Label6;
TImage *Image1;
TLabel *Label7;
TLabel *Label8;
TLabel *lblHint;
void __fastcall FormCreate(TObject *Sender);
private:
public:
virtual __fastcall TFAboutDlg_11011981(TComponent* AOwner);
};
//----------------------------------------------------------------------------
extern PACKAGE TFAboutDlg_11011981 *FAboutDlg_11011981;
//----------------------------------------------------------------------------
#endif