-
Notifications
You must be signed in to change notification settings - Fork 0
/
cardedit.lfm
64 lines (64 loc) · 1.35 KB
/
cardedit.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
object CardEditForm: TCardEditForm
Left = 887
Height = 265
Top = 114
Width = 463
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'CardEditForm'
ClientHeight = 265
ClientWidth = 463
OnClose = FormClose
PopupMode = pmAuto
Position = poScreenCenter
LCLVersion = '1.0.12.0'
object CardEditGroupBox: TGroupBox
Left = 14
Height = 161
Top = 12
Width = 343
AutoSize = True
Caption = 'Редактировать запись'
Constraints.MinWidth = 343
TabOrder = 0
end
object BtnSave: TButton
Left = 371
Height = 23
Top = 15
Width = 74
Caption = 'Сохранить'
OnClick = BtnSaveClick
TabOrder = 1
end
object BtnCancel: TButton
Left = 371
Height = 23
Top = 48
Width = 74
Caption = 'Отмена'
OnClick = BtnCancelClick
TabOrder = 2
end
object CardEditSQLQuery: TSQLQuery
FieldDefs = <>
Database = ConnectModule.IBConnection
Transaction = ConnectModule.SQLTransaction
Params = <>
left = 264
top = 208
end
object CardEditDataSource: TDatasource
DataSet = CardEditSQLQuery
left = 336
top = 208
end
object ProcessSQL: TSQLQuery
FieldDefs = <>
Database = ConnectModule.IBConnection
Transaction = ConnectModule.SQLTransaction
Params = <>
left = 56
top = 208
end
end