1 |
|
inherited IBSQLEditorForm: TIBSQLEditorForm |
2 |
< |
Left = 582 |
2 |
> |
Left = 506 |
3 |
|
Height = 555 |
4 |
< |
Top = 415 |
4 |
> |
Top = 383 |
5 |
|
Width = 776 |
6 |
|
Caption = 'IBSQL Editor' |
7 |
|
ClientHeight = 555 |
48 |
|
end |
49 |
|
inherited ExecutePage: TTabSheet |
50 |
|
ClientHeight = 450 |
51 |
+ |
inherited Label16: TLabel |
52 |
+ |
Left = 10 |
53 |
+ |
end |
54 |
+ |
inherited Label17: TLabel |
55 |
+ |
Top = 128 |
56 |
+ |
end |
57 |
+ |
inherited Label18: TLabel |
58 |
+ |
Top = 280 |
59 |
+ |
end |
60 |
+ |
inherited ProcedureNames: TIBLookupComboEditBox |
61 |
+ |
Left = 10 |
62 |
+ |
Top = 72 |
63 |
+ |
end |
64 |
+ |
inherited InputProcGrid: TIBDynamicGrid |
65 |
+ |
Left = 8 |
66 |
+ |
Height = 122 |
67 |
+ |
Top = 144 |
68 |
+ |
end |
69 |
+ |
inherited OutputProcGrid: TIBDynamicGrid |
70 |
+ |
Top = 296 |
71 |
+ |
Columns = < |
72 |
+ |
item |
73 |
+ |
ButtonStyle = cbsCheckboxColumn |
74 |
+ |
PickList.Strings = ( ) |
75 |
+ |
Title.Caption = 'SELECTED' |
76 |
+ |
Width = 30 |
77 |
+ |
FieldName = 'SELECTED' |
78 |
+ |
AutoSizeColumn = False |
79 |
+ |
InitialSortColumn = False |
80 |
+ |
DBLookupProperties.ItemHeight = 0 |
81 |
+ |
DBLookupProperties.ItemWidth = 0 |
82 |
+ |
DBLookupProperties.AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending] |
83 |
+ |
end |
84 |
+ |
item |
85 |
+ |
PickList.Strings = ( ) |
86 |
+ |
Title.Caption = 'COLUMNNAME' |
87 |
+ |
Width = 64 |
88 |
+ |
FieldName = 'COLUMNNAME' |
89 |
+ |
AutoSizeColumn = True |
90 |
+ |
InitialSortColumn = False |
91 |
+ |
DBLookupProperties.ItemHeight = 0 |
92 |
+ |
DBLookupProperties.ItemWidth = 0 |
93 |
+ |
DBLookupProperties.AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending] |
94 |
+ |
end> |
95 |
+ |
end |
96 |
+ |
object SelectProcedure: TLabel[8] |
97 |
+ |
Left = 10 |
98 |
+ |
Height = 13 |
99 |
+ |
Top = 104 |
100 |
+ |
Width = 168 |
101 |
+ |
Anchors = [akLeft, akBottom] |
102 |
+ |
Caption = 'This is a ''Select Procedure''' |
103 |
+ |
Font.Height = -11 |
104 |
+ |
Font.Style = [fsBold] |
105 |
+ |
ParentColor = False |
106 |
+ |
ParentFont = False |
107 |
+ |
Visible = False |
108 |
+ |
end |
109 |
|
end |
110 |
|
end |
111 |
|
inherited GenerateParams: TCheckBox |
188 |
|
left = 436 |
189 |
|
top = 203 |
190 |
|
end |
191 |
+ |
inherited PackageNames: TIBQuery |
192 |
+ |
BeforeClose = nil |
193 |
+ |
end |
194 |
|
end |
195 |
|
object TabControl1: TTabControl[9] |
196 |
|
Left = 11 |
199 |
|
Width = 59 |
200 |
|
OnChange = TabControl1Change |
201 |
|
TabPosition = tpLeft |
202 |
< |
TabIndex = 0 |
202 |
> |
TabIndex = 4 |
203 |
|
Tabs.Strings = ( |
204 |
|
'Select' |
205 |
|
'Insert' |