File: unit17b.lfm

package info (click to toggle)
optgeo 2.23-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 7,180 kB
  • ctags: 2,773
  • sloc: pascal: 58,720; makefile: 102; xml: 63
file content (59 lines) | stat: -rwxr-xr-x 1,309 bytes parent folder | download | duplicates (2)
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
object splashscreen: Tsplashscreen
  Left = 368
  Height = 284
  Top = 82
  Width = 653
  BorderIcons = []
  BorderStyle = bsNone
  Caption = 'splashscreen'
  ClientHeight = 284
  ClientWidth = 653
  Color = clAqua
  FormStyle = fsSplash
  OnCreate = FormCreate
  OnShow = FormShow
  ParentFont = True
  LCLVersion = '1.0.10.0'
  object Label1: TLabel
    Left = 176
    Height = 63
    Top = 32
    Width = 288
    Caption = 'Dozzzaqueux'
    Font.Color = clFuchsia
    Font.Height = -46
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
  end
  object Label2: TLabel
    Left = 40
    Height = 31
    Top = 120
    Width = 549
    Caption = 'Logiciel libre et gratuit de simulation de courbes de dosage'
    Font.Color = clGreen
    Font.Height = -21
    ParentColor = False
    ParentFont = False
  end
  object Label3: TLabel
    Left = 200
    Height = 21
    Top = 168
    Width = 303
    Caption = 'Version 3.04 du 10/08/2009, codée en Lazarus'
    ParentColor = False
  end
  object Label4: TLabel
    Left = 208
    Height = 21
    Top = 216
    Width = 261
    Caption = 'Par Jean-Marie Biansan, 2005 à 2009'
    Font.Color = clRed
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
  end
end