home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / DIRECT50.BPL / 0 / RCDATA / TDIRECTOPTIONSPAGE / TDIRECTOPTIONSPAGE.txt
Text File  |  1999-08-11  |  2KB  |  80 lines

  1. object DirectOptionsPage: TDirectOptionsPage
  2.   Left = 0
  3.   Top = 0
  4.   Width = 420
  5.   Height = 277
  6.   HelpContext = 2098
  7.   Caption = '%s Direct'
  8.   OnCreate = ClassExplorerOptionsPageCreate
  9.   OnBroadcast = ClassExplorerOptionsPageBroadcast
  10.   object gbDirectPolling: TGroupBox
  11.     Left = 8
  12.     Top = 13
  13.     Width = 401
  14.     Height = 97
  15.     TabOrder = 1
  16.     object lbPollingInterval: TLabel
  17.       Left = 8
  18.       Top = 24
  19.       Width = 114
  20.       Height = 13
  21.       Caption = '&Polling Interval (in days):'
  22.       FocusControl = PollEdit
  23.     end
  24.     object lbLast: TLabel
  25.       Left = 128
  26.       Top = 52
  27.       Width = 46
  28.       Height = 13
  29.       Caption = 'Last Poll: '
  30.     end
  31.     object PollEdit: TEdit
  32.       Left = 128
  33.       Top = 20
  34.       Width = 249
  35.       Height = 21
  36.       TabOrder = 0
  37.       Text = '1'
  38.     end
  39.     object UpDown1: TUpDown
  40.       Left = 377
  41.       Top = 20
  42.       Width = 15
  43.       Height = 21
  44.       Associate = PollEdit
  45.       Min = 1
  46.       Max = 365
  47.       Position = 1
  48.       TabOrder = 1
  49.       Wrap = False
  50.     end
  51.     object cbAutoShowOnRefresh: TCheckBox
  52.       Left = 8
  53.       Top = 72
  54.       Width = 377
  55.       Height = 17
  56.       Caption = 'Automatically &show %s Direct on refresh'
  57.       TabOrder = 3
  58.     end
  59.     object LastPollEdit: TEdit
  60.       Left = 176
  61.       Top = 48
  62.       Width = 201
  63.       Height = 21
  64.       TabStop = False
  65.       Color = clBtnFace
  66.       ReadOnly = True
  67.       TabOrder = 2
  68.     end
  69.   end
  70.   object cbAutoPoll: TCheckBox
  71.     Left = 16
  72.     Top = 10
  73.     Width = 145
  74.     Height = 17
  75.     Caption = '&Automatically poll network'
  76.     TabOrder = 0
  77.     OnClick = cbAutoPollClick
  78.   end
  79. end
  80.