home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 November / Chip_2002-11_cd1.bin / zkuste / delphi / kompon / d3456 / ICQ.ZIP / ICQ / Example / UserSearch.dfm < prev    next >
Text File  |  2002-08-16  |  5KB  |  251 lines

  1. object UserSearchForm: TUserSearchForm
  2.   Left = 176
  3.   Top = 256
  4.   Width = 707
  5.   Height = 567
  6.   Caption = 'UserSearchForm'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object GroupBox1: TGroupBox
  19.     Left = 0
  20.     Top = 0
  21.     Width = 209
  22.     Height = 89
  23.     Caption = 'ICQ'
  24.     TabOrder = 0
  25.     object SearchByNumberRadio: TRadioButton
  26.       Left = 8
  27.       Top = 24
  28.       Width = 177
  29.       Height = 17
  30.       Caption = 'Search by ICQ number'
  31.       TabOrder = 0
  32.       OnClick = SearchByNumberRadioClick
  33.     end
  34.     object NumberEdit: TEdit
  35.       Left = 8
  36.       Top = 48
  37.       Width = 193
  38.       Height = 21
  39.       TabOrder = 1
  40.       OnChange = NumberEditChange
  41.     end
  42.   end
  43.   object GroupBox2: TGroupBox
  44.     Left = 0
  45.     Top = 96
  46.     Width = 209
  47.     Height = 89
  48.     Caption = 'Email'
  49.     TabOrder = 1
  50.     object SearchByEmailRadio: TRadioButton
  51.       Left = 8
  52.       Top = 24
  53.       Width = 113
  54.       Height = 17
  55.       Caption = 'Search by email'
  56.       TabOrder = 0
  57.       OnClick = SearchByEmailRadioClick
  58.     end
  59.     object EmailEdit: TEdit
  60.       Left = 8
  61.       Top = 48
  62.       Width = 193
  63.       Height = 21
  64.       TabOrder = 1
  65.       OnChange = EmailEditChange
  66.     end
  67.   end
  68.   object GroupBox3: TGroupBox
  69.     Left = 0
  70.     Top = 192
  71.     Width = 209
  72.     Height = 145
  73.     Caption = 'Name'
  74.     TabOrder = 2
  75.     object Label1: TLabel
  76.       Left = 8
  77.       Top = 56
  78.       Width = 25
  79.       Height = 13
  80.       Caption = 'Nick:'
  81.     end
  82.     object Label2: TLabel
  83.       Left = 8
  84.       Top = 80
  85.       Width = 22
  86.       Height = 13
  87.       Caption = 'First:'
  88.     end
  89.     object Label3: TLabel
  90.       Left = 8
  91.       Top = 104
  92.       Width = 23
  93.       Height = 13
  94.       Caption = 'Last:'
  95.     end
  96.     object SearchByNameRadio: TRadioButton
  97.       Left = 8
  98.       Top = 24
  99.       Width = 113
  100.       Height = 17
  101.       Caption = 'Search by name'
  102.       TabOrder = 0
  103.       OnClick = SearchByNameRadioClick
  104.     end
  105.     object NickEdit: TEdit
  106.       Left = 48
  107.       Top = 48
  108.       Width = 153
  109.       Height = 21
  110.       TabOrder = 1
  111.       OnChange = NickEditChange
  112.     end
  113.     object FirstEdit: TEdit
  114.       Left = 48
  115.       Top = 72
  116.       Width = 153
  117.       Height = 21
  118.       TabOrder = 2
  119.       OnChange = NickEditChange
  120.     end
  121.     object LastEdit: TEdit
  122.       Left = 48
  123.       Top = 96
  124.       Width = 153
  125.       Height = 21
  126.       TabOrder = 3
  127.       OnChange = NickEditChange
  128.     end
  129.   end
  130.   object GroupBox4: TGroupBox
  131.     Left = 216
  132.     Top = 0
  133.     Width = 482
  134.     Height = 519
  135.     Anchors = [akLeft, akTop, akRight, akBottom]
  136.     Caption = 'Results'
  137.     TabOrder = 4
  138.     object ListView1: TListView
  139.       Left = 2
  140.       Top = 15
  141.       Width = 478
  142.       Height = 502
  143.       Align = alClient
  144.       Columns = <
  145.         item
  146.           Caption = 'Nick'
  147.           Width = 100
  148.         end
  149.         item
  150.           Caption = 'First'
  151.           Width = 90
  152.         end
  153.         item
  154.           Caption = 'Last'
  155.           Width = 100
  156.         end
  157.         item
  158.           Caption = 'Email'
  159.           Width = 90
  160.         end
  161.         item
  162.           Caption = 'ICQ'
  163.           Width = 73
  164.         end>
  165.       ReadOnly = True
  166.       RowSelect = True
  167.       PopupMenu = UserSearchPopup
  168.       SmallImages = MainForm.IconList
  169.       TabOrder = 0
  170.       ViewStyle = vsReport
  171.     end
  172.   end
  173.   object StatusBar1: TStatusBar
  174.     Left = 0
  175.     Top = 514
  176.     Width = 699
  177.     Height = 19
  178.     Panels = <
  179.       item
  180.         Width = 50
  181.       end>
  182.     SimplePanel = False
  183.   end
  184.   object GroupBox5: TGroupBox
  185.     Left = 0
  186.     Top = 344
  187.     Width = 209
  188.     Height = 113
  189.     Caption = 'Random'
  190.     TabOrder = 6
  191.     object Label4: TLabel
  192.       Left = 8
  193.       Top = 64
  194.       Width = 32
  195.       Height = 13
  196.       Caption = 'Group:'
  197.     end
  198.     object RandomSearchRadio: TRadioButton
  199.       Left = 16
  200.       Top = 24
  201.       Width = 113
  202.       Height = 17
  203.       Caption = 'Random search'
  204.       TabOrder = 0
  205.       OnClick = RandomSearchRadioClick
  206.     end
  207.     object RandomComboBox: TComboBox
  208.       Left = 48
  209.       Top = 56
  210.       Width = 145
  211.       Height = 21
  212.       ItemHeight = 13
  213.       TabOrder = 1
  214.       OnChange = RandomComboBoxChange
  215.     end
  216.   end
  217.   object AdvancedButton: TButton
  218.     Left = 0
  219.     Top = 464
  220.     Width = 209
  221.     Height = 25
  222.     Anchors = [akLeft, akBottom]
  223.     Caption = 'Advanced'
  224.     TabOrder = 7
  225.     OnClick = AdvancedButtonClick
  226.   end
  227.   object Button1: TButton
  228.     Left = 0
  229.     Top = 492
  230.     Width = 209
  231.     Height = 25
  232.     Anchors = [akLeft, akBottom]
  233.     Caption = 'Search'
  234.     TabOrder = 3
  235.     OnClick = Button1Click
  236.   end
  237.   object UserSearchPopup: TPopupMenu
  238.     OnPopup = UserSearchPopupPopup
  239.     Left = 8
  240.     Top = 16
  241.     object AddToList1: TMenuItem
  242.       Caption = '&Add to list'
  243.       OnClick = AddToList1Click
  244.     end
  245.     object UsersInfo1: TMenuItem
  246.       Caption = 'Us&er'#39's info'
  247.       OnClick = UsersInfo1Click
  248.     end
  249.   end
  250. end
  251.