home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 November / Chip_2002-11_cd1.bin / zkuste / delphi / kompon / d3456 / ICQ.ZIP / ICQ / Example / UserSearchWP.dfm < prev    next >
Text File  |  2002-07-15  |  8KB  |  400 lines

  1. object UserSearchWPForm: TUserSearchWPForm
  2.   Left = 161
  3.   Top = 336
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'UserSearchWPForm'
  7.   ClientHeight = 410
  8.   ClientWidth = 660
  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.   OldCreateOrder = False
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object GroupBox1: TGroupBox
  21.     Left = 0
  22.     Top = 0
  23.     Width = 313
  24.     Height = 169
  25.     Caption = 'General'
  26.     TabOrder = 0
  27.     object Label1: TLabel
  28.       Left = 8
  29.       Top = 24
  30.       Width = 51
  31.       Height = 13
  32.       Caption = 'First name:'
  33.     end
  34.     object Label2: TLabel
  35.       Left = 8
  36.       Top = 48
  37.       Width = 52
  38.       Height = 13
  39.       Caption = 'Last name:'
  40.     end
  41.     object Label3: TLabel
  42.       Left = 8
  43.       Top = 72
  44.       Width = 54
  45.       Height = 13
  46.       Caption = 'Nick name:'
  47.     end
  48.     object Label4: TLabel
  49.       Left = 8
  50.       Top = 96
  51.       Width = 28
  52.       Height = 13
  53.       Caption = 'Email:'
  54.     end
  55.     object Label5: TLabel
  56.       Left = 8
  57.       Top = 120
  58.       Width = 44
  59.       Height = 13
  60.       Caption = 'Min. age:'
  61.     end
  62.     object Label6: TLabel
  63.       Left = 168
  64.       Top = 120
  65.       Width = 47
  66.       Height = 13
  67.       Caption = 'Max. age:'
  68.     end
  69.     object Label7: TLabel
  70.       Left = 8
  71.       Top = 144
  72.       Width = 38
  73.       Height = 13
  74.       Caption = 'Gender:'
  75.     end
  76.     object FistNameEdit: TEdit
  77.       Left = 72
  78.       Top = 16
  79.       Width = 233
  80.       Height = 21
  81.       TabOrder = 0
  82.     end
  83.     object LastNameEdit: TEdit
  84.       Left = 72
  85.       Top = 40
  86.       Width = 233
  87.       Height = 21
  88.       TabOrder = 1
  89.     end
  90.     object NickNameEdit: TEdit
  91.       Left = 72
  92.       Top = 64
  93.       Width = 233
  94.       Height = 21
  95.       TabOrder = 2
  96.     end
  97.     object EmailEdit: TEdit
  98.       Left = 72
  99.       Top = 88
  100.       Width = 233
  101.       Height = 21
  102.       TabOrder = 3
  103.     end
  104.     object MinAgeEdit: TEdit
  105.       Left = 72
  106.       Top = 112
  107.       Width = 81
  108.       Height = 21
  109.       TabOrder = 4
  110.     end
  111.     object MaxAgeEdit: TEdit
  112.       Left = 224
  113.       Top = 112
  114.       Width = 81
  115.       Height = 21
  116.       TabOrder = 5
  117.     end
  118.     object GenderComboBox: TComboBox
  119.       Left = 72
  120.       Top = 136
  121.       Width = 233
  122.       Height = 21
  123.       ItemHeight = 13
  124.       TabOrder = 6
  125.       Text = '<don'#39't care>'
  126.       Items.Strings = (
  127.         '<don'#39't care>'
  128.         'Female'
  129.         'Male')
  130.     end
  131.   end
  132.   object GroupBox2: TGroupBox
  133.     Left = 0
  134.     Top = 176
  135.     Width = 313
  136.     Height = 201
  137.     Caption = 'Advanced'
  138.     TabOrder = 1
  139.     object Label8: TLabel
  140.       Left = 8
  141.       Top = 24
  142.       Width = 51
  143.       Height = 13
  144.       Caption = 'Language:'
  145.     end
  146.     object Label9: TLabel
  147.       Left = 8
  148.       Top = 48
  149.       Width = 20
  150.       Height = 13
  151.       Caption = 'City:'
  152.     end
  153.     object Label10: TLabel
  154.       Left = 8
  155.       Top = 72
  156.       Width = 28
  157.       Height = 13
  158.       Caption = 'State:'
  159.     end
  160.     object Label11: TLabel
  161.       Left = 8
  162.       Top = 96
  163.       Width = 33
  164.       Height = 13
  165.       Caption = 'Contry:'
  166.     end
  167.     object Label22: TLabel
  168.       Left = 8
  169.       Top = 120
  170.       Width = 55
  171.       Height = 13
  172.       Caption = 'Homepage:'
  173.     end
  174.     object LanguageComboBox: TComboBox
  175.       Left = 72
  176.       Top = 16
  177.       Width = 233
  178.       Height = 21
  179.       ItemHeight = 13
  180.       TabOrder = 0
  181.       Text = '<don'#39't care>'
  182.       Items.Strings = (
  183.         '<don'#39't care>')
  184.     end
  185.     object CityEdit: TEdit
  186.       Left = 72
  187.       Top = 40
  188.       Width = 233
  189.       Height = 21
  190.       TabOrder = 1
  191.     end
  192.     object StateEdit: TEdit
  193.       Left = 72
  194.       Top = 64
  195.       Width = 233
  196.       Height = 21
  197.       TabOrder = 2
  198.     end
  199.     object CountryComboBox: TComboBox
  200.       Left = 72
  201.       Top = 88
  202.       Width = 233
  203.       Height = 21
  204.       ItemHeight = 13
  205.       TabOrder = 3
  206.       Text = '<don'#39't care>'
  207.       Items.Strings = (
  208.         '<don'#39't care>')
  209.     end
  210.     object SearchOnlineUsers: TCheckBox
  211.       Left = 8
  212.       Top = 176
  213.       Width = 297
  214.       Height = 17
  215.       Caption = 'Search online users only'
  216.       TabOrder = 4
  217.     end
  218.     object HomePageEdit: TEdit
  219.       Left = 72
  220.       Top = 112
  221.       Width = 233
  222.       Height = 21
  223.       TabOrder = 5
  224.     end
  225.   end
  226.   object Button1: TButton
  227.     Left = 0
  228.     Top = 384
  229.     Width = 105
  230.     Height = 25
  231.     Caption = 'Search'
  232.     TabOrder = 2
  233.     OnClick = Button1Click
  234.   end
  235.   object GroupBox3: TGroupBox
  236.     Left = 320
  237.     Top = 0
  238.     Width = 337
  239.     Height = 377
  240.     Caption = 'Occupation'
  241.     TabOrder = 3
  242.     object Label12: TLabel
  243.       Left = 8
  244.       Top = 24
  245.       Width = 47
  246.       Height = 13
  247.       Caption = 'Company:'
  248.     end
  249.     object Label13: TLabel
  250.       Left = 8
  251.       Top = 48
  252.       Width = 58
  253.       Height = 13
  254.       Caption = 'Department:'
  255.     end
  256.     object Label14: TLabel
  257.       Left = 8
  258.       Top = 72
  259.       Width = 40
  260.       Height = 13
  261.       Caption = 'Position:'
  262.     end
  263.     object Label15: TLabel
  264.       Left = 8
  265.       Top = 96
  266.       Width = 58
  267.       Height = 13
  268.       Caption = 'Occupation:'
  269.     end
  270.     object Label16: TLabel
  271.       Left = 8
  272.       Top = 120
  273.       Width = 24
  274.       Height = 13
  275.       Caption = 'Past:'
  276.     end
  277.     object Label17: TLabel
  278.       Left = 8
  279.       Top = 144
  280.       Width = 56
  281.       Height = 13
  282.       Caption = 'Description:'
  283.     end
  284.     object Label18: TLabel
  285.       Left = 8
  286.       Top = 208
  287.       Width = 43
  288.       Height = 13
  289.       Caption = 'Interests:'
  290.     end
  291.     object Label19: TLabel
  292.       Left = 8
  293.       Top = 232
  294.       Width = 56
  295.       Height = 13
  296.       Caption = 'Description:'
  297.     end
  298.     object Label20: TLabel
  299.       Left = 8
  300.       Top = 296
  301.       Width = 45
  302.       Height = 13
  303.       Caption = 'Affiliation:'
  304.     end
  305.     object Label21: TLabel
  306.       Left = 8
  307.       Top = 320
  308.       Width = 56
  309.       Height = 13
  310.       Caption = 'Description:'
  311.     end
  312.     object CompanyEdit: TEdit
  313.       Left = 80
  314.       Top = 16
  315.       Width = 249
  316.       Height = 21
  317.       TabOrder = 0
  318.     end
  319.     object DepartmentEdit: TEdit
  320.       Left = 80
  321.       Top = 40
  322.       Width = 249
  323.       Height = 21
  324.       TabOrder = 1
  325.     end
  326.     object PositionEdit: TEdit
  327.       Left = 80
  328.       Top = 64
  329.       Width = 249
  330.       Height = 21
  331.       TabOrder = 2
  332.     end
  333.     object OccupationComboBox: TComboBox
  334.       Left = 80
  335.       Top = 88
  336.       Width = 249
  337.       Height = 21
  338.       ItemHeight = 13
  339.       TabOrder = 3
  340.       Text = '<don'#39't care>'
  341.       Items.Strings = (
  342.         '<don'#39't care>')
  343.     end
  344.     object PastComboBox: TComboBox
  345.       Left = 80
  346.       Top = 112
  347.       Width = 249
  348.       Height = 21
  349.       ItemHeight = 13
  350.       TabOrder = 4
  351.       Text = '<don'#39't care>'
  352.       Items.Strings = (
  353.         '<don'#39't care>')
  354.     end
  355.     object PastDescEdit: TMemo
  356.       Left = 80
  357.       Top = 136
  358.       Width = 249
  359.       Height = 57
  360.       TabOrder = 5
  361.     end
  362.     object InterestComboBox: TComboBox
  363.       Left = 80
  364.       Top = 200
  365.       Width = 249
  366.       Height = 21
  367.       ItemHeight = 13
  368.       TabOrder = 6
  369.       Text = '<don'#39't care>'
  370.       Items.Strings = (
  371.         '<don'#39't care>')
  372.     end
  373.     object InterestsDescEdit: TMemo
  374.       Left = 80
  375.       Top = 224
  376.       Width = 249
  377.       Height = 57
  378.       TabOrder = 7
  379.     end
  380.     object AffilationDescEdit: TMemo
  381.       Left = 80
  382.       Top = 312
  383.       Width = 249
  384.       Height = 57
  385.       TabOrder = 8
  386.     end
  387.     object AffilationComboBox: TComboBox
  388.       Left = 80
  389.       Top = 288
  390.       Width = 249
  391.       Height = 21
  392.       ItemHeight = 13
  393.       TabOrder = 9
  394.       Text = '<don'#39't care>'
  395.       Items.Strings = (
  396.         '<don'#39't care>')
  397.     end
  398.   end
  399. end
  400.