object FormEdit: TFormEdit Left = 702 Top = 375 BorderStyle = bsDialog Caption = 'User dictionary entry' ClientHeight = 297 ClientWidth = 461 Color = clBtnFace Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False OnCreate = FormCreate PixelsPerInch = 120 TextHeight = 16 object Lang1Label: TLabel Left = 14 Top = 30 Width = 37 Height = 16 Caption = 'Jazyk1' end object Lang2Label: TLabel Left = 14 Top = 101 Width = 42 Height = 16 Caption = 'Jazyk2:' end object Label3: TLabel Left = 14 Top = 171 Width = 63 Height = 16 Caption = 'Pozn'#225'mka:' end object Label6: TLabel Left = 14 Top = 55 Width = 46 Height = 16 Caption = 'K heslu:' end object Label7: TLabel Left = 14 Top = 132 Width = 46 Height = 16 Caption = 'K heslu:' end object Label8: TLabel Left = 14 Top = 200 Width = 33 Height = 16 Caption = 'Obor:' end object Bevel1: TBevel Left = 16 Top = 240 Width = 433 Height = 9 Shape = bsTopLine end object Button1: TButton Left = 232 Top = 255 Width = 100 Height = 28 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 end object Button2: TButton Left = 347 Top = 255 Width = 100 Height = 28 Cancel = True Caption = 'Storno' ModalResult = 2 TabOrder = 3 end object EditArticle1: TComboBox Left = 328 Top = 24 Width = 113 Height = 24 Style = csDropDownList ItemHeight = 16 ItemIndex = 0 TabOrder = 0 Text = 'm' Items.Strings = ( 'm' 'f' 'n' 'mn' 'fn') end object EditArticle2: TComboBox Left = 328 Top = 96 Width = 113 Height = 24 Style = csDropDownList ItemHeight = 16 ItemIndex = 0 TabOrder = 1 Text = 'm' Items.Strings = ( 'm' 'f' 'n' 'mn' 'fn') end object EditLang1: TTntEdit Left = 104 Top = 24 Width = 217 Height = 24 TabOrder = 4 OnEnter = EditLang1Enter end object EditLang2: TTntEdit Left = 104 Top = 96 Width = 217 Height = 24 TabOrder = 5 OnEnter = EditLang2Enter end object EditComment: TTntEdit Left = 104 Top = 168 Width = 217 Height = 24 TabOrder = 6 end object EditProfession: TTntComboBox Left = 104 Top = 200 Width = 217 Height = 24 Style = csDropDownList ItemHeight = 16 TabOrder = 7 end object EditKey1: TTntEdit Left = 104 Top = 56 Width = 217 Height = 24 TabOrder = 8 OnEnter = EditKey1Enter end object EditKey2: TTntEdit Left = 104 Top = 128 Width = 217 Height = 24 TabOrder = 9 OnEnter = EditKey2Enter end end