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

  1. object fSpellSett: TfSpellSett
  2.   Left = 298
  3.   Top = 202
  4.   HelpContext = 119
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'Nastaven'#237' pravopisu...'
  8.   ClientHeight = 400
  9.   ClientWidth = 409
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object gbAutoCorrect: TGroupBox
  23.     Left = 8
  24.     Top = 88
  25.     Width = 393
  26.     Height = 273
  27.     Caption = 'Automatick'#233' opravy'
  28.     TabOrder = 1
  29.     object lAutoReplace: TLabel
  30.       Left = 8
  31.       Top = 18
  32.       Width = 29
  33.       Height = 13
  34.       Cursor = crHandPoint
  35.       Caption = 'V'#253'raz:'
  36.       Color = clBtnFace
  37.       ParentColor = False
  38.       OnClick = lAutoReplaceClick
  39.     end
  40.     object lAutoWith: TLabel
  41.       Left = 144
  42.       Top = 18
  43.       Width = 85
  44.       Height = 13
  45.       Cursor = crHandPoint
  46.       Caption = 'Nahradit v'#253'razem:'
  47.       Color = clBtnFace
  48.       ParentColor = False
  49.       OnClick = lAutoReplaceClick
  50.     end
  51.     object listAutoCorrect: TListBox
  52.       Left = 8
  53.       Top = 32
  54.       Width = 377
  55.       Height = 169
  56.       Style = lbOwnerDrawFixed
  57.       ItemHeight = 16
  58.       TabOrder = 0
  59.       OnClick = listAutoCorrectClick
  60.       OnDrawItem = listAutoCorrectDrawItem
  61.       OnKeyDown = listAutoCorrectKeyDown
  62.     end
  63.     object eAutoReplace: TEdit
  64.       Left = 8
  65.       Top = 208
  66.       Width = 121
  67.       Height = 21
  68.       TabOrder = 1
  69.     end
  70.     object eAutoWith: TEdit
  71.       Left = 136
  72.       Top = 208
  73.       Width = 249
  74.       Height = 21
  75.       TabOrder = 2
  76.     end
  77.     object bAutoAdd: TButton
  78.       Left = 8
  79.       Top = 240
  80.       Width = 73
  81.       Height = 25
  82.       Action = aAddItem
  83.       TabOrder = 3
  84.     end
  85.     object bAutoDel: TButton
  86.       Left = 88
  87.       Top = 240
  88.       Width = 73
  89.       Height = 25
  90.       Action = aDelItem
  91.       TabOrder = 4
  92.     end
  93.     object bAutoEdit: TButton
  94.       Left = 168
  95.       Top = 240
  96.       Width = 73
  97.       Height = 25
  98.       Action = aEditItem
  99.       TabOrder = 5
  100.     end
  101.   end
  102.   object gbSpellSet: TGroupBox
  103.     Left = 8
  104.     Top = 8
  105.     Width = 393
  106.     Height = 73
  107.     TabOrder = 0
  108.     object lSpellStyle: TLabel
  109.       Left = 16
  110.       Top = 44
  111.       Width = 74
  112.       Height = 13
  113.       Caption = 'Styl zv'#253'razn'#283'n'#237':'
  114.     end
  115.     object lSpellDict: TLabel
  116.       Left = 16
  117.       Top = 20
  118.       Width = 39
  119.       Height = 13
  120.       Caption = 'Slovn'#237'k:'
  121.     end
  122.     object cbSpellStyle: TComboBox
  123.       Left = 96
  124.       Top = 40
  125.       Width = 97
  126.       Height = 21
  127.       Style = csDropDownList
  128.       ItemHeight = 13
  129.       TabOrder = 1
  130.       Items.Strings = (
  131.         'Microsoft Word'
  132.         'Corel WordPerfect')
  133.     end
  134.     object cbSpellDict: TComboBox
  135.       Left = 96
  136.       Top = 16
  137.       Width = 97
  138.       Height = 21
  139.       Style = csDropDownList
  140.       ItemHeight = 13
  141.       TabOrder = 0
  142.     end
  143.     object cSpellNo1char: TCheckBox
  144.       Left = 216
  145.       Top = 16
  146.       Width = 169
  147.       Height = 17
  148.       Caption = 'Ignorovat jednoznakov'#225' slova'
  149.       Checked = True
  150.       State = cbChecked
  151.       TabOrder = 2
  152.     end
  153.     object cSpellNoNumber: TCheckBox
  154.       Left = 216
  155.       Top = 40
  156.       Width = 169
  157.       Height = 17
  158.       Caption = 'Ignorovat slova s '#269#237'sly'
  159.       Checked = True
  160.       State = cbChecked
  161.       TabOrder = 3
  162.     end
  163.   end
  164.   object bOK: TButton
  165.     Left = 240
  166.     Top = 368
  167.     Width = 75
  168.     Height = 25
  169.     Caption = '&OK'
  170.     Default = True
  171.     ModalResult = 1
  172.     TabOrder = 2
  173.     OnClick = bOKClick
  174.   end
  175.   object bCancel: TButton
  176.     Left = 320
  177.     Top = 368
  178.     Width = 75
  179.     Height = 25
  180.     Cancel = True
  181.     Caption = '&Cancel'
  182.     ModalResult = 2
  183.     TabOrder = 3
  184.   end
  185.   object bReloadDic: TButton
  186.     Left = 8
  187.     Top = 368
  188.     Width = 121
  189.     Height = 25
  190.     Caption = 'Znovuna'#269#237'st slovn'#237'k'
  191.     TabOrder = 4
  192.     OnClick = bReloadDicClick
  193.   end
  194.   object ActionList: TActionList
  195.     OnUpdate = ActionListUpdate
  196.     Left = 24
  197.     Top = 168
  198.     object aAddItem: TAction
  199.       Caption = '&P'#345'idat'
  200.       OnExecute = aAddItemExecute
  201.     end
  202.     object aDelItem: TAction
  203.       Caption = '&Smazat'
  204.       OnExecute = aDelItemExecute
  205.     end
  206.     object aEditItem: TAction
  207.       Caption = '&Opravit'
  208.       OnExecute = aEditItemExecute
  209.     end
  210.   end
  211. end
  212.