object NewDicSetup: TNewDicSetup Left = 200 Top = 113 BorderStyle = bsDialog Caption = 'New dictionary' ClientHeight = 111 ClientWidth = 305 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 52 Width = 51 Height = 13 Caption = '&Language:' end object Label2: TLabel Left = 8 Top = 20 Width = 19 Height = 13 Caption = '&File:' end object eFile: TEdit Left = 64 Top = 16 Width = 145 Height = 21 TabOrder = 0 end object bBrowse: TButton Left = 224 Top = 14 Width = 75 Height = 25 Caption = '&Browse' TabOrder = 1 OnClick = bBrowseClick end object bOK: TButton Left = 136 Top = 80 Width = 75 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 2 end object bCancel: TButton Left = 224 Top = 80 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end object cbLng: TComboBox Left = 64 Top = 48 Width = 145 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 4 end end