forked from motaz/turbobird
-
Notifications
You must be signed in to change notification settings - Fork 0
/
edittable.lfm
100 lines (100 loc) · 2.31 KB
/
edittable.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
object fmEditTable: TfmEditTable
Left = 602
Height = 300
Top = 404
Width = 568
ActiveControl = Panel1
Caption = 'fmEditTable'
ClientHeight = 300
ClientWidth = 568
OnClose = FormClose
OnCreate = FormCreate
Position = poScreenCenter
LCLVersion = '1.2.2.0'
object Panel1: TPanel
Left = 0
Height = 50
Top = 0
Width = 568
Align = alTop
ClientHeight = 50
ClientWidth = 568
ParentColor = False
TabOrder = 0
object Label1: TLabel
Left = 258
Height = 13
Top = 27
Width = 45
Caption = 'Record #'
ParentColor = False
end
object laPos: TLabel
Left = 326
Height = 13
Top = 27
Width = 6
Caption = '0'
Font.Color = 11610912
ParentColor = False
ParentFont = False
end
object DBNavigator1: TDBNavigator
Left = 8
Height = 25
Top = 21
Width = 241
BevelOuter = bvNone
ChildSizing.EnlargeHorizontal = crsScaleChilds
ChildSizing.EnlargeVertical = crsScaleChilds
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 100
ClientHeight = 25
ClientWidth = 241
Color = 14539471
DataSource = Datasource1
Options = []
ParentColor = False
TabOrder = 0
end
object bbSave: TBitBtn
Left = 480
Height = 30
Top = 15
Width = 75
Caption = 'Save'
OnClick = bbSaveClick
TabOrder = 1
end
end
object DBGrid1: TDBGrid
Left = 0
Height = 250
Top = 50
Width = 568
Align = alClient
Color = clWindow
Columns = <>
DataSource = Datasource1
FixedColor = 14539471
Options = [dgEditing, dgTitles, dgIndicator, dgColumnResize, dgColumnMove, dgColLines, dgRowLines, dgTabs, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit, dgHeaderHotTracking, dgHeaderPushedLook, dgAutoSizeColumns]
Scrollbars = ssAutoBoth
TabOrder = 1
TitleStyle = tsNative
end
object Datasource1: TDataSource
DataSet = sqEditTable
left = 472
top = 48
end
object sqEditTable: TSQLQuery
FieldDefs = <>
AutoCalcFields = False
AfterScroll = sqEditTableAfterScroll
Params = <>
left = 357
top = 20
end
end