-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUnit5.dfm
75 lines (75 loc) · 1.61 KB
/
Unit5.dfm
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
object Form5: TForm5
Left = 582
Top = 307
Width = 413
Height = 267
Caption = 'O programie '
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 16
Width = 361
Height = 29
Caption = 'Otwarte Obliczenia Trakcyjne ver. 0.2'
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clWindowText
Font.Height = -24
Font.Name = 'Calibri'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 72
Top = 56
Width = 221
Height = 13
Caption = 'Program powsta'#322' w ramach pracy magisterskiej'
end
object Label3: TLabel
Left = 24
Top = 80
Width = 347
Height = 13
Caption =
'"Analiza Przepustowosci Linii Kolejowej z wykorzystaniem systemu' +
' ETCS"'
end
object Label4: TLabel
Left = 32
Top = 112
Width = 328
Height = 13
Caption = 'Wykorzystanie programu w celach komercyjnych bez pisemnej zgody '
end
object Label5: TLabel
Left = 136
Top = 128
Width = 110
Height = 13
Caption = 'autora jest zabronione.'
end
object Label6: TLabel
Left = 128
Top = 152
Width = 134
Height = 13
Caption = '(C) Stanis'#322'aw Sobczyk 2017'
end
object Button1: TButton
Left = 144
Top = 184
Width = 97
Height = 33
Caption = 'Zamknij'
TabOrder = 0
OnClick = Button1Click
end
end