object IBInsertSQLEditorForm: TIBInsertSQLEditorForm Left = 334 Height = 436 Top = 239 Width = 748 ActiveControl = TableNamesCombo Caption = 'Insert SQL Editor' ClientHeight = 436 ClientWidth = 748 OnShow = FormShow LCLVersion = '0.9.30' object Label1: TLabel Left = 16 Height = 18 Top = 16 Width = 78 Caption = 'Table Name' ParentColor = False end object Label2: TLabel Left = 19 Height = 18 Top = 84 Width = 39 Caption = 'Fields' ParentColor = False end object Label3: TLabel Left = 279 Height = 18 Top = 16 Width = 26 Caption = 'SQL' ParentColor = False end object SQLText: TMemo Left = 279 Height = 326 Top = 36 Width = 438 Anchors = [akTop, akLeft, akRight, akBottom] ScrollBars = ssAutoBoth TabOrder = 0 end object Button1: TButton Left = 551 Height = 30 Top = 378 Width = 72 Anchors = [akRight, akBottom] Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object Button2: TButton Left = 639 Height = 30 Top = 378 Width = 72 Anchors = [akRight, akBottom] Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object TableNamesCombo: TComboBox Left = 24 Height = 29 Top = 38 Width = 201 ItemHeight = 0 OnCloseUp = TableNamesComboCloseUp TabOrder = 3 end object FieldList: TListBox Left = 21 Height = 258 Hint = 'Select Fields to include in Insert Statement, or leave unselected to select all' Top = 102 Width = 204 ItemHeight = 0 MultiSelect = True OnDblClick = FieldListDblClick ParentShowHint = False ShowHint = True TabOrder = 4 TopIndex = -1 end object GenerateBtn: TButton Left = 279 Height = 30 Top = 378 Width = 101 Anchors = [akRight, akBottom] Caption = 'Generate SQL' OnClick = GenerateBtnClick TabOrder = 5 end object TestBtn: TButton Left = 415 Height = 30 Top = 378 Width = 66 Anchors = [akRight, akBottom] Caption = 'Test' OnClick = TestBtnClick TabOrder = 6 end object QuoteFields: TCheckBox Left = 16 Height = 22 Top = 380 Width = 132 Caption = '&Quote Identifiers' TabOrder = 7 end object IBTransaction1: TIBTransaction Active = False left = 200 top = 388 end end