-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIDEStructureForm.dfm
More file actions
52 lines (52 loc) · 1.02 KB
/
Copy pathIDEStructureForm.dfm
File metadata and controls
52 lines (52 loc) · 1.02 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
object frmIDEStructure: TfrmIDEStructure
Left = 0
Top = 0
BorderIcons = [biSystemMenu, biMaximize]
Caption = 'IDE Structure'
ClientHeight = 501
ClientWidth = 719
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Memo: TMemo
Left = 0
Top = 0
Width = 719
Height = 482
Align = alClient
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
ScrollBars = ssBoth
TabOrder = 0
end
object StatusBar: TStatusBar
Left = 0
Top = 482
Width = 719
Height = 19
Panels = <
item
Width = 300
end>
end
object Timer: TTimer
Interval = 100
OnTimer = TimerTimer
Left = 200
Top = 160
end
end