1 |
object SelectSQLResults: TSelectSQLResults |
2 |
Left = 429 |
3 |
Height = 436 |
4 |
Top = 275 |
5 |
Width = 693 |
6 |
Anchors = [] |
7 |
Caption = 'Select SQL Results' |
8 |
ClientHeight = 436 |
9 |
ClientWidth = 693 |
10 |
OnClose = FormClose |
11 |
OnShow = FormShow |
12 |
Position = poDefaultPosOnly |
13 |
LCLVersion = '1.4.4.0' |
14 |
object IBDynamicGrid1: TIBDynamicGrid |
15 |
Left = 0 |
16 |
Height = 436 |
17 |
Top = 0 |
18 |
Width = 693 |
19 |
Align = alClient |
20 |
Color = clWindow |
21 |
Columns = <> |
22 |
DataSource = DataSource1 |
23 |
Options = [dgEditing, dgTitles, dgIndicator, dgColumnResize, dgColumnMove, dgColLines, dgRowLines, dgTabs, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit, dgAutoSizeColumns] |
24 |
Scrollbars = ssAutoBoth |
25 |
TabOrder = 0 |
26 |
ExpandEditorPanelBelowRow = False |
27 |
Descending = False |
28 |
EditorBorderStyle = bsSingle |
29 |
DefaultPositionAtEnd = False |
30 |
end |
31 |
object SelectQuery: TIBQuery |
32 |
Database = Form1.IBDatabase1 |
33 |
Transaction = IBTransaction1 |
34 |
BufferChunks = 1000 |
35 |
CachedUpdates = False |
36 |
GenerateParamNames = False |
37 |
GeneratorField.ApplyOnEvent = gaeOnNewRecord |
38 |
Params = <> |
39 |
DataSetCloseAction = dcDiscardChanges |
40 |
left = 591 |
41 |
top = 61 |
42 |
end |
43 |
object IBTransaction1: TIBTransaction |
44 |
Active = False |
45 |
DefaultDatabase = Form1.IBDatabase1 |
46 |
Params.Strings = ( |
47 |
'concurrency' |
48 |
'nowait' |
49 |
) |
50 |
left = 591 |
51 |
top = 110 |
52 |
end |
53 |
object DataSource1: TDataSource |
54 |
DataSet = SelectQuery |
55 |
left = 537 |
56 |
top = 64 |
57 |
end |
58 |
end |