ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/design/ibrefreshsqleditor.lfm
Revision: 80
Committed: Mon Jan 1 11:31:07 2018 UTC (6 years, 3 months ago) by tony
File size: 1782 byte(s)
Log Message:
Fixes merged into public release

File Contents

# User Rev Content
1 tony 80 inherited IBRefreshSQLEditorForm: TIBRefreshSQLEditorForm
2 tony 5 Caption = 'Refresh SQL Editor'
3 tony 80 inherited GenerateBtn: TButton
4     OnClick = GenerateBtnClick
5 tony 5 end
6 tony 80 inherited PageControl: TPageControl
7     ActivePage = SelectPage
8     ShowTabs = False
9     TabIndex = 0
10     inherited SelectPage: TTabSheet
11     ClientHeight = 349
12     end
13     inherited ExecutePage: TTabSheet
14     ClientHeight = 349
15     end
16 tony 5 end
17 tony 80 inherited IBSQLEditFrame1: TIBSQLEditFrame
18     Left = 282
19     Height = 339
20     Top = 24
21     Width = 448
22 tony 7 Anchors = [akTop, akLeft, akRight, akBottom]
23 tony 80 ClientHeight = 339
24     ClientWidth = 448
25 tony 5 TabOrder = 7
26 tony 80 DesignLeft = 1974
27     DesignTop = 200
28     inherited SQLText: TSynEdit
29     Height = 313
30     Width = 448
31     end
32     inherited ToolBar1: TToolBar
33     Width = 448
34     end
35     inherited FieldNameList: TIBQuery
36     ParamData = <
37     item
38     DataType = ftUnknown
39     Name = 'RDB$RELATION_NAME'
40     ParamType = ptInput
41     end>
42     end
43     inherited PrimaryKeys: TIBQuery
44     ParamData = <
45     item
46     DataType = ftUnknown
47     Name = 'RDB$RELATION_NAME'
48     ParamType = ptInput
49     end>
50     end
51     inherited UserProcedures: TIBQuery
52     AfterScroll = UserProceduresAfterScroll
53     end
54     inherited ProcInputParams: TIBQuery
55     ParamData = <
56     item
57     DataType = ftUnknown
58     Name = 'RDB$PROCEDURE_NAME'
59     ParamType = ptInput
60     end>
61     end
62     inherited ProcOutputParams: TIBQuery
63     ParamData = <
64     item
65     DataType = ftUnknown
66     Name = 'RDB$PROCEDURE_NAME'
67     ParamType = ptInput
68     end>
69     end
70     inherited SQLTransaction: TIBTransaction
71     Params.Strings = ( )
72     end
73 tony 5 end
74     end