object FormPanel: TFormPanel Left = 832 Top = 336 BorderStyle = bsDialog Caption = 'Control Panel' ClientHeight = 373 ClientWidth = 290 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PixelsPerInch = 120 TextHeight = 16 object SpeedButtonEntire: TSpeedButton Left = 15 Top = 54 Width = 50 Height = 27 AllowAllUp = True GroupIndex = 1 Caption = 'ENT' end object SpeedButtonBeginning: TSpeedButton Left = 64 Top = 54 Width = 50 Height = 27 AllowAllUp = True GroupIndex = 1 Down = True Caption = 'BEG' end object SpeedButtonAny: TSpeedButton Left = 113 Top = 54 Width = 51 Height = 27 AllowAllUp = True GroupIndex = 1 Caption = 'ANY' end object Label1: TLabel Left = 187 Top = 59 Width = 36 Height = 16 Caption = 'Level:' end object SpeedButtonProfession1: TSpeedButton Left = 246 Top = 123 Width = 28 Height = 27 AllowAllUp = True GroupIndex = 11 Down = True Caption = 'P1' OnClick = SpeedButtonProfession1Click end object SpeedButtonProfession2: TSpeedButton Left = 246 Top = 153 Width = 28 Height = 27 AllowAllUp = True GroupIndex = 12 Caption = 'P2' OnClick = SpeedButtonProfession1Click end object SpeedButtonProfession3: TSpeedButton Left = 246 Top = 182 Width = 28 Height = 27 AllowAllUp = True GroupIndex = 13 Caption = 'P3' OnClick = SpeedButtonProfession1Click end object SpeedButtonProfession4: TSpeedButton Left = 246 Top = 212 Width = 28 Height = 27 AllowAllUp = True GroupIndex = 14 Caption = 'P4' OnClick = SpeedButtonProfession1Click end object CheckBoxIncSearch: TCheckBox Left = 15 Top = 20 Width = 144 Height = 21 Caption = 'Incremental search' Checked = True State = cbChecked TabOrder = 0 end object CheckBoxShowPhrases: TCheckBox Left = 162 Top = 20 Width = 120 Height = 21 Caption = 'Show phrases' Checked = True State = cbChecked TabOrder = 1 end object EditLevel: TEdit Left = 231 Top = 54 Width = 51 Height = 24 TabOrder = 2 Text = '4' end object RadioGroupWordRoot: TRadioGroup Left = 15 Top = 103 Width = 193 Height = 95 Caption = 'Word root' ItemIndex = 1 Items.Strings = ( 'None' 'Left' 'Right') TabOrder = 3 end object RadioGroupDirection: TRadioGroup Left = 15 Top = 212 Width = 193 Height = 85 Caption = 'Direction' ItemIndex = 0 Items.Strings = ( 'Phrase1 => Phrase2' 'Phrase2 => Phrase1') TabOrder = 4 end object CheckBoxTreeUpdate: TCheckBox Left = 15 Top = 305 Width = 188 Height = 21 Caption = 'Tree update' Checked = True State = cbChecked TabOrder = 5 end object Button1: TButton Left = 47 Top = 345 Width = 92 Height = 30 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 6 end object Button2: TButton Left = 155 Top = 345 Width = 92 Height = 30 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 7 end object CheckBoxAllProfessions: TCheckBox Left = 177 Top = 305 Width = 120 Height = 21 Caption = 'All professions' TabOrder = 8 OnClick = CheckBoxAllProfessionsClick end end