-
Notifications
You must be signed in to change notification settings - Fork 3
/
ruchpoisk.lfm.bak
95 lines (95 loc) · 2.29 KB
/
ruchpoisk.lfm.bak
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
85
86
87
88
89
90
91
92
93
94
95
object fRuchPoisk: TfRuchPoisk
Left = 281
Height = 255
Top = 255
Width = 764
Caption = 'Ручной поиск следов программ в указанной папке'
ClientHeight = 255
ClientWidth = 764
OnCreate = FormCreate
LCLVersion = '1.6.2.0'
object bRuchPoisk: TButton
Left = 464
Height = 25
Top = 6
Width = 75
Caption = 'Поиск'
OnClick = bRuchPoiskClick
TabOrder = 0
end
object DBGrid1: TDBGrid
Left = 0
Height = 219
Top = 40
Width = 764
Anchors = [akTop, akLeft, akRight, akBottom]
Color = clWindow
Columns = <>
DataSource = DataSource3
TabOrder = 1
end
object bUkazKatalog: TButton
Left = 560
Height = 25
Top = 6
Width = 104
Caption = 'Указать каталог'
OnClick = bUkazKatalogClick
TabOrder = 2
end
object leKatalogSearch: TLabeledEdit
Left = 120
Height = 23
Top = 8
Width = 320
EditLabel.AnchorSideTop.Control = leKatalogSearch
EditLabel.AnchorSideTop.Side = asrCenter
EditLabel.AnchorSideRight.Control = leKatalogSearch
EditLabel.AnchorSideBottom.Control = leKatalogSearch
EditLabel.AnchorSideBottom.Side = asrBottom
EditLabel.Left = 10
EditLabel.Height = 15
EditLabel.Top = 12
EditLabel.Width = 107
EditLabel.Caption = 'Каталог для поиска'
EditLabel.ParentColor = False
LabelPosition = lpLeft
ParentBidiMode = False
TabOrder = 3
end
object SQLite3Connection1: TSQLite3Connection
Connected = False
LoginPrompt = False
DatabaseName = 'Lpro.db'
KeepConnection = False
CharSet = 'UTF8'
Options = []
left = 520
top = 104
end
object SQLTransaction3: TSQLTransaction
Active = False
Database = fMian.SQLite3Connection1
Options = []
left = 624
top = 104
end
object DataSource3: TDataSource
DataSet = SQLQuery3
left = 520
top = 176
end
object SQLQuery3: TSQLQuery
FieldDefs = <>
Database = fMian.SQLite3Connection1
Transaction = fMian.SQLTransaction1
Options = []
Params = <>
left = 624
top = 184
end
object SelectDirectoryDialog1: TSelectDirectoryDialog
left = 344
top = 72
end
end