home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2002 #8 / K-CD_2002-08.iso / CyberBuddy / _SETUP.1 / CyberBud.exe / 0 / RCDATA / TBLOCKFORM / TBLOCKFORM.txt
Text File  |  2002-01-25  |  1KB  |  52 lines

  1. object BlockForm: TBlockForm
  2.   Left = 491
  3.   Top = 194
  4.   Width = 112
  5.   Height = 155
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsSizeToolWin
  8.   Caption = 'Block UINs'
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object BlockList: TListBox
  24.     Left = 6
  25.     Top = 2
  26.     Width = 93
  27.     Height = 122
  28.     Color = clRed
  29.     Font.Charset = DEFAULT_CHARSET
  30.     Font.Color = clWhite
  31.     Font.Height = -11
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = []
  34.     ItemHeight = 13
  35.     ParentFont = False
  36.     PopupMenu = PopupMenu1
  37.     TabOrder = 0
  38.   end
  39.   object PopupMenu1: TPopupMenu
  40.     Left = 51
  41.     Top = 12
  42.     object AddUIN1: TMenuItem
  43.       Caption = 'Add UIN'
  44.       OnClick = AddUIN1Click
  45.     end
  46.     object DeleteUIN1: TMenuItem
  47.       Caption = 'Delete UIN'
  48.       OnClick = DeleteUIN1Click
  49.     end
  50.   end
  51. end
  52.