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

  1. object fSpellCheck: TfSpellCheck
  2.   Left = 341
  3.   Top = 242
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Pravopis'
  7.   ClientHeight = 250
  8.   ClientWidth = 308
  9.   Color = clBtnFace
  10.   Font.Charset = EASTEUROPE_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.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lSpellWord: TLabel
  21.     Left = 10
  22.     Top = 8
  23.     Width = 51
  24.     Height = 13
  25.     Caption = 'lSpellWord'
  26.   end
  27.   object bSpellSkip: TButton
  28.     Left = 184
  29.     Top = 8
  30.     Width = 115
  31.     Height = 25
  32.     Caption = '&P'#345'esko'#269'it'
  33.     ModalResult = 7
  34.     TabOrder = 6
  35.   end
  36.   object bSpellSkipAll: TButton
  37.     Left = 184
  38.     Top = 40
  39.     Width = 115
  40.     Height = 25
  41.     Caption = 'P'#345'&eskakovat'
  42.     ModalResult = 9
  43.     TabOrder = 7
  44.   end
  45.   object bSpellAddWord: TButton
  46.     Left = 184
  47.     Top = 80
  48.     Width = 115
  49.     Height = 25
  50.     Caption = 'P'#345'i&dat do slovn'#237'ku'
  51.     ModalResult = 1
  52.     TabOrder = 8
  53.   end
  54.   object eSpellWord: TEdit
  55.     Left = 8
  56.     Top = 24
  57.     Width = 161
  58.     Height = 21
  59.     TabOrder = 4
  60.     OnChange = eSpellWordChange
  61.   end
  62.   object lbSpellSuggest: TListBox
  63.     Left = 8
  64.     Top = 48
  65.     Width = 161
  66.     Height = 193
  67.     ItemHeight = 13
  68.     TabOrder = 5
  69.     OnClick = lbSpellSuggestClick
  70.     OnDblClick = lbSpellSuggestDblClick
  71.   end
  72.   object bSpellChange: TButton
  73.     Left = 184
  74.     Top = 112
  75.     Width = 113
  76.     Height = 25
  77.     Caption = 'Za&m'#283'nit'
  78.     Enabled = False
  79.     ModalResult = 6
  80.     TabOrder = 0
  81.   end
  82.   object bSpellCancel: TButton
  83.     Left = 184
  84.     Top = 216
  85.     Width = 113
  86.     Height = 25
  87.     Cancel = True
  88.     Caption = '&Storno'
  89.     ModalResult = 2
  90.     TabOrder = 3
  91.   end
  92.   object bSpellChangeAdd: TButton
  93.     Left = 184
  94.     Top = 144
  95.     Width = 113
  96.     Height = 25
  97.     Caption = 'Z&am'#283'nit + p'#345'idat'
  98.     Enabled = False
  99.     ModalResult = 10
  100.     TabOrder = 1
  101.   end
  102.   object bUndo: TButton
  103.     Left = 184
  104.     Top = 184
  105.     Width = 113
  106.     Height = 25
  107.     Caption = '&Zp'#283't'
  108.     ModalResult = 4
  109.     TabOrder = 2
  110.   end
  111. end
  112.