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
Wrap
Text File
|
2007-04-21
|
30KB
|
1,192 lines
object AddForm: TAddForm
Left = 693
Top = 154
Width = 539
Height = 571
Caption = 'Add/Find Users'
Color = clBtnFace
DefaultMonitor = dmMainForm
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poScreenCenter
ShowHint = True
OnClose = FormClose
OnCreate = FormCreate
OnKeyDown = FormKeyDown
PixelsPerInch = 96
TextHeight = 13
object GroupBoxResults: TGroupBox
Left = 0
Top = 261
Width = 531
Height = 283
Align = alClient
Caption = ' Results '
TabOrder = 2
object ListViewRes: TListView
Left = 2
Top = 15
Width = 527
Height = 266
Align = alClient
Columns = <
item
Caption = 'ICQ# / SN'
MaxWidth = 90
MinWidth = 90
Width = 90
end
item
Caption = 'Nick Name'
MinWidth = 2
Width = 70
end
item
Caption = 'First Name'
MinWidth = 2
Width = 70
end
item
Caption = 'Last Name'
MinWidth = 2
Width = 70
end
item
Caption = 'Email'
MinWidth = 2
end
item
Caption = 'Gender/Age'
MinWidth = 2
Width = 75
end
item
Caption = 'Authorize'
MinWidth = 2
Width = 70
end
item
Caption = 'BD ID'
Width = 4
end>
HideSelection = False
ReadOnly = True
RowSelect = True
PopupMenu = PopupMenuAdd
SmallImages = MainForm.ImageListCLS
TabOrder = 0
TabStop = False
ViewStyle = vsReport
OnColumnClick = ListViewResColumnClick
OnCompare = ListViewResCompare
OnContextPopup = ListViewResContextPopup
OnDblClick = ListViewResDblClick
end
end
object PCFind: TPageControlEx
Left = 0
Top = 0
Width = 531
Height = 261
ActivePage = TabSheetFind
Align = alTop
Images = MainForm.ImageList1
TabOrder = 0
object TabSheetFind: TTabSheet
Caption = 'Find Users'
object TePanelbyNames: TPanel
Left = 5
Top = 80
Width = 519
Height = 77
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 3
object TeLabelNick: TLabel
Left = 8
Top = 29
Width = 53
Height = 13
Caption = 'Nick Name'
Color = clBtnFace
ParentColor = False
end
object TeLabelFirst: TLabel
Left = 195
Top = 29
Width = 50
Height = 13
Caption = 'First Name'
Color = clBtnFace
ParentColor = False
end
object TeLabelLast: TLabel
Left = 380
Top = 29
Width = 51
Height = 13
Caption = 'Last Name'
Color = clBtnFace
ParentColor = False
end
object TeLabelAndOr1: TLabel
Left = 147
Top = 48
Width = 32
Height = 13
Caption = 'and/or'
Color = clBtnFace
ParentColor = False
end
object TeLabelAndOr2: TLabel
Left = 333
Top = 48
Width = 32
Height = 13
Caption = 'and/or'
Color = clBtnFace
ParentColor = False
end
object TeCheckBoxByNames: TCheckBox
Left = 9
Top = 7
Width = 240
Height = 20
Caption = 'Search by Names'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
OnClick = TeCheckBoxByNamesClick
end
object EditByNick: TEdit
Left = 8
Top = 43
Width = 124
Height = 21
MaxLength = 20
TabOrder = 1
OnClick = EditByNickClick
OnKeyPress = EditByNickKeyPress
end
object EditByFirst: TEdit
Left = 195
Top = 43
Width = 124
Height = 21
MaxLength = 20
TabOrder = 2
OnClick = EditByFirstClick
OnKeyPress = EditByFirstKeyPress
end
object EditByLast: TEdit
Left = 380
Top = 43
Width = 124
Height = 21
MaxLength = 20
TabOrder = 3
OnClick = EditByLastClick
OnKeyPress = EditByLastKeyPress
end
end
object TePanelbyICQ: TPanel
Left = 5
Top = 9
Width = 148
Height = 66
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 0
object TeCheckBoxByICQ: TCheckBox
Left = 9
Top = 9
Width = 136
Height = 20
Caption = 'Search by ICQ#'
Checked = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
State = cbChecked
TabOrder = 0
OnClick = TeCheckBoxByICQClick
end
object EditByICQ: TEdit
Left = 9
Top = 31
Width = 128
Height = 21
MaxLength = 16
TabOrder = 1
OnClick = EditByICQClick
OnKeyPress = EditByICQKeyPress
end
end
object TePanelbyEmail: TPanel
Left = 157
Top = 9
Width = 155
Height = 66
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 1
object TeCheckBoxByEmail: TCheckBox
Left = 9
Top = 9
Width = 136
Height = 20
Caption = 'Search by Email'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
OnClick = TeCheckBoxByEmailClick
end
object EditByEmail: TEdit
Left = 9
Top = 31
Width = 136
Height = 21
MaxLength = 60
TabOrder = 1
OnClick = EditByEmailClick
OnKeyPress = EditByEmailKeyPress
end
end
object TePanelAIM: TPanel
Left = 316
Top = 9
Width = 208
Height = 66
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 2
object TeLabelAIM: TLabel
Left = 10
Top = 13
Width = 109
Height = 13
Caption = 'AIM SN / ICQ UIN:'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object ButtonAddAIM: TButton
Left = 129
Top = 30
Width = 69
Height = 23
Caption = 'Add'
TabOrder = 1
OnClick = ButtonAddAIMClick
end
object EditAIM: TEdit
Left = 9
Top = 31
Width = 113
Height = 21
MaxLength = 16
TabOrder = 0
OnClick = EditAIMClick
end
end
end
object TabSheetWP: TTabSheet
Caption = 'Global Directory'
ImageIndex = 1
object TePanel1: TPanel
Left = 5
Top = 9
Width = 519
Height = 148
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 0
object TeLabelNick1: TLabel
Left = 372
Top = 14
Width = 53
Height = 13
Alignment = taRightJustify
Caption = 'Nick Name'
Color = clBtnFace
ParentColor = False
end
object TeLabelFirst1: TLabel
Left = 375
Top = 40
Width = 50
Height = 13
Alignment = taRightJustify
Caption = 'First Name'
Color = clBtnFace
ParentColor = False
end
object TeLabelLast1: TLabel
Left = 374
Top = 66
Width = 51
Height = 13
Alignment = taRightJustify
Caption = 'Last Name'
Color = clBtnFace
ParentColor = False
end
object TeLabelEmail1: TLabel
Left = 400
Top = 92
Width = 25
Height = 13
Alignment = taRightJustify
Caption = 'Email'
Color = clBtnFace
ParentColor = False
end
object TeLabelGender: TLabel
Left = 40
Top = 13
Width = 35
Height = 13
Alignment = taRightJustify
Caption = 'Gender'
Color = clBtnFace
ParentColor = False
end
object TeLabelAge: TLabel
Left = 56
Top = 40
Width = 19
Height = 13
Alignment = taRightJustify
Caption = 'Age'
Color = clBtnFace
ParentColor = False
end
object TeLabelCountry: TLabel
Left = 39
Top = 66
Width = 36
Height = 13
Alignment = taRightJustify
Caption = 'Country'
Color = clBtnFace
ParentColor = False
end
object TeLabelLang: TLabel
Left = 377
Top = 121
Width = 48
Height = 13
Alignment = taRightJustify
Caption = 'Language'
Color = clBtnFace
ParentColor = False
end
object TeLabelCity: TLabel
Left = 28
Top = 91
Width = 47
Height = 13
Alignment = taRightJustify
Caption = 'City/State'
Color = clBtnFace
ParentColor = False
end
object TeLabelOcc: TLabel
Left = 200
Top = 13
Width = 55
Height = 13
Alignment = taRightJustify
Caption = 'Occupation'
Color = clBtnFace
ParentColor = False
end
object TeLabelOrg: TLabel
Left = 196
Top = 40
Width = 59
Height = 13
Alignment = taRightJustify
Caption = 'Organization'
Color = clBtnFace
ParentColor = False
end
object TeLabelPast: TLabel
Left = 189
Top = 66
Width = 66
Height = 13
Alignment = taRightJustify
Caption = 'Past Affiliation'
Color = clBtnFace
ParentColor = False
end
object TeLabelInt: TLabel
Left = 215
Top = 92
Width = 40
Height = 13
Alignment = taRightJustify
Caption = 'Interests'
Color = clBtnFace
ParentColor = False
end
object TeLabelKeys: TLabel
Left = 209
Top = 118
Width = 46
Height = 13
Alignment = taRightJustify
Caption = 'Keywords'
Color = clBtnFace
ParentColor = False
end
object TeLabelMarital: TLabel
Left = 11
Top = 119
Width = 64
Height = 13
Alignment = taRightJustify
Caption = 'Marital Status'
Color = clBtnFace
ParentColor = False
end
object TeSComboBoxGender: TComboBox
Left = 77
Top = 10
Width = 89
Height = 21
Style = csDropDownList
ItemHeight = 0
TabOrder = 0
end
object TeSComboBoxAge: TComboBox
Left = 77
Top = 36
Width = 89
Height = 21
Style = csDropDownList
ItemHeight = 13
Sorted = True
TabOrder = 1
Items.Strings = (
''
'13-17'
'18-22'
'23-29'
'30-39'
'40-49'
'50-59'
'60 ...')
end
object TeSComboBoxCountry: TComboBox
Left = 77
Top = 62
Width = 89
Height = 21
Style = csDropDownList
DropDownCount = 30
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ItemHeight = 0
ParentFont = False
Sorted = True
TabOrder = 2
OnDropDown = TeSComboBoxCountryDropDown
end
object TeSComboBoxLang: TComboBox
Left = 427
Top = 117
Width = 84
Height = 21
Style = csDropDownList
DropDownCount = 25
ItemHeight = 0
Sorted = True
TabOrder = 16
OnDropDown = TeSComboBoxLangDropDown
end
object TePanelDiv: TPanel
Left = 172
Top = 9
Width = 2
Height = 129
BevelInner = bvLowered
BevelOuter = bvNone
TabOrder = 10
end
object TePanel2: TPanel
Left = 352
Top = 9
Width = 2
Height = 129
BevelInner = bvLowered
BevelOuter = bvNone
TabOrder = 11
end
object TeSComboBoxOcc: TComboBox
Left = 257
Top = 10
Width = 89
Height = 21
Style = csDropDownList
DropDownCount = 30
ItemHeight = 0
Sorted = True
TabOrder = 5
OnDropDown = TeSComboBoxOccDropDown
end
object TeSComboBoxOrg: TComboBox
Left = 257
Top = 36
Width = 89
Height = 21
Style = csDropDownList
DropDownCount = 22
ItemHeight = 0
Sorted = True
TabOrder = 6
OnChange = TeSComboBoxOccChange
OnDropDown = TeSComboBoxOrgDropDown
end
object TeSComboBoxPast: TComboBox
Left = 257
Top = 62
Width = 89
Height = 21
Style = csDropDownList
DropDownCount = 10
ItemHeight = 0
Sorted = True
TabOrder = 7
OnChange = TeSComboBoxOccChange
OnDropDown = TeSComboBoxPastDropDown
end
object TeSComboBoxInt: TComboBox
Left = 257
Top = 88
Width = 89
Height = 21
Style = csDropDownList
DropDownCount = 25
ItemHeight = 0
Sorted = True
TabOrder = 8
OnChange = TeSComboBoxOccChange
OnDropDown = TeSComboBoxIntDropDown
end
object TeSComboBoxMarital: TComboBox
Left = 77
Top = 115
Width = 89
Height = 21
Style = csDropDownList
DropDownCount = 30
ItemHeight = 0
Sorted = True
TabOrder = 4
OnDropDown = TeSComboBoxMaritalDropDown
end
object TeEditCity: TEdit
Left = 77
Top = 88
Width = 89
Height = 21
MaxLength = 30
TabOrder = 3
end
object TeEditKeys: TEdit
Left = 257
Top = 115
Width = 89
Height = 21
MaxLength = 60
TabOrder = 9
end
object TeEditNick1: TEdit
Left = 427
Top = 11
Width = 84
Height = 21
MaxLength = 20
TabOrder = 12
end
object TeEditFirst1: TEdit
Left = 427
Top = 37
Width = 84
Height = 21
MaxLength = 20
TabOrder = 13
end
object TeEditLast1: TEdit
Left = 427
Top = 63
Width = 84
Height = 21
MaxLength = 20
TabOrder = 14
end
object TeEditEmail1: TEdit
Left = 427
Top = 89
Width = 84
Height = 21
MaxLength = 30
TabOrder = 15
end
end
end
object TabSheetPS: TTabSheet
Caption = 'People Search'
ImageIndex = 3
object PanelPSUIN: TPanel
Left = 5
Top = 9
Width = 156
Height = 73
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 0
object CheckBoxPSByUIN: TCheckBox
Left = 9
Top = 9
Width = 136
Height = 20
Caption = '_Search by ICQ#'
Checked = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
State = cbChecked
TabOrder = 0
OnClick = CheckBoxPSByUINClick
end
object EditPSUIN: TEdit
Left = 9
Top = 34
Width = 136
Height = 21
MaxLength = 16
TabOrder = 1
OnClick = EditPSUINClick
OnKeyPress = EditPSUINKeyPress
end
end
object PanelPS: TPanel
Left = 165
Top = 8
Width = 358
Height = 153
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 2
object LabelPSGender: TLabel
Left = 218
Top = 45
Width = 41
Height = 13
Alignment = taRightJustify
Caption = '_Gender'
Color = clBtnFace
ParentColor = False
end
object LabelPSAge: TLabel
Left = 234
Top = 72
Width = 25
Height = 13
Alignment = taRightJustify
Caption = '_Age'
Color = clBtnFace
ParentColor = False
end
object LabelPSCountry: TLabel
Left = 9
Top = 68
Width = 42
Height = 13
Caption = '_Country'
Color = clBtnFace
ParentColor = False
end
object LabelPSCity: TLabel
Left = 9
Top = 108
Width = 23
Height = 13
Caption = '_City'
Color = clBtnFace
ParentColor = False
end
object LabelPSNick: TLabel
Left = 9
Top = 29
Width = 34
Height = 13
Caption = '_Name'
Color = clBtnFace
ParentColor = False
end
object LabelPSLang: TLabel
Left = 205
Top = 98
Width = 54
Height = 13
Alignment = taRightJustify
Caption = '_Language'
Color = clBtnFace
ParentColor = False
end
object TeLabelTotal: TLabel
Left = 189
Top = 128
Width = 109
Height = 13
Alignment = taRightJustify
Caption = 'Total Number of Users:'
Color = clBtnFace
ParentColor = False
end
object CheckBoxPS: TCheckBox
Left = 9
Top = 6
Width = 320
Height = 20
Caption = '_People Search'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
OnClick = CheckBoxPSClick
end
object ComboBoxPSGender: TComboBox
Left = 261
Top = 42
Width = 89
Height = 21
Style = csDropDownList
ItemHeight = 0
TabOrder = 4
OnDropDown = ComboBoxPSCountryDropDown
end
object ComboBoxPSAge: TComboBox
Left = 261
Top = 68
Width = 89
Height = 21
Style = csDropDownList
ItemHeight = 13
Sorted = True
TabOrder = 5
OnDropDown = ComboBoxPSCountryDropDown
Items.Strings = (
''
'13-17'
'18-22'
'23-29'
'30-39'
'40-49'
'50-59'
'60 ...')
end
object ComboBoxPSCountry: TComboBox
Left = 9
Top = 83
Width = 159
Height = 21
Style = csDropDownList
DropDownCount = 30
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ItemHeight = 0
ParentFont = False
Sorted = True
TabOrder = 2
OnDropDown = ComboBoxPSCountryDropDown
end
object EditPSCity: TEdit
Left = 9
Top = 123
Width = 159
Height = 21
MaxLength = 30
TabOrder = 3
OnClick = EditPSNameClick
OnKeyPress = EditPSNameKeyPress
end
object EditPSName: TEdit
Left = 9
Top = 44
Width = 159
Height = 21
MaxLength = 20
TabOrder = 1
OnClick = EditPSNameClick
OnKeyPress = EditPSNameKeyPress
end
object Panel4: TPanel
Left = 174
Top = 30
Width = 2
Height = 118
BevelInner = bvLowered
BevelOuter = bvNone
TabOrder = 7
end
object ComboBoxPSLang: TComboBox
Left = 261
Top = 94
Width = 89
Height = 21
Style = csDropDownList
DropDownCount = 25
ItemHeight = 0
Sorted = True
TabOrder = 6
OnDropDown = ComboBoxPSCountryDropDown
end
object TePanelTotal: TPanel
Left = 301
Top = 126
Width = 49
Height = 19
BevelOuter = bvLowered
Caption = '0'
TabOrder = 8
end
end
object PanelPSEmail: TPanel
Left = 5
Top = 87
Width = 156
Height = 74
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 1
object CheckBoxPSByEmail: TCheckBox
Left = 9
Top = 9
Width = 136
Height = 20
Caption = '_Search by Email'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
OnClick = CheckBoxPSByEmailClick
end
object EditPSEmail: TEdit
Left = 9
Top = 34
Width = 136
Height = 21
MaxLength = 60
TabOrder = 1
OnClick = EditPSEmailClick
OnKeyPress = EditPSEmailKeyPress
end
end
end
object TabSheetAdv: TTabSheet
Caption = 'Advanced'
ImageIndex = 2
object TePanel5: TPanel
Left = 5
Top = 9
Width = 237
Height = 71
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 0
object TeCheckBoxEvery: TCheckBox
Left = 9
Top = 9
Width = 222
Height = 20
Caption = 'Search Everywhere by Keywords'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
OnClick = TeCheckBoxEveryClick
end
object TeEditEvery: TEdit
Left = 9
Top = 34
Width = 216
Height = 21
MaxLength = 60
TabOrder = 1
OnClick = TeEditEveryClick
OnKeyPress = TeEditEveryKeyPress
end
end
object TePanel4: TPanel
Left = 5
Top = 85
Width = 237
Height = 72
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 2
object TeCheckBoxAlt: TCheckBox
Left = 9
Top = 9
Width = 221
Height = 20
Caption = 'Alternative Search by ICQ#'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
OnClick = TeCheckBoxAltClick
end
object TeEditAlt: TEdit
Left = 9
Top = 31
Width = 216
Height = 21
MaxLength = 16
TabOrder = 1
OnClick = TeEditAltClick
OnKeyPress = TeEditAltKeyPress
end
end
object TePanel6: TPanel
Left = 248
Top = 86
Width = 276
Height = 71
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 3
object TeLabelCheck: TLabel
Left = 9
Top = 10
Width = 175
Height = 13
Caption = 'Check ICQ/AIM Account State'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object TeButtonCheck: TButton
Left = 177
Top = 29
Width = 86
Height = 25
Caption = 'Check'
TabOrder = 1
OnClick = TeButtonCheckClick
end
object TeEditCheck: TEdit
Left = 9
Top = 30
Width = 162
Height = 21
MaxLength = 16
TabOrder = 0
OnClick = TeEditCheckClick
OnKeyPress = TeEditCheckKeyPress
end
end
object TePanel3: TPanel
Left = 248
Top = 9
Width = 276
Height = 71
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 1
object TeSComboBoxRnd: TComboBox
Left = 9
Top = 36
Width = 255
Height = 21
Style = csDropDownList
DropDownCount = 10
ItemHeight = 0
TabOrder = 1
OnDropDown = TeSComboBoxRndDropDown
end
object TeCheckBoxRnd: TCheckBox
Left = 9
Top = 9
Width = 256
Height = 20
Caption = 'Find Online User by Chat Group'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
OnClick = TeCheckBoxRndClick
end
end
end
end
object TePanelSearch: TPanel
Left = 6
Top = 188
Width = 519
Height = 66
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 1
object TeLabelResList: TLabel
Left = 24
Top = 39
Width = 57
Height = 13
Alignment = taRightJustify
Caption = 'Results List:'
Color = clBtnFace
ParentColor = False
end
object CheckBoxSimpleOnlyOnline: TCheckBox
Left = 376
Top = 39
Width = 129
Height = 20
Caption = 'Only Online Users'
TabOrder = 1
end
object ButtonSimpleSearch: TInfBitBtn
Left = 409
Top = 9
Width = 97
Height = 25
Caption = 'Search'
Default = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 3
OnClick = ButtonSimpleSearchClick
end
object TePanelResList: TPanel
Left = 84
Top = 36
Width = 65
Height = 21
BevelOuter = bvLowered
Caption = '0'
TabOrder = 4
end
object TeCheckBoxDontClear: TCheckBox
Left = 9
Top = 7
Width = 336
Height = 20
BiDiMode = bdLeftToRight
Caption = 'Do not Clear Previous Results'
ParentBiDiMode = False
TabOrder = 0
end
object TePanelStatus: TPanel
Left = 184
Top = 36
Width = 153
Height = 21
BevelOuter = bvLowered
Caption = 'Search Status'
TabOrder = 5
end
object ButtonClear: TInfBitBtn
Left = 377
Top = 9
Width = 25
Height = 25
TabOrder = 2
OnClick = ButtonClearClick
end
end
object InfClient2: TInfClient
ProxyAuth = False
ProxyAuthNTLM = False
OnError = InfClient2Error
Left = 422
Top = 322
end
object PopupMenuAdd: TPopupMenu
AutoHotkeys = maManual
Images = MainForm.ImageList1
OnPopup = PopupMenuAddPopup
Left = 394
Top = 322
object CustomItemCheck: TMenuItem
Caption = 'Invisibility Check'
OnClick = CustomItemCheckClick
end
object CustomItemCopySN: TMenuItem
Caption = 'Copy User'#39's Uin or SN'
OnClick = CustomItemCopySNClick
end
object CustomItemUserDets: TMenuItem
Caption = 'User Details'
OnClick = CustomItemUserDetsClick
end
object CustomItemSendMsg: TMenuItem
Caption = 'Send Message'
OnClick = CustomItemSendMsgClick
end
object CustomItemAdd: TMenuItem
Caption = 'Add User to CL'
OnClick = CustomItemAddClick
end
end
end