home *** CD-ROM | disk | FTP | other *** search
- object fSyntChange: TfSyntChange
- Left = 511
- Top = 176
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- BorderStyle = bsToolWindow
- Caption = 'Zm'#283'na syntaxe'
- ClientHeight = 449
- ClientWidth = 276
- 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
- DesignSize = (
- 276
- 449)
- PixelsPerInch = 96
- TextHeight = 13
- object lSQLDialect: TLabel
- Left = 200
- Top = 8
- Width = 58
- Height = 13
- Caption = 'SQL dialekt:'
- end
- object ListBox: TListBox
- Left = 0
- Top = 0
- Width = 189
- Height = 439
- Style = lbOwnerDrawFixed
- Align = alLeft
- IntegralHeight = True
- ItemHeight = 15
- TabOrder = 0
- OnClick = ListBoxClick
- OnDblClick = bOKClick
- end
- object bOK: TButton
- Left = 200
- Top = 382
- Width = 75
- Height = 25
- Anchors = [akLeft, akBottom]
- Caption = '&OK'
- Default = True
- TabOrder = 2
- OnClick = bOKClick
- end
- object bCancel: TButton
- Left = 200
- Top = 414
- Width = 75
- Height = 25
- Anchors = [akLeft, akBottom]
- Cancel = True
- Caption = '&Storno'
- TabOrder = 3
- OnClick = bCancelClick
- end
- object listSQL: TListBox
- Left = 199
- Top = 24
- Width = 74
- Height = 124
- Style = lbOwnerDrawFixed
- IntegralHeight = True
- ItemHeight = 15
- Items.Strings = (
- 'Standard'
- 'Interbase'
- 'MSSQL 7'
- 'MySQL'
- 'Oracle'
- 'Sybase'
- 'Ingres'
- 'MSSQL 2000')
- TabOrder = 1
- OnClick = listSQLClick
- end
- end
-