-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUFormManager.lfm
More file actions
44 lines (44 loc) · 1.2 KB
/
UFormManager.lfm
File metadata and controls
44 lines (44 loc) · 1.2 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
object FormManager: TFormManager
Left = 439
Height = 334
Top = 278
Width = 581
ClientHeight = 334
ClientWidth = 581
OnCreate = FormCreate
LCLVersion = '1.6.0.4'
object FDBFormsView: TTreeView
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 0
Height = 334
Top = 0
Width = 581
Anchors = [akTop, akLeft, akRight, akBottom]
DefaultItemHeight = 18
ReadOnly = True
TabOrder = 0
OnMouseUp = FDBFormsViewMouseUp
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
end
object TreeActionsMenu: TPopupMenu
left = 296
top = 40
object FShowItem: TMenuItem
Caption = 'Показать'
OnClick = FShowItemClick
end
object FCloseChildsMenu: TMenuItem
Caption = 'Закрыть дочерние окна'
OnClick = FCloseChildsMenuClick
end
object FCloseMenu: TMenuItem
Caption = 'Закрыть'
OnClick = FCloseMenuClick
end
end
end