home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 April / PCWorld_2001-04_cd.bin / Software / TemaCD / xnews / Xnews.exe / 0 / RCDATA / TFMPLONK / TFMPLONK.txt
Text File  |  2001-01-31  |  2KB  |  99 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 = clBtnText
  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.     Font.Charset = DEFAULT_CHARSET
  42.     Font.Color = clWindowText
  43.     Font.Height = -13
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = []
  46.     GridLines = True
  47.     HideSelection = False
  48.     HotTrackStyles = []
  49.     MultiSelect = True
  50.     OwnerData = True
  51.     OwnerDraw = True
  52.     ReadOnly = True
  53.     RowSelect = True
  54.     ParentFont = False
  55.     ParentShowHint = False
  56.     ShowHint = True
  57.     TabOrder = 0
  58.     ViewStyle = vsReport
  59.     OnData = LVData
  60.     OnDataFind = LVDataFind
  61.     OnDrawItem = LVDrawItem
  62.     OnKeyDown = LVKeyDown
  63.     OnMouseDown = LVMouseDown
  64.     SaveSettings.RegistryKey = 'Software\Xnews\Plonk\Columns'
  65.   end
  66.   object Panel1: TPanel
  67.     Left = 0
  68.     Top = 400
  69.     Width = 446
  70.     Height = 39
  71.     Align = alBottom
  72.     Alignment = taLeftJustify
  73.     BevelInner = bvSpace
  74.     BevelOuter = bvLowered
  75.     TabOrder = 1
  76.     object Button1: TButton
  77.       Left = 362
  78.       Top = 8
  79.       Width = 75
  80.       Height = 25
  81.       Anchors = [akTop, akRight]
  82.       Cancel = True
  83.       Caption = '&Close'
  84.       Default = True
  85.       ModalResult = 1
  86.       TabOrder = 1
  87.     end
  88.     object bAdd: TButton
  89.       Left = 8
  90.       Top = 8
  91.       Width = 75
  92.       Height = 25
  93.       Caption = '&Add'
  94.       TabOrder = 0
  95.       OnClick = bAddClick
  96.     end
  97.   end
  98. end
  99.