-
Notifications
You must be signed in to change notification settings - Fork 0
/
AppInfo.dfm
112 lines (112 loc) · 2.41 KB
/
AppInfo.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
object ApplicationData: TApplicationData
Left = 555
Top = 281
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Dane aplikacji'
ClientHeight = 219
ClientWidth = 458
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poDesigned
PixelsPerInch = 96
TextHeight = 13
object LabelInfo: TLabel
Left = 8
Top = 8
Width = 154
Height = 29
Caption = 'Problem nr 9'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -24
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object LabelTitle: TLabel
Left = 17
Top = 34
Width = 420
Height = 23
Caption = 'Rozwi'#261'zywanie uk'#322'adu r'#243'wna'#324' metod'#261' Jacobiego.'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -19
Font.Name = 'Tahoma'
Font.Style = [fsItalic]
ParentFont = False
end
object LabelAuthor: TLabel
Left = 8
Top = 88
Width = 66
Height = 29
Caption = 'Autor'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -24
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object LabelName: TLabel
Left = 17
Top = 114
Width = 98
Height = 19
Caption = 'Bartosz G'#243'rka'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object LabelGroup: TLabel
Left = 17
Top = 134
Width = 106
Height = 19
Caption = 'Informatyka I4'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object LabelIndex: TLabel
Left = 17
Top = 153
Width = 84
Height = 19
Caption = 'INF 127228'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object LabelURL: TLabel
Left = 160
Top = 193
Width = 139
Height = 18
Cursor = crHandPoint
Caption = 'www.bartosz-gorka.pl'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -15
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
OnClick = LabelURLClick
end
end