home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 September / PCWorld_2002-09_cd.bin / Software / Topware / pspad / PSPad.exe / 0 / RCDATA / TFSYNTCHANGE / TFSYNTCHANGE.txt
Text File  |  2002-07-12  |  2KB  |  80 lines

  1. object fSyntChange: TfSyntChange
  2.   Left = 482
  3.   Top = 205
  4.   BorderStyle = bsDialog
  5.   Caption = 'Zm∩┐╜na syntaxe'
  6.   ClientHeight = 275
  7.   ClientWidth = 318
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 232
  22.     Top = 8
  23.     Width = 58
  24.     Height = 13
  25.     Caption = 'SQL dialekt:'
  26.   end
  27.   object ListBox: TListBox
  28.     Left = 4
  29.     Top = 8
  30.     Width = 217
  31.     Height = 259
  32.     Anchors = [akLeft, akTop, akRight, akBottom]
  33.     IntegralHeight = True
  34.     ItemHeight = 15
  35.     Style = lbOwnerDrawFixed
  36.     TabOrder = 0
  37.     OnClick = ListBoxClick
  38.   end
  39.   object bOK: TButton
  40.     Left = 232
  41.     Top = 208
  42.     Width = 75
  43.     Height = 25
  44.     Anchors = [akLeft, akBottom]
  45.     Caption = '&OK'
  46.     Default = True
  47.     TabOrder = 2
  48.     OnClick = bOKClick
  49.   end
  50.   object bCancel: TButton
  51.     Left = 232
  52.     Top = 240
  53.     Width = 75
  54.     Height = 25
  55.     Anchors = [akLeft, akBottom]
  56.     Cancel = True
  57.     Caption = '&Storno'
  58.     TabOrder = 3
  59.     OnClick = bCancelClick
  60.   end
  61.   object listSQL: TListBox
  62.     Left = 231
  63.     Top = 24
  64.     Width = 82
  65.     Height = 113
  66.     ItemHeight = 15
  67.     Items.Strings = (
  68.       'Standard'
  69.       'Interbase6'
  70.       'MSSQL7'
  71.       'MySQL'
  72.       'Oracle'
  73.       'Sybase'
  74.       'Ingres')
  75.     Style = lbOwnerDrawFixed
  76.     TabOrder = 1
  77.     OnClick = listSQLClick
  78.   end
  79. end
  80.