home *** CD-ROM | disk | FTP | other *** search
- object UserSearchWPForm: TUserSearchWPForm
- Left = 161
- Top = 336
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'UserSearchWPForm'
- ClientHeight = 410
- ClientWidth = 660
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object GroupBox1: TGroupBox
- Left = 0
- Top = 0
- Width = 313
- Height = 169
- Caption = 'General'
- TabOrder = 0
- object Label1: TLabel
- Left = 8
- Top = 24
- Width = 51
- Height = 13
- Caption = 'First name:'
- end
- object Label2: TLabel
- Left = 8
- Top = 48
- Width = 52
- Height = 13
- Caption = 'Last name:'
- end
- object Label3: TLabel
- Left = 8
- Top = 72
- Width = 54
- Height = 13
- Caption = 'Nick name:'
- end
- object Label4: TLabel
- Left = 8
- Top = 96
- Width = 28
- Height = 13
- Caption = 'Email:'
- end
- object Label5: TLabel
- Left = 8
- Top = 120
- Width = 44
- Height = 13
- Caption = 'Min. age:'
- end
- object Label6: TLabel
- Left = 168
- Top = 120
- Width = 47
- Height = 13
- Caption = 'Max. age:'
- end
- object Label7: TLabel
- Left = 8
- Top = 144
- Width = 38
- Height = 13
- Caption = 'Gender:'
- end
- object FistNameEdit: TEdit
- Left = 72
- Top = 16
- Width = 233
- Height = 21
- TabOrder = 0
- end
- object LastNameEdit: TEdit
- Left = 72
- Top = 40
- Width = 233
- Height = 21
- TabOrder = 1
- end
- object NickNameEdit: TEdit
- Left = 72
- Top = 64
- Width = 233
- Height = 21
- TabOrder = 2
- end
- object EmailEdit: TEdit
- Left = 72
- Top = 88
- Width = 233
- Height = 21
- TabOrder = 3
- end
- object MinAgeEdit: TEdit
- Left = 72
- Top = 112
- Width = 81
- Height = 21
- TabOrder = 4
- end
- object MaxAgeEdit: TEdit
- Left = 224
- Top = 112
- Width = 81
- Height = 21
- TabOrder = 5
- end
- object GenderComboBox: TComboBox
- Left = 72
- Top = 136
- Width = 233
- Height = 21
- ItemHeight = 13
- TabOrder = 6
- Text = '<don'#39't care>'
- Items.Strings = (
- '<don'#39't care>'
- 'Female'
- 'Male')
- end
- end
- object GroupBox2: TGroupBox
- Left = 0
- Top = 176
- Width = 313
- Height = 201
- Caption = 'Advanced'
- TabOrder = 1
- object Label8: TLabel
- Left = 8
- Top = 24
- Width = 51
- Height = 13
- Caption = 'Language:'
- end
- object Label9: TLabel
- Left = 8
- Top = 48
- Width = 20
- Height = 13
- Caption = 'City:'
- end
- object Label10: TLabel
- Left = 8
- Top = 72
- Width = 28
- Height = 13
- Caption = 'State:'
- end
- object Label11: TLabel
- Left = 8
- Top = 96
- Width = 33
- Height = 13
- Caption = 'Contry:'
- end
- object Label22: TLabel
- Left = 8
- Top = 120
- Width = 55
- Height = 13
- Caption = 'Homepage:'
- end
- object LanguageComboBox: TComboBox
- Left = 72
- Top = 16
- Width = 233
- Height = 21
- ItemHeight = 13
- TabOrder = 0
- Text = '<don'#39't care>'
- Items.Strings = (
- '<don'#39't care>')
- end
- object CityEdit: TEdit
- Left = 72
- Top = 40
- Width = 233
- Height = 21
- TabOrder = 1
- end
- object StateEdit: TEdit
- Left = 72
- Top = 64
- Width = 233
- Height = 21
- TabOrder = 2
- end
- object CountryComboBox: TComboBox
- Left = 72
- Top = 88
- Width = 233
- Height = 21
- ItemHeight = 13
- TabOrder = 3
- Text = '<don'#39't care>'
- Items.Strings = (
- '<don'#39't care>')
- end
- object SearchOnlineUsers: TCheckBox
- Left = 8
- Top = 176
- Width = 297
- Height = 17
- Caption = 'Search online users only'
- TabOrder = 4
- end
- object HomePageEdit: TEdit
- Left = 72
- Top = 112
- Width = 233
- Height = 21
- TabOrder = 5
- end
- end
- object Button1: TButton
- Left = 0
- Top = 384
- Width = 105
- Height = 25
- Caption = 'Search'
- TabOrder = 2
- OnClick = Button1Click
- end
- object GroupBox3: TGroupBox
- Left = 320
- Top = 0
- Width = 337
- Height = 377
- Caption = 'Occupation'
- TabOrder = 3
- object Label12: TLabel
- Left = 8
- Top = 24
- Width = 47
- Height = 13
- Caption = 'Company:'
- end
- object Label13: TLabel
- Left = 8
- Top = 48
- Width = 58
- Height = 13
- Caption = 'Department:'
- end
- object Label14: TLabel
- Left = 8
- Top = 72
- Width = 40
- Height = 13
- Caption = 'Position:'
- end
- object Label15: TLabel
- Left = 8
- Top = 96
- Width = 58
- Height = 13
- Caption = 'Occupation:'
- end
- object Label16: TLabel
- Left = 8
- Top = 120
- Width = 24
- Height = 13
- Caption = 'Past:'
- end
- object Label17: TLabel
- Left = 8
- Top = 144
- Width = 56
- Height = 13
- Caption = 'Description:'
- end
- object Label18: TLabel
- Left = 8
- Top = 208
- Width = 43
- Height = 13
- Caption = 'Interests:'
- end
- object Label19: TLabel
- Left = 8
- Top = 232
- Width = 56
- Height = 13
- Caption = 'Description:'
- end
- object Label20: TLabel
- Left = 8
- Top = 296
- Width = 45
- Height = 13
- Caption = 'Affiliation:'
- end
- object Label21: TLabel
- Left = 8
- Top = 320
- Width = 56
- Height = 13
- Caption = 'Description:'
- end
- object CompanyEdit: TEdit
- Left = 80
- Top = 16
- Width = 249
- Height = 21
- TabOrder = 0
- end
- object DepartmentEdit: TEdit
- Left = 80
- Top = 40
- Width = 249
- Height = 21
- TabOrder = 1
- end
- object PositionEdit: TEdit
- Left = 80
- Top = 64
- Width = 249
- Height = 21
- TabOrder = 2
- end
- object OccupationComboBox: TComboBox
- Left = 80
- Top = 88
- Width = 249
- Height = 21
- ItemHeight = 13
- TabOrder = 3
- Text = '<don'#39't care>'
- Items.Strings = (
- '<don'#39't care>')
- end
- object PastComboBox: TComboBox
- Left = 80
- Top = 112
- Width = 249
- Height = 21
- ItemHeight = 13
- TabOrder = 4
- Text = '<don'#39't care>'
- Items.Strings = (
- '<don'#39't care>')
- end
- object PastDescEdit: TMemo
- Left = 80
- Top = 136
- Width = 249
- Height = 57
- TabOrder = 5
- end
- object InterestComboBox: TComboBox
- Left = 80
- Top = 200
- Width = 249
- Height = 21
- ItemHeight = 13
- TabOrder = 6
- Text = '<don'#39't care>'
- Items.Strings = (
- '<don'#39't care>')
- end
- object InterestsDescEdit: TMemo
- Left = 80
- Top = 224
- Width = 249
- Height = 57
- TabOrder = 7
- end
- object AffilationDescEdit: TMemo
- Left = 80
- Top = 312
- Width = 249
- Height = 57
- TabOrder = 8
- end
- object AffilationComboBox: TComboBox
- Left = 80
- Top = 288
- Width = 249
- Height = 21
- ItemHeight = 13
- TabOrder = 9
- Text = '<don'#39't care>'
- Items.Strings = (
- '<don'#39't care>')
- end
- end
- end
-