Skip to content

Commit 30bb065

Browse files
committed
Commit to git
0 parents  commit 30bb065

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+1343
-0
lines changed

About.cpp

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#include <vcl\vcl.h>
2+
3+
#pragma hdrstop
4+
5+
#include "About.h"
6+
7+
#pragma resource "*.dfm"
8+
9+
TFabout *Fabout;
10+
11+
__fastcall TFabout::TFabout(TComponent *AOwner):TForm(AOwner)
12+
{}
13+

About.dfm

3.83 KB
Binary file not shown.

About.h

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
#ifndef AboutH
2+
#define AboutH
3+
#include <vcl\Classes.hpp>
4+
#include <vcl\Controls.hpp>
5+
#include <vcl\StdCtrls.hpp>
6+
#include <vcl\Forms.hpp>
7+
#include <vcl\ExtCtrls.hpp>
8+
9+
class TFabout: public TForm
10+
{
11+
__published:
12+
TMemo *Text;
13+
TMemo *Memo1;
14+
TLabel *Label1;
15+
TLabel *Label2;
16+
TLabel *Label3;
17+
TLabel *Label4;
18+
TLabel *Label5;
19+
TImage *Image1;
20+
TImage *Image2;
21+
TImage *Image3;
22+
TGroupBox *Box;
23+
TButton *Button1;
24+
25+
public:
26+
virtual __fastcall TFabout(TComponent *AOwner);
27+
};
28+
29+
extern TFabout *Fabout;
30+
#endif

About.obj

11.4 KB
Binary file not shown.

Desktop.ini

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[ExtShellFolderViews]
2+
{BE098140-A513-11D0-A3A4-00C04FD706EC}={BE098140-A513-11D0-A3A4-00C04FD706EC}
3+
4+
[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
5+
Attributes=1
6+
IconArea_Image=C:\MyStuff\Tiles\Blank.bmp
7+
IconArea_Text=0x00808080
8+
9+
[.ShellClassInfo]
10+
ConfirmFileOp=0

Extra.aps

158 KB
Binary file not shown.

0 commit comments

Comments
 (0)