-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChart.dfm
More file actions
43 lines (43 loc) · 894 Bytes
/
Copy pathChart.dfm
File metadata and controls
43 lines (43 loc) · 894 Bytes
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
object ChartForm: TChartForm
Left = 0
Top = 0
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Charts'
ClientHeight = 238
ClientWidth = 418
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnActivate = FormActivate
PixelsPerInch = 96
TextHeight = 13
object MainImage: TImage
Left = 0
Top = 0
Width = 272
Height = 238
Align = alClient
ExplicitLeft = 8
ExplicitTop = 8
ExplicitWidth = 105
ExplicitHeight = 105
end
object GenreMemo: TMemo
Left = 272
Top = 0
Width = 146
Height = 238
Align = alRight
Lines.Strings = (
'GenreMemo')
ReadOnly = True
ScrollBars = ssBoth
TabOrder = 0
end
end