home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 January / PCWorld_2000-01_cd.bin / Komunik / News / Xnews / Xnews.exe / 0 / RCDATA / TFMGRPPICKER / TFMGRPPICKER.txt
Text File  |  1999-11-08  |  2KB  |  91 lines

  1. object fmGrpPicker: TfmGrpPicker
  2.   Left = 230
  3.   Top = 140
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   ClientHeight = 377
  7.   ClientWidth = 517
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object Label1: TLabel
  20.     Left = 3
  21.     Top = 1
  22.     Width = 3
  23.     Height = 16
  24.     Visible = False
  25.   end
  26.   object bPoster: TButton
  27.     Left = 280
  28.     Top = 344
  29.     Width = 121
  30.     Height = 25
  31.     Hint = 'Click here if you want followup to go to you by email'
  32.     Caption = 'Followup to poster'
  33.     ModalResult = 1
  34.     ParentShowHint = False
  35.     ShowHint = True
  36.     TabOrder = 3
  37.     OnClick = bPosterClick
  38.   end
  39.   object bOkay: TButton
  40.     Left = 16
  41.     Top = 344
  42.     Width = 75
  43.     Height = 25
  44.     Caption = 'Okay'
  45.     Default = True
  46.     ModalResult = 1
  47.     TabOrder = 1
  48.     OnClick = bOkayClick
  49.   end
  50.   object bCancel: TButton
  51.     Left = 120
  52.     Top = 344
  53.     Width = 75
  54.     Height = 25
  55.     Cancel = True
  56.     Caption = 'Cancel'
  57.     ModalResult = 2
  58.     TabOrder = 2
  59.   end
  60.   object bClear: TButton
  61.     Left = 424
  62.     Top = 344
  63.     Width = 75
  64.     Height = 25
  65.     Hint = 'Do not set followup-to'
  66.     Caption = 'Clear all'
  67.     ParentShowHint = False
  68.     ShowHint = True
  69.     TabOrder = 4
  70.     OnClick = bClearClick
  71.   end
  72.   object LV: TListView
  73.     Left = 0
  74.     Top = 23
  75.     Width = 517
  76.     Height = 313
  77.     Checkboxes = True
  78.     Columns = <
  79.       item
  80.         Caption = 'Newsgroup'
  81.         Width = 400
  82.       end>
  83.     GridLines = True
  84.     HideSelection = False
  85.     HotTrackStyles = []
  86.     ReadOnly = True
  87.     TabOrder = 0
  88.     ViewStyle = vsReport
  89.   end
  90. end
  91.