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.6.0.4' |
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 |
AllowAutoActivateTransaction = True |
33 |
Database = Form1.IBDatabase1 |
34 |
Transaction = IBTransaction1 |
35 |
BufferChunks = 1000 |
36 |
CachedUpdates = False |
37 |
GenerateParamNames = False |
38 |
GeneratorField.ApplyOnEvent = gaeOnNewRecord |
39 |
Params = <> |
40 |
DataSetCloseAction = dcDiscardChanges |
41 |
left = 591 |
42 |
top = 61 |
43 |
end |
44 |
object IBTransaction1: TIBTransaction |
45 |
Active = False |
46 |
DefaultDatabase = Form1.IBDatabase1 |
47 |
Params.Strings = ( |
48 |
'concurrency' |
49 |
'nowait' |
50 |
) |
51 |
left = 591 |
52 |
top = 110 |
53 |
end |
54 |
object DataSource1: TDataSource |
55 |
DataSet = SelectQuery |
56 |
left = 537 |
57 |
top = 64 |
58 |
end |
59 |
end |