home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / komunikace / qip / qip8020.exe / qip.exe / 0 / RCDATA / TFINDFORM / TFINDFORM.txt
Text File  |  2007-04-21  |  3KB  |  129 lines

  1. object FindForm: TFindForm
  2.   Left = 378
  3.   Top = 303
  4.   Width = 420
  5.   Height = 211
  6.   Caption = 'Find Contact'
  7.   Color = clBtnFace
  8.   DefaultMonitor = dmMainForm
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Panel1: TPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 412
  26.     Height = 60
  27.     Align = alTop
  28.     TabOrder = 0
  29.     object LabelAcc: TLabel
  30.       Left = 9
  31.       Top = 7
  32.       Width = 105
  33.       Height = 13
  34.       Caption = 'ICQ# / SN, Nickname'
  35.     end
  36.     object EditFind: TEdit
  37.       Left = 8
  38.       Top = 24
  39.       Width = 265
  40.       Height = 21
  41.       TabOrder = 1
  42.       OnChange = EditFindChange
  43.     end
  44.     object ButtonClose: TButton
  45.       Left = 295
  46.       Top = 22
  47.       Width = 98
  48.       Height = 25
  49.       Caption = 'Close'
  50.       TabOrder = 0
  51.       OnClick = ButtonCloseClick
  52.     end
  53.   end
  54.   object Panel2: TPanel
  55.     Left = 0
  56.     Top = 60
  57.     Width = 412
  58.     Height = 124
  59.     Align = alClient
  60.     TabOrder = 1
  61.     object ListViewRes: TListView
  62.       Left = 1
  63.       Top = 1
  64.       Width = 410
  65.       Height = 122
  66.       Align = alClient
  67.       Columns = <
  68.         item
  69.           Caption = 'ICQ# / SN'
  70.           MaxWidth = 90
  71.           MinWidth = 90
  72.           Width = 90
  73.         end
  74.         item
  75.           Caption = 'Nick Name'
  76.           MinWidth = 2
  77.           Width = 100
  78.         end
  79.         item
  80.           Caption = 'Email'
  81.           MinWidth = 2
  82.         end
  83.         item
  84.           Caption = 'Cellular#'
  85.           MinWidth = 2
  86.           Width = 75
  87.         end
  88.         item
  89.           Caption = 'Notice'
  90.           MinWidth = 2
  91.           Width = 70
  92.         end>
  93.       HideSelection = False
  94.       ReadOnly = True
  95.       RowSelect = True
  96.       ParentShowHint = False
  97.       ShowHint = True
  98.       SmallImages = MainForm.ImageListCLS
  99.       TabOrder = 0
  100.       ViewStyle = vsReport
  101.       OnColumnClick = ListViewResColumnClick
  102.       OnCompare = ListViewResCompare
  103.       OnContextPopup = ListViewResContextPopup
  104.       OnDblClick = ListViewResDblClick
  105.       OnEnter = ListViewResEnter
  106.       OnKeyDown = ListViewResKeyDown
  107.       OnSelectItem = ListViewResSelectItem
  108.     end
  109.   end
  110.   object PopupMenuFind: TPopupMenu
  111.     AutoHotkeys = maManual
  112.     Images = MainForm.ImageList1
  113.     Left = 394
  114.     Top = 322
  115.     object CustomItemCopySN: TMenuItem
  116.       Caption = 'Copy User'#39's Uin or SN'
  117.       OnClick = CustomItemCopySNClick
  118.     end
  119.     object CustomItemUserDets: TMenuItem
  120.       Caption = 'User Details'
  121.       OnClick = CustomItemUserDetsClick
  122.     end
  123.     object CustomItemSendMsg: TMenuItem
  124.       Caption = 'Send Message'
  125.       OnClick = CustomItemSendMsgClick
  126.     end
  127.   end
  128. end
  129.