-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathprosmotrreestra.lfm
84 lines (84 loc) · 1.92 KB
/
prosmotrreestra.lfm
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
object fProsmotrReestra: TfProsmotrReestra
Left = 329
Height = 520
Top = 235
Width = 897
Caption = 'Просмотр реестра'
ClientHeight = 520
ClientWidth = 897
OnActivate = FormActivate
OnDeactivate = FormDeactivate
OnDestroy = FormDestroy
LCLVersion = '1.6.4.0'
object values: TListView
Left = 288
Height = 520
Top = 0
Width = 609
Align = alClient
AutoWidthLastColumn = True
Columns = <
item
AutoSize = True
Caption = 'Параметр'
Width = 70
end
item
Caption = 'Тип'
Width = 60
end
item
Caption = 'Значение'
Width = 475
end>
ColumnClick = False
ReadOnly = True
TabOrder = 0
ViewStyle = vsReport
end
object keys: TTreeView
Left = 0
Height = 520
Top = 0
Width = 288
Align = alLeft
DefaultItemHeight = 18
ReadOnly = True
TabOrder = 1
OnChange = keysChange
OnExpanding = keysExpanding
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
end
object SQLQuery1: TSQLQuery
PacketRecords = -1
FieldDefs = <>
Database = fMian.SQLite3Connection1
Transaction = fMian.SQLTransaction1
Options = []
Params = <>
left = 388
top = 156
end
object SQLTransaction1: TSQLTransaction
Active = False
Database = fMian.SQLite3Connection1
Options = []
left = 348
top = 92
end
object DataSource1: TDataSource
DataSet = SQLQuery1
left = 292
top = 68
end
object SQLite3Connection1: TSQLite3Connection
Connected = False
LoginPrompt = False
DatabaseName = 'Lpro.db'
KeepConnection = False
CharSet = 'UTF8'
Options = []
left = 436
top = 60
end
end