-
Notifications
You must be signed in to change notification settings - Fork 3
/
poiskvbaze.lfm.bak
91 lines (91 loc) · 2.11 KB
/
poiskvbaze.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
object fPoiskVBaze: TfPoiskVBaze
Left = 309
Height = 256
Top = 163
Width = 767
Caption = 'Поиск программы по названию в базе данных'
ClientHeight = 256
ClientWidth = 767
OnClose = FormClose
LCLVersion = '1.6.2.0'
object NameEdit: TEdit
Left = 16
Height = 23
Top = 8
Width = 200
OnEditingDone = bPoiskVBazeClick
TabOrder = 0
end
object bPoiskVBaze: TButton
Left = 224
Height = 25
Top = 8
Width = 75
Caption = 'Поиск'
OnClick = bPoiskVBazeClick
TabOrder = 1
end
object DBGrid1: TDBGrid
Left = 0
Height = 220
Top = 40
Width = 768
Anchors = [akTop, akLeft, akRight, akBottom]
Color = clWindow
Columns = <>
DataSource = DataSource2
Options = [dgTitles, dgIndicator, dgColumnResize, dgColumnMove, dgColLines, dgRowLines, dgTabs, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
TabOrder = 2
end
object bOchistit: TButton
Left = 312
Height = 25
Top = 8
Width = 75
Caption = 'Очистить'
OnClick = bOchistitClick
TabOrder = 3
end
object Label1: TLabel
Left = 400
Height = 17
Top = 8
Width = 264
Caption = 'Совет: Лучше вводить название без версии'
Font.Height = -13
ParentColor = False
ParentFont = False
end
object SQLite3Connection1: TSQLite3Connection
Connected = False
LoginPrompt = False
DatabaseName = 'Lpro.db'
KeepConnection = False
CharSet = 'UTF8'
Options = []
left = 560
top = 136
end
object SQLTransaction2: TSQLTransaction
Active = False
Database = fMian.SQLite3Connection1
Options = []
left = 688
top = 136
end
object DataSource2: TDataSource
DataSet = SQLQuery2
left = 600
top = 200
end
object SQLQuery2: TSQLQuery
PacketRecords = -1
FieldDefs = <>
Database = fMian.SQLite3Connection1
Transaction = fMian.SQLTransaction1
Options = []
Params = <>
left = 688
top = 200
end
end