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, 2 months ago) by tony
File size: 1782 byte(s)
Log Message:
Fixes merged into public release

File Contents

# Content
1 inherited IBRefreshSQLEditorForm: TIBRefreshSQLEditorForm
2 Caption = 'Refresh SQL Editor'
3 inherited GenerateBtn: TButton
4 OnClick = GenerateBtnClick
5 end
6 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 end
17 inherited IBSQLEditFrame1: TIBSQLEditFrame
18 Left = 282
19 Height = 339
20 Top = 24
21 Width = 448
22 Anchors = [akTop, akLeft, akRight, akBottom]
23 ClientHeight = 339
24 ClientWidth = 448
25 TabOrder = 7
26 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 end
74 end