home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Freeware / Programare / PSPad / PSPad.exe / 0 / RCDATA / TFSYNTCHANGE / TFSYNTCHANGE.txt
Encoding:
Text File  |  2004-06-06  |  1.7 KB  |  87 lines

  1. object fSyntChange: TfSyntChange
  2.   Left = 511
  3.   Top = 176
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Zm'#283'na syntaxe'
  7.   ClientHeight = 449
  8.   ClientWidth = 276
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   DesignSize = (
  20.     276
  21.     449)
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object lSQLDialect: TLabel
  25.     Left = 200
  26.     Top = 8
  27.     Width = 58
  28.     Height = 13
  29.     Caption = 'SQL dialekt:'
  30.   end
  31.   object ListBox: TListBox
  32.     Left = 0
  33.     Top = 0
  34.     Width = 189
  35.     Height = 439
  36.     Style = lbOwnerDrawFixed
  37.     Align = alLeft
  38.     IntegralHeight = True
  39.     ItemHeight = 15
  40.     TabOrder = 0
  41.     OnClick = ListBoxClick
  42.     OnDblClick = bOKClick
  43.   end
  44.   object bOK: TButton
  45.     Left = 200
  46.     Top = 382
  47.     Width = 75
  48.     Height = 25
  49.     Anchors = [akLeft, akBottom]
  50.     Caption = '&OK'
  51.     Default = True
  52.     TabOrder = 2
  53.     OnClick = bOKClick
  54.   end
  55.   object bCancel: TButton
  56.     Left = 200
  57.     Top = 414
  58.     Width = 75
  59.     Height = 25
  60.     Anchors = [akLeft, akBottom]
  61.     Cancel = True
  62.     Caption = '&Storno'
  63.     TabOrder = 3
  64.     OnClick = bCancelClick
  65.   end
  66.   object listSQL: TListBox
  67.     Left = 199
  68.     Top = 24
  69.     Width = 74
  70.     Height = 124
  71.     Style = lbOwnerDrawFixed
  72.     IntegralHeight = True
  73.     ItemHeight = 15
  74.     Items.Strings = (
  75.       'Standard'
  76.       'Interbase'
  77.       'MSSQL 7'
  78.       'MySQL'
  79.       'Oracle'
  80.       'Sybase'
  81.       'Ingres'
  82.       'MSSQL 2000')
  83.     TabOrder = 1
  84.     OnClick = listSQLClick
  85.   end
  86. end
  87.