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

  1. object AddForm: TAddForm
  2.   Left = 693
  3.   Top = 154
  4.   Width = 539
  5.   Height = 571
  6.   Caption = 'Add/Find Users'
  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.   ShowHint = True
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnKeyDown = FormKeyDown
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object GroupBoxResults: TGroupBox
  24.     Left = 0
  25.     Top = 261
  26.     Width = 531
  27.     Height = 283
  28.     Align = alClient
  29.     Caption = ' Results '
  30.     TabOrder = 2
  31.     object ListViewRes: TListView
  32.       Left = 2
  33.       Top = 15
  34.       Width = 527
  35.       Height = 266
  36.       Align = alClient
  37.       Columns = <
  38.         item
  39.           Caption = 'ICQ# / SN'
  40.           MaxWidth = 90
  41.           MinWidth = 90
  42.           Width = 90
  43.         end
  44.         item
  45.           Caption = 'Nick Name'
  46.           MinWidth = 2
  47.           Width = 70
  48.         end
  49.         item
  50.           Caption = 'First Name'
  51.           MinWidth = 2
  52.           Width = 70
  53.         end
  54.         item
  55.           Caption = 'Last Name'
  56.           MinWidth = 2
  57.           Width = 70
  58.         end
  59.         item
  60.           Caption = 'Email'
  61.           MinWidth = 2
  62.         end
  63.         item
  64.           Caption = 'Gender/Age'
  65.           MinWidth = 2
  66.           Width = 75
  67.         end
  68.         item
  69.           Caption = 'Authorize'
  70.           MinWidth = 2
  71.           Width = 70
  72.         end
  73.         item
  74.           Caption = 'BD ID'
  75.           Width = 4
  76.         end>
  77.       HideSelection = False
  78.       ReadOnly = True
  79.       RowSelect = True
  80.       PopupMenu = PopupMenuAdd
  81.       SmallImages = MainForm.ImageListCLS
  82.       TabOrder = 0
  83.       TabStop = False
  84.       ViewStyle = vsReport
  85.       OnColumnClick = ListViewResColumnClick
  86.       OnCompare = ListViewResCompare
  87.       OnContextPopup = ListViewResContextPopup
  88.       OnDblClick = ListViewResDblClick
  89.     end
  90.   end
  91.   object PCFind: TPageControlEx
  92.     Left = 0
  93.     Top = 0
  94.     Width = 531
  95.     Height = 261
  96.     ActivePage = TabSheetFind
  97.     Align = alTop
  98.     Images = MainForm.ImageList1
  99.     TabOrder = 0
  100.     object TabSheetFind: TTabSheet
  101.       Caption = 'Find Users'
  102.       object TePanelbyNames: TPanel
  103.         Left = 5
  104.         Top = 80
  105.         Width = 519
  106.         Height = 77
  107.         BevelInner = bvRaised
  108.         BevelOuter = bvLowered
  109.         TabOrder = 3
  110.         object TeLabelNick: TLabel
  111.           Left = 8
  112.           Top = 29
  113.           Width = 53
  114.           Height = 13
  115.           Caption = 'Nick Name'
  116.           Color = clBtnFace
  117.           ParentColor = False
  118.         end
  119.         object TeLabelFirst: TLabel
  120.           Left = 195
  121.           Top = 29
  122.           Width = 50
  123.           Height = 13
  124.           Caption = 'First Name'
  125.           Color = clBtnFace
  126.           ParentColor = False
  127.         end
  128.         object TeLabelLast: TLabel
  129.           Left = 380
  130.           Top = 29
  131.           Width = 51
  132.           Height = 13
  133.           Caption = 'Last Name'
  134.           Color = clBtnFace
  135.           ParentColor = False
  136.         end
  137.         object TeLabelAndOr1: TLabel
  138.           Left = 147
  139.           Top = 48
  140.           Width = 32
  141.           Height = 13
  142.           Caption = 'and/or'
  143.           Color = clBtnFace
  144.           ParentColor = False
  145.         end
  146.         object TeLabelAndOr2: TLabel
  147.           Left = 333
  148.           Top = 48
  149.           Width = 32
  150.           Height = 13
  151.           Caption = 'and/or'
  152.           Color = clBtnFace
  153.           ParentColor = False
  154.         end
  155.         object TeCheckBoxByNames: TCheckBox
  156.           Left = 9
  157.           Top = 7
  158.           Width = 240
  159.           Height = 20
  160.           Caption = 'Search by Names'
  161.           Font.Charset = DEFAULT_CHARSET
  162.           Font.Color = clWindowText
  163.           Font.Height = -11
  164.           Font.Name = 'MS Sans Serif'
  165.           Font.Style = [fsBold]
  166.           ParentFont = False
  167.           TabOrder = 0
  168.           OnClick = TeCheckBoxByNamesClick
  169.         end
  170.         object EditByNick: TEdit
  171.           Left = 8
  172.           Top = 43
  173.           Width = 124
  174.           Height = 21
  175.           MaxLength = 20
  176.           TabOrder = 1
  177.           OnClick = EditByNickClick
  178.           OnKeyPress = EditByNickKeyPress
  179.         end
  180.         object EditByFirst: TEdit
  181.           Left = 195
  182.           Top = 43
  183.           Width = 124
  184.           Height = 21
  185.           MaxLength = 20
  186.           TabOrder = 2
  187.           OnClick = EditByFirstClick
  188.           OnKeyPress = EditByFirstKeyPress
  189.         end
  190.         object EditByLast: TEdit
  191.           Left = 380
  192.           Top = 43
  193.           Width = 124
  194.           Height = 21
  195.           MaxLength = 20
  196.           TabOrder = 3
  197.           OnClick = EditByLastClick
  198.           OnKeyPress = EditByLastKeyPress
  199.         end
  200.       end
  201.       object TePanelbyICQ: TPanel
  202.         Left = 5
  203.         Top = 9
  204.         Width = 148
  205.         Height = 66
  206.         BevelInner = bvRaised
  207.         BevelOuter = bvLowered
  208.         TabOrder = 0
  209.         object TeCheckBoxByICQ: TCheckBox
  210.           Left = 9
  211.           Top = 9
  212.           Width = 136
  213.           Height = 20
  214.           Caption = 'Search by ICQ#'
  215.           Checked = True
  216.           Font.Charset = DEFAULT_CHARSET
  217.           Font.Color = clWindowText
  218.           Font.Height = -11
  219.           Font.Name = 'MS Sans Serif'
  220.           Font.Style = [fsBold]
  221.           ParentFont = False
  222.           State = cbChecked
  223.           TabOrder = 0
  224.           OnClick = TeCheckBoxByICQClick
  225.         end
  226.         object EditByICQ: TEdit
  227.           Left = 9
  228.           Top = 31
  229.           Width = 128
  230.           Height = 21
  231.           MaxLength = 16
  232.           TabOrder = 1
  233.           OnClick = EditByICQClick
  234.           OnKeyPress = EditByICQKeyPress
  235.         end
  236.       end
  237.       object TePanelbyEmail: TPanel
  238.         Left = 157
  239.         Top = 9
  240.         Width = 155
  241.         Height = 66
  242.         BevelInner = bvRaised
  243.         BevelOuter = bvLowered
  244.         TabOrder = 1
  245.         object TeCheckBoxByEmail: TCheckBox
  246.           Left = 9
  247.           Top = 9
  248.           Width = 136
  249.           Height = 20
  250.           Caption = 'Search by Email'
  251.           Font.Charset = DEFAULT_CHARSET
  252.           Font.Color = clWindowText
  253.           Font.Height = -11
  254.           Font.Name = 'MS Sans Serif'
  255.           Font.Style = [fsBold]
  256.           ParentFont = False
  257.           TabOrder = 0
  258.           OnClick = TeCheckBoxByEmailClick
  259.         end
  260.         object EditByEmail: TEdit
  261.           Left = 9
  262.           Top = 31
  263.           Width = 136
  264.           Height = 21
  265.           MaxLength = 60
  266.           TabOrder = 1
  267.           OnClick = EditByEmailClick
  268.           OnKeyPress = EditByEmailKeyPress
  269.         end
  270.       end
  271.       object TePanelAIM: TPanel
  272.         Left = 316
  273.         Top = 9
  274.         Width = 208
  275.         Height = 66
  276.         BevelInner = bvRaised
  277.         BevelOuter = bvLowered
  278.         TabOrder = 2
  279.         object TeLabelAIM: TLabel
  280.           Left = 10
  281.           Top = 13
  282.           Width = 109
  283.           Height = 13
  284.           Caption = 'AIM SN / ICQ UIN:'
  285.           Color = clBtnFace
  286.           Font.Charset = DEFAULT_CHARSET
  287.           Font.Color = clWindowText
  288.           Font.Height = -11
  289.           Font.Name = 'MS Sans Serif'
  290.           Font.Style = [fsBold]
  291.           ParentColor = False
  292.           ParentFont = False
  293.         end
  294.         object ButtonAddAIM: TButton
  295.           Left = 129
  296.           Top = 30
  297.           Width = 69
  298.           Height = 23
  299.           Caption = 'Add'
  300.           TabOrder = 1
  301.           OnClick = ButtonAddAIMClick
  302.         end
  303.         object EditAIM: TEdit
  304.           Left = 9
  305.           Top = 31
  306.           Width = 113
  307.           Height = 21
  308.           MaxLength = 16
  309.           TabOrder = 0
  310.           OnClick = EditAIMClick
  311.         end
  312.       end
  313.     end
  314.     object TabSheetWP: TTabSheet
  315.       Caption = 'Global Directory'
  316.       ImageIndex = 1
  317.       object TePanel1: TPanel
  318.         Left = 5
  319.         Top = 9
  320.         Width = 519
  321.         Height = 148
  322.         BevelInner = bvRaised
  323.         BevelOuter = bvLowered
  324.         TabOrder = 0
  325.         object TeLabelNick1: TLabel
  326.           Left = 372
  327.           Top = 14
  328.           Width = 53
  329.           Height = 13
  330.           Alignment = taRightJustify
  331.           Caption = 'Nick Name'
  332.           Color = clBtnFace
  333.           ParentColor = False
  334.         end
  335.         object TeLabelFirst1: TLabel
  336.           Left = 375
  337.           Top = 40
  338.           Width = 50
  339.           Height = 13
  340.           Alignment = taRightJustify
  341.           Caption = 'First Name'
  342.           Color = clBtnFace
  343.           ParentColor = False
  344.         end
  345.         object TeLabelLast1: TLabel
  346.           Left = 374
  347.           Top = 66
  348.           Width = 51
  349.           Height = 13
  350.           Alignment = taRightJustify
  351.           Caption = 'Last Name'
  352.           Color = clBtnFace
  353.           ParentColor = False
  354.         end
  355.         object TeLabelEmail1: TLabel
  356.           Left = 400
  357.           Top = 92
  358.           Width = 25
  359.           Height = 13
  360.           Alignment = taRightJustify
  361.           Caption = 'Email'
  362.           Color = clBtnFace
  363.           ParentColor = False
  364.         end
  365.         object TeLabelGender: TLabel
  366.           Left = 40
  367.           Top = 13
  368.           Width = 35
  369.           Height = 13
  370.           Alignment = taRightJustify
  371.           Caption = 'Gender'
  372.           Color = clBtnFace
  373.           ParentColor = False
  374.         end
  375.         object TeLabelAge: TLabel
  376.           Left = 56
  377.           Top = 40
  378.           Width = 19
  379.           Height = 13
  380.           Alignment = taRightJustify
  381.           Caption = 'Age'
  382.           Color = clBtnFace
  383.           ParentColor = False
  384.         end
  385.         object TeLabelCountry: TLabel
  386.           Left = 39
  387.           Top = 66
  388.           Width = 36
  389.           Height = 13
  390.           Alignment = taRightJustify
  391.           Caption = 'Country'
  392.           Color = clBtnFace
  393.           ParentColor = False
  394.         end
  395.         object TeLabelLang: TLabel
  396.           Left = 377
  397.           Top = 121
  398.           Width = 48
  399.           Height = 13
  400.           Alignment = taRightJustify
  401.           Caption = 'Language'
  402.           Color = clBtnFace
  403.           ParentColor = False
  404.         end
  405.         object TeLabelCity: TLabel
  406.           Left = 28
  407.           Top = 91
  408.           Width = 47
  409.           Height = 13
  410.           Alignment = taRightJustify
  411.           Caption = 'City/State'
  412.           Color = clBtnFace
  413.           ParentColor = False
  414.         end
  415.         object TeLabelOcc: TLabel
  416.           Left = 200
  417.           Top = 13
  418.           Width = 55
  419.           Height = 13
  420.           Alignment = taRightJustify
  421.           Caption = 'Occupation'
  422.           Color = clBtnFace
  423.           ParentColor = False
  424.         end
  425.         object TeLabelOrg: TLabel
  426.           Left = 196
  427.           Top = 40
  428.           Width = 59
  429.           Height = 13
  430.           Alignment = taRightJustify
  431.           Caption = 'Organization'
  432.           Color = clBtnFace
  433.           ParentColor = False
  434.         end
  435.         object TeLabelPast: TLabel
  436.           Left = 189
  437.           Top = 66
  438.           Width = 66
  439.           Height = 13
  440.           Alignment = taRightJustify
  441.           Caption = 'Past Affiliation'
  442.           Color = clBtnFace
  443.           ParentColor = False
  444.         end
  445.         object TeLabelInt: TLabel
  446.           Left = 215
  447.           Top = 92
  448.           Width = 40
  449.           Height = 13
  450.           Alignment = taRightJustify
  451.           Caption = 'Interests'
  452.           Color = clBtnFace
  453.           ParentColor = False
  454.         end
  455.         object TeLabelKeys: TLabel
  456.           Left = 209
  457.           Top = 118
  458.           Width = 46
  459.           Height = 13
  460.           Alignment = taRightJustify
  461.           Caption = 'Keywords'
  462.           Color = clBtnFace
  463.           ParentColor = False
  464.         end
  465.         object TeLabelMarital: TLabel
  466.           Left = 11
  467.           Top = 119
  468.           Width = 64
  469.           Height = 13
  470.           Alignment = taRightJustify
  471.           Caption = 'Marital Status'
  472.           Color = clBtnFace
  473.           ParentColor = False
  474.         end
  475.         object TeSComboBoxGender: TComboBox
  476.           Left = 77
  477.           Top = 10
  478.           Width = 89
  479.           Height = 21
  480.           Style = csDropDownList
  481.           ItemHeight = 0
  482.           TabOrder = 0
  483.         end
  484.         object TeSComboBoxAge: TComboBox
  485.           Left = 77
  486.           Top = 36
  487.           Width = 89
  488.           Height = 21
  489.           Style = csDropDownList
  490.           ItemHeight = 13
  491.           Sorted = True
  492.           TabOrder = 1
  493.           Items.Strings = (
  494.             ''
  495.             '13-17'
  496.             '18-22'
  497.             '23-29'
  498.             '30-39'
  499.             '40-49'
  500.             '50-59'
  501.             '60 ...')
  502.         end
  503.         object TeSComboBoxCountry: TComboBox
  504.           Left = 77
  505.           Top = 62
  506.           Width = 89
  507.           Height = 21
  508.           Style = csDropDownList
  509.           DropDownCount = 30
  510.           Font.Charset = DEFAULT_CHARSET
  511.           Font.Color = clWindowText
  512.           Font.Height = -11
  513.           Font.Name = 'MS Sans Serif'
  514.           Font.Style = []
  515.           ItemHeight = 0
  516.           ParentFont = False
  517.           Sorted = True
  518.           TabOrder = 2
  519.           OnDropDown = TeSComboBoxCountryDropDown
  520.         end
  521.         object TeSComboBoxLang: TComboBox
  522.           Left = 427
  523.           Top = 117
  524.           Width = 84
  525.           Height = 21
  526.           Style = csDropDownList
  527.           DropDownCount = 25
  528.           ItemHeight = 0
  529.           Sorted = True
  530.           TabOrder = 16
  531.           OnDropDown = TeSComboBoxLangDropDown
  532.         end
  533.         object TePanelDiv: TPanel
  534.           Left = 172
  535.           Top = 9
  536.           Width = 2
  537.           Height = 129
  538.           BevelInner = bvLowered
  539.           BevelOuter = bvNone
  540.           TabOrder = 10
  541.         end
  542.         object TePanel2: TPanel
  543.           Left = 352
  544.           Top = 9
  545.           Width = 2
  546.           Height = 129
  547.           BevelInner = bvLowered
  548.           BevelOuter = bvNone
  549.           TabOrder = 11
  550.         end
  551.         object TeSComboBoxOcc: TComboBox
  552.           Left = 257
  553.           Top = 10
  554.           Width = 89
  555.           Height = 21
  556.           Style = csDropDownList
  557.           DropDownCount = 30
  558.           ItemHeight = 0
  559.           Sorted = True
  560.           TabOrder = 5
  561.           OnDropDown = TeSComboBoxOccDropDown
  562.         end
  563.         object TeSComboBoxOrg: TComboBox
  564.           Left = 257
  565.           Top = 36
  566.           Width = 89
  567.           Height = 21
  568.           Style = csDropDownList
  569.           DropDownCount = 22
  570.           ItemHeight = 0
  571.           Sorted = True
  572.           TabOrder = 6
  573.           OnChange = TeSComboBoxOccChange
  574.           OnDropDown = TeSComboBoxOrgDropDown
  575.         end
  576.         object TeSComboBoxPast: TComboBox
  577.           Left = 257
  578.           Top = 62
  579.           Width = 89
  580.           Height = 21
  581.           Style = csDropDownList
  582.           DropDownCount = 10
  583.           ItemHeight = 0
  584.           Sorted = True
  585.           TabOrder = 7
  586.           OnChange = TeSComboBoxOccChange
  587.           OnDropDown = TeSComboBoxPastDropDown
  588.         end
  589.         object TeSComboBoxInt: TComboBox
  590.           Left = 257
  591.           Top = 88
  592.           Width = 89
  593.           Height = 21
  594.           Style = csDropDownList
  595.           DropDownCount = 25
  596.           ItemHeight = 0
  597.           Sorted = True
  598.           TabOrder = 8
  599.           OnChange = TeSComboBoxOccChange
  600.           OnDropDown = TeSComboBoxIntDropDown
  601.         end
  602.         object TeSComboBoxMarital: TComboBox
  603.           Left = 77
  604.           Top = 115
  605.           Width = 89
  606.           Height = 21
  607.           Style = csDropDownList
  608.           DropDownCount = 30
  609.           ItemHeight = 0
  610.           Sorted = True
  611.           TabOrder = 4
  612.           OnDropDown = TeSComboBoxMaritalDropDown
  613.         end
  614.         object TeEditCity: TEdit
  615.           Left = 77
  616.           Top = 88
  617.           Width = 89
  618.           Height = 21
  619.           MaxLength = 30
  620.           TabOrder = 3
  621.         end
  622.         object TeEditKeys: TEdit
  623.           Left = 257
  624.           Top = 115
  625.           Width = 89
  626.           Height = 21
  627.           MaxLength = 60
  628.           TabOrder = 9
  629.         end
  630.         object TeEditNick1: TEdit
  631.           Left = 427
  632.           Top = 11
  633.           Width = 84
  634.           Height = 21
  635.           MaxLength = 20
  636.           TabOrder = 12
  637.         end
  638.         object TeEditFirst1: TEdit
  639.           Left = 427
  640.           Top = 37
  641.           Width = 84
  642.           Height = 21
  643.           MaxLength = 20
  644.           TabOrder = 13
  645.         end
  646.         object TeEditLast1: TEdit
  647.           Left = 427
  648.           Top = 63
  649.           Width = 84
  650.           Height = 21
  651.           MaxLength = 20
  652.           TabOrder = 14
  653.         end
  654.         object TeEditEmail1: TEdit
  655.           Left = 427
  656.           Top = 89
  657.           Width = 84
  658.           Height = 21
  659.           MaxLength = 30
  660.           TabOrder = 15
  661.         end
  662.       end
  663.     end
  664.     object TabSheetPS: TTabSheet
  665.       Caption = 'People Search'
  666.       ImageIndex = 3
  667.       object PanelPSUIN: TPanel
  668.         Left = 5
  669.         Top = 9
  670.         Width = 156
  671.         Height = 73
  672.         BevelInner = bvRaised
  673.         BevelOuter = bvLowered
  674.         TabOrder = 0
  675.         object CheckBoxPSByUIN: TCheckBox
  676.           Left = 9
  677.           Top = 9
  678.           Width = 136
  679.           Height = 20
  680.           Caption = '_Search by ICQ#'
  681.           Checked = True
  682.           Font.Charset = DEFAULT_CHARSET
  683.           Font.Color = clWindowText
  684.           Font.Height = -11
  685.           Font.Name = 'MS Sans Serif'
  686.           Font.Style = [fsBold]
  687.           ParentFont = False
  688.           State = cbChecked
  689.           TabOrder = 0
  690.           OnClick = CheckBoxPSByUINClick
  691.         end
  692.         object EditPSUIN: TEdit
  693.           Left = 9
  694.           Top = 34
  695.           Width = 136
  696.           Height = 21
  697.           MaxLength = 16
  698.           TabOrder = 1
  699.           OnClick = EditPSUINClick
  700.           OnKeyPress = EditPSUINKeyPress
  701.         end
  702.       end
  703.       object PanelPS: TPanel
  704.         Left = 165
  705.         Top = 8
  706.         Width = 358
  707.         Height = 153
  708.         BevelInner = bvRaised
  709.         BevelOuter = bvLowered
  710.         TabOrder = 2
  711.         object LabelPSGender: TLabel
  712.           Left = 218
  713.           Top = 45
  714.           Width = 41
  715.           Height = 13
  716.           Alignment = taRightJustify
  717.           Caption = '_Gender'
  718.           Color = clBtnFace
  719.           ParentColor = False
  720.         end
  721.         object LabelPSAge: TLabel
  722.           Left = 234
  723.           Top = 72
  724.           Width = 25
  725.           Height = 13
  726.           Alignment = taRightJustify
  727.           Caption = '_Age'
  728.           Color = clBtnFace
  729.           ParentColor = False
  730.         end
  731.         object LabelPSCountry: TLabel
  732.           Left = 9
  733.           Top = 68
  734.           Width = 42
  735.           Height = 13
  736.           Caption = '_Country'
  737.           Color = clBtnFace
  738.           ParentColor = False
  739.         end
  740.         object LabelPSCity: TLabel
  741.           Left = 9
  742.           Top = 108
  743.           Width = 23
  744.           Height = 13
  745.           Caption = '_City'
  746.           Color = clBtnFace
  747.           ParentColor = False
  748.         end
  749.         object LabelPSNick: TLabel
  750.           Left = 9
  751.           Top = 29
  752.           Width = 34
  753.           Height = 13
  754.           Caption = '_Name'
  755.           Color = clBtnFace
  756.           ParentColor = False
  757.         end
  758.         object LabelPSLang: TLabel
  759.           Left = 205
  760.           Top = 98
  761.           Width = 54
  762.           Height = 13
  763.           Alignment = taRightJustify
  764.           Caption = '_Language'
  765.           Color = clBtnFace
  766.           ParentColor = False
  767.         end
  768.         object TeLabelTotal: TLabel
  769.           Left = 189
  770.           Top = 128
  771.           Width = 109
  772.           Height = 13
  773.           Alignment = taRightJustify
  774.           Caption = 'Total Number of Users:'
  775.           Color = clBtnFace
  776.           ParentColor = False
  777.         end
  778.         object CheckBoxPS: TCheckBox
  779.           Left = 9
  780.           Top = 6
  781.           Width = 320
  782.           Height = 20
  783.           Caption = '_People Search'
  784.           Font.Charset = DEFAULT_CHARSET
  785.           Font.Color = clWindowText
  786.           Font.Height = -11
  787.           Font.Name = 'MS Sans Serif'
  788.           Font.Style = [fsBold]
  789.           ParentFont = False
  790.           TabOrder = 0
  791.           OnClick = CheckBoxPSClick
  792.         end
  793.         object ComboBoxPSGender: TComboBox
  794.           Left = 261
  795.           Top = 42
  796.           Width = 89
  797.           Height = 21
  798.           Style = csDropDownList
  799.           ItemHeight = 0
  800.           TabOrder = 4
  801.           OnDropDown = ComboBoxPSCountryDropDown
  802.         end
  803.         object ComboBoxPSAge: TComboBox
  804.           Left = 261
  805.           Top = 68
  806.           Width = 89
  807.           Height = 21
  808.           Style = csDropDownList
  809.           ItemHeight = 13
  810.           Sorted = True
  811.           TabOrder = 5
  812.           OnDropDown = ComboBoxPSCountryDropDown
  813.           Items.Strings = (
  814.             ''
  815.             '13-17'
  816.             '18-22'
  817.             '23-29'
  818.             '30-39'
  819.             '40-49'
  820.             '50-59'
  821.             '60 ...')
  822.         end
  823.         object ComboBoxPSCountry: TComboBox
  824.           Left = 9
  825.           Top = 83
  826.           Width = 159
  827.           Height = 21
  828.           Style = csDropDownList
  829.           DropDownCount = 30
  830.           Font.Charset = DEFAULT_CHARSET
  831.           Font.Color = clWindowText
  832.           Font.Height = -11
  833.           Font.Name = 'MS Sans Serif'
  834.           Font.Style = []
  835.           ItemHeight = 0
  836.           ParentFont = False
  837.           Sorted = True
  838.           TabOrder = 2
  839.           OnDropDown = ComboBoxPSCountryDropDown
  840.         end
  841.         object EditPSCity: TEdit
  842.           Left = 9
  843.           Top = 123
  844.           Width = 159
  845.           Height = 21
  846.           MaxLength = 30
  847.           TabOrder = 3
  848.           OnClick = EditPSNameClick
  849.           OnKeyPress = EditPSNameKeyPress
  850.         end
  851.         object EditPSName: TEdit
  852.           Left = 9
  853.           Top = 44
  854.           Width = 159
  855.           Height = 21
  856.           MaxLength = 20
  857.           TabOrder = 1
  858.           OnClick = EditPSNameClick
  859.           OnKeyPress = EditPSNameKeyPress
  860.         end
  861.         object Panel4: TPanel
  862.           Left = 174
  863.           Top = 30
  864.           Width = 2
  865.           Height = 118
  866.           BevelInner = bvLowered
  867.           BevelOuter = bvNone
  868.           TabOrder = 7
  869.         end
  870.         object ComboBoxPSLang: TComboBox
  871.           Left = 261
  872.           Top = 94
  873.           Width = 89
  874.           Height = 21
  875.           Style = csDropDownList
  876.           DropDownCount = 25
  877.           ItemHeight = 0
  878.           Sorted = True
  879.           TabOrder = 6
  880.           OnDropDown = ComboBoxPSCountryDropDown
  881.         end
  882.         object TePanelTotal: TPanel
  883.           Left = 301
  884.           Top = 126
  885.           Width = 49
  886.           Height = 19
  887.           BevelOuter = bvLowered
  888.           Caption = '0'
  889.           TabOrder = 8
  890.         end
  891.       end
  892.       object PanelPSEmail: TPanel
  893.         Left = 5
  894.         Top = 87
  895.         Width = 156
  896.         Height = 74
  897.         BevelInner = bvRaised
  898.         BevelOuter = bvLowered
  899.         TabOrder = 1
  900.         object CheckBoxPSByEmail: TCheckBox
  901.           Left = 9
  902.           Top = 9
  903.           Width = 136
  904.           Height = 20
  905.           Caption = '_Search by Email'
  906.           Font.Charset = DEFAULT_CHARSET
  907.           Font.Color = clWindowText
  908.           Font.Height = -11
  909.           Font.Name = 'MS Sans Serif'
  910.           Font.Style = [fsBold]
  911.           ParentFont = False
  912.           TabOrder = 0
  913.           OnClick = CheckBoxPSByEmailClick
  914.         end
  915.         object EditPSEmail: TEdit
  916.           Left = 9
  917.           Top = 34
  918.           Width = 136
  919.           Height = 21
  920.           MaxLength = 60
  921.           TabOrder = 1
  922.           OnClick = EditPSEmailClick
  923.           OnKeyPress = EditPSEmailKeyPress
  924.         end
  925.       end
  926.     end
  927.     object TabSheetAdv: TTabSheet
  928.       Caption = 'Advanced'
  929.       ImageIndex = 2
  930.       object TePanel5: TPanel
  931.         Left = 5
  932.         Top = 9
  933.         Width = 237
  934.         Height = 71
  935.         BevelInner = bvRaised
  936.         BevelOuter = bvLowered
  937.         TabOrder = 0
  938.         object TeCheckBoxEvery: TCheckBox
  939.           Left = 9
  940.           Top = 9
  941.           Width = 222
  942.           Height = 20
  943.           Caption = 'Search Everywhere by Keywords'
  944.           Font.Charset = DEFAULT_CHARSET
  945.           Font.Color = clWindowText
  946.           Font.Height = -11
  947.           Font.Name = 'MS Sans Serif'
  948.           Font.Style = [fsBold]
  949.           ParentFont = False
  950.           TabOrder = 0
  951.           OnClick = TeCheckBoxEveryClick
  952.         end
  953.         object TeEditEvery: TEdit
  954.           Left = 9
  955.           Top = 34
  956.           Width = 216
  957.           Height = 21
  958.           MaxLength = 60
  959.           TabOrder = 1
  960.           OnClick = TeEditEveryClick
  961.           OnKeyPress = TeEditEveryKeyPress
  962.         end
  963.       end
  964.       object TePanel4: TPanel
  965.         Left = 5
  966.         Top = 85
  967.         Width = 237
  968.         Height = 72
  969.         BevelInner = bvRaised
  970.         BevelOuter = bvLowered
  971.         TabOrder = 2
  972.         object TeCheckBoxAlt: TCheckBox
  973.           Left = 9
  974.           Top = 9
  975.           Width = 221
  976.           Height = 20
  977.           Caption = 'Alternative Search by ICQ#'
  978.           Font.Charset = DEFAULT_CHARSET
  979.           Font.Color = clWindowText
  980.           Font.Height = -11
  981.           Font.Name = 'MS Sans Serif'
  982.           Font.Style = [fsBold]
  983.           ParentFont = False
  984.           TabOrder = 0
  985.           OnClick = TeCheckBoxAltClick
  986.         end
  987.         object TeEditAlt: TEdit
  988.           Left = 9
  989.           Top = 31
  990.           Width = 216
  991.           Height = 21
  992.           MaxLength = 16
  993.           TabOrder = 1
  994.           OnClick = TeEditAltClick
  995.           OnKeyPress = TeEditAltKeyPress
  996.         end
  997.       end
  998.       object TePanel6: TPanel
  999.         Left = 248
  1000.         Top = 86
  1001.         Width = 276
  1002.         Height = 71
  1003.         BevelInner = bvRaised
  1004.         BevelOuter = bvLowered
  1005.         TabOrder = 3
  1006.         object TeLabelCheck: TLabel
  1007.           Left = 9
  1008.           Top = 10
  1009.           Width = 175
  1010.           Height = 13
  1011.           Caption = 'Check ICQ/AIM Account State'
  1012.           Color = clBtnFace
  1013.           Font.Charset = DEFAULT_CHARSET
  1014.           Font.Color = clWindowText
  1015.           Font.Height = -11
  1016.           Font.Name = 'MS Sans Serif'
  1017.           Font.Style = [fsBold]
  1018.           ParentColor = False
  1019.           ParentFont = False
  1020.         end
  1021.         object TeButtonCheck: TButton
  1022.           Left = 177
  1023.           Top = 29
  1024.           Width = 86
  1025.           Height = 25
  1026.           Caption = 'Check'
  1027.           TabOrder = 1
  1028.           OnClick = TeButtonCheckClick
  1029.         end
  1030.         object TeEditCheck: TEdit
  1031.           Left = 9
  1032.           Top = 30
  1033.           Width = 162
  1034.           Height = 21
  1035.           MaxLength = 16
  1036.           TabOrder = 0
  1037.           OnClick = TeEditCheckClick
  1038.           OnKeyPress = TeEditCheckKeyPress
  1039.         end
  1040.       end
  1041.       object TePanel3: TPanel
  1042.         Left = 248
  1043.         Top = 9
  1044.         Width = 276
  1045.         Height = 71
  1046.         BevelInner = bvRaised
  1047.         BevelOuter = bvLowered
  1048.         TabOrder = 1
  1049.         object TeSComboBoxRnd: TComboBox
  1050.           Left = 9
  1051.           Top = 36
  1052.           Width = 255
  1053.           Height = 21
  1054.           Style = csDropDownList
  1055.           DropDownCount = 10
  1056.           ItemHeight = 0
  1057.           TabOrder = 1
  1058.           OnDropDown = TeSComboBoxRndDropDown
  1059.         end
  1060.         object TeCheckBoxRnd: TCheckBox
  1061.           Left = 9
  1062.           Top = 9
  1063.           Width = 256
  1064.           Height = 20
  1065.           Caption = 'Find Online User by Chat Group'
  1066.           Font.Charset = DEFAULT_CHARSET
  1067.           Font.Color = clWindowText
  1068.           Font.Height = -11
  1069.           Font.Name = 'MS Sans Serif'
  1070.           Font.Style = [fsBold]
  1071.           ParentFont = False
  1072.           TabOrder = 0
  1073.           OnClick = TeCheckBoxRndClick
  1074.         end
  1075.       end
  1076.     end
  1077.   end
  1078.   object TePanelSearch: TPanel
  1079.     Left = 6
  1080.     Top = 188
  1081.     Width = 519
  1082.     Height = 66
  1083.     BevelInner = bvRaised
  1084.     BevelOuter = bvLowered
  1085.     TabOrder = 1
  1086.     object TeLabelResList: TLabel
  1087.       Left = 24
  1088.       Top = 39
  1089.       Width = 57
  1090.       Height = 13
  1091.       Alignment = taRightJustify
  1092.       Caption = 'Results List:'
  1093.       Color = clBtnFace
  1094.       ParentColor = False
  1095.     end
  1096.     object CheckBoxSimpleOnlyOnline: TCheckBox
  1097.       Left = 376
  1098.       Top = 39
  1099.       Width = 129
  1100.       Height = 20
  1101.       Caption = 'Only Online Users'
  1102.       TabOrder = 1
  1103.     end
  1104.     object ButtonSimpleSearch: TInfBitBtn
  1105.       Left = 409
  1106.       Top = 9
  1107.       Width = 97
  1108.       Height = 25
  1109.       Caption = 'Search'
  1110.       Default = True
  1111.       Font.Charset = DEFAULT_CHARSET
  1112.       Font.Color = clWindowText
  1113.       Font.Height = -11
  1114.       Font.Name = 'MS Sans Serif'
  1115.       Font.Style = [fsBold]
  1116.       ParentFont = False
  1117.       TabOrder = 3
  1118.       OnClick = ButtonSimpleSearchClick
  1119.     end
  1120.     object TePanelResList: TPanel
  1121.       Left = 84
  1122.       Top = 36
  1123.       Width = 65
  1124.       Height = 21
  1125.       BevelOuter = bvLowered
  1126.       Caption = '0'
  1127.       TabOrder = 4
  1128.     end
  1129.     object TeCheckBoxDontClear: TCheckBox
  1130.       Left = 9
  1131.       Top = 7
  1132.       Width = 336
  1133.       Height = 20
  1134.       BiDiMode = bdLeftToRight
  1135.       Caption = 'Do not Clear Previous Results'
  1136.       ParentBiDiMode = False
  1137.       TabOrder = 0
  1138.     end
  1139.     object TePanelStatus: TPanel
  1140.       Left = 184
  1141.       Top = 36
  1142.       Width = 153
  1143.       Height = 21
  1144.       BevelOuter = bvLowered
  1145.       Caption = 'Search Status'
  1146.       TabOrder = 5
  1147.     end
  1148.     object ButtonClear: TInfBitBtn
  1149.       Left = 377
  1150.       Top = 9
  1151.       Width = 25
  1152.       Height = 25
  1153.       TabOrder = 2
  1154.       OnClick = ButtonClearClick
  1155.     end
  1156.   end
  1157.   object InfClient2: TInfClient
  1158.     ProxyAuth = False
  1159.     ProxyAuthNTLM = False
  1160.     OnError = InfClient2Error
  1161.     Left = 422
  1162.     Top = 322
  1163.   end
  1164.   object PopupMenuAdd: TPopupMenu
  1165.     AutoHotkeys = maManual
  1166.     Images = MainForm.ImageList1
  1167.     OnPopup = PopupMenuAddPopup
  1168.     Left = 394
  1169.     Top = 322
  1170.     object CustomItemCheck: TMenuItem
  1171.       Caption = 'Invisibility Check'
  1172.       OnClick = CustomItemCheckClick
  1173.     end
  1174.     object CustomItemCopySN: TMenuItem
  1175.       Caption = 'Copy User'#39's Uin or SN'
  1176.       OnClick = CustomItemCopySNClick
  1177.     end
  1178.     object CustomItemUserDets: TMenuItem
  1179.       Caption = 'User Details'
  1180.       OnClick = CustomItemUserDetsClick
  1181.     end
  1182.     object CustomItemSendMsg: TMenuItem
  1183.       Caption = 'Send Message'
  1184.       OnClick = CustomItemSendMsgClick
  1185.     end
  1186.     object CustomItemAdd: TMenuItem
  1187.       Caption = 'Add User to CL'
  1188.       OnClick = CustomItemAddClick
  1189.     end
  1190.   end
  1191. end
  1192.