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

File Contents

# Content
1 inherited IBInsertSQLEditorForm: TIBInsertSQLEditorForm
2 Caption = 'Insert SQL Editor'
3 inherited GenerateBtn: TButton
4 OnClick = GenerateBtnClick
5 end
6 inherited PageControl: TPageControl
7 ActivePage = ExecutePage
8 TabIndex = 1
9 inherited SelectPage: TTabSheet
10 inherited FieldNamesGrid: TIBDynamicGrid
11 Height = 208
12 end
13 inherited PrimaryKeysGrid: TIBDynamicGrid
14 Visible = False
15 end
16 inherited SelectSelectAll: TCheckBox
17 Top = 296
18 end
19 end
20 inherited ExecutePage: TTabSheet
21 inherited Label18: TLabel
22 Visible = False
23 end
24 inherited SelectProcedure: TLabel
25 Visible = True
26 end
27 inherited InputProcGrid: TIBDynamicGrid
28 Height = 224
29 end
30 inherited OutputProcGrid: TIBDynamicGrid
31 Visible = False
32 end
33 end
34 end
35 inherited IBSQLEditFrame1: TIBSQLEditFrame
36 Left = 282
37 Height = 339
38 Top = 24
39 Width = 448
40 Anchors = [akTop, akLeft, akRight, akBottom]
41 ClientHeight = 339
42 ClientWidth = 448
43 TabOrder = 7
44 inherited SQLText: TSynEdit
45 Height = 313
46 Width = 448
47 end
48 inherited ToolBar1: TToolBar
49 Width = 448
50 end
51 inherited FieldNameList: TIBQuery
52 ParamData = <
53 item
54 DataType = ftUnknown
55 Name = 'RDB$RELATION_NAME'
56 ParamType = ptInput
57 end>
58 end
59 inherited PrimaryKeys: TIBQuery
60 ParamData = <
61 item
62 DataType = ftUnknown
63 Name = 'RDB$RELATION_NAME'
64 ParamType = ptInput
65 end>
66 end
67 inherited UserProcedures: TIBQuery
68 AfterScroll = UserProceduresAfterScroll
69 end
70 inherited ProcInputParams: TIBQuery
71 ParamData = <
72 item
73 DataType = ftUnknown
74 Name = 'RDB$PROCEDURE_NAME'
75 ParamType = ptInput
76 end>
77 end
78 inherited ProcOutputParams: TIBQuery
79 ParamData = <
80 item
81 DataType = ftUnknown
82 Name = 'RDB$PROCEDURE_NAME'
83 ParamType = ptInput
84 end>
85 end
86 inherited SQLTransaction: TIBTransaction
87 Params.Strings = ( )
88 end
89 end
90 end