inherited IBSQLEditorForm: TIBSQLEditorForm Left = 315 Width = 776 Caption = 'IBSQL Editor' ClientWidth = 776 OnShow = FormShow inherited Label3: TLabel Left = 312 end inherited Button1: TButton Left = 579 end inherited Button2: TButton Left = 667 end inherited GenerateBtn: TButton Left = 307 OnClick = GenerateBtnClick end inherited TestBtn: TButton Left = 443 end inherited QuoteFields: TCheckBox Left = 68 end inherited PageControl: TPageControl Left = 68 ActivePage = SelectPage ShowTabs = False TabIndex = 0 inherited SelectPage: TTabSheet ClientHeight = 349 inherited Label4: TLabel Top = 256 end inherited FieldNamesGrid: TIBDynamicGrid Height = 136 end inherited PrimaryKeysGrid: TIBDynamicGrid Top = 272 end inherited SelectSelectAll: TCheckBox Left = 8 Top = 224 end object IncludePrimaryKeys: TCheckBox[8] Left = 5 Height = 22 Top = 328 Width = 221 Caption = 'Include Primary keys in Field List' Checked = True OnChange = IncludePrimaryKeysChange State = cbChecked TabOrder = 5 end end inherited ExecutePage: TTabSheet ClientHeight = 349 end end inherited GenerateParams: TCheckBox Left = 68 end inherited IBSQLEditFrame1: TIBSQLEditFrame Left = 312 Height = 339 Top = 24 Width = 447 Anchors = [akTop, akLeft, akRight, akBottom] ClientHeight = 339 ClientWidth = 447 TabOrder = 7 DesignLeft = 1974 DesignTop = 200 inherited SQLText: TSynEdit Height = 313 Width = 447 end inherited ToolBar1: TToolBar Width = 447 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 object TabControl1: TTabControl[9] Left = 11 Height = 312 Top = 8 Width = 59 OnChange = TabControl1Change TabPosition = tpLeft TabIndex = 0 Tabs.Strings = ( 'Select' 'Insert' 'Modify' 'Delete' 'Execute' ) TabOrder = 8 end end