home *** CD-ROM | disk | FTP | other *** search
- object DictionaryEditor: TDictionaryEditor
- Left = 200
- Top = 113
- HelpContext = 14022
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Edit Dictionaries'
- ClientHeight = 278
- ClientWidth = 432
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 34
- Height = 13
- Caption = '&Words:'
- FocusControl = eWord
- end
- object lAction: TLabel
- Left = 200
- Top = 8
- Width = 33
- Height = 13
- Caption = 'A&ction:'
- FocusControl = cbAction
- end
- object lOther: TLabel
- Left = 200
- Top = 48
- Width = 55
- Height = 13
- Caption = 'Ot&her word:'
- FocusControl = eOther
- end
- object eWord: TEdit
- Left = 8
- Top = 24
- Width = 179
- Height = 21
- TabOrder = 0
- end
- object lWords: TListBox
- Left = 8
- Top = 48
- Width = 179
- Height = 73
- ItemHeight = 13
- TabOrder = 1
- OnClick = lWordsClick
- end
- object cbAction: TComboBox
- Left = 200
- Top = 24
- Width = 225
- Height = 21
- ItemHeight = 13
- TabOrder = 2
- Items.Strings = (
- 'Ignore (treat as correctly spelled)'
- 'Change automatically'
- 'Auto change with preserved case'
- 'Conditional change'
- 'Conditional change (case preserved)'
- 'Exclude')
- end
- object eOther: TEdit
- Left = 200
- Top = 64
- Width = 225
- Height = 21
- TabOrder = 3
- end
- object bAddWord: TButton
- Left = 200
- Top = 96
- Width = 105
- Height = 25
- Caption = '&Add word'
- TabOrder = 4
- OnClick = bAddWordClick
- end
- object bDelWord: TButton
- Left = 320
- Top = 96
- Width = 105
- Height = 25
- Caption = '&Delete Word'
- TabOrder = 5
- OnClick = bDelWordClick
- end
- object gbDic: TGroupBox
- Left = 8
- Top = 136
- Width = 417
- Height = 105
- Caption = 'Dictionary'
- TabOrder = 6
- object Label3: TLabel
- Left = 8
- Top = 16
- Width = 19
- Height = 13
- Caption = '&File:'
- FocusControl = cbLex
- end
- object Label4: TLabel
- Left = 192
- Top = 16
- Width = 51
- Height = 13
- Caption = 'Language:'
- end
- object lLang: TLabel
- Left = 192
- Top = 36
- Width = 81
- Height = 13
- Caption = 'American English'
- end
- object cbLex: TComboBox
- Left = 8
- Top = 32
- Width = 171
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- OnChange = cbLexChange
- end
- object bNewDic: TButton
- Left = 312
- Top = 16
- Width = 97
- Height = 25
- Caption = '&New File...'
- TabOrder = 1
- OnClick = bNewDicClick
- end
- object bAddDic: TButton
- Left = 312
- Top = 44
- Width = 97
- Height = 25
- Caption = 'Add &File'
- TabOrder = 2
- OnClick = bAddDicClick
- end
- object bDelDic: TButton
- Left = 312
- Top = 72
- Width = 97
- Height = 25
- Caption = '&Remove'
- TabOrder = 3
- OnClick = bDelDicClick
- end
- object bImport: TButton
- Left = 8
- Top = 64
- Width = 81
- Height = 25
- Caption = 'I&mport...'
- TabOrder = 4
- OnClick = bImportClick
- end
- object bExport: TButton
- Left = 96
- Top = 64
- Width = 83
- Height = 25
- Caption = '&Export...'
- TabOrder = 5
- OnClick = bExportClick
- end
- end
- object bClose: TButton
- Left = 176
- Top = 248
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Close'
- Default = True
- ModalResult = 1
- TabOrder = 7
- end
- end
-