--- ibx/trunk/design/ibmodifysqleditor.lfm 2018/01/18 14:37:35 106 +++ ibx/trunk/design/ibmodifysqleditor.lfm 2018/01/18 14:37:40 107 @@ -1,6 +1,7 @@ inherited IBModifySQLEditorForm: TIBModifySQLEditorForm - Left = 949 + Left = 1041 Height = 512 + Top = 330 Caption = 'Modify SQL Editor' ClientHeight = 512 inherited Button1: TButton @@ -85,17 +86,40 @@ inherited IBModifySQLEditorForm: TIBModi end inherited ExecutePage: TTabSheet inherited Label18: TLabel - Visible = False - end - inherited SelectProcedure: TLabel - Width = 81 - Caption = 'Execute Only' + Top = 240 end inherited InputProcGrid: TIBDynamicGrid - Height = 224 + Height = 107 end inherited OutputProcGrid: TIBDynamicGrid - Visible = False + Left = 10 + Height = 112 + Top = 256 + Columns = < + item + ButtonStyle = cbsCheckboxColumn + PickList.Strings = ( ) + Title.Caption = 'SELECTED' + Width = 30 + FieldName = 'SELECTED' + AutoSizeColumn = False + InitialSortColumn = False + DBLookupProperties.ItemHeight = 0 + DBLookupProperties.ItemWidth = 0 + DBLookupProperties.AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending] + end + item + PickList.Strings = ( ) + Title.Caption = 'COLUMNNAME' + Width = 0 + Visible = False + FieldName = 'COLUMNNAME' + AutoSizeColumn = True + InitialSortColumn = False + DBLookupProperties.ItemHeight = 0 + DBLookupProperties.ItemWidth = 0 + DBLookupProperties.AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending] + end> end end end @@ -133,9 +157,6 @@ inherited IBModifySQLEditorForm: TIBModi ParamType = ptInput end> end - inherited UserProcedures: TIBQuery - AfterScroll = UserProceduresAfterScroll - end inherited ProcInputParams: TIBQuery ParamData = < item @@ -175,6 +196,9 @@ inherited IBModifySQLEditorForm: TIBModi left = 436 top = 203 end + inherited PackageNames: TIBQuery + BeforeClose = nil + end end object IncludePrimaryKeys: TCheckBox[9] Left = 24