home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / BCB.EXE / RCDATA / TSELECTTOPICDLG / TSELECTTOPICDLG.txt
Text File  |  1997-01-16  |  1KB  |  63 lines

  1. object SelectTopicDlg: TSelectTopicDlg
  2.   Left = 200
  3.   Top = 99
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select Topic'
  6.   ClientHeight = 189
  7.   ClientWidth = 281
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 35
  19.     Height = 13
  20.     Caption = '&Topics:'
  21.     FocusControl = Topics
  22.   end
  23.   object Topics: TListBox
  24.     Left = 8
  25.     Top = 24
  26.     Width = 265
  27.     Height = 121
  28.     ItemHeight = 13
  29.     Sorted = True
  30.     TabOrder = 0
  31.     OnDblClick = TopicsDblClick
  32.   end
  33.   object OKButton: TButton
  34.     Left = 38
  35.     Top = 156
  36.     Width = 75
  37.     Height = 25
  38.     Caption = 'OK'
  39.     Default = True
  40.     ModalResult = 1
  41.     TabOrder = 1
  42.   end
  43.   object CancelButton: TButton
  44.     Left = 118
  45.     Top = 156
  46.     Width = 75
  47.     Height = 25
  48.     Cancel = True
  49.     Caption = 'Cancel'
  50.     ModalResult = 2
  51.     TabOrder = 2
  52.   end
  53.   object HelpButton: TButton
  54.     Left = 198
  55.     Top = 156
  56.     Width = 75
  57.     Height = 25
  58.     Caption = '&Help'
  59.     TabOrder = 3
  60.     OnClick = HelpButtonClick
  61.   end
  62. end
  63.