-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathunitoprogramie.lfm
More file actions
80 lines (80 loc) · 1.8 KB
/
unitoprogramie.lfm
File metadata and controls
80 lines (80 loc) · 1.8 KB
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
object FormOprogramie: TFormOprogramie
Left = 350
Height = 218
Top = 250
Width = 340
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'O programie'
ClientHeight = 218
ClientWidth = 340
Position = poMainFormCenter
LCLVersion = '4.4.0.0'
object Memo1: TMemo
Left = 0
Height = 186
Top = 0
Width = 340
Align = alClient
Alignment = taCenter
Color = clBlack
Font.CharSet = EASTEUROPE_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
Lines.Strings = (
'Avocado IDE'
'Środowisko programistyczne dla polskiego języka programowania Avocado, '
'w tym sam język Avocado.'
'Zaktualizowano: 1.05.2026 r.'
'www.avocado.dimitalart.pl'
'Oficjalna strona internetowa '
'www.avocado.code.com'
)
ParentFont = False
ReadOnly = True
TabOrder = 0
end
object Panel1: TPanel
Left = 0
Height = 32
Top = 186
Width = 340
Align = alBottom
Caption = 'Panel1'
ClientHeight = 32
ClientWidth = 340
ParentBackground = False
TabOrder = 1
object Panel2: TPanel
Left = 1
Height = 32
Top = -1
Width = 338
Align = alBottom
BevelColor = clWindow
ClientHeight = 32
ClientWidth = 338
Color = clWindow
ParentBackground = False
ParentColor = False
TabOrder = 0
object SpeedButton1: TSpeedButton
Left = 307
Height = 30
Top = 1
Width = 30
Align = alRight
Caption = 'Ok'
Color = clWindowFrame
Font.CharSet = EASTEUROPE_CHARSET
Font.Height = -13
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentFont = False
OnClick = SpeedButton1Click
end
end
end
end