FreeLaunch

Форк
0
/
FLData.pas 
50 строк · 1.9 Кб
1
{
2
  ##########################################################################
3
  #  FreeLaunch is a free links manager for Microsoft Windows              #
4
  #                                                                        #
5
  #  Copyright (C) 2019 Mykola Petrivskiy                                  #
6
  #  Copyright (C) 2010 Joker-jar <joker-jar@yandex.ru>                    #
7
  #                                                                        #
8
  #  This file is part of FreeLaunch.                                      #
9
  #                                                                        #
10
  #  FreeLaunch is free software: you can redistribute it and/or modify    #
11
  #  it under the terms of the GNU General Public License as published by  #
12
  #  the Free Software Foundation, either version 3 of the License, or     #
13
  #  (at your option) any later version.                                   #
14
  #                                                                        #
15
  #  FreeLaunch is distributed in the hope that it will be useful,         #
16
  #  but WITHOUT ANY WARRANTY; without even the implied warranty of        #
17
  #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         #
18
  #  GNU General Public License for more details.                          #
19
  #                                                                        #
20
  #  You should have received a copy of the GNU General Public License     #
21
  #  along with FreeLaunch. If not, see <http://www.gnu.org/licenses/>.    #
22
  ##########################################################################
23
}
24

25
unit FLData;
26

27
interface
28

29
uses
30
  System.SysUtils, System.Classes, System.ImageList, Vcl.ImgList, Vcl.Controls;
31

32
type
33
  TData = class(TDataModule)
34
    Images: TImageList;
35
  private
36
    { Private declarations }
37
  public
38
    { Public declarations }
39
  end;
40

41
var
42
  Data: TData;
43

44
implementation
45

46
{%CLASSGROUP 'Vcl.Controls.TControl'}
47

48
{$R *.dfm}
49

50
end.
51

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.