home *** CD-ROM | disk | FTP | other *** search
- object fSpellSett: TfSpellSett
- Left = 298
- Top = 202
- HelpContext = 119
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsToolWindow
- Caption = 'Nastaven'#237' pravopisu...'
- ClientHeight = 400
- ClientWidth = 409
- 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
- PixelsPerInch = 96
- TextHeight = 13
- object gbAutoCorrect: TGroupBox
- Left = 8
- Top = 88
- Width = 393
- Height = 273
- Caption = 'Automatick'#233' opravy'
- TabOrder = 1
- object lAutoReplace: TLabel
- Left = 8
- Top = 18
- Width = 29
- Height = 13
- Cursor = crHandPoint
- Caption = 'V'#253'raz:'
- Color = clBtnFace
- ParentColor = False
- OnClick = lAutoReplaceClick
- end
- object lAutoWith: TLabel
- Left = 144
- Top = 18
- Width = 85
- Height = 13
- Cursor = crHandPoint
- Caption = 'Nahradit v'#253'razem:'
- Color = clBtnFace
- ParentColor = False
- OnClick = lAutoReplaceClick
- end
- object listAutoCorrect: TListBox
- Left = 8
- Top = 32
- Width = 377
- Height = 169
- Style = lbOwnerDrawFixed
- ItemHeight = 16
- TabOrder = 0
- OnClick = listAutoCorrectClick
- OnDrawItem = listAutoCorrectDrawItem
- OnKeyDown = listAutoCorrectKeyDown
- end
- object eAutoReplace: TEdit
- Left = 8
- Top = 208
- Width = 121
- Height = 21
- TabOrder = 1
- end
- object eAutoWith: TEdit
- Left = 136
- Top = 208
- Width = 249
- Height = 21
- TabOrder = 2
- end
- object bAutoAdd: TButton
- Left = 8
- Top = 240
- Width = 73
- Height = 25
- Action = aAddItem
- TabOrder = 3
- end
- object bAutoDel: TButton
- Left = 88
- Top = 240
- Width = 73
- Height = 25
- Action = aDelItem
- TabOrder = 4
- end
- object bAutoEdit: TButton
- Left = 168
- Top = 240
- Width = 73
- Height = 25
- Action = aEditItem
- TabOrder = 5
- end
- end
- object gbSpellSet: TGroupBox
- Left = 8
- Top = 8
- Width = 393
- Height = 73
- TabOrder = 0
- object lSpellStyle: TLabel
- Left = 16
- Top = 44
- Width = 74
- Height = 13
- Caption = 'Styl zv'#253'razn'#283'n'#237':'
- end
- object lSpellDict: TLabel
- Left = 16
- Top = 20
- Width = 39
- Height = 13
- Caption = 'Slovn'#237'k:'
- end
- object cbSpellStyle: TComboBox
- Left = 96
- Top = 40
- Width = 97
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 1
- Items.Strings = (
- 'Microsoft Word'
- 'Corel WordPerfect')
- end
- object cbSpellDict: TComboBox
- Left = 96
- Top = 16
- Width = 97
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- end
- object cSpellNo1char: TCheckBox
- Left = 216
- Top = 16
- Width = 169
- Height = 17
- Caption = 'Ignorovat jednoznakov'#225' slova'
- Checked = True
- State = cbChecked
- TabOrder = 2
- end
- object cSpellNoNumber: TCheckBox
- Left = 216
- Top = 40
- Width = 169
- Height = 17
- Caption = 'Ignorovat slova s '#269#237'sly'
- Checked = True
- State = cbChecked
- TabOrder = 3
- end
- end
- object bOK: TButton
- Left = 240
- Top = 368
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- OnClick = bOKClick
- end
- object bCancel: TButton
- Left = 320
- Top = 368
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- object bReloadDic: TButton
- Left = 8
- Top = 368
- Width = 121
- Height = 25
- Caption = 'Znovuna'#269#237'st slovn'#237'k'
- TabOrder = 4
- OnClick = bReloadDicClick
- end
- object ActionList: TActionList
- OnUpdate = ActionListUpdate
- Left = 24
- Top = 168
- object aAddItem: TAction
- Caption = '&P'#345'idat'
- OnExecute = aAddItemExecute
- end
- object aDelItem: TAction
- Caption = '&Smazat'
- OnExecute = aDelItemExecute
- end
- object aEditItem: TAction
- Caption = '&Opravit'
- OnExecute = aEditItemExecute
- end
- end
- end
-