object FormSearchForBranch: TFormSearchForBranch Left = 200 Top = 108 HelpContext = 25061 BorderStyle = bsSingle Caption = 'Search For Branch' ClientHeight = 247 ClientWidth = 332 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 52 Height = 13 Alignment = taCenter Caption = 'Search For' end object Label2: TLabel Left = 8 Top = 88 Width = 321 Height = 13 Alignment = taCenter AutoSize = False Caption = 'In' end object CheckBoxThread: TCheckBox Left = 96 Top = 136 Width = 145 Height = 17 Caption = 'Thread Branches' TabOrder = 2 end object CheckBoxMethod: TCheckBox Left = 96 Top = 160 Width = 145 Height = 17 Caption = 'Method Branches' TabOrder = 3 end object CheckBoxData: TCheckBox Left = 96 Top = 184 Width = 145 Height = 17 Caption = 'Data Branches' TabOrder = 4 end object ButtonOK: TButton Left = 92 Top = 216 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 5 OnClick = ButtonOKClick end object ButtonCancel: TButton Left = 173 Top = 216 Width = 75 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 6 end object CheckBoxCaseSensitive: TCheckBox Left = 8 Top = 56 Width = 313 Height = 17 Caption = 'Case Sensitive' TabOrder = 1 end object ComboBoxSearchText: TComboBox Left = 8 Top = 24 Width = 321 Height = 21 ItemHeight = 13 TabOrder = 0 OnChange = ComboBoxSearchTextChange end object CheckBoxThreadGroup: TCheckBox Left = 96 Top = 112 Width = 145 Height = 17 Caption = 'Thread Group Branches' TabOrder = 7 end object ButtonHelp: TButton Left = 253 Top = 216 Width = 75 Height = 25 Caption = '&Help' TabOrder = 8 OnClick = ButtonHelpClick end end