root/trunk/AboutForm.h

Revision 3, 2.1 kB (checked in by sagrer, 1 year ago)

Добавил информационную шапку в файлы исходников.

Line 
1 ///////////////////////////////////////////////////////////
2 //                      MobSurgeon                       //
3 //          Ðåäàêòîð mob-îâ äëÿ Ïðîêëÿòûõ Çåìåëü         //
4 //           Copyright (C) 2005-2007 Gipat Group         //
5 //              Ðàñïðîñòðàíÿåòñÿ íà óñëîâèÿõ             //
6 //    Gipat Group's opened EI-editor-utility license     //
7 //                      âåðñèè 1.0                       //
8 //                                                       //
9 //                  www.gipatgroup.org                   //
10 ///////////////////////////////////////////////////////////
11
12 //Ê ðàáîòå íàä äàííûì ôàéëîì ïðèëîæèëè ðóêè, íîãè.... êîðî÷å àôôòàðû:
13 // 1) Sagrer (sagrer@yandex.ru)
14
15 ////////////////////////////////////////////////////////////////////////
16
17 //---------------------------------------------------------------------------
18
19 #ifndef AboutFormH
20 #define AboutFormH
21 //---------------------------------------------------------------------------
22 #include <Classes.hpp>
23 #include <Controls.hpp>
24 #include <StdCtrls.hpp>
25 #include <Forms.hpp>
26 #include "initer.h"
27
28 //---------------------------------------------------------------------------
29 class TAboutF : public TForm
30 {
31 __published:    // IDE-managed Components
32         TLabel *ProgaNamLab;
33         TLabel *Label1;
34         TLabel *FileVerLab;
35         TLabel *CopyrightLab;
36         TLabel *DescrLab;
37         TLabel *Label2;
38         TLabel *CraftedByLab;
39         TLabel *DevelsContactsLab;
40         TButton *OkBut;
41         TLabel *Label3;
42         TLabel *Label4;
43         TButton *LicenseBut;
44         void __fastcall OkButClick(TObject *Sender);
45         void __fastcall FormShow(TObject *Sender);
46         void __fastcall LicenseButClick(TObject *Sender);
47 private:        // User declarations
48         bool FirstShowed;
49 public:         // User declarations
50         __fastcall TAboutF(TComponent* Owner);
51 };
52
53 //---------------------------------------------------------------------------
54 extern PACKAGE TAboutF *AboutF;
55 //---------------------------------------------------------------------------
56 #endif
Note: See TracBrowser for help on using the browser.