object fSyntChange: TfSyntChange Left = 482 Top = 205 BorderStyle = bsDialog Caption = 'Zm�na syntaxe' ClientHeight = 275 ClientWidth = 318 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 232 Top = 8 Width = 58 Height = 13 Caption = 'SQL dialekt:' end object ListBox: TListBox Left = 4 Top = 8 Width = 217 Height = 259 Anchors = [akLeft, akTop, akRight, akBottom] IntegralHeight = True ItemHeight = 15 Style = lbOwnerDrawFixed TabOrder = 0 OnClick = ListBoxClick end object bOK: TButton Left = 232 Top = 208 Width = 75 Height = 25 Anchors = [akLeft, akBottom] Caption = '&OK' Default = True TabOrder = 2 OnClick = bOKClick end object bCancel: TButton Left = 232 Top = 240 Width = 75 Height = 25 Anchors = [akLeft, akBottom] Cancel = True Caption = '&Storno' TabOrder = 3 OnClick = bCancelClick end object listSQL: TListBox Left = 231 Top = 24 Width = 82 Height = 113 ItemHeight = 15 Items.Strings = ( 'Standard' 'Interbase6' 'MSSQL7' 'MySQL' 'Oracle' 'Sybase' 'Ingres') Style = lbOwnerDrawFixed TabOrder = 1 OnClick = listSQLClick end end