object CustomDictionariesDialog: TCustomDictionariesDialog Left = 563 Top = 274 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'xxDictionaries' ClientHeight = 206 ClientWidth = 312 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object OK: TButton Left = 230 Top = 176 Width = 75 Height = 23 Anchors = [akLeft, akBottom] Caption = 'xxOK' Default = True ModalResult = 1 TabOrder = 2 end object CustomGroup: TGroupBox Left = 8 Top = 8 Width = 297 Height = 161 Caption = ' xxCustom Dictionaries: ' TabOrder = 0 object CustomDictionaries: TListView Left = 8 Top = 16 Width = 201 Height = 137 Checkboxes = True Columns = < item AutoSize = True Caption = 'Filename' end> ColumnClick = False HideSelection = False ShowColumnHeaders = False TabOrder = 0 ViewStyle = vsReport OnChange = CustomDictionariesChange OnDeletion = CustomDictionariesDeletion OnEdited = CustomDictionariesEdited OnEditing = CustomDictionariesEditing OnSelectItem = CustomDictionariesSelectItem end object NewButton: TButton Left = 214 Top = 70 Width = 75 Height = 23 Caption = 'xxNew' TabOrder = 3 OnClick = NewButtonClick end object DeleteButton: TButton Left = 214 Top = 43 Width = 75 Height = 23 Caption = 'xxDelete' TabOrder = 2 OnClick = DeleteButtonClick end object EditButton: TButton Left = 214 Top = 16 Width = 75 Height = 23 Caption = 'xxEdit' TabOrder = 1 OnClick = EditButtonClick end end object HelpButton: TButton Left = 149 Top = 176 Width = 75 Height = 23 Caption = 'xxHelp' TabOrder = 1 OnClick = HelpButtonClick end object DialogControl: TConfigurationDialogCtrl OnConfigurationAvailable = DialogControlConfigurationAvailable Left = 24 Top = 128 end end