object SearchForm: TSearchForm Left = 284 Top = 189 BorderIcons = [] BorderStyle = bsDialog Caption = '����� �� �����' ClientHeight = 304 ClientWidth = 552 Color = 14745599 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object FindStr: TEdit Left = 8 Top = 7 Width = 457 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 OnKeyPress = FindStrKeyPress end object GroupBox2: TGroupBox Left = 8 Top = 33 Width = 361 Height = 264 Caption = ' ����� �� ��������: ' Color = 14745599 ParentColor = False TabOrder = 1 object DivsList: TCheckListBox Left = 8 Top = 16 Width = 345 Height = 241 ItemHeight = 13 TabOrder = 0 end end object CB_Only: TCheckBox Left = 376 Top = 225 Width = 169 Height = 17 Caption = '������ ������ � ����������' TabOrder = 2 end object CB_inresult: TCheckBox Left = 376 Top = 245 Width = 129 Height = 17 Caption = '������ � ���������' TabOrder = 3 end object SortParam: TRadioGroup Left = 376 Top = 33 Width = 169 Height = 65 Caption = ' ��������� ������ ' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemIndex = 0 Items.Strings = ( '����� �����' '��� �����' '����� �������') ParentFont = False TabOrder = 4 end object SortingBy: TRadioGroup Left = 376 Top = 105 Width = 169 Height = 113 Caption = ' ����������� ��: ' ItemIndex = 2 Items.Strings = ( '������� (��.)' '���������� (��.)' '������� (��.)' '������� (����.)' '���������� (����.)' '������� (����.)') TabOrder = 5 end object Button1: TButton Left = 376 Top = 273 Width = 169 Height = 23 Caption = '������� ����' TabOrder = 6 OnClick = Button1Click end object StartSearch: TButton Left = 469 Top = 5 Width = 75 Height = 22 Caption = '������' TabOrder = 7 OnClick = StartSearchClick end end