object IBRefreshSQLEditorForm: TIBRefreshSQLEditorForm Left = 330 Height = 438 Top = 215 Width = 749 ActiveControl = TableNamesCombo Caption = 'Refresh SQL Editor' ClientHeight = 438 ClientWidth = 749 OnShow = FormShow LCLVersion = '0.9.28.2' object Label1: TLabel Left = 16 Height = 19 Top = 16 Width = 87 Caption = 'Table Name' ParentColor = False end object Label2: TLabel Left = 19 Height = 19 Top = 84 Width = 41 Caption = 'Fields' ParentColor = False end object Label3: TLabel Left = 279 Height = 19 Top = 16 Width = 29 Caption = 'SQL' ParentColor = False end object Label4: TLabel Left = 23 Height = 19 Top = 285 Width = 93 Caption = 'Primary Keys' ParentColor = False end object SQLText: TMemo Left = 279 Height = 328 Top = 36 Width = 439 ScrollBars = ssVertical TabOrder = 0 end object Button1: TButton Left = 552 Height = 30 Top = 380 Width = 72 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object Button2: TButton Left = 640 Height = 30 Top = 380 Width = 72 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object TableNamesCombo: TComboBox Left = 23 Height = 30 Top = 38 Width = 201 ItemHeight = 0 OnCloseUp = TableNamesComboCloseUp TabOrder = 3 end object FieldList: TListBox Left = 21 Height = 170 Top = 102 Width = 204 ItemHeight = 0 OnDblClick = FieldListDblClick TabOrder = 4 TopIndex = -1 end object Button3: TButton Left = 280 Height = 30 Top = 380 Width = 112 AutoSize = True Caption = 'Generate SQL' OnClick = Button3Click TabOrder = 5 end object Button4: TButton Left = 416 Height = 30 Top = 380 Width = 66 Caption = 'Test' OnClick = Button4Click TabOrder = 6 end object QuoteFields: TCheckBox Left = 16 Height = 22 Top = 380 Width = 144 Caption = '&Quote Identifiers' TabOrder = 7 end object PrimaryKeyList: TListBox Left = 23 Height = 59 Top = 304 Width = 200 ItemHeight = 0 OnDblClick = PrimaryKeyListDblClick TabOrder = 8 TopIndex = -1 end end