object SelectTopicDlg: TSelectTopicDlg Left = 200 Top = 99 BorderStyle = bsDialog Caption = 'Select Topic' ClientHeight = 189 ClientWidth = 281 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 = 35 Height = 13 Caption = '&Topics:' FocusControl = Topics end object Topics: TListBox Left = 8 Top = 24 Width = 265 Height = 121 ItemHeight = 13 Sorted = True TabOrder = 0 OnDblClick = TopicsDblClick end object OKButton: TButton Left = 38 Top = 156 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object CancelButton: TButton Left = 118 Top = 156 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object HelpButton: TButton Left = 198 Top = 156 Width = 75 Height = 25 Caption = '&Help' TabOrder = 3 OnClick = HelpButtonClick end end