inherited IBModifySQLEditorForm: TIBModifySQLEditorForm Caption = 'Modify SQL Editor' inherited GenerateBtn: TButton OnClick = GenerateBtnClick end inherited PageControl: TPageControl ActivePage = SelectPage TabIndex = 0 inherited SelectPage: TTabSheet object IncludePrimaryKeys: TCheckBox[8] Left = 5 Height = 22 Top = 300 Width = 221 Caption = 'Include Primary keys in Field List' Checked = True OnChange = IncludePrimaryKeysChange State = cbChecked TabOrder = 5 end end inherited ExecutePage: TTabSheet inherited Label18: TLabel Visible = False end inherited SelectProcedure: TLabel Width = 81 Caption = 'Execute Only' end inherited InputProcGrid: TIBDynamicGrid Height = 224 end inherited OutputProcGrid: TIBDynamicGrid Visible = False end end end inherited IBSQLEditFrame1: TIBSQLEditFrame Left = 282 Height = 339 Top = 24 Width = 448 Anchors = [akTop, akLeft, akRight, akBottom] ClientHeight = 339 ClientWidth = 448 TabOrder = 7 inherited SQLText: TSynEdit Height = 313 Width = 448 end inherited ToolBar1: TToolBar Width = 448 end inherited FieldNameList: TIBQuery ParamData = < item DataType = ftUnknown Name = 'RDB$RELATION_NAME' ParamType = ptInput end> end inherited PrimaryKeys: TIBQuery ParamData = < item DataType = ftUnknown Name = 'RDB$RELATION_NAME' ParamType = ptInput end> end inherited UserProcedures: TIBQuery AfterScroll = UserProceduresAfterScroll end inherited ProcInputParams: TIBQuery ParamData = < item DataType = ftUnknown Name = 'RDB$PROCEDURE_NAME' ParamType = ptInput end> end inherited ProcOutputParams: TIBQuery ParamData = < item DataType = ftUnknown Name = 'RDB$PROCEDURE_NAME' ParamType = ptInput end> end inherited SQLTransaction: TIBTransaction Params.Strings = ( ) end end end