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

  1. object fmPlonk: TfmPlonk
  2.   Left = 282
  3.   Top = 132
  4.   Width = 454
  5.   Height = 470
  6.   Caption = 'Plonk File'
  7.   Color = clBtnFace
  8.   Constraints.MinWidth = 300
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnShow = FormShow
  19.   PixelsPerInch = 120
  20.   TextHeight = 16
  21.   object LV: TMyListView
  22.     Left = 0
  23.     Top = 0
  24.     Width = 446
  25.     Height = 400
  26.     Hint = 'Right click to edit item'#13#10'Del to delete'
  27.     Align = alClient
  28.     Columns = <
  29.       item
  30.         Caption = 'Poster'
  31.         Width = 200
  32.       end
  33.       item
  34.         Caption = 'email'
  35.         Width = 200
  36.       end
  37.       item
  38.         Caption = 'Expiry'
  39.       end>
  40.     ColumnClick = False
  41.     GridLines = True
  42.     HideSelection = False
  43.     HotTrackStyles = []
  44.     MultiSelect = True
  45.     OwnerData = True
  46.     OwnerDraw = True
  47.     ReadOnly = True
  48.     RowSelect = True
  49.     ParentShowHint = False
  50.     ShowHint = True
  51.     TabOrder = 0
  52.     ViewStyle = vsReport
  53.     OnData = LVData
  54.     OnDataFind = LVDataFind
  55.     OnDrawItem = LVDrawItem
  56.     OnKeyDown = LVKeyDown
  57.     OnMouseDown = LVMouseDown
  58.     SaveSettings.RegistryKey = 'Software\Xnews\Plonk\Columns'
  59.   end
  60.   object Panel1: TPanel
  61.     Left = 0
  62.     Top = 400
  63.     Width = 446
  64.     Height = 39
  65.     Align = alBottom
  66.     Alignment = taLeftJustify
  67.     BevelInner = bvSpace
  68.     BevelOuter = bvLowered
  69.     TabOrder = 1
  70.     object Button1: TButton
  71.       Left = 362
  72.       Top = 8
  73.       Width = 75
  74.       Height = 25
  75.       Anchors = [akTop, akRight]
  76.       Cancel = True
  77.       Caption = '&Close'
  78.       Default = True
  79.       ModalResult = 1
  80.       TabOrder = 1
  81.     end
  82.     object bAdd: TButton
  83.       Left = 8
  84.       Top = 8
  85.       Width = 75
  86.       Height = 25
  87.       Caption = '&Add'
  88.       TabOrder = 0
  89.       OnClick = bAddClick
  90.     end
  91.   end
  92. end
  93.