object IBRefreshSQLEditorForm: TIBRefreshSQLEditorForm Left = 492 Height = 438 Top = 340 Width = 749 ActiveControl = TableNamesCombo Caption = 'Refresh SQL Editor' ClientHeight = 438 ClientWidth = 749 OnShow = FormShow LCLVersion = '1.2.2.0' object Label1: TLabel Left = 16 Height = 15 Top = 16 Width = 69 Caption = 'Table Name' ParentColor = False end object Label2: TLabel Left = 19 Height = 15 Top = 84 Width = 33 Caption = 'Fields' ParentColor = False end object Label3: TLabel Left = 279 Height = 15 Top = 16 Width = 24 Caption = 'SQL' ParentColor = False end object Label4: TLabel Left = 23 Height = 15 Top = 285 Width = 77 Caption = 'Primary Keys' ParentColor = False end object SQLText: TMemo Left = 279 Height = 328 Top = 36 Width = 439 Anchors = [akTop, akLeft, akRight, akBottom] ScrollBars = ssAutoBoth TabOrder = 0 end object Button1: TButton Left = 552 Height = 30 Top = 380 Width = 72 Anchors = [akRight, akBottom] Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object Button2: TButton Left = 640 Height = 30 Top = 380 Width = 72 Anchors = [akRight, akBottom] Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object TableNamesCombo: TComboBox Left = 23 Height = 27 Top = 38 Width = 201 ItemHeight = 0 OnCloseUp = TableNamesComboCloseUp TabOrder = 3 end object FieldList: TListBox Left = 21 Height = 170 Hint = 'Select Fields to include in Refresh Statements, or leave unselected to select all' Top = 102 Width = 204 ItemHeight = 0 MultiSelect = True OnDblClick = FieldListDblClick ParentShowHint = False ScrollWidth = 202 ShowHint = True TabOrder = 4 TopIndex = -1 end object GenerateBtn: TButton Left = 279 Height = 30 Top = 380 Width = 101 Anchors = [akRight, akBottom] Caption = 'Generate SQL' OnClick = GenerateBtnClick TabOrder = 5 end object TestBtn: TButton Left = 416 Height = 30 Top = 380 Width = 66 Anchors = [akRight, akBottom] Caption = 'Test' OnClick = TestBtnClick TabOrder = 6 end object QuoteFields: TCheckBox Left = 16 Height = 24 Top = 400 Width = 127 Caption = '&Quote Identifiers' TabOrder = 7 end object PrimaryKeyList: TListBox Left = 23 Height = 59 Top = 304 Width = 200 ItemHeight = 0 OnDblClick = PrimaryKeyListDblClick ScrollWidth = 198 TabOrder = 8 TopIndex = -1 end object GenerateParams: TCheckBox Left = 16 Height = 24 Top = 376 Width = 173 Caption = 'Allow DSQL Placeholders' TabOrder = 9 end object IBTransaction1: TIBTransaction Active = False left = 205 top = 386 end end